PDA

View Full Version : ACPI: Battery: found native INT33F4 PMIC, not loading



absTRACTa
2018-07-31, 16:05
Hi everybody,

I've install a kali linux version 4.14.0-kali3-686-pae succesfully on this talet

Brand Airis
Model WinPad 110w

Intel Atom? CPU Z3735F @ 1.33GHz ? 4.
2 GiB RAM
GPU Intel Bay Trail x86/MMX/SSE2

~# lsblk -fm
NAME FSTYPE
mmcblk1
├─mmcblk1p1 vfat
├─mmcblk1p2
├─mmcblk1p3 ntfs
├─mmcblk1p4 ntfs
├─mmcblk1p5 ext4
└─mmcblk1p6 swap
mmcblk1boot0
mmcblk1boot1
mmcblk1rpmb
mmcblk2
└─mmcblk2p1 vfat


Now I have dual boot Win10 and kali linux version 4.14.0-kali3-686-pae, but I have some troubles when i boot kali.

One of them is that I can't get battery icon because kali detect the battery at boot time but not load any module (I think) for it.

If I type in a terminal,

~# lspci
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0f)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0f)
00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 0f)
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0f)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0f)

~# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 258a:0f0a
Bus 001 Device 002: ID 1a40:0801 Terminus Technology Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

~# dmesg | grep Battery
[ 8.134480] ACPI: Battery: found native INT33F4 PMIC, not loading

~# acpi
No support for device type: power_supply

See this message (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895129) from Debian.

Any help will be appreciated.

Thanks in advance.

Mister_X
2018-08-01, 02:21
Looking at the bug report, it says it is fixed in 4.15. Current kali kernel is 4.17, so the issue should be fixed.

Run apt-get update && apt-get dist-upgrade then reboot

absTRACTa
2018-08-01, 14:55
Thank for your answer.

apt-get dist-upgrade is a heavily solution because takes a long time. But I'm doing it.

I don't know still how the system will responses after dist-upgrade. Cross the fingers.

Could be possible do something less heavily like this,
https://serverfault.com/questions/270260/how-do-you-use-apt-get-to-only-install-critical-security-updates-on-ubuntu

UPDATE 1:
Hi Mister_X,

Unfortunately apt-get dist-upgrade sends me an error that I can't fix.

I've run a Live kali 4.15.0-kali-686-pae with the same issue.

~# dmesg | grep Battery
[ 8.134480] ACPI: Battery: found native INT33F4 PMIC, not loading

I continue trying.

UPDATE 2:
I've typed in a terminal,

apt-cache search linux-image

to see the availiable kernels, and I've installed the latest Linux kernel using,

sudo apt-get install linux-image-4.17.0-kali1-686-pae

And reboot.

The issue about battery is the same.

Should I install any other package!?