Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:add-ons:em06-lte-4g-module

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:common:add-ons:em06-lte-4g-module [2022/10/30 01:54]
ivan [Gnome Desktop OS]
products:sbc:common:add-ons:em06-lte-4g-module [2024/08/06 22:43] (current)
ivan [Ubuntu]
Line 3: Line 3:
 ===== Introduction ===== ===== Introduction =====
  
-This page mainly introduces how to use the LTE module from two parts. The first part is about how to query the support list of the LTE module, the second is some related operations under Ubuntu.+This page mainly introduces how to use the [[https://www.khadas.com/product-page/4g-lte-module | EM06 LTE module]] from three parts. The first part is about how to query the support list of the LTE module, the second is some related operations under Ubuntu, and the third is some related operations under Android. 
 ===== Support Check ===== ===== Support Check =====
  
Line 65: Line 66:
 {{/products/sbc/common/add-ons/xfce-lte3.png?800|xfce3}} {{/products/sbc/common/add-ons/xfce-lte3.png?800|xfce3}}
  
-Choose provider's country+Choose where you are.
  
 {{/products/sbc/common/add-ons/xfce-lte4.png?800|xfce4}} {{/products/sbc/common/add-ons/xfce-lte4.png?800|xfce4}}
Line 89: Line 90:
 <tabbox Gnome Desktop OS>  <tabbox Gnome Desktop OS> 
  
-Click the menu bar in the upper right corner to see the ''Mobile Board Settings'' option.+Click the menu bar in the upper right corner to see the ''mobile board settings'' option.
  
-{{/products/sbc/vim4/vim4-4g-lte1.png?800|gnome-lte1}}+{{/products/sbc/common/add-ons/gnome-lte1.png?800|gnome-lte1}}
  
-Click the enable button for the ''Mobile Date'', A small access point window will pop up.+Click the ''Network'', choose ''Add new connection'', and then click ''Next''.
  
-{{/products/sbc/vim4/vim4-gnome-lte2.png?800|gnome-lte2}}+{{/products/sbc/common/add-ons/gnome-lte2.png?800|gnome-lte2}}
  
-{{/products/sbc/vim4/vim4-gnome-lte3.png?800|gnome-lte3}}+{{/products/sbc/common/add-ons/gnome-lte3.png?800|gnome-lte3}}
  
-For the first connection to the 4G network.You need to select the appropriate access point in the small window that pops up.+Choose where you are.
  
-{{/products/sbc/vim4/vim4-gnome-lte4.png?800|gnome-lte4}}+{{/products/sbc/common/add-ons/gnome-lte4.png?800|gnome-lte4}}
  
-To complete the access point selectionclick ''<''.Now, you need a password, default is 000+Choose providerthis needs to be set according to your SIM card.
  
-{{/products/sbc/vim4/vim4-gnome-lte4.png?800|gnome-lte4}} +{{/products/sbc/common/add-ons/gnome-lte5.png?800|gnome-lte5}}
-{{/products/sbc/vim4/vim-gnome-lte5.png?800|gnome-lte5}}+
  
 After choosing provider, the next two steps are to use defconfiguration. So you just need to choose ''next''. And then click ''apply'' . Now, you need a password, default is ''000''. After choosing provider, the next two steps are to use defconfiguration. So you just need to choose ''next''. And then click ''apply'' . Now, you need a password, default is ''000''.
Line 133: Line 133:
 ==== Check Network ==== ==== Check Network ====
  
 +<tabbox 5.15 Kernel>
 +```shell
 +$ ifconfig ppp0
 +ppp0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500
 +        inet 10.142.115.111  netmask 255.255.255.255  destination 10.64.64.64
 +        inet6 2408:8456:3230:3bc4:ea2c:150e:a766:2645  prefixlen 64  scopeid 0x0<global>
 +        inet6 fe80::76b9:a691:80fe:992e  prefixlen 64  scopeid 0x20<link>
 +        inet6 2408:8456:3230:3bc4:a25f:a92d:d49:f994  prefixlen 64  scopeid 0x0<global>
 +        inet6 fe80::5008:29a0:42fb:cd12  prefixlen 64  scopeid 0x20<link>
 +        inet6 2408:8456:3230:3bc4:a7ab:fe70:2367:66d6  prefixlen 64  scopeid 0x0<global>
 +        inet6 2408:8456:3230:3bc4:5008:29a0:42fb:cd12  prefixlen 64  scopeid 0x0<global>
 +        ppp  txqueuelen 3  (Point-to-Point Protocol)
 +        RX packets 100  bytes 8864 (8.8 KB)
 +        RX errors 0  dropped 0  overruns 0  frame 0
 +        TX packets 109  bytes 8083 (8.0 KB)
 +        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 +```
 +
 +Use ping command to test.
 +
 +```shell
 +$ sudo ping www.baidu.com -I ppp0
 +```
 +<tabbox 5.4 Kernel>
  
 ```shell ```shell
 $ ifconfig wwan0 $ ifconfig wwan0
-wwan0: flags=4098<BROADCAST,MULTICAST>  mtu 1500 +wwan0: flags=4291<UP,BROADCAST,RUNNING,NOARP,MULTICAST>  mtu 1430 
-        ether 1a:68:e0:a7:94:88  txqueuelen 1000  (Ethernet)+        inet 10.31.233.176  netmask 255.255.255.224  broadcast 10.31.233.191 
 +        ether 46:57:61:32:f4:a5  txqueuelen 1000  (Ethernet)
         RX packets 0  bytes 0 (0.0 B)         RX packets 0  bytes 0 (0.0 B)
         RX errors 0  dropped 0  overruns 0  frame 0         RX errors 0  dropped 0  overruns 0  frame 0
-        TX packets  bytes (0.0 B)+        TX packets  bytes 764 (764.0 B)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 ``` ```
- 
 Use ping command to test. Use ping command to test.
  
 ```shell ```shell
-$ ping www.baidu.com -I wwan0+sudo ping www.baidu.com -I www0
 ``` ```
 +</tabbox>
  
 If your LTE module works normally, it will be successful. If your LTE module works normally, it will be successful.
Last modified: 2022/10/30 01:54 by ivan