text improvements

This commit is contained in:
cpu
2023-12-27 22:03:51 +01:00
parent d194998eb1
commit a334945c71

View File

@@ -5,7 +5,7 @@ Configuration of an LTE modem on the Raspberry Pi
![Huawei-e3372-rpi-image](Huawei_e3372_rpi.jpg)
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`
```