笔记本电脑完全充电后不会切换到交流模式。这个问题在Windows 10上是不存在的,但是在Ubuntu 15.10上它只是一直在释放。
我尝试了充分充电(这从来没有发生,因为ubuntu总是显示出放电,但我充电到尽可能高),然后放电到0,并再次充分充电。但这不起作用。
这对电池不好,请帮帮忙。
upower --dump
Device: /org/freedesktop/UPower/devices/line_power_AC0
native-path: AC0
power supply: yes
updated: Thu 04 Feb 2016 08:10:34 PM BDT (90 seconds ago)
has history: no
has statistics: no
line-power
warning-level: none
online: yes
icon-name: 'ac-adapter-symbolic'
Device: /org/freedesktop/UPower/devices/battery_BAT0
native-path: BAT0
vendor: ASUSTeK
model: X550A30
power supply: yes
updated: Thu 04 Feb 2016 08:10:55 PM BDT (69 seconds ago)
has history: yes
has statistics: yes
battery
present: yes
rechargeable: yes
state: discharging
warning-level: none
energy: 37.095 Wh
energy-empty: 0 Wh
energy-full: 38.49 Wh
energy-full-design: 45 Wh
energy-rate: 0.0192461 W
voltage: 15 V
percentage: 95%
capacity: 85.5333%
technology: lithium-ion
icon-name: 'battery-full-symbolic'
History (rate):
1454595055 0.019 discharging
1454595034 7.230 discharging
1454595032 3.705 discharging
Device: /org/freedesktop/UPower/devices/DisplayDevice
power supply: yes
updated: Thu 04 Feb 2016 08:10:55 PM BDT (69 seconds ago)
has history: no
has statistics: no
battery
present: yes
state: discharging
warning-level: none
energy: 37.095 Wh
energy-full: 38.49 Wh
energy-rate: 0.0192461 W
percentage: 95%
icon-name: 'battery-full-symbolic'
Daemon:
daemon-version: 0.99.3
on-battery: no
lid-is-closed: no
lid-is-present: yes
critical-action: HybridSleepACPI产出:
acpi -V
Battery 0: Discharging, 95%, discharging at zero rate - will never fully discharge.
Battery 0: design capacity 3000 mAh, last full capacity 2580 mAh = 86%
Adapter 0: on-line
Thermal 0: ok, 46.0 degrees C
Thermal 0: trip point 0 switches to mode critical at temperature 103.0 degrees C
Thermal 0: trip point 1 switches to mode passive at temperature 105.0 degrees C
Cooling 0: x86_pkg_temp no state information available
Cooling 1: intel_powerclamp no state information available
Cooling 2: LCD 7 of 10
Cooling 3: LCD 7 of 10
Cooling 4: Processor 0 of 3
Cooling 5: Processor 0 of 3
Cooling 6: Processor 0 of 3
Cooling 7: Processor 0 of 3我已经尝试删除TLP和使用一个新的安装,但仍然没有运气,我希望我的继续使用在这种情况下,没有杀死电池。
发布于 2016-05-09 20:04:09
交流适配器在线显示,电池以零速率放电。
电池充电逻辑不受操作系统控制。笔记本电脑中众多独立的微控制器之一控制着电池(以及电池本身的相应的微控制器),决定何时以及如何充电。在最坏的情况下,你的操作系统将无法正确解释他们报告的状态,但我不会担心电池被毁了。
PS:如果你插上电源,它会保持充电,对吧,它不会放电?
https://askubuntu.com/questions/729627
复制相似问题