Our modem configuration

This commit is contained in:
Quentin 2021-03-22 15:24:09 +01:00
parent b9ac7cf457
commit e0a713cafc

View file

@ -137,7 +137,7 @@ qmicli --device=/dev/cdc-wdm0 --device-open-proxy --wds-start-network="ip-type=4
udhcpc -q -f -n -i wwan0 udhcpc -q -f -n -i wwan0
``` ```
## Error ## Unable to directly connect in 5GNR
Despite patching ModemManager simtech plugin, we get an error if we force 5GNR. Despite patching ModemManager simtech plugin, we get an error if we force 5GNR.
We typed: We typed:
@ -204,13 +204,10 @@ call end reason (3): generic-no-service
verbose call end reason (3,2001): [cm] no-service verbose call end reason (3,2001): [cm] no-service
``` ```
Next step: qmi-utils!
- https://forum.sierrawireless.com/t/mc7354-got-qmi-error-callfailed-when-starting-network/9053 ## Final Modem Configuration
- https://community.autopi.io/t/error-when-starting-qmi-connection/2338
- https://lists.freedesktop.org/archives/libqmi-devel/2018-January/002707.html
## ModemManager ### ModemManager
We append the following to ModemManager: We append the following to ModemManager:
@ -235,6 +232,31 @@ ping openwrt.org
ping -6 openwrt.org ping -6 openwrt.org
``` ```
### Configure Zones
*Not yet written*
### Configure Wireguard
*Not yet written*
### Configure SQS
*Only if required, not yet written*
### Configure our DNS recursive resolver
*Not yet written*
Sites to test:
- sci-hub.se (`ping sci-hub.se` should not return `127.0.0.1`)
### Configure our adblocker
*Not yet written*
Test with Youtube on Android.
## Logs ## Logs
uboot logs: uboot logs:
@ -321,3 +343,6 @@ eth0
- https://damow.net/5g-home-broadband/ - https://damow.net/5g-home-broadband/
- https://techship.com/faq/how-to-step-by-step-set-up-a-data-connection-over-qmi-interface-using-qmicli-and-in-kernel-driver-qmi-wwan-in-linux/ - https://techship.com/faq/how-to-step-by-step-set-up-a-data-connection-over-qmi-interface-using-qmicli-and-in-kernel-driver-qmi-wwan-in-linux/
- [No 5GNR, many qmicli commands to help debug and compare!](https://forums.quectel.com/t/rm500q-gl-not-working/6594) - [No 5GNR, many qmicli commands to help debug and compare!](https://forums.quectel.com/t/rm500q-gl-not-working/6594)
- https://forum.sierrawireless.com/t/mc7354-got-qmi-error-callfailed-when-starting-network/9053
- https://community.autopi.io/t/error-when-starting-qmi-connection/2338
- https://lists.freedesktop.org/archives/libqmi-devel/2018-January/002707.html