http://www.phoronix.com/scan.php?page=article&item=linux_aspm_solution
這篇說明 linux kernel 從 2.6.37 進到 2.6. 38 後,耗電增加 30% 的問題。
因為 38 開始依照 bios 回報的內容,開啟/關閉對 PCIe 裝置的電源管理功能...
...
結果...
.. 一堆裝置都回報他門沒有電源管理功能...
.. 所以 kernel 就不管他門了...就放著耗電...
後來 Matthew Garrett 參考 Windows Vista,發現 windows 都還是有管耶。
然後就 follow hardware 的 window driver inf 檔,決定要不要管。 (而不是依照 hardware 的回報)。
就這樣...
... 就說...照 datasheet 寫code的是笨蛋.. (一定會被騙...)
ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上
2011年11月14日 星期一
標籤
- 3g (19)
- 工作的備worklog (93)
- 自言自語 (36)
- 草稿 (1)
- 亂亂寫 (8)
- 翻譯 (3)
- administration (76)
- alsa (7)
- android (299)
- apple (5)
- application (42)
- archlinux (1)
- audio (3)
- avr (6)
- backup_restore (2)
- bluetooth (5)
- bookmark (38)
- bootloader (21)
- browser (5)
- cellphone (28)
- command (8)
- Configuration (27)
- debug (7)
- django (1)
- driver (15)
- earphone (1)
- editor (1)
- EFL (1)
- ffmpeg (18)
- Filesystem (4)
- GCC (8)
- Gentoo (1)
- google (1)
- Graphic (3)
- hardware (40)
- hero (7)
- hibernation (9)
- iMX51 (38)
- Info (3)
- Install (30)
- java (4)
- Kernel (102)
- language (2)
- life (2)
- make (11)
- MantainLog (38)
- MCU_P (9)
- memo (8)
- microcontroller (3)
- MINGW (7)
- network (19)
- OpenCL (1)
- OS (11)
- package (3)
- pad (1)
- ProblemAndSolve (15)
- programming (8)
- Python (7)
- raspberry_pi (23)
- SDL (2)
- sensation (13)
- setup (3)
- software_package (36)
- SQL (1)
- suspend (2)
- ToDo (5)
- tool (3)
- ubuntu (1)
- VersionControl (45)
- Virtualization (15)
- VLC (5)
- wheezy (1)
- wifi (3)
- Windows (16)
- xiaomi (1)
- xperia (1)
網誌存檔
-
▼
2011
(244)
-
▼
11月
(12)
- libusb-1.0.0.8 for android
- Keyboard shortcut (Hotkey) in Android
- HOTKEY to launch HOME launcher
- Add app project in android build system
- forceStopPackage
- Keypad action in Android Framework
- Matthew Garrett 解決 2.6.38 開始,耗電增加 30% 的問題:ASPM
- imx51 : SION bit in GPIO config
- android, bionic , overview & test program
- ADV7180 detect the video signal discontinue
- dynamic_debug in kernel
- Lost Lock in a short period
-
▼
11月
(12)
1 則留言:
原來是這樣,感謝你的說明。
各機器patch後的耗電量可以參考網友回覆的:
https://wiki.ubuntu.com/Kernel/PowerManagementASPM
張貼留言