Using 4G LTE wireless modems on a Raspberry Pi
jeffgeerling.com
Using 4G LTE wireless modems on a Raspberry Pi
1–10 of 46 posts
Re: Using 4G LTE wireless modems on a Raspberry Pi
#2But 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 clear up some of my open questions, like:
Why doesn't Quectel have any firmware downloads on their site? (And is there any way to get them besides downloading random files posted to forums?)
Is there any advantage to using QMI (`wwan0` / qmi_wwan) vs ECM (`usb0` / cdc_ether)?
Why does it seem there's no real documentation for LTE modems on Linux? What little _good_ information I found was in random presentation slides scattered around the Internet.
Other than that it's either extremely technical documentation pages that expect a very high level of familiarity already, or some very cookie-cutter blog posts that give a walkthrough to get Internet going, but don't really explain anything.
(Also in the course of my research I learned a lot from OSMOCOM's work reverse-engineering some of the LTE modems (including the QC25 I'm using): https://osmocom.org/projects/quectel-modems/wiki/EC25 ).
Re: Using 4G LTE wireless modems on a Raspberry Pi
#3Re: Using 4G LTE wireless modems on a Raspberry Pi
#4Re: Using 4G LTE wireless modems on a Raspberry Pi
#5Re: Using 4G LTE wireless modems on a Raspberry Pi
#6As an aside: You should pull out the SIM from your mobile phone anyway, and use a VPN hotspot instead (and connect your phone to that with Wi-Fi). The carriers are monitoring all of your unencrypted DNS traffic (and your unencrypted SNI traffic that starts all of your TLS/SSL connections that says to which hostname you're connecting) and selling it, alongside your phone number and name. Use a hotspot that supports a VPN so you're only sending VPN traffic across a mobile carrier network.
(This is why T-Mobile in the US is now blocking Apple's "Private Relay" encrypted service and are complaining loudly - it's costing them sniffing-data-resale revenue.)
Same goes for the Pi: make sure you run a VPN client so you're only sending encrypted traffic across the wwan0 interface. Verify with 'tcpdump -i wwan0'.
Re: Using 4G LTE wireless modems on a Raspberry Pi
#7I just plug them in my laptop first, use the browser based config site to set it up and then put it on the pi.
Re: Using 4G LTE wireless modems on a Raspberry Pi
#8> A mini PCI Express 4G LTE modem. I used a Quectel EC25-A, but there are some from Sierra Wireless I've heard recommended too.
This is actually just a mini-pci-e adapter board that exposes the USB pins to the USB type A connector seen in the photo. It's not an actual pci-e bus device LTE modem. As shown in the example, it appears to the kernel as a USB device.
Re: Using 4G LTE wireless modems on a Raspberry Pi
#9This 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…
As for the firmware. It seems to just be how these companies do things, unfortunately. At work, we use modems from both Quectel and Simcom and the experience described in OP is very similar. For Simcom we have gotten access to a "secret-but-public" Onedrive share with documentation, drivers and firmware where they put up stuff sporadically. Sometimes the firmware updates even works!
I have a theory that Qualcomm who makes the chipsets used by Quectel and Simcom (at least for the 5G modems) imposes some kind of heavy NDA which prevents free distribution of firmware and documentation. Everything seems very "hush, hush" at least.
While I can't help answer your remaining questions, I can point to wiki I have found really helpful: http://trac.gateworks.com/wiki/wireless/modem
Re: Using 4G LTE wireless modems on a Raspberry Pi
#10This 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…
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.