You are not logged in.

#1 2022-08-18 14:35:48

Hubbleexplorer
Member
Registered: 2021-05-15
Posts: 89

[CLOSE]Wrong baterry/energy information in Asus FA506IU

Hello i having a issue where the battery information is always wrong even in /sys/class/power_supply/BAT1/uevent  doesnt matter if the power is plug or not
power plug

Arch_Linux_Hubble ~ $: cat /sys/class/power_supply/BAT1/uevent 
POWER_SUPPLY_NAME=BAT1
POWER_SUPPLY_TYPE=Battery
POWER_SUPPLY_STATUS=Charging
POWER_SUPPLY_PRESENT=1
POWER_SUPPLY_TECHNOLOGY=Li-ion
POWER_SUPPLY_CYCLE_COUNT=0
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=11852000
POWER_SUPPLY_VOLTAGE_NOW=12688000
POWER_SUPPLY_CURRENT_NOW=835000
POWER_SUPPLY_CHARGE_FULL_DESIGN=4050000
POWER_SUPPLY_CHARGE_FULL=3068000
POWER_SUPPLY_CHARGE_NOW=2854000
POWER_SUPPLY_CAPACITY=93
POWER_SUPPLY_CAPACITY_LEVEL=Normal
POWER_SUPPLY_MODEL_NAME=A32-K55
POWER_SUPPLY_MANUFACTURER=ASUS 
POWER_SUPPLY_SERIAL_NUMBER= 

power unplug

Arch_Linux_Hubble ~ $: cat /sys/class/power_supply/BAT1/uevent
POWER_SUPPLY_NAME=BAT1
POWER_SUPPLY_TYPE=Battery
POWER_SUPPLY_STATUS=Charging
POWER_SUPPLY_PRESENT=1
POWER_SUPPLY_TECHNOLOGY=Li-ion
POWER_SUPPLY_CYCLE_COUNT=0
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=11852000
POWER_SUPPLY_VOLTAGE_NOW=12688000
POWER_SUPPLY_CURRENT_NOW=835000
POWER_SUPPLY_CHARGE_FULL_DESIGN=4050000
POWER_SUPPLY_CHARGE_FULL=3068000
POWER_SUPPLY_CHARGE_NOW=2854000
POWER_SUPPLY_CAPACITY=93
POWER_SUPPLY_CAPACITY_LEVEL=Normal
POWER_SUPPLY_MODEL_NAME=A32-K55
POWER_SUPPLY_MANUFACTURER=ASUS 
POWER_SUPPLY_SERIAL_NUMBER= 


i already check that only the default asus drivers are being loaded

Arch_Linux_Hubble ~ $: sudo dmesg  | grep asus                  
[sudo] password for hubble: 
[    4.779542] asus_wmi: ASUS WMI generic driver loaded
[    4.793918] asus_wmi: Initialization: 0x1
[    4.794165] asus_wmi: BIOS WMI version: 8.1
[    4.794368] asus_wmi: SFUN value: 0x4a0061
[    4.794375] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[    4.794381] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[    4.814536] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
[    4.826857] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input17

uname

Arch_Linux_Hubble ~ $: uname -r                                                            
5.19.2-arch1-1

The issue only appear a few days ago and i dont know what do do. Thanks for the help

Last edited by Hubbleexplorer (2022-08-18 14:56:43)

Offline

#2 2022-08-18 14:47:09

Hubbleexplorer
Member
Registered: 2021-05-15
Posts: 89

Re: [CLOSE]Wrong baterry/energy information in Asus FA506IU

The current fix I'm using is using the lts kernel so probably there is something wrong with the non lts kernel

Last edited by Hubbleexplorer (2022-08-18 14:49:33)

Offline

#3 2022-08-18 14:56:25

Hubbleexplorer
Member
Registered: 2021-05-15
Posts: 89

Re: [CLOSE]Wrong baterry/energy information in Asus FA506IU

Offline

Board footer

Powered by FluxBB