我发现 WiFi 消耗了我笔记本电脑太多的电池电量。
系统具有Linux Mint 14 (32 bit)
并使用其默认内核 运行3.5.0-17-generic
。使用的驱动程序是ath9k
并在 上运行Intel i3 processor
。
仅需 30 分钟即可耗尽一块充满电的电池。
通过检查 iwconfig 详细信息,我可以知道它Power Management
已打开。
驱动程序和设备详细信息:
@mintbox ~ $ sudo lsmod | grep -i ath
[sudo] password for :
ath9k 116549 0
mac80211 461161 1 ath9k
ath9k_common 13783 1 ath9k
ath9k_hw 376155 2 ath9k,ath9k_common
ath 19187 3 ath9k,ath9k_common,ath9k_hw
cfg80211 175375 3 ath9k,mac80211,ath
@mintbox ~ $
@mintbox ~ $ lspci -vvv | grep -A 10 Wireless
02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
Subsystem: Foxconn International, Inc. T77H126.00 802.11bgn Wireless Half-size Mini PCIe Card
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at e7a00000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: ath9k
Kernel modules: ath9k
@mintbox ~ $
我知道我的笔记本电脑使用 WiFi 会消耗更多电量,但我正在寻找一些可以提供帮助的调整建议,比如在不使用时将 WiFi 置于待机状态。我可以在一定程度上牺牲网络速度。
答案1
答案2
你的内核太旧了。可能已在较新的内核版本中修复了这个问题。
答案3
虽然 WIFI 确实消耗电量,但你确定它是罪魁祸首吗?你是否使用过“Powertop”之类的程序来检查,是不是你在连接 WIFI 时进行的其他活动消耗了大量资源?