두 번째 배터리가 충전되지 않거나 충전이 감지되지 않음

두 번째 배터리가 충전되지 않거나 충전이 감지되지 않음

랩탑에 Linux를 설치하고 유일한 시스템으로 실행했습니다. 데스크톱 UI에 두 개의 배터리가 표시됩니다. 첫 번째 배터리는 100%이고 두 번째 배터리는 0%입니다.

방전시에는 주방전만 방전되며, 전원이 0%가 되면 꺼집니다. 이는 배터리 2개를 사용하는 목적에 어긋납니다.

아래에서 배터리 정보를 찾으려고 했으나 /proc/acpi/battery/아래에 배터리 디렉토리가 없는 것으로 나타났습니다 /proc/acpi/.

다음에서 정보를 얻을 수 있습니다 upower.

$ upower -i /org/freedesktop/UPower/devices/battery_BAT0
  native-path:          /sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:09/PNP0C09:00/PNP0C0A:00/power_supply/BAT0
  vendor:               SANYO
  model:                42T4845
  serial:               20914
  power supply:         yes
  updated:              Sat Sep 10 19:25:42 2016 (4 seconds ago)
  has history:          yes
  has statistics:       yes
  battery
    present:             yes
    rechargeable:        yes
    state:               fully-charged
    energy:              33.4998 Wh
    energy-empty:        0 Wh
    energy-full:         33.8439 Wh
    energy-full-design:  43.9893 Wh
    energy-rate:         1.6206 W
    voltage:             12.532 V
    percentage:          98.9833%
    capacity:            76.9367%
    technology:          lithium-ion

$ upower -i /org/freedesktop/UPower/devices/battery_BAT1
  native-path:          /sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:09/PNP0C09:00/PNP0C0A:01/power_supply/BAT1
  vendor:               SONY
  model:                51J0508
  serial:               1266
  power supply:         yes
  updated:              Sat Sep 10 19:25:22 2016 (27 seconds ago)
  has history:          yes
  has statistics:       yes
  battery
    present:             yes
    rechargeable:        yes
    state:               charging
    energy:              0 Wh
    energy-empty:        0 Wh
    energy-full:         32.4108 Wh
    energy-full-design:  31.32 Wh
    energy-rate:         0 W
    voltage:             11.225 V
    percentage:          0%
    capacity:            10.6897%
    technology:          lithium-polymer

Windows를 실행 중일 때 두 배터리가 모두 제대로 작동하고 있는데, 하나가 방전된 다음 다른 하나가 방전되고 배터리 중 하나만 약 10% 충전되면 연결하라는 경고가 표시됩니다.

노트북은 CentOS 7을 실행하는 Thinkpad T420s입니다.

두 배터리를 모두 작동시키려면 설치해야 하는 패키지나 드라이버가 있습니까?

답변1

두 번째 배터리를 제거하고 이제 하나를 설치하여 사용할 준비가 되었습니다. 적어도 모든 전원 관련 기능은 이제 작동하며 무작위로 전원을 끄는 대신 배터리가 부족할 때 절전 모드로 전환됩니다.

리눅스는 보조 배터리를 지원하지 않는 것 같아요.

관련 정보