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 21:59] ivan [Ubuntu] |
products:sbc:common:add-ons:em06-lte-4g-module [2025/09/29 21:41] (current) reeve [Gnome Desktop OS] |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| === Setup LTE Module === | === Setup LTE Module === | ||
| - | |||
| - | Install '' | ||
| - | |||
| - | ```shell | ||
| - | sudo apt update | ||
| - | sudo apt install minicom | ||
| - | ``` | ||
| Setting to '' | Setting to '' | ||
| ```shell | ```shell | ||
| - | sudo minicom | + | echo -e " |
| ``` | ``` | ||
| - | 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 '' | LTE module needs power down and restart to switch mode. Unplug your SBC and plug again. LTE module now works in '' | ||
| Line 43: | Line 29: | ||
| ``` | ``` | ||
| - | AT+QCFG=" | + | echo -e "AT+QCFG=\" |
| ``` | ``` | ||
| Line 89: | Line 75: | ||
| <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 109: | ||
| {{/ | {{/ | ||
| + | |||
| + | **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 133: | Line 141: | ||
| ==== Check Network ==== | ==== Check Network ==== | ||
| + | <tabbox 5.15 Kernel> | ||
| ```shell | ```shell | ||
| $ ifconfig ppp0 | $ ifconfig ppp0 | ||
| Line 156: | Line 164: | ||
| $ sudo ping www.baidu.com -I ppp0 | $ sudo ping www.baidu.com -I ppp0 | ||
| ``` | ``` | ||
| + | <tabbox 5.4 Kernel> | ||
| + | |||
| + | ```shell | ||
| + | $ ifconfig wwan0 | ||
| + | wwan0: flags=4291< | ||
| + | inet 10.31.233.176 | ||
| + | ether 46: | ||
| + | RX packets 0 bytes 0 (0.0 B) | ||
| + | RX errors 0 dropped 0 overruns 0 frame 0 | ||
| + | TX packets 8 bytes 764 (764.0 B) | ||
| + | TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | ||
| + | ``` | ||
| + | Use ping command to test. | ||
| + | |||
| + | ```shell | ||
| + | $ sudo ping www.baidu.com -I www0 | ||
| + | ``` | ||
| + | </ | ||
| If your LTE module works normally, it will be successful. | If your LTE module works normally, it will be successful. | ||