I’ve seen similar posts before, but the resolution involved the support person getting remote access to fix it.
I’ve recently installed the 3G/4G<E Base hat with LE910C4-NF on a raspberry pi 4b:
PRETTY_NAME=“Raspbian GNU/Linux 12 (bookworm)”
NAME=“Raspbian GNU/Linux”
VERSION_ID=“12”
VERSION=“12 (bookworm)”
VERSION_CODENAME=bookworm
ID=raspbian
ID_LIKE=debian
The CORE ui shows that it is connected on wlan0. The UI shows that it was connected in the past and transmitted 0.04MB of data.
ifconfig -a shows that wwan0 appears with an inet6 address, but not inet4. Periodically the inet6 address disappears.
That cycle coincides with these entries in cm_log:
2024-03-02 13:41:30,458 --> default.py INFO Interface wwan0 is down.
2024-03-02 13:41:35,511 --> default.py INFO Interface wwan0 is up.
2024-03-02 13:41:55,767 --> cm.py ERROR reset_connection_interface() -> Modem interface couln't be detected.
2024-03-02 13:41:57,173 --> default.py INFO USB interface is reset...
2024-03-02 13:41:58,516 --> cm.py ERROR check_internet() -> No internet!
2024-03-02 13:41:58,716 --> default.py INFO Modem is resetting softly...
2024-03-02 13:41:59,121 --> default.py INFO Modem is deregistered from network
2024-03-02 13:42:35,154 --> monitor.py INFO Monitoring data updated with changes.
2024-03-02 13:42:36,160 --> identify.py INFO Tyring to detect modem...
2024-03-02 13:42:38,294 --> identify.py INFO [?] System identifying...
2024-03-02 13:42:40,285 --> identify.py WARNING System setup has changed!
2024-03-02 13:42:44,285 --> default.py INFO Modem configuration started.
2024-03-02 13:42:44,709 --> default.py INFO Network auto-registering is enabling
2024-03-02 13:42:45,095 --> default.py INFO Modem network auto-registering is enabled
2024-03-02 13:43:05,528 --> default.py INFO APN is up-to-date.
2024-03-02 13:43:05,901 --> default.py INFO Modem mode for EPS is OK
2024-03-02 13:43:05,902 --> default.py INFO Checking the mode of modem...
2024-03-02 13:43:08,544 --> default.py INFO Checking the SIM is ready...
2024-03-02 13:43:08,918 --> default.py INFO SIM is ready.
2024-03-02 13:43:10,019 --> default.py INFO Checking the network is ready...
2024-03-02 13:43:10,453 --> cm.py ERROR check_network() -> ('Network not registered: ', ('\n\n+CREG: 0,0\n\n\n\nOK\n\n\n', '', 0))
2024-03-02 13:43:15,554 --> default.py INFO Checking the network is ready...
2024-03-02 13:43:15,993 --> cm.py ERROR check_network() -> ('Network not registered: ', ('\n\n+CREG: 0,0\n\n\n\nOK\n\n\n', '', 0))
2024-03-02 13:43:21,094 --> default.py INFO Checking the network is ready...
2024-03-02 13:43:21,535 --> cm.py ERROR check_network() -> ('Network not registered: ', ('\n\n+CREG: 0,0\n\n\n\nOK\n\n\n', '', 0))
2024-03-02 13:43:26,635 --> default.py INFO Checking the network is ready...
2024-03-02 13:43:27,054 --> cm.py ERROR check_network() -> ('Network not registered: ', ('\n\n+CREG: 0,0\n\n\n\nOK\n\n\n', '', 0))
2024-03-02 13:43:32,155 --> default.py INFO Checking the network is ready...
2024-03-02 13:43:32,568 --> default.py INFO Network is registered
2024-03-02 13:43:33,775 --> monitor.py INFO Monitoring data updated with changes.
2024-03-02 13:43:38,777 --> default.py INFO Checking the ECM initialization...
2024-03-02 13:43:39,176 --> default.py INFO ECM Connection is initiating...
2024-03-02 13:43:41,377 --> default.py INFO ECM is initiated.
2024-03-02 13:43:51,584 --> cm.py ERROR check_internet() -> No internet!
2024-03-02 13:43:51,785 --> diagnostic.py INFO Diagnostic is working...
2024-03-02 13:43:53,290 --> default.py INFO Checking the network is ready...
2024-03-02 13:43:53,658 --> default.py INFO Network is registered
2024-03-02 13:43:54,953 --> diagnostic.py INFO Creating diagnostic report on --> /home/sixfab/.core/diagnostics/diagnostic.yaml
2024-03-02 13:43:55,154 --> default.py INFO Connection interface is reset...
2024-03-02 13:43:55,179 --> default.py INFO Interface wwan0 is down.
Agent log does not have errors, but messages like these:
2024-03-02 13:45:01,561 --> monitoring.py DEBUG Skipping data_config, couldn't find any changes.
2024-03-02 13:45:01,567 --> monitoring.py DEBUG Skipping data_geolocation, couldn't find any changes.
2024-03-02 13:45:44,756 --> bulk.py INFO No bulk deployment exist. Continue...
2024-03-02 13:45:44,796 --> main.py INFO Updated LWT, fresh=True, connection_sequence=0, timestamp=1709412344
2024-03-02 13:45:45,286 --> main.py WARNING [MONITORING] Monitoring thread not initialized, initializing
2024-03-02 13:45:45,286 --> main.py WARNING [MONITORING] Starting monitoring thread
2024-03-02 13:45:45,287 --> monitoring.py DEBUG Not connected to MQTT broker, ignoring monitoring thread. Retrying in 10 secs
2024-03-02 13:45:45,758 --> main.py INFO Connected to the broker, rc=0
2024-03-02 13:45:45,758 --> main.py INFO Sent SUBSCRIPTION mid=1, topic=device/***/directives
2024-03-02 13:45:45,759 --> main.py INFO Sent SUBSCRIPTION mid=2, topic=signaling/***/request
2024-03-02 13:45:45,759 --> main.py INFO Publish Success --> mid: 3, rc: 0
2024-03-02 13:45:45,759 --> main.py INFO Sent birth certificate
2024-03-02 13:45:46,048 --> main.py INFO Subscribed to MQTT topic: device/***/directives
2024-03-02 13:45:46,591 --> main.py INFO Subscribed to MQTT topic: signaling/***/request
2024-03-02 13:45:55,291 --> monitoring.py DEBUG Sending new data_monitoring : (0, 4), only_changed_values=True
2024-03-02 13:45:55,293 --> monitoring.py DEBUG Sending new data_system : (0, 5), only_changed_values=True
2024-03-02 13:45:55,296 --> monitoring.py DEBUG Sending new data_config : (0, 6), only_changed_values=True
2024-03-02 13:45:55,299 --> monitoring.py DEBUG Sending new data_geolocation : (0, 7), only_changed_values=False
2024-03-02 13:45:55,411 --> monitoring.py DEBUG Updated last monitoring data
2024-03-02 13:45:55,471 --> monitoring.py DEBUG Updated last config data
2024-03-02 13:45:55,473 --> monitoring.py DEBUG Updated last system data
2024-03-02 13:45:55,474 --> monitoring.py DEBUG Updated last geolocation data
2024-03-02 13:46:43,772 --> monitoring.py DEBUG Sending new data_monitoring : (0, 8), only_changed_values=True
2024-03-02 13:46:43,773 --> monitoring.py DEBUG Skipping data_system, couldn't find any changes.
2024-03-02 13:46:43,775 --> monitoring.py DEBUG Skipping data_config, couldn't find any changes.
2024-03-02 13:46:43,777 --> monitoring.py DEBUG Skipping data_geolocation, couldn't find any changes.
2024-03-02 13:46:43,885 --> monitoring.py DEBUG Updated last monitoring data
2024-03-02 13:47:13,787 --> monitoring.py DEBUG Sending new data_monitoring : (0, 9), only_changed_values=True
2024-03-02 13:47:13,790 --> monitoring.py DEBUG Skipping data_system, couldn't find any changes.
2024-03-02 13:47:13,795 --> monitoring.py DEBUG Skipping data_config, couldn't find any changes.
2024-03-02 13:47:13,800 --> monitoring.py DEBUG Skipping data_geolocation, couldn't find any changes.
2024-03-02 13:47:13,896 --> monitoring.py DEBUG Updated last monitoring data
2024-03-02 13:47:43,804 --> monitoring.py DEBUG Skipping data_monitoring, couldn't find any changes.
2024-03-02 13:47:43,804 --> monitoring.py DEBUG Skipping data_system, couldn't find any changes.
2024-03-02 13:47:43,806 --> monitoring.py DEBUG Skipping data_config, couldn't find any changes.
2024-03-02 13:47:43,808 --> monitoring.py DEBUG Skipping data_geolocation, couldn't find any changes.
2024-03-02 13:48:13,816 --> monitoring.py DEBUG Skipping data_monitoring, couldn't find any changes.
lsusb -t matches what everyone else has when plugged in.
I’ve tried reinstalling, but didn’t help.
I’ve tried usb2 port and usb3 port.
Thank you for helping!!