After an update my L5 doesn’t show a battery in the phone at all. Will not power on without charging cable attached and diagnostic tests show that there isn’t even a battery in it. It’s been a month now. This is crazy. I’ve been through every listed “fix” protocol in the book. Also, I never receive a full red light, just flashing red. Anyone have any ideas, or do I have an $800 paper weight?
So if you reinsert the battery physically, the state is the same as when there’s no battery in the phone at all?
sudo dmesg | grep boot
?
Purism Community
Yep. Flashing red is all I get.
I have a few ideas, so we will go through them one at a time.
- Reflash the USB PD controller firmware.
purism@pureos:~$ sudo dmesg | grep boot
[sudo] password for purism:
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: u_boot_version=2022.10-g956aa590c9 console=ttymxc0,115200 quiet fsck.repair=yes security=apparmor splash plymouth.ignore-serial-consoles vt.global_cursor_default=0
[ 0.000000] Unknown kernel command line parameters “splash u_boot_version=2022.10-g956aa590c9”, will be passed to user space.
[ 0.172036] (NULL device *): using DT ‘/not_really_leds/smc-boot’ for ‘(null)’ GPIO lookup
[ 0.290455] (NULL device *): using DT ‘/not_really_leds/smc-boot’ for ‘(null)’ GPIO lookup
[ 0.290478] of_get_named_gpiod_flags: parsed ‘gpios’ property of node ‘/not_really_leds/smc-boot[0]’ - status (0)
[ 0.466498] mmcblk0boot0: mmc0:0001 032GB2 4.00 MiB
[ 0.467031] mmcblk0boot1: mmc0:0001 032GB2 4.00 MiB
[ 3.167808] u_boot_version=2022.10-g956aa590c9
[ 20.300822] ext2 filesystem being mounted at /boot supports timestamps until 2038-01-19 (0x7fffffff)
purism@pureos:~$ tail -n+0 /sys/class/power_supply/*/uevent
==> /sys/class/power_supply/bq25890-charger-0/uevent <==
POWER_SUPPLY_NAME=bq25890-charger-0
POWER_SUPPLY_TYPE=USB
POWER_SUPPLY_MANUFACTURER=Texas Instruments
POWER_SUPPLY_MODEL_NAME=BQ25895
POWER_SUPPLY_STATUS=Not charging
POWER_SUPPLY_CHARGE_TYPE=N/A
POWER_SUPPLY_ONLINE=1
POWER_SUPPLY_HEALTH=Unspecified failure
POWER_SUPPLY_CONSTANT_CHARGE_CURRENT=1472000
POWER_SUPPLY_CONSTANT_CHARGE_CURRENT_MAX=1472000
POWER_SUPPLY_CONSTANT_CHARGE_VOLTAGE=4208000
POWER_SUPPLY_CONSTANT_CHARGE_VOLTAGE_MAX=4208000
POWER_SUPPLY_PRECHARGE_CURRENT=128000
POWER_SUPPLY_CHARGE_TERM_CURRENT=128000
POWER_SUPPLY_INPUT_CURRENT_LIMIT=3000000
POWER_SUPPLY_VOLTAGE_NOW=2304000
POWER_SUPPLY_CURRENT_NOW=0
POWER_SUPPLY_TEMP=-210
==> /sys/class/power_supply/hid-f0:65:dd:6a:ae:df-battery/uevent <==
POWER_SUPPLY_NAME=hid-f0:65:dd:6a:ae:df-battery
POWER_SUPPLY_TYPE=Battery
POWER_SUPPLY_PRESENT=1
POWER_SUPPLY_ONLINE=1
POWER_SUPPLY_CAPACITY=28
POWER_SUPPLY_MODEL_NAME=HP Bluetooth Mouse X4000b
POWER_SUPPLY_STATUS=Discharging
POWER_SUPPLY_SCOPE=Device
==> /sys/class/power_supply/max170xx_battery/uevent <==
==> /sys/class/power_supply/tps6598x-source-psy-0-003f/uevent <==
POWER_SUPPLY_NAME=tps6598x-source-psy-0-003f
POWER_SUPPLY_TYPE=USB
POWER_SUPPLY_USB_TYPE=SDP DCP CDP C [PD]
POWER_SUPPLY_ONLINE=1
POWER_SUPPLY_PRESENT=1
POWER_SUPPLY_CURRENT_MAX=3000000
POWER_SUPPLY_VOLTAGE_MAX=5000000
Thanks. Please share full sudo dmesg too i will come back to you after 48 hrs after you shared the dmesg log.
Purism Community.