Comment 12 for bug 1448555

Revision history for this message
samson (samson-uo) wrote :

Putting the following into /etc/pm/sleep.d/12_wifi and chmod +x-ing the file solves the problem for me, but it's a bit of a hack.

#!/bin/bash
case $1 in
    "resume")
    iwlist scan
    ;;
esac