Comment 8 for bug 626025

Revision history for this message
Andrew Ferrier (andrew-ferrier) wrote :

It's a nasty hack, I know, but so far, putting a script containing the following in /etc/apm/resume.d seems to work round the problem for me (based on David's workaround):

#!/bin/sh

sleep 15
killall upowerd
/usr/lib/upower/upowerd --verbose &

Any improvements to that welcomed.