02-13-2024, 09:26 AM
So I pulled logs for dmesg, eg25-manager, ModemManager, and NetworkManager. Everything seems to want to work normally except this from Modem Manager. It seems the power mode is going into "factory-test" mode and can't get out of it.
The first time I flashed the sdk firmware it failed to go into fastboot before continuing to flash all of the files but when I reflashed it manually I did successfully get fastboot to enable before continuing. Not sure what bearing that may have on this situation but is there some way to break out of factory test mode or did something get written in a way that can't be rewritten?
Code:
Feb 13 01:38:23 mobian systemd[1]: Starting ModemManager.service - Modem Manager...
Feb 13 01:38:23 mobian ModemManager[582]: <info> ModemManager (version 1.20.4) starting in system bus...
Feb 13 01:38:24 mobian systemd[1]: Started ModemManager.service - Modem Manager.
Feb 13 01:38:26 mobian ModemManager[582]: <info> [base-manager] couldn't check support for device '/sys/devices/platform/fe310000.mmc/mmc_host/mmc0/mmc0:0001/mmc0:0001:1': not supported by any plugin
Feb 13 01:38:26 mobian ModemManager[582]: <info> [base-manager] couldn't check support for device '/sys/devices/platform/usb@fe800000/fe800000.usb': not supported by any plugin
Feb 13 01:38:42 mobian ModemManager[582]: <warn> [ttyUSB0/probe] failed to parse QCDM version info command result: -7
Feb 13 01:38:48 mobian ModemManager[582]: <info> [device /sys/devices/platform/fe3c0000.usb/usb1/1-1] creating modem with plugin 'quectel' and '6' ports
Feb 13 01:38:48 mobian ModemManager[582]: <info> [base-manager] modem for device '/sys/devices/platform/fe3c0000.usb/usb1/1-1' successfully created
Feb 13 01:38:51 mobian ModemManager[582]: <warn> [modem0] couldn't load power state: Unhandled power state: 'factory-test' (2)
Feb 13 01:38:51 mobian ModemManager[582]: <warn> [modem0/sim0] couldn't load operator identifier: Couldn't get home network: QMI protocol error (16): 'NotProvisioned'
Feb 13 01:38:51 mobian ModemManager[582]: <warn> [modem0/sim0] couldn't load operator name: Couldn't get home network: QMI protocol error (16): 'NotProvisioned'
Feb 13 01:38:51 mobian ModemManager[582]: <warn> [modem0/sim0] couldn't load list of emergency numbers: uninitialized emergency numbers list
Feb 13 01:38:51 mobian ModemManager[582]: <warn> [modem0] couldn't load list of own numbers: Couldn't get MSISDN: QMI protocol error (16): 'NotProvisioned'
Feb 13 01:38:51 mobian ModemManager[582]: <warn> [modem0] couldn't load IMEI: Device doesn't report a valid IMEI
Feb 13 01:38:52 mobian ModemManager[582]: <info> [modem0] state changed (unknown -> disabled)
Feb 13 01:38:52 mobian ModemManager[582]: <info> [modem0] state changed (disabled -> enabling)
Feb 13 01:38:57 mobian ModemManager[582]: <warn> [modem0] couldn't enable interface: 'Couldn't set operating mode: QMI protocol error (52): 'DeviceNotReady''
Feb 13 01:38:57 mobian ModemManager[582]: <info> [modem0] 3GPP registration state changed (unknown -> unknown)
Feb 13 01:38:57 mobian ModemManager[582]: <info> [modem0] state changed (enabling -> disabled)
The first time I flashed the sdk firmware it failed to go into fastboot before continuing to flash all of the files but when I reflashed it manually I did successfully get fastboot to enable before continuing. Not sure what bearing that may have on this situation but is there some way to break out of factory test mode or did something get written in a way that can't be rewritten?