This blog post has been quite the effort—coming into it I thought I'd just learn some new things, document a simple process, and be done. But along the way I probably spent 40 hours (and counting) trying to figure out the ins-and-outs of 4G LTE modems and Linux networking when it comes to these oddball devices. I hope some parts of this post help anyone else new to LTE networking in Linux, and maybe somebody can help…
Using 4G LTE wireless modems on a Raspberry Pi
11–20 of 46 posts
Re: Using 4G LTE wireless modems on a Raspberry Pi
#12This blog post has been quite the effort—coming into it I thought I'd just learn some new things, document a simple process, and be done. But along the way I probably spent 40 hours (and counting) trying to figure out the ins-and-outs of 4G LTE modems and Linux networking when it comes to these oddball devices. I hope some parts of this post help anyone else new to LTE networking in Linux, and maybe somebody can help…
Users also are working on providing a mostly liberated firmware for the modem:
Re: Using 4G LTE wireless modems on a Raspberry Pi
#13Re: Using 4G LTE wireless modems on a Raspberry Pi
#14This blog post has been quite the effort—coming into it I thought I'd just learn some new things, document a simple process, and be done. But along the way I probably spent 40 hours (and counting) trying to figure out the ins-and-outs of 4G LTE modems and Linux networking when it comes to these oddball devices. I hope some parts of this post help anyone else new to LTE networking in Linux, and maybe somebody can help…
It makes life worth living.
Thank you kind, brave soul.
Re: Using 4G LTE wireless modems on a Raspberry Pi
#15> A SIM card with a 4G data plan. I bought a SixFab SIM and used their monthly pay-as-you-go service for testing. You could pull out the SIM from your mobile phone (on most carriers at least) but that is a bit inconvenient as your phone won't get service until you put the SIM back in. You could also get a plan and SIM from any major carrier (e.g. AT&T, T-Mobile, Verizon in the USA)—though you have to make sure the ca…
Re: Using 4G LTE wireless modems on a Raspberry Pi
#16Re: Using 4G LTE wireless modems on a Raspberry Pi
#17Looking for a similar solution, I had one Huawei USB 3G stick lying around and used that with RPI 3. Everything worked just fine but after a couple of days it would randomly disconnect and wouldn't restore the connection so currently, I am looking for some 3G/4G router to do the same job.
Didn't have any reconnects though but I had a script running checking the connection and if it failed it would re dial
Re: Using 4G LTE wireless modems on a Raspberry Pi
#18ModemManager / NetworkManager also work really well with these modems on RPi using nmcli.
I would like to figure it out though, because it seems they'd be the more plug-and-play solution if they can work with the modem out of the box.
Re: Using 4G LTE wireless modems on a Raspberry Pi
#19This blog post has been quite the effort—coming into it I thought I'd just learn some new things, document a simple process, and be done. But along the way I probably spent 40 hours (and counting) trying to figure out the ins-and-outs of 4G LTE modems and Linux networking when it comes to these oddball devices. I hope some parts of this post help anyone else new to LTE networking in Linux, and maybe somebody can help…
Re: Using 4G LTE wireless modems on a Raspberry Pi
#20This blog post has been quite the effort—coming into it I thought I'd just learn some new things, document a simple process, and be done. But along the way I probably spent 40 hours (and counting) trying to figure out the ins-and-outs of 4G LTE modems and Linux networking when it comes to these oddball devices. I hope some parts of this post help anyone else new to LTE networking in Linux, and maybe somebody can help…
Have you experimented with modemmanager/networkmanager to handle the configuration of the modem? For me that has worked quite reliably across a pretty large fleet of devices with a Quectel EG25 (qmi over usb). Regarding FW updates, have you tried opening a support ticket with Quectel? For me they have been extremely responsive and helpful, providing extra documentation on special AT commands and stuff.
I would like to use modemmanager though, it _seems_ like it's the nicer path.