我运行的Ubuntu18.04.2LTS与4.18.0-20通用内核,我无法让它显示电池的功率水平(例如,通过调整)。upower -d的输出是:
Device: /org/freedesktop/UPower/devices/line_power_ADP0
native-path: ADP0
power supply: yes
updated: Di 21 Mai 2019 18:31:08 CEST (2927 seconds ago)
has history: no
has statistics: no
line-power
warning-level: none
online: no
icon-name: 'ac-adapter-symbolic'
Device: /org/freedesktop/UPower/devices/DisplayDevice
power supply: no
updated: Di 21 Mai 2019 18:31:08 CEST (2927 seconds ago)
has history: no
has statistics: no
unknown
warning-level: none
icon-name: 'battery-missing-symbolic'
Daemon:
daemon-version: 0.99.7
on-battery: no
lid-is-closed: no
lid-is-present: yes
critical-action: PowerOff有什么想法吗?
发布于 2019-06-04 15:14:45
最近的内核(我认为是>=4.18)在联想Ideapad 330 15 in中识别电池存在问题。它已在内核5.0中得到修正,因此您可以通过两种方式解决这个问题:
1)安装Ubuntu18.04.0或18.04.1,因为它们使用内核4.15,这在这台计算机上运行得很好。唯一的问题是,触控板的行为有时有点失控。
2)使用5.0这样较新的内核,一切都很好,包括触摸屏。我在Debian10.0 "Buster“中尝试过从实验存储库安装内核。如果您更新内核>=5.0,那么它也应该在Ubuntu18.04中工作。软件包linux-泛型-hwe-18.04-edge提供内核5.0.0.15.71
https://askubuntu.com/questions/1145116
复制相似问题