text improvements
This commit is contained in:
@@ -5,7 +5,7 @@ Configuration of an LTE modem on the Raspberry Pi
|
||||
|
||||

|
||||
|
||||
After plugging in the USB dongle check if Linux recognized it. E.g. `Huawei Technologies Co., Ltd. Modem/Networkcard`
|
||||
After plugging in the USB dongle check if Linux recognized it. See `Huawei Technologies Co., Ltd. Modem/Networkcard`
|
||||
|
||||
`lsusb`
|
||||
```
|
||||
@@ -25,6 +25,7 @@ Check if the driver created the modem device. You should see the `/dev/cdc-wdm0`
|
||||
Install `Network Manager`
|
||||
|
||||
`sudo apt install network-manager`
|
||||
|
||||
Check modems avalable to the network manager
|
||||
|
||||
`mmcli --list-modems`
|
||||
@@ -94,7 +95,7 @@ Create configuration for the modem. Set `con-name 'Orange-LTE'` to any name and
|
||||
|
||||
`sudo nmcli connection add type gsm ifname '*' con-name 'Orange-LTE' apn 'internet' connection.autoconnect yes`
|
||||
|
||||
The configuration file is created with the con-name as filename and nmconnection as the suffix
|
||||
The configuration file is created with the con-name as filename and nmconnection as the suffix. Edit if neccessary
|
||||
|
||||
`sudo cat /etc/NetworkManager/system-connections/Orange-LTE.nmconnection`
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user