kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #07448
[Bug 823219] Re: USB autosuspend not working on Asus eeePC resulting in +30% powerconsumption
** Description changed:
- 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:
+ 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:
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
+ echo "auto" > $F
done
- ----------
- It seems there is something wrong with USB Autosuspend.
-
- Bye
- Karlheinz
- ---
+ ---
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
+ 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
+ **** 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
+ **** 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
+ 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
+ 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
+ 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
+ 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 added: latest-bios-unknown needs-upstream-testing regression-
potential
--
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:
Confirmed
Bug description:
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:
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