This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:add-ons:em06-lte-4g-module [2024/08/06 22:43] ivan [Ubuntu] |
products:sbc:common:add-ons:em06-lte-4g-module [2026/06/20 03:08] (current) nick |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| ===== Ubuntu ===== | ===== Ubuntu ===== | ||
| - | ==== Preparation | + | ==== Connect Network - NetworkManager/ |
| - | === Setup LTE Module === | + | You need to set up 4G module to '' |
| - | + | ||
| - | Install | + | |
| ```shell | ```shell | ||
| - | sudo apt update | + | echo -e " |
| - | sudo apt install minicom | + | |
| ``` | ``` | ||
| - | Setting to '' | + | LTE module needs power down and restart to switch mode. Unplug your SBC and plug again. LTE module now works in '' |
| - | + | ||
| - | ```shell | + | |
| - | sudo minicom -D / | + | |
| - | ``` | + | |
| - | + | ||
| - | After open '' | + | |
| - | + | ||
| - | ```txt | + | |
| - | AT+QCFG=" | + | |
| - | + | ||
| - | OK | + | |
| - | ``` | + | |
| - | LTE module needs power down and restart to switch mode. Unplug your SBC and plug again. LTE module now works in '' | + | |
| <WRAP info > | <WRAP info > | ||
| Line 43: | Line 27: | ||
| ``` | ``` | ||
| - | AT+QCFG=" | + | echo -e "AT+QCFG=\" |
| ``` | ``` | ||
| Unplug your SBC and plug again to switch back to default mode. | Unplug your SBC and plug again to switch back to default mode. | ||
| </ | </ | ||
| - | |||
| - | |||
| - | ==== Connect Network ==== | ||
| <tabbox Xfce Desktop OS> | <tabbox Xfce Desktop OS> | ||
| Line 89: | Line 70: | ||
| <tabbox Gnome Desktop OS> | <tabbox Gnome Desktop OS> | ||
| + | |||
| + | **Ubuntu 20.04:** | ||
| Click the menu bar in the upper right corner to see the '' | Click the menu bar in the upper right corner to see the '' | ||
| Line 121: | Line 104: | ||
| {{/ | {{/ | ||
| + | |||
| + | **Ubuntu 24.04:** | ||
| + | |||
| + | First, click the menu bar in the upper-right corner. Then, click the navigation arrow by the '' | ||
| + | |||
| + | {{/ | ||
| + | |||
| + | Click the '' | ||
| + | |||
| + | {{/ | ||
| + | |||
| + | Click the '' | ||
| + | |||
| + | {{/ | ||
| + | |||
| + | {{/ | ||
| + | |||
| + | Click the menu bar in the upper-right corner again. The '' | ||
| + | |||
| + | {{/ | ||
| <tabbox Server OS> | <tabbox Server OS> | ||
| Line 130: | Line 133: | ||
| </ | </ | ||
| + | |||
| + | ==== Connect Network - QMI_WWAN ==== | ||
| + | |||
| + | You need to set up 4G module to ''" | ||
| + | |||
| + | ```shell | ||
| + | echo -e " | ||
| + | ``` | ||
| + | |||
| + | LTE module needs power down and restart to switch mode. Unplug your SBC and plug again. LTE module now works in ''" | ||
| + | |||
| + | Setup the newwork: | ||
| + | |||
| + | ```shell | ||
| + | sudo quectel-CM & | ||
| + | ``` | ||
| + | |||
| ==== Check Network ==== | ==== Check Network ==== | ||
| Line 154: | Line 174: | ||
| ```shell | ```shell | ||
| - | $ sudo ping www.baidu.com -I ppp0 | + | $ sudo ping khadas.com -I ppp0 |
| ``` | ``` | ||
| - | <tabbox 5.4 Kernel> | + | <tabbox 5.4/6.12 Kernel> |
| ```shell | ```shell | ||
| Line 171: | Line 191: | ||
| ```shell | ```shell | ||
| - | $ sudo ping www.baidu.com -I www0 | + | $ sudo ping khadas.com -I wwan0 |
| ``` | ``` | ||
| </ | </ | ||
| If your LTE module works normally, it will be successful. | If your LTE module works normally, it will be successful. | ||