Comment 0 for bug 823219

Revision history for this message
Karlheinz Knackwurst (opium) wrote :

Hi,

I use a Asus eeePC (ubuntu 11.04) and I have very high poweconsumption. This is not Bug #760131 since pcie_aspm=force does not help.

I tired the tip here and now power-consumption is back to normal:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/760131/comments/154

The problem is back when I resume from standby but I think I have just to include this in some wake-up-script:
----------
for F in /sys/bus/usb/devices/*/power/control; do
 echo "auto" > $F
done
----------

It seems there is something wrong with USB Autosuspend.

Bye
Karlheinz