kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #34164
[Bug 823219] Re: USB autosuspend not working on Asus eeePC resulting in +30% powerconsumption
Karlheinz Knackwurst, this bug was reported a while ago and there hasn't
been any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ .
If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications->Accessories->Terminal), as it will automatically gather
and attach updated debug information to this report:
apport-collect -p linux <replace-with-bug-number>
Also, could you please test the latest upstream kernel available (not the daily folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional upstream developers to examine the issue. Once you've tested the upstream kernel, please comment on which kernel version specifically you tested. If this bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER
where VERSION-NUMBER is the version number of the kernel you tested. For example:
kernel-fixed-upstream-v3.13-rc3
This can be done by clicking on the yellow circle with a black pencil icon next to the word Tags located at the bottom of the bug description. As well, please remove the tag:
needs-upstream-testing
If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER
As well, please remove the tag:
needs-upstream-testing
Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.
** Description changed:
- I use a Asus eeePC (ubuntu 11.04) and I have very high poweconsumption. I tired the tip here and now power-consumption is back to normal:
+ I use a Asus eeePC (ubuntu 11.04) and I have very high power
+ consumption.
+
+ WORKAROUND: 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
---
AcpiTables:
Error: command ['gksu', '-D', 'Apport', '--', '/usr/share/apport/dump_acpi_tables.py'] failed with exit code 1: Sorry, try again.
GNOME_SUDO_PASS
Sorry, try again.
sudo: 3 incorrect password attempts
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
AplayDevices:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
Architecture: amd64
ArecordDevices:
**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: gast 14548 F.... pulseaudio
CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
Card0.Amixer.info:
Card hw:0 'Intel'/'HDA Intel at 0xf7cf8000 irq 45'
Mixer name : 'Realtek ALC269'
Components : 'HDA:10ec0269,104383ce,00100004'
Controls : 12
Simple ctrls : 7
DistroRelease: Ubuntu 11.04
HibernationDevice: RESUME=UUID=3c9d2df1-02f9-4aae-82bb-722dced54adf
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
MachineType: ASUSTeK Computer INC. 1005PG
Package: linux (not installed)
ProcEnviron:
LANGUAGE=de_DE:en
LANG=de_DE.UTF-8
SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-10-generic root=UUID=909964c8-3349-4390-856c-8ef96a6922ca ro splash quiet splash pcie_aspm=force vt.handoff=7
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
RelatedPackageVersions:
linux-restricted-modules-2.6.38-10-generic N/A
linux-backports-modules-2.6.38-10-generic N/A
linux-firmware 1.52
Tags: natty running-unity
Uname: Linux 2.6.38-10-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom fax floppy fuse nopasswdlogin plugdev tape video
dmi.bios.date: 06/23/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0602
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1005PG
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x00000000
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0602:bd06/23/2010:svnASUSTeKComputerINC.:pn1005PG:pvrx.x:rvnASUSTeKComputerINC.:rn1005PG:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: 1005PG
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.
** Tags removed: latest-bios-unknown
** Tags added: latest-bios-0602
** Changed in: linux (Ubuntu)
Importance: Undecided => Low
** Changed in: linux (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/823219
Title:
USB autosuspend not working on Asus eeePC resulting in +30%
powerconsumption
Status in “linux” package in Ubuntu:
Incomplete
Bug description:
I use a Asus eeePC (ubuntu 11.04) and I have very high power
consumption.
WORKAROUND: 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
---
AcpiTables:
Error: command ['gksu', '-D', 'Apport', '--', '/usr/share/apport/dump_acpi_tables.py'] failed with exit code 1: Sorry, try again.
GNOME_SUDO_PASS
Sorry, try again.
sudo: 3 incorrect password attempts
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
AplayDevices:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
Architecture: amd64
ArecordDevices:
**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: gast 14548 F.... pulseaudio
CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
Card0.Amixer.info:
Card hw:0 'Intel'/'HDA Intel at 0xf7cf8000 irq 45'
Mixer name : 'Realtek ALC269'
Components : 'HDA:10ec0269,104383ce,00100004'
Controls : 12
Simple ctrls : 7
DistroRelease: Ubuntu 11.04
HibernationDevice: RESUME=UUID=3c9d2df1-02f9-4aae-82bb-722dced54adf
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
MachineType: ASUSTeK Computer INC. 1005PG
Package: linux (not installed)
ProcEnviron:
LANGUAGE=de_DE:en
LANG=de_DE.UTF-8
SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-10-generic root=UUID=909964c8-3349-4390-856c-8ef96a6922ca ro splash quiet splash pcie_aspm=force vt.handoff=7
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
RelatedPackageVersions:
linux-restricted-modules-2.6.38-10-generic N/A
linux-backports-modules-2.6.38-10-generic N/A
linux-firmware 1.52
Tags: natty running-unity
Uname: Linux 2.6.38-10-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom fax floppy fuse nopasswdlogin plugdev tape video
dmi.bios.date: 06/23/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0602
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1005PG
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x00000000
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0602:bd06/23/2010:svnASUSTeKComputerINC.:pn1005PG:pvrx.x:rvnASUSTeKComputerINC.:rn1005PG:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: 1005PG
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/823219/+subscriptions