Finally got the right cables to hook up my LM960 to antennas!
Did some preliminary testing with it and was able to establish internet connection not using SixFab’s guide (QMI Interface Internet Connection Setup Using Sixfab Shield/HAT) because it threw me some errors midway…
Instead, I followed Techship’s guides here and they worked:
- Techship - FAQ - How-to automatically set up and maintain the cellular data connection in headless Raspberry Pi OS / Raspbian systems?
- Techship - FAQ - Using NetworkManager and ModemManager in Linux to automatically establish and maintain a connection
Issue I’m having now: after reboot, the wwan0 interface disappears - most likely due to conflict between ModemManager
, NetworkManager
and Raspbian’s dhcpcd
despite having added denyinterfaces wwan0
to my /etc/dhcpcd.conf
as instructed here (Techship - FAQ - We cannot acquire an DHCP address over qmi_wwan driver when using Raspbian Linux OS?)…
Other than that, it “works” - let me know if you have any questions (or solutions to my issues)!