我最近升级了我的华硕S56CA超级本,不幸的是,我的电池指示灯在xfce4停止工作。我在运行Debian 8(杰茜)。uname -a给了我以下内容:
Linux 3.14-2-amd64 #1 SMP Debian 3.14.13-2 (2014-07-24) x86_64 GNU/Linux系统托盘中的电池指示器根本没有更新到任何东西。如果我启动电脑时的AC插头,它会继续说,它是按相同的百分比,在我启动我的计算机时,即使我拔掉了电线。
运行xfce4-power-manager --debug将返回以下消息:
Xfce Power Manager: Another power manager is already running尽管有这样的信息,但我几乎肯定没有其他电源管理器在我的计算机上运行(尽管我不知道如何检查以确保情况属实)。
我试图清除和重新安装acpi*和xfce4-电源管理器*,但没有成功。
在插入AC线时,运行acpi -V会给我这样的结果:
Battery 0: Unknown, 97%
Battery 0: design capacity 2950 mAh, last full capacity 2424 mAh = 82%
Adapter 0: on-line
Thermal 0: ok, 51.0 degrees C
Thermal 0: trip point 0 switches to mode critical at temperature 108.0 degrees C
Thermal 0: trip point 1 switches to mode passive at temperature 110.0 degrees C
Cooling 0: x86_pkg_temp no state information available
Cooling 1: TEFN no state information available
Cooling 2: T_VR no state information available
Cooling 3: TAMB no state information available
Cooling 4: TSKN no state information available
Cooling 5: intel_powerclamp no state information available
Cooling 6: Processor 0 of 3
Cooling 7: Processor 0 of 3
Cooling 8: Processor 0 of 3
Cooling 9: Processor 0 of 3
Cooling 10: LCD 0 of 100当电线拔掉时,acpi -V给了我这个:
Battery 0: Discharging, 97%, 02:59:50 remaining
Battery 0: design capacity 2950 mAh, last full capacity 2424 mAh = 82%
Adapter 0: off-line
Thermal 0: ok, 49.0 degrees C
Thermal 0: trip point 0 switches to mode critical at temperature 108.0 degrees C
Thermal 0: trip point 1 switches to mode passive at temperature 110.0 degrees C
Cooling 0: x86_pkg_temp no state information available
Cooling 1: TEFN no state information available
Cooling 2: T_VR no state information available
Cooling 3: TAMB no state information available
Cooling 4: TSKN no state information available
Cooling 5: intel_powerclamp no state information available
Cooling 6: Processor 0 of 3
Cooling 7: Processor 0 of 3
Cooling 8: Processor 0 of 3
Cooling 9: Processor 0 of 3
Cooling 10: LCD 0 of 100我不确定这是否也是一个错误,但电池是否应该显示为未知?
我想让我的电池指示灯首先和最重要的,然后任何其他问题将是奖金。电池指示灯的任何替代方案都将不胜感激。
发布于 2014-08-18 14:08:18
结果发现这是杰西自己的问题。
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755234
针对这个错误的修复是在sid中的新的xfce4-电源管理器插件1.4.0中。
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755234#188
https://unix.stackexchange.com/questions/149989
复制相似问题