I have 6 nova modems working on pi’s. The all have a red led in the top left corner and when I plug i in the led goes on. If I have an antenna plugged in after a time the blue led starts to flash. When I make a connection the blue led goes on.
I just received two new nova modems and when I plug it in there is no red led like the old one. Just one blue one and it lights up and no other led comes on. When I do a sudo hologram modem signal I get 99,99.
What should I do?
PS The type command for the new non working one is
Type: Hologram Nova US 4G LTE Cat-M1 Cellular USB Modem (R410)
The type for the working one is Type: Hologram Nova Global 3G/2G Cellular USB Modem (U201)
The signal command may not show a signal while the modem is still scanning for networks which can take a little while with the R410. Take a look at that thread and the doc page linked in there ( https://help.hologram.io/hologram-nova/troubleshooting/r410-cat-m1nb-iot-nova-troubleshooting ) for tips on how to speed it up like turning off NB support.
It sounds like your original modems are U201 2G/3G so you’ll notice some differences in behavior there.
Reuben
The modem is now getting a signal but not connecting. I guess it may take a few hours for the sim to register.
New question I am not using a Pi it is something called a nano pi running debian. I am getting the message
No handlers could be found for logger “pyroute2.netlink.rtnl.tcmsg.common”
I ran sudo pip install hologram-python like you sugested in another post but it did not fix it.
When do you get that message? Just when you run a hologram command?
It’s probably just that your distro has a different routing library that we don’t expect. Probably safe to ignore that message if nothing else is broken. We’ll see if we can try to get rid of it in the next release.
It’s just a weird thing we’ve noticed with Cat-M and the R410. Take a look at the Cat-M/R410 thread for more info there. Cat-M is still in early days and has some odd behavior sometimes.
I’d say that that is worth trying if you have a signal and PPP isn’t working after a couple tries or if it’s taking more than 20 minutes or so to find a tower.
Yeah, that’s probably a good solution for now. To be honest, I’d say that 3G is probably more reliable right now than Cat-M though it should get better on the network side over the next few months.
I’m not sure. I haven’t looked into it too much. It’s possible that we don’t have a root log handler installed for all commands.