我最近在东芝 Satellite 上安装了 Ubuntu 13.04。但是顶部菜单或任何地方都没有显示电池电量。
我已经通过软件中心重新安装了电池指示器,但问题并没有得到解决。
有任何想法吗?
答案1
您是否启用了电源选项下的“在菜单栏中显示电池状态”?
编辑
按Alt+ F2,输入dconf-editor
并按Enter。在该窗口中,导航到com > canonical > indicator > power
,然后更改icon-policy
为present
。此外,尝试选中或取消选中show-time
。
答案2
你可以重新编译内核,这里有一个链接解释如何操作 http://techinterplay.com/fix-toshiba-battery-issue-linux.html
但是你可以解决这个问题而不需要重新编译内核检查一下: http://blog.michael.kuron-germany.de/2011/03/patching-dsdt-in-recent-linux-kernels-without-recompiling/
答案3
东芝 Satellite 笔记本电脑多年来一直存在此问题。这是由于其自身与内核的冲突造成的。
如何重新编译个人内核:http://techinterplay.com/fix-toshiba-battery-issue-linux.html
或者只是修补定制的 DSDT(无需重新编译),感谢 wissam 的建议:http://blog.michael.kuron-germany.de/2011/03/patching-dsdt-in-recent-linux-kernels-without-recompiling/ (关于修补 DSDT,根据我的经验,我的机器更喜欢“/etc/initramfs-tools”,而不是 /etc/grub.d)
祝你好运 !!
更新 - Ubuntu 13.10,这个问题已经解决