Announcement
Collapse
No announcement yet.
The Leading Cause Of The Recent Linux Kernel Power Problems
Collapse
X
-
So I take it this bug doesn't effect you if you have on processor graphics such as sandy bridge?
-
I've just tried on my Gigabyte H55N-USB3 mobo, no improvement at all here. Still 49W idle(even after setting /sys/module/pcie-aspm/etc. to powersave.) No improvement either when the CPU is in heavy use, or when running "vblank_mode=0 glxgears".
I don't have any PCIe card though, if that matters.
Leave a comment:
-
Originally posted by ahlaht View PostCode:$ sudo echo powersave > /sys/module/pcie_aspm/parameters/policy bash: echo: write error: Operation not permitted
Code:$ sudo echo powersave > /sys/module/pcie_aspm/parameters/policy bash: /sys/module/pcie_aspm/parameters/policy: Permission denied
Code:# echo powersave > /sys/module/pcie_aspm/parameters/policy bash: echo: write error: Operation not permitted
Leave a comment:
-
FWIW, neither of my main systems appears to have the bug. I get:
[a[email protected] cheese (f15 %)]$ cat /sys/module/pcie_aspm/parameters/policy
default performance [powersave]
indicating that powersave is the current policy, I guess, on both my laptop (Sony Vaio Z) and desktop (Asus P8P67 Deluxe mobo), running 2.6.38 kernels with no special parameters.
Leave a comment:
-
Originally posted by Rabauke View PostAs far as I got it now:
If the kernel disables ASPM, it's a BIOS bug (on newer systems)?
I got a Thinkpad 410. So I request Lenovo to fix that?
By the way, power consumption dropped from about 26 watts to 15 watts, which is about a 40% difference. Estimates on battery life increased from 5 hours to 8 hours, which is in-line with the battery life figures that I have seen on review sites. This is a new Sandy Bridge Optimus notebook that I purchased last month, so I was affected by the regression on day 1.
Leave a comment:
-
Intel BIOS too?
My motherboard is an Intel DP55WG and the BIOS is written by Intel.
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Leave a comment:
-
Originally posted by Xake View Posthttp://smolt.fedoraproject.org/static/stats/stats.html
This site also tells a story...
"System Product Name", "System Name" and "To Be Filled By O.E.M. To Be Filled By O.E.M." are all the predefined values, and supposed to be filled in by the BIOS developers before shipping. If they cannot even fill this in....
Leave a comment:
-
Originally posted by ahlaht View PostThe ASPM-related messages from kernel can be very confusing, but there is an easy way to test if ASPM is active: Write something to /sys/module/pcie_aspm/parameters/policy
To the earlier poster with a Vaio -- which model? I'm guessing the top-line Z and S models might have a better BIOS than the ones in the budget lines.
Leave a comment:
-
The ASPM-related messages from kernel can be very confusing, but there is an easy way to test if ASPM is active: Write something to /sys/module/pcie_aspm/parameters/policy
I get this on new kernels WITHOUT pcie_aspm=force:
Code:$ sudo echo powersave > /sys/module/pcie_aspm/parameters/policy bash: echo: write error: Operation not permitted
Leave a comment:
Leave a comment: