Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:add-ons:5g-module-usage

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
Next revision Both sides next revision
products:sbc:common:add-ons:5g-module-usage [2022/09/29 09:18]
nick
products:sbc:common:add-ons:5g-module-usage [2023/02/20 08:36]
nick
Line 3: Line 3:
 ===== Introduction ===== ===== Introduction =====
  
-This page will introduce the use of RM500Q 5G module.You will learn how to use the 5G module on Khadas SBC.+This page will introduce the usage of [[https://www.khadas.com/product-page/5g-nr-module | RM500Q 5G NR module]].You will learn how to use the 5G module on Khadas SBC.
  
 ===== Preparation ===== ===== Preparation =====
  
   * Disconnect the Khadas SBC power port cable.   * Disconnect the Khadas SBC power port cable.
-  * Insert the 5G module board into the M.2 slot+  * Insert the 5G module board into the M.2 slot on [[https://www.khadas.com/product-page/new-m2x-extension | M2X WWAN Extension]] board. 
 +  * Insert the M2X WWAN Extension board into the SBC.
   * Insert a valid ''Nano SIM'' card on the 5G module.   * Insert a valid ''Nano SIM'' card on the 5G module.
  
-===== Disable ModemManager =====+===== Linux ===== 
 + 
 +==== Upgrade System ==== 
 + 
 +You need to [[products:sbc:common:configurations:upgrade-system|]] to latest version. 
 + 
 + 
 + 
 +==== Disable ModemManager ====
  
 As the ModemManager doesn't support this 5G modem, so you have to disable it and use Quectel QConnectManager to connect to the internet. As the ModemManager doesn't support this 5G modem, so you have to disable it and use Quectel QConnectManager to connect to the internet.
Line 20: Line 29:
 ``` ```
  
-===== Setup Quectel QConnectManager =====+==== Setup Quectel QConnectManager ====
  
 You need to use ''Quectel QConnectManager'' to connect to the internet. You need to use ''Quectel QConnectManager'' to connect to the internet.
  
-==== Get Source Code ====+=== Get Source Code ===
  
  
Line 32: Line 41:
 ``` ```
  
-==== Compile the Source Code ====+=== Compile the Source Code ===
  
  
Line 40: Line 49:
 ``` ```
  
-===== Configure the Network =====+==== Configure the Network ====
  
-==== Connect to Internet ====+=== Connect to Internet ===
  
  
Line 51: Line 60:
 ``` ```
  
-==== Check the Network Node ====+=== Check the Network Node ===
  
 ```shell ```shell
Line 68: Line 77:
 If you can see the IP address ''inet addr'' mean the network is fine. If you can see the IP address ''inet addr'' mean the network is fine.
  
-==== Setup DNS ====+=== Setup DNS ===
  
 You also need to setup the DNS. You also need to setup the DNS.
Line 75: Line 84:
 $  echo "nameserver 1.0.0.1" | sudo tee /etc/resolv.conf $  echo "nameserver 1.0.0.1" | sudo tee /etc/resolv.conf
 ``` ```
-===== Check Network =====+==== Check Network ====
  
 ```shell ```shell
Line 81: Line 90:
 ``` ```
  
-===== Check Whether use 5G Network ===== 
  
 +==== Check Whether use 5G Network ====
 +
 +===== Andoid =====
  
 +It will support automaticly.
  
Last modified: 2023/06/11 23:48 by nick