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 [2026/06/20 03:00] nick |
products:sbc:common:add-ons:em06-lte-4g-module [2026/06/20 03:08] (current) nick |
||
|---|---|---|---|
| Line 144: | Line 144: | ||
| 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 ''" | ||
| + | Setup the newwork: | ||
| + | ```shell | ||
| + | sudo quectel-CM & | ||
| + | ``` | ||
| Line 170: | Line 174: | ||
| ```shell | ```shell | ||
| - | $ sudo ping www.baidu.com -I ppp0 | + | $ sudo ping khadas.com -I ppp0 |
| ``` | ``` | ||
| <tabbox 5.4/6.12 Kernel> | <tabbox 5.4/6.12 Kernel> | ||
| Line 187: | Line 191: | ||
| ```shell | ```shell | ||
| - | $ sudo ping www.baidu.com -I wwan0 | + | $ 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. | ||