Replies: 6 comments 5 replies
-
|
Hi there @fdizazzo thanks for reaching out. This doesn't look good 🤔 So... as a refresher IIRC the modem logic goes like this:
The thing here is that...
I think you can:
[1] Example command for monitoring dbus signals dbus-monitor --system "type='signal',interface='org.freedesktop.NetworkManager.Device'" |
Beta Was this translation helpful? Give feedback.
-
|
Hi and thanks for the quick response :) Here's how the loop runs on dbus: with those two not appearing in kura logs Looks like there's a disconnection due to a new connection request. |
Beta Was this translation helpful? Give feedback.
-
|
Also, not sure if relevant, leading to a stable connection, while a bad one is Looking like if the initialization exceed the expected 5 seconds, when it finally works it get rolled back as unexpected behaviour. |
Beta Was this translation helpful? Give feedback.
-
|
I'm using this modem on a Raspberry4, connected on a usb3 port. NetworkManager is 1.42.4, Modem manager 1.20.4, OS is The issue is probably caused by the APN authentication and routing, taking 15 to 20 seconds when tested after a >1 hour power off, while being well under 5 seconds on a reboot or service restart. |
Beta Was this translation helpful? Give feedback.
-
|
Addressed in #5858 |
Beta Was this translation helpful? Give feedback.
-
|
The #5858 is completed and merged. So, if you have time, please test the fix on your environment. Any feedback is welcome. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I got a weird issue with a modem on a RaspberryPi running Kura 5.6.0: sometimes when starting up, network configuration gets stuck endlessly rollbacking my network configuration.
Log repeats as follows (debug only enabled on org.eclipse.kura.nm)
If i got this right, only NMConfigurationEnforcementHandler is firing, not NMModemResetHandler.
Looking at the code for NMConfigurationEnforcementHandler we have:
kura/kura/org.eclipse.kura.nm/src/main/java/org/eclipse/kura/nm/signal/handlers/NMConfigurationEnforcementHandler.java
Lines 45 to 59 in 2673f47
Maybe additional states should be added at line 48 for connections requiring additional steps?
Edit for completeness sake: NetworkManager is 1.42.4, Modem manager 1.20.4. Modem connection is LTE running through a private APN.
Beta Was this translation helpful? Give feedback.
All reactions