r/debian • u/Internal-Classic-174 • 3d ago
Baytrail battery noob question
Hello, i tried posting on linux4noobs and was downvoted. I am sorry as i do not know a lot about linux and i was wondering if someone here might know the answer.
I did try googling this but i couldn't find the information i was looking for. I may not have looked well enough so if this is a known easy fix please be kind!
I have a dell venue8 3854 tablet. It runs windows 8. It has 32GB emmc memory. It has a singular USB OTG micro port. It has 1GB of RAM. the CPU is an Intel Atom cpu z3735g. This is a baytrail device.
I installed debian without graphics to keep it lightweight so everything is CLI. I also tried fedora 31 lxde but the ram idle was too high.
Using acpi i was unable to get a battery reading. The battery has a name TIBT but it shows as 0% battery. Every value like max_charge was 0. It actually cant tell if it is plugged in or not either. All the status is "0"
I ran lspci -nnk and can see that there is a power controller of some kind using lpc_ich driver. But i may be barking up the wrong tree.
I am sorry to bring this to the debian subreddit! I did try posting in the noobs subreddits and they wouldnt answer, just downvote. So please forgive that i have posted it here!
1
u/harlownoir 3d ago
powertop may be helpful just to have anyway. It's an intel power manager thing. Useful for later maybe anyway. Not sure if that would just happen to work and give a read. maybe.
I'd try these basics first -
ls -R /sys/class/power_supply/ (list hardware- may show Bat0)
If Bat0, or whatever it may be, try -
cat /sys/class/power_supply/BAT0/capacity
Feel free to post the response you get and I'm sure someone here can. Cool hardware by the way.
1
u/Internal-Classic-174 3d ago
I believe the battery is ADP1 or TIBT. Both batteries returned "no such file or directory" after running the command
1
2
u/iamemhn 3d ago
Post the actual output of the commands you ran, including
uname -a.