09-16-2020, 08:53 AM
(This post was last modified: 09-16-2020, 09:06 AM by Baggypants.)
I'm seeing the same, I ssh'd in to mine
Interestingly looking at 'journalctl -u ofonod' I can see ofono does read the IMEI correctly
So I don't think the "No SIM" message is related to ofono, looks like the sim is presenting something unexpected to ofonod.
Code:
[ 15.085097] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 21.503964] usb 3-1: new high-speed USB device number 2 using ehci-platform
[ 21.851056] usbcore: registered new interface driver cdc_wdm
[ 21.886299] usbcore: registered new interface driver option
[ 21.886401] usbserial: USB Serial support registered for GSM modem (1-port)
[ 21.886936] option 3-1:1.0: GSM modem (1-port) converter detected
[ 21.887508] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB0
[ 21.887827] option 3-1:1.1: GSM modem (1-port) converter detected
[ 21.890735] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB1
[ 21.891123] option 3-1:1.2: GSM modem (1-port) converter detected
[ 21.892121] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB2
[ 21.892486] option 3-1:1.3: GSM modem (1-port) converter detected
[ 21.893593] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB3
[ 21.915879] qmi_wwan 3-1:1.4: cdc-wdm0: USB WDM device
[ 21.918735] qmi_wwan 3-1:1.4 wwan0: register 'qmi_wwan' at usb-1c1b000.usb-1, WWAN/QMI device, ea:88:bf:39:82:cd
[ 21.918971] usbcore: registered new interface driver qmi_wwan
[ 31.713702] avdd-csi: disabling
[ 31.713771] usb-5v: disabling
[ 41.447181] modem-power serial1-0: The modem didn't send RDY in time
[ 41.447432] modem-power serial1-0: Forcibly cutting off power, data loss may occur.
[ 41.447504] modem-power serial1-0: power up failed
[ 41.491477] usb 3-1: USB disconnect, device number 2
[ 41.492117] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[ 41.492221] option 3-1:1.0: device disconnected
[ 41.493108] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[ 41.493228] option 3-1:1.1: device disconnected
[ 41.494052] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[ 41.494192] option 3-1:1.2: device disconnected
[ 41.495029] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[ 41.495270] option 3-1:1.3: device disconnected
[ 41.502275] qmi_wwan 3-1:1.4 wwan0: unregister 'qmi_wwan' usb-1c1b000.usb-1, WWAN/QMI device
Interestingly looking at 'journalctl -u ofonod' I can see ofono does read the IMEI correctly
Code:
Sep 16 16:01:20 PinePhone ofonod[2929]: Ignoring Plugin to read EFACL from SIM
Sep 16 16:01:20 PinePhone ofonod[2929]: CREATE SFOS MANAGER PLUGIN
Sep 16 16:01:38 PinePhone ofonod[2929]: Got IMEI 8676980xxxxxxxx
Sep 16 16:01:38 PinePhone ofonod[2929]: service capabilities 4
Sep 16 16:01:38 PinePhone ofonod[2929]: sim supported 2
Sep 16 16:01:38 PinePhone ofonod[2929]: Use modem qmimodem
Sep 16 16:01:39 PinePhone ofonod[2929]: Requested file structure differs from SIM: 6fb7
Sep 16 16:01:40 PinePhone ofonod[2929]: Unable to read waiting messages numbers from SIM
Sep 16 16:01:40 PinePhone ofonod[2929]: Unable to read mailbox identifies from SIM
Sep 16 16:01:40 PinePhone ofonod[2929]: 0x226978 online
Sep 16 16:01:40 PinePhone ofonod[2929]: slot_gobi_slot_set_data_role
Sep 16 16:01:40 PinePhone ofonod[2929]: 2
Sep 16 16:01:40 PinePhone ofonod[2929]: Post online 0x226978
Sep 16 16:01:40 PinePhone systemd[1]: Started Telephony service.
Sep 16 16:01:41 PinePhone ofonod[2929]: LTE attach IP type: 0
So I don't think the "No SIM" message is related to ofono, looks like the sim is presenting something unexpected to ofonod.