updated NetworkManager
This commit is contained in:
14
README.md
14
README.md
@@ -91,6 +91,20 @@ Check the SIM card status
|
||||
| operator id: 23101
|
||||
| operator name: Orange
|
||||
```
|
||||
First check if the Network Manager is istalled
|
||||
|
||||
`sudo apt update`
|
||||
`sudo apt install NetworkManager`
|
||||
|
||||
and running
|
||||
|
||||
`sudo systemctl status NetworkManager`
|
||||
`sudo systemctl start NetworkManager`
|
||||
|
||||
Make it start automaticaly after the boot
|
||||
|
||||
`sudo systemctl enable NetworkManager`
|
||||
|
||||
Create configuration for the modem. Set `con-name 'Orange-LTE'` to any name and `apn 'internet'` to the APN name of your mobile provider
|
||||
|
||||
`sudo nmcli connection add type gsm ifname '*' con-name 'Orange-LTE' apn 'internet' connection.autoconnect yes`
|
||||
|
||||
Reference in New Issue
Block a user