LTE Setup & APN Configuration Guide
Posted: Tue Feb 17, 2026 7:19 pm
LTE Setup & APN Configuration Guide
Getting LTE mobile data working is one of the most common tasks after flashing. This guide covers everything you need.
Install ModemManager
Check if Modem is Detected
You should see something like:
Get modem details:
SIM PIN Unlock
If your SIM has a PIN:
Connect to LTE
Common APN Settings:
Modem not found ( returns nothing):
Getting LTE mobile data working is one of the most common tasks after flashing. This guide covers everything you need.
Install ModemManager
Code: Select all
sudo apt install modemmanagerCode: Select all
mmcli -LCode: Select all
/org/freedesktop/ModemManager1/Modem/0 [Qualcomm] MSM8916Code: Select all
mmcli -m 0If your SIM has a PIN:
Code: Select all
mmcli -i 0 --pin=1234Code: Select all
mmcli -m 0 --simple-connect="apn=YOUR_APN"- Generic/most carriers: internet
- Vodafone DE: web.vodafone.de
- Telekom DE: internet.telekom
- o2 DE: internet
- T-Mobile US: fast.t-mobile.com
- AT&T US: broadband
- KPN NL: internet
- Vodafone NL: live.vodafone.com
Modem not found (
Code: Select all
mmcli -L- Check if modem device exists:
Code: Select all
ls /dev/wwan* - Check if firmware partition is intact
- Restart ModemManager:
Code: Select all
sudo systemctl restart ModemManager
- Verify APN is correct for your carrier
- Check bearer:
Code: Select all
mmcli -b 0 - Try manual bearer with qmicli
- Check signal quality:
Code: Select all
mmcli -m 0 --signal-get - Make sure antenna is connected (internal antenna on the PCB)
- Try a different SIM card to rule out carrier issues
Code: Select all
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf