You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.4 KiB
Markdown

2 years ago
# openwrt - uqmi
Customized uqmi with APN profiles.
More information and source code: https://github.com/mrhaav/openwrt-packages/blob/main/README.md
2 years ago
Version 2022-09-13-0.9 includes an SMS receive and send function and a connectivity daemon.
2 years ago
The SMS is stored in /var/sms/received and the file name is sent to script /usr/bin/uqmi_sms.sh. (uqmi_sms.sh is not included in the ipk file)
The daemon will send the RSSI value to script /usr/bin/uqmi_led.sh to trigger signal strenght LEDs. (uqmi_led.sh is not included in the ipk file)
2 years ago
Switches:\
`uci set network.<your interface>.ipv6profile=<ipv6 profile number>` If you need an other APN for IPv6. Configure you IPv4 APN with LuCI and add the IPv6 APN with uqmi command `--create-profile` or `--modify-profile`\
2 years ago
\
2 years ago
`uci set network.<your interface>.abort_search=false` If you have you modem in poor radio coverage, you can let the modem search for network for ever (default, it will search for 35 sec).\
2 years ago
\
2 years ago
`uci set network.<your interface>.daemon=false` If you would like to turn off the daemon.\
2 years ago
\
2 years ago
Don´t foget to run `uci commit network`.
2 years ago
2 years ago
2 years ago
Downloading file to your router:
2 years ago
2 years ago
Choose OpenWrt version and target.
2 years ago
Go to the file, right click on Download button and select Copy link addess.\
2 years ago
Then paste the link in your router after wget.
2 years ago
```
wget https://github.com/mrhaav/openwrt/raw/master/22.03.2/uqmi_2022-09-13-0.9_mipsel_24kc.ipk
opkg install uqmi_2022-09-13-0.9_mipsel_24kc.ipk
```