Purpose:
It lists to configure/ remove APNs on ENPD LTE for Linux command or customer reference,
Target Audience:
For Advantech TSE, RBU AE, outsourcing service engineer(s) and End customer with the following knowledges :
- Linux troubleshooting experience
Content:
A. How to set & clear APN in Linux system for ENPD RF model
Description
To set APN info is the must to connect to local ISP network. User needs to perform following steps to set APN info at first time SIM card installed.
1. Please refer following table to ask APN name from ISP.
2. The first wireless module communication port of ENPD product is /dev/ttyUSB2, please key-in following commands to initial Sierra LTE module. # modprobe qcserial 3. Please refer following segment to set APN in wireless module, and this step is writing APN in wireless module’s first row
Example: when user installs Chunghwa Telecom(TW) SIM in FWA-1010VC, user needs key in APN:internet to save in Wireless module,
4. When user needs to clear APN from Wireless module, please refer following segment to key-in APN clear command
|
B. How to unlock SIM PIN in Linux system for ENPD RF model
Description
Please refer following segment to unlock SIM if installing SIM card has to set PIN code (ex: 0000), user needs to perform following steps to unlock SIM pin once time at each boot up in OS,
- Please following segment to unlock SIM pin
# chat -V -s -t 1 '' 'AT+CPIN=PIN Code' 'OK' '' > /dev/ttyUSB2 < /dev/ttyUSB2; echo
|
- Example: when user installs SIM’s PIN code:0000 in FWA-1010VC, user needs key in 0000 to inlock SIM.
# chat -V -s -t 1 '' 'AT+CPIN=0000' 'OK' '' > /dev/ttyUSB2 < /dev/ttyUSB2; echo
|
- Please key-in following command to check SIM unlocked or not, when it feedbacks “+CPIN: READY”, it means success to unlock SIM.
# chat -V -s -t 1 '' 'AT+CPIN? ' 'OK' '' > /dev/ttyUSB2 < /dev/ttyUSB2; echo
|
Comments
0 comments
Please sign in to leave a comment.