Difference between revisions of "ROM-6881 How to use 4G"

From ESS-WIKI
Jump to: navigation, search
Line 46: Line 46:
 
[[File:RK3288 Debian 4G confirm.png|550px|RTENOTITLE]]
 
[[File:RK3288 Debian 4G confirm.png|550px|RTENOTITLE]]
  
 
+
[[File:ROM-6881 4G.png|550x300px]]
  
 
If the configuration has no error , then you could see a config file named "China Telecom connection" at /etc/NetworkManager/system-connections/.
 
If the configuration has no error , then you could see a config file named "China Telecom connection" at /etc/NetworkManager/system-connections/.
Line 60: Line 60:
 
If customers use the same SIM card, you can generate the config file in one device.Then pack it into rootfs.img.
 
If customers use the same SIM card, you can generate the config file in one device.Then pack it into rootfs.img.
  
4G Test
+
== 4G Test ==
 +
<pre># ping –I wwan0 www.advantech.com</pre>

Revision as of 05:06, 4 January 2024

How to Configure 4G-module

STEP 0 : Power off the device, then insert 4G/5G module and SIM card.

Default supported 4G module: EC20CEFRG-MINIPCIE (Advantech PN: 968AD00479)

NOTE :

Make sure the device is power off before insert 4G module and SIM card, otherwise the device、4G/5G module and/or SIM card may be damaged.

  1. 底板SOM-DB2510 (Connector: PCIEA_X4)
  1. Module :Mini PCI-E to PCI-E Adapter
  1. 4/5G SIM card 

STEP 1 : Power on the device, Click network connection icon ,

RTENOTITLE

then choose "New Mobile Broadband connection".

RK ALL 4G 001.png

 

then you will see the following window, click "Next" button to the next step.

RTENOTITLE

STEP 2 : Choose Provider's country or region of the SIM card you insert in STEP 0.

RTENOTITLE

STEP 3 : Choose or Set the Provider's name.

RTENOTITLE

STEP 4 : Choose or Set APN.

RTENOTITLE

STEP 5 : Confirm your configuration and finish.

RTENOTITLE

ROM-6881 4G.png

If the configuration has no error , then you could see a config file named "China Telecom connection" at /etc/NetworkManager/system-connections/.

ls /etc/NetworkManager/system-connections/

You could get the following information:

-rw------- 1 root root 288 Mar 21 10:44 China Telecom connection

Note :

If customers use the same SIM card, you can generate the config file in one device.Then pack it into rootfs.img.

4G Test

# ping –I wwan0 www.advantech.com