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:27]
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 RM500Q 5G module.You will learn how to use the 5G module on Khadas SBC.
  
 ===== Preparation ===== ===== Preparation =====
Line 11: Line 11:
   * 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 28:
 ``` ```
  
-===== 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 40:
 ``` ```
  
-==== Compile the Source Code ====+=== Compile the Source Code ===
  
  
Line 40: Line 48:
 ``` ```
  
-===== Configure the Network =====+==== Configure the Network ====
  
-==== Connect to Internet ====+=== Connect to Internet ===
  
  
Line 51: Line 59:
 ``` ```
  
-==== Check the Network Node ====+=== Check the Network Node ===
  
 ```shell ```shell
Line 68: Line 76:
 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 83:
 $  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 89:
 ``` ```
  
-===== Check Whether use 5G Network ===== 
  
 +==== Check Whether use 5G Network ====
 +
 +===== Andoid =====
  
 +It will support automaticly.
  
Last modified: 2023/06/11 23:48 by nick