Device status is online but Cellular connection is not working

Hi

Have just bought a Sixfab HAT for my Raspberry Pi 4 with Telit LE910C4-EU module. I’ve followed all installation instructions but I’m unable to get a connection. I assume the connection should work even if WiFi is active. My Dashboard at Sixfab says that ICCID is unknown although I’m sure I entered that correctly during installation.

Please advise.

Hi,

Could you please share the output of the commands AT+CPIN? and AT+ICCID?

If your device has Wi-Fi, it should appear online. Did you encounter any errors during the installation? Could you please restart the CORE services using the following commands:

sudo systemctl restart core_agent.service 
sudo systemctl restart core_manager.service

Hi
Some additional info. WiFi works ok, I guess that is why SIM details is available at connect.sixfab.com.
AT commands doesn’t seem to work as expected. I’m getting a Timeout if the blue led is off and ERROR when it’s on.

perw@raspberrypi:~ $ atcom --port /dev/ttyUSB2 AT+CPIN?
[ERR]   Timeout, couldn't get response
perw@raspberrypi:~ $ atcom --port /dev/ttyUSB2 AT+CPIN?
AT+CPIN?
ERROR

perw@raspberrypi:~ $ atcom --port /dev/ttyUSB2 AT+CPIN?
AT+CPIN?
ERROR

perw@raspberrypi:~ $ atcom --port /dev/ttyUSB2 AT+ICCID?

ERROR

I did the installation some weeks ago, but can’t recall that I got any errors.

Restarting the services seemed to work ok but still no connection. sudo status core_agent.services or core_manager.services didn’t turn up any new messages.

Checking dmesg -T gives this set of messages repeated approx every minute.

[Thu May 18 10:56:23 2023] usb 1-1.3: new high-speed USB device number 127 using xhci_hcd
[Thu May 18 10:56:23 2023] usb 1-1.3: New USB device found, idVendor=1bc7, idProduct=1201, bcdDevice= 3.18
[Thu May 18 10:56:23 2023] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Thu May 18 10:56:23 2023] usb 1-1.3: Product: LE910C4-EU
[Thu May 18 10:56:23 2023] usb 1-1.3: Manufacturer: Android
[Thu May 18 10:56:23 2023] usb 1-1.3: SerialNumber: 0123456789ABCDEF
[Thu May 18 10:56:23 2023] option 1-1.3:1.0: GSM modem (1-port) converter detected
[Thu May 18 10:56:23 2023] usb 1-1.3: GSM modem (1-port) converter now attached to ttyUSB0
[Thu May 18 10:56:23 2023] qmi_wwan 1-1.3:1.2: cdc-wdm0: USB WDM device
[Thu May 18 10:56:23 2023] qmi_wwan 1-1.3:1.2 wwan0: register 'qmi_wwan' at usb-0000:01:00.0-1.3, WWAN/QMI device, 86:45:8d:80:72:6b
[Thu May 18 10:56:23 2023] option 1-1.3:1.3: GSM modem (1-port) converter detected
[Thu May 18 10:56:23 2023] usb 1-1.3: GSM modem (1-port) converter now attached to ttyUSB1
[Thu May 18 10:56:23 2023] option 1-1.3:1.4: GSM modem (1-port) converter detected
[Thu May 18 10:56:23 2023] usb 1-1.3: GSM modem (1-port) converter now attached to ttyUSB2
[Thu May 18 10:56:23 2023] option 1-1.3:1.5: GSM modem (1-port) converter detected
[Thu May 18 10:56:23 2023] usb 1-1.3: GSM modem (1-port) converter now attached to ttyUSB3
[Thu May 18 10:56:23 2023] option 1-1.3:1.6: GSM modem (1-port) converter detected
[Thu May 18 10:56:23 2023] usb 1-1.3: GSM modem (1-port) converter now attached to ttyUSB4
[Thu May 18 10:57:26 2023] usb 1-1.3: USB disconnect, device number 127
[Thu May 18 10:57:26 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Thu May 18 10:57:26 2023] option 1-1.3:1.0: device disconnected
[Thu May 18 10:57:26 2023] qmi_wwan 1-1.3:1.2 wwan0: unregister 'qmi_wwan' usb-0000:01:00.0-1.3, WWAN/QMI device
[Thu May 18 10:57:27 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Thu May 18 10:57:27 2023] option 1-1.3:1.3: device disconnected
[Thu May 18 10:57:27 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Thu May 18 10:57:27 2023] option 1-1.3:1.4: device disconnected
[Thu May 18 10:57:27 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Thu May 18 10:57:27 2023] option 1-1.3:1.5: device disconnected
[Thu May 18 10:57:27 2023] option1 ttyUSB4: GSM modem (1-port) converter now disconnected from ttyUSB4
[Thu May 18 10:57:27 2023] option 1-1.3:1.6: device disconnected

If you activate the remote support setting of your device and share the support key with me, I can help you quickly. Could you PM me your remote-support token so that I can check and solve it? Thanks.

Hi Ensar

I just discovered that the SIM card was not fully inserted.
I’ve restarted the core services.
The blue led is now blinking approx once every second.

perw@raspberrypi:/var/log $ atcom --port /dev/ttyUSB2 AT+CPIN?

+CREG: 0,5

OK

perw@raspberrypi:/var/log $ atcom --port /dev/ttyUSB2 AT+ICCID?

+CREG: 0,5

OK


Anyway, I’ve posted the remote support token

Regards,
Per

Actually, seems like my problems might have disappeared…?
At least I’ve a normal IP-address on wwan0 and connect.sixfab.com reports Cellular Connection Available.
I’ll do some more testing tomorrow.

Cheers,
Per

1 Like

Hi

Seems I’ve been mixed up in using correct install procedure. I’ve partly followed “Setting up a data connection over QMI interface using libqmi” and partly “Setting up the PPP connection for Sixfab Shield/HAT”. I’ve also followed Twilio Setting up the PPP connection for Sixfab Shield/HAT procedure and the result is probably that I may have to do a complete reinstall.

Sorry about that.

Regards,
Per

Having similar issue but it comes and goes every few minutes.

AT+CPIN
ERROR
AT+ICCID
+ICCID: 89883…

AT+CPIN
OK
AT+ICCID
+ICCID: 89883…

ran $dmesg -T and noticed the following

every 25-29 seconds … USB disconnect, GSM modem disconnect (ttyUSB0, ttyUSB1, ttyUSB2, ttyUSB3), unregister ‘qmi_wwan’ followed by undervoltage detected!

two seconds after undervoltage detected …

new high-speed USB device number xx+1 using xhci_hcd

[Wed May 24 00:02:48 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:02:48 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:02:48 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:02:48 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:02:52 2023] hwmon hwmon1: Undervoltage detected!
[Wed May 24 00:02:56 2023] hwmon hwmon1: Voltage normalised
[Wed May 24 00:03:02 2023] usb 1-1.4: new high-speed USB device number 45 using xhci_hcd
[Wed May 24 00:03:02 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:03:02 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:03:02 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:03:02 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:03:02 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:03:02 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:03:02 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:03:02 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:03:02 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:03:02 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:03:02 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:03:02 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:03:02 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:03:02 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:04:28 2023] usb 1-1.4: USB disconnect, device number 45
[Wed May 24 00:04:28 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Wed May 24 00:04:28 2023] option 1-1.4:1.0: device disconnected
[Wed May 24 00:04:28 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Wed May 24 00:04:28 2023] option 1-1.4:1.1: device disconnected
[Wed May 24 00:04:28 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Wed May 24 00:04:28 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:04:28 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:04:28 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:04:28 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:04:30 2023] hwmon hwmon1: Undervoltage detected!
[Wed May 24 00:04:36 2023] hwmon hwmon1: Voltage normalised
[Wed May 24 00:04:42 2023] usb 1-1.4: new high-speed USB device number 46 using xhci_hcd
[Wed May 24 00:04:42 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:04:42 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:04:42 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:04:42 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:04:42 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:04:42 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:04:42 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:04:42 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:04:42 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:04:42 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:04:42 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:04:42 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:04:42 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:04:42 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:06:17 2023] usb 1-1.4: USB disconnect, device number 46
[Wed May 24 00:06:17 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Wed May 24 00:06:17 2023] option 1-1.4:1.0: device disconnected
[Wed May 24 00:06:17 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Wed May 24 00:06:17 2023] option 1-1.4:1.1: device disconnected
[Wed May 24 00:06:17 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Wed May 24 00:06:17 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:06:17 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:06:17 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:06:17 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:06:19 2023] hwmon hwmon1: Undervoltage detected!
[Wed May 24 00:06:25 2023] hwmon hwmon1: Voltage normalised
[Wed May 24 00:06:31 2023] usb 1-1.4: new high-speed USB device number 47 using xhci_hcd
[Wed May 24 00:06:31 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:06:31 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:06:31 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:06:31 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:06:31 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:06:31 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:06:31 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:06:31 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:06:31 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:06:31 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:06:31 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:06:31 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:06:31 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:06:31 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:07:59 2023] usb 1-1.4: USB disconnect, device number 47
[Wed May 24 00:07:59 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Wed May 24 00:07:59 2023] option 1-1.4:1.0: device disconnected
[Wed May 24 00:07:59 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Wed May 24 00:07:59 2023] option 1-1.4:1.1: device disconnected
[Wed May 24 00:07:59 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Wed May 24 00:07:59 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:07:59 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:07:59 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:07:59 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:08:02 2023] hwmon hwmon1: Undervoltage detected!
[Wed May 24 00:08:06 2023] hwmon hwmon1: Voltage normalised
[Wed May 24 00:08:13 2023] usb 1-1.4: new high-speed USB device number 48 using xhci_hcd
[Wed May 24 00:08:13 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:08:13 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:08:13 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:08:13 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:08:13 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:08:13 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:08:13 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:08:13 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:08:13 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:08:13 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:08:13 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:08:13 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:08:13 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:08:13 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:09:47 2023] usb 1-1.4: USB disconnect, device number 48
[Wed May 24 00:09:47 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Wed May 24 00:09:47 2023] option 1-1.4:1.0: device disconnected
[Wed May 24 00:09:47 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Wed May 24 00:09:47 2023] option 1-1.4:1.1: device disconnected
[Wed May 24 00:09:47 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Wed May 24 00:09:47 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:09:47 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:09:47 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:09:47 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:10:02 2023] usb 1-1.4: new high-speed USB device number 49 using xhci_hcd
[Wed May 24 00:10:02 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:10:02 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:10:02 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:10:02 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:10:02 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:10:02 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:10:02 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:10:02 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:10:02 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:10:02 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:10:02 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:10:02 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:10:02 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:10:02 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:11:27 2023] usb 1-1.4: USB disconnect, device number 49
[Wed May 24 00:11:27 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Wed May 24 00:11:27 2023] option 1-1.4:1.0: device disconnected
[Wed May 24 00:11:27 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Wed May 24 00:11:27 2023] option 1-1.4:1.1: device disconnected
[Wed May 24 00:11:27 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Wed May 24 00:11:27 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:11:27 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:11:27 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:11:27 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:11:30 2023] hwmon hwmon1: Undervoltage detected!
[Wed May 24 00:11:36 2023] hwmon hwmon1: Voltage normalised
[Wed May 24 00:11:42 2023] usb 1-1.4: new high-speed USB device number 50 using xhci_hcd
[Wed May 24 00:11:42 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:11:42 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:11:42 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:11:42 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:11:42 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:11:42 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:11:42 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:11:42 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:11:42 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:11:42 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:11:42 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:11:42 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:11:42 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:11:42 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:13:16 2023] usb 1-1.4: USB disconnect, device number 50
[Wed May 24 00:13:16 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Wed May 24 00:13:16 2023] option 1-1.4:1.0: device disconnected
[Wed May 24 00:13:16 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Wed May 24 00:13:16 2023] option 1-1.4:1.1: device disconnected
[Wed May 24 00:13:16 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Wed May 24 00:13:16 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:13:16 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:13:16 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:13:16 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:13:19 2023] hwmon hwmon1: Undervoltage detected!
[Wed May 24 00:13:23 2023] hwmon hwmon1: Voltage normalised
[Wed May 24 00:13:30 2023] usb 1-1.4: new high-speed USB device number 51 using xhci_hcd
[Wed May 24 00:13:30 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:13:30 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:13:30 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:13:30 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:13:30 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:13:30 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:13:30 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:13:30 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:13:30 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:13:30 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:13:30 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:13:30 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:13:31 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:13:31 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:14:58 2023] usb 1-1.4: USB disconnect, device number 51
[Wed May 24 00:14:58 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Wed May 24 00:14:58 2023] option 1-1.4:1.0: device disconnected
[Wed May 24 00:14:58 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Wed May 24 00:14:58 2023] option 1-1.4:1.1: device disconnected
[Wed May 24 00:14:58 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Wed May 24 00:14:58 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:14:58 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:14:58 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:14:58 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:15:01 2023] hwmon hwmon1: Undervoltage detected!
[Wed May 24 00:15:05 2023] hwmon hwmon1: Voltage normalised
[Wed May 24 00:15:12 2023] usb 1-1.4: new high-speed USB device number 52 using xhci_hcd
[Wed May 24 00:15:12 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:15:12 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:15:12 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:15:12 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:15:12 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:15:12 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:15:12 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:15:12 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:15:12 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:15:12 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:15:12 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:15:12 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:15:12 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:15:12 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:16:47 2023] usb 1-1.4: USB disconnect, device number 52
[Wed May 24 00:16:47 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Wed May 24 00:16:47 2023] option 1-1.4:1.0: device disconnected
[Wed May 24 00:16:47 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Wed May 24 00:16:47 2023] option 1-1.4:1.1: device disconnected
[Wed May 24 00:16:47 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Wed May 24 00:16:47 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:16:47 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:16:47 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:16:47 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:16:50 2023] hwmon hwmon1: Undervoltage detected!
[Wed May 24 00:16:54 2023] hwmon hwmon1: Voltage normalised
[Wed May 24 00:17:01 2023] usb 1-1.4: new high-speed USB device number 53 using xhci_hcd
[Wed May 24 00:17:01 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:17:01 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:17:01 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:17:01 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:17:01 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:17:01 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:17:01 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:17:01 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:17:01 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:17:01 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:17:01 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:17:01 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:17:01 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:17:01 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:18:27 2023] usb 1-1.4: USB disconnect, device number 53
[Wed May 24 00:18:27 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Wed May 24 00:18:27 2023] option 1-1.4:1.0: device disconnected
[Wed May 24 00:18:27 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Wed May 24 00:18:27 2023] option 1-1.4:1.1: device disconnected
[Wed May 24 00:18:27 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Wed May 24 00:18:27 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:18:27 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:18:27 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:18:27 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:18:29 2023] hwmon hwmon1: Undervoltage detected!
[Wed May 24 00:18:33 2023] hwmon hwmon1: Voltage normalised
[Wed May 24 00:18:41 2023] usb 1-1.4: new high-speed USB device number 54 using xhci_hcd
[Wed May 24 00:18:41 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:18:41 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:18:41 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:18:41 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:18:41 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:18:41 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:18:41 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:18:41 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:18:41 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:18:41 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:18:41 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:18:41 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:18:41 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:18:41 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:20:15 2023] usb 1-1.4: USB disconnect, device number 54
[Wed May 24 00:20:15 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Wed May 24 00:20:15 2023] option 1-1.4:1.0: device disconnected
[Wed May 24 00:20:15 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Wed May 24 00:20:15 2023] option 1-1.4:1.1: device disconnected
[Wed May 24 00:20:15 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Wed May 24 00:20:15 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:20:15 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:20:15 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:20:15 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:20:18 2023] hwmon hwmon1: Undervoltage detected!
[Wed May 24 00:20:20 2023] hwmon hwmon1: Voltage normalised
[Wed May 24 00:20:30 2023] usb 1-1.4: new high-speed USB device number 55 using xhci_hcd
[Wed May 24 00:20:30 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:20:30 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:20:30 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:20:30 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:20:30 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:20:30 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:20:30 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:20:30 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:20:30 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:20:30 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:20:30 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:20:30 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:20:30 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:20:30 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:21:55 2023] usb 1-1.4: USB disconnect, device number 55
[Wed May 24 00:21:55 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Wed May 24 00:21:55 2023] option 1-1.4:1.0: device disconnected
[Wed May 24 00:21:55 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Wed May 24 00:21:55 2023] option 1-1.4:1.1: device disconnected
[Wed May 24 00:21:55 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Wed May 24 00:21:55 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:21:55 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:21:55 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:21:55 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:21:59 2023] hwmon hwmon1: Undervoltage detected!
[Wed May 24 00:22:03 2023] hwmon hwmon1: Voltage normalised
[Wed May 24 00:22:10 2023] usb 1-1.4: new high-speed USB device number 56 using xhci_hcd
[Wed May 24 00:22:10 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:22:10 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:22:10 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:22:10 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:22:10 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:22:10 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:22:10 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:22:10 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:22:10 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:22:10 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:22:10 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:22:10 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:22:10 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:22:10 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:23:44 2023] usb 1-1.4: USB disconnect, device number 56
[Wed May 24 00:23:44 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Wed May 24 00:23:44 2023] option 1-1.4:1.0: device disconnected
[Wed May 24 00:23:44 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Wed May 24 00:23:44 2023] option 1-1.4:1.1: device disconnected
[Wed May 24 00:23:44 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Wed May 24 00:23:44 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:23:44 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:23:44 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:23:44 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:23:48 2023] hwmon hwmon1: Undervoltage detected!
[Wed May 24 00:23:52 2023] hwmon hwmon1: Voltage normalised
[Wed May 24 00:23:59 2023] usb 1-1.4: new high-speed USB device number 57 using xhci_hcd
[Wed May 24 00:23:59 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:23:59 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:23:59 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:23:59 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:23:59 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:23:59 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:23:59 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:23:59 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:23:59 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:23:59 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:23:59 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:23:59 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:23:59 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:23:59 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:25:27 2023] usb 1-1.4: USB disconnect, device number 57
[Wed May 24 00:25:27 2023] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[Wed May 24 00:25:27 2023] option 1-1.4:1.0: device disconnected
[Wed May 24 00:25:27 2023] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[Wed May 24 00:25:27 2023] option 1-1.4:1.1: device disconnected
[Wed May 24 00:25:27 2023] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[Wed May 24 00:25:27 2023] option 1-1.4:1.2: device disconnected
[Wed May 24 00:25:27 2023] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[Wed May 24 00:25:27 2023] option 1-1.4:1.3: device disconnected
[Wed May 24 00:25:27 2023] qmi_wwan 1-1.4:1.4 wwan0: unregister ‘qmi_wwan’ usb-0000:01:00.0-1.4, WWAN/QMI device
[Wed May 24 00:25:30 2023] hwmon hwmon1: Undervoltage detected!
[Wed May 24 00:25:34 2023] hwmon hwmon1: Voltage normalised
[Wed May 24 00:25:41 2023] usb 1-1.4: new high-speed USB device number 58 using xhci_hcd
[Wed May 24 00:25:41 2023] usb 1-1.4: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[Wed May 24 00:25:41 2023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Wed May 24 00:25:41 2023] usb 1-1.4: Product: EG25-G
[Wed May 24 00:25:41 2023] usb 1-1.4: Manufacturer: Quectel
[Wed May 24 00:25:41 2023] option 1-1.4:1.0: GSM modem (1-port) converter detected
[Wed May 24 00:25:41 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[Wed May 24 00:25:41 2023] option 1-1.4:1.1: GSM modem (1-port) converter detected
[Wed May 24 00:25:41 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[Wed May 24 00:25:41 2023] option 1-1.4:1.2: GSM modem (1-port) converter detected
[Wed May 24 00:25:41 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
[Wed May 24 00:25:41 2023] option 1-1.4:1.3: GSM modem (1-port) converter detected
[Wed May 24 00:25:41 2023] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3
[Wed May 24 00:25:41 2023] qmi_wwan 1-1.4:1.4: cdc-wdm0: USB WDM device
[Wed May 24 00:25:41 2023] qmi_wwan 1-1.4:1.4 wwan0: register ‘qmi_wwan’ at usb-0000:01:00.0-1.4, WWAN/QMI device, 3a:23:72:a2:03:2f
[Wed May 24 00:27:18 2023] usb 1-1.4: USB disconnect, device number 58

This should be added to the getting started docs … if you have issues or AT+CPIN error that comes and goes run dmesg -T and look for low voltage message. Unrecognized option ttyUSB3 - #6 by sixfab-0272

:point_down: