-
Notifications
You must be signed in to change notification settings - Fork 325
Commandline administration ‐ Cellular
Tom Herbers edited this page Aug 7, 2023
·
1 revision
For Cellular to work it's necessary to at least add the gluon cellular section, set the APN and to enable cellular usage.
Other settings can be ommited if they aren't neccesary for the choosen SIM and network.
You need to run gluon-reconfigure
and reboot
(service network restart
might suffice but rebooting is probably safer) to apply any changes you made.
You need to do this if the uci section isn't present. It's save to do so anyway:
uci set gluon.cellular=cellular
uci commit gluon.cellular
uci set gluon.cellular.enabled=1
uci commit gluon.cellular.enabled
uci set gluon.cellular.enabled=0
uci commit gluon.cellular.enabled
uci set gluon.cellular.apn='internet'
uci commit gluon.cellular.apn
uci set gluon.cellular.username='user'
uci commit gluon.cellular.username
uci set gluon.cellular.password='pass'
uci commit gluon.cellular.password
available options are:
-
IP
(IPv4 only) -
IPV6
(IPv6 only) -
IPV4V6
(Dual Stack, will be used if nothing is set)
uci set gluon.cellular.pdptype='IPV4V6'
uci commit gluon.cellular.pdptype
uci set gluon.cellular.pin='0000'
uci commit gluon.cellular.pin
gluon-reconfigure
reboot
-
Usage
-
Community
-
Development
- Device Integration
- Roadmap
- Release-life-cycle
- Protocols
- Meeting 2024/05
- Meeting 2024/03
- Meeting 2024/02
- Meeting 2024/01
- Meeting 2023/06
- Meeting 2023/05
- Meetup-CCCamp
- Meeting 2023/04
- Meeting 2023/03
- Meeting 2023/02
- Meeting 2023/01
- Meeting 2022/06
- Meeting 2022/05
- Meeting 2022/04
- Meeting 2022/03
- Meeting 2022/02
- Meeting 2022/01
- Meeting 2021/01
- Meeting 2019/01
- Meeting 2018/03
- Meeting 2018/02
- Meeting 2018/01
- Meeting 2017/01
- Concepts
- Release Process
-
Debugging