User Tools

Site Tools


3g

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
3g [2011/12/05 07:32]
ispyisail
3g [2018/02/11 00:17] (current)
ispyisail [Supported Modems]
Line 1: Line 1:
 +
 +
 ====== 3g/UMTS USB Dongle ====== ====== 3g/UMTS USB Dongle ======
  
Line 4: Line 6:
  
 Gargoyle 1.5.1 and above now supports 3g/UMTS USB Dongles for WAN access to the internet from your wireless ISP provider. Gargoyle 1.5.1 and above now supports 3g/UMTS USB Dongles for WAN access to the internet from your wireless ISP provider.
 +
 +===== Supported Modems ====
 +
 +  * Huawei E3372 4G LTE USB Modem
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 12: Line 18:
    * You need 3g/UMTS USB Dongle    * You need 3g/UMTS USB Dongle
    * An active account with you 3g provider    * An active account with you 3g provider
 +   * Routers with at least 8MB of Flash and 32MB of RAM.
 +
  
 ===== Set-up ===== ===== Set-up =====
Line 38: Line 46:
 === Device === === Device ===
 Select USB port Select USB port
 +
 +   * /dev/ttyUSB0
 +   * /dev/ttyUSB1
 +   * /dev/ttyUSB2
 +   * /dev/ttyUSB3
 +
 +If you don't have SSH access to your router you will have to guess which port your modem manufacture uses
 +
 +|ZTE || /dev/ttyUSB2|
 +|huawei||/dev/ttyUSB0|
 +|sierra||/dev/ttyUSB3|
 +|Pantech |UMW190|/dev/ttyACM0|
 +|Pantech |UML290|/dev/cdc-wdm0|
  
 === Pincode === === Pincode ===
Line 47: Line 68:
 === APN === === APN ===
 Access Point Name (APN) is a computer protocol that typically allows a user's computer to access the Internet using the mobile phone network. Access Point Name (APN) is a computer protocol that typically allows a user's computer to access the Internet using the mobile phone network.
 +
 +^New Zealand APN^^
 +|Telecom|internet.telecom.co.nz|
 +|2degrees|internet|
 +|Verizon|mw01.vzwstatic (Static IP in Midwest)|
 +|vodafone|www.vodafone.net.nz|
  
 === User Name === === User Name ===
Line 56: Line 83:
 === WAN Ethernet Port === === WAN Ethernet Port ===
 When using 3g select which option for your spare WAN Ethernet port When using 3g select which option for your spare WAN Ethernet port
 +===== Trouble Shooting =====
 +
 +From command line install picocom
 +
 +<shell>
 +opkg update
 +opkg install picocom 
 +</shell>
 +
 +Connect to your 3g dongle
 +
 +<shell>
 +picocom -b 115200 /dev/ttyUSB0
 +</shell>
 +
 +Change to your 3g port (USBx). If you get he wrong port you will get this error at he end when you type anything.
 +
 +<shell>
 +Terminal ready
 +
 +FATAL: write to term failed: Resource temporarily unavailable
 +root@Gargoyle:~$
 +</shell>
 +
 +or when nothing is plugged in (3g dongle)
 +<shell>
 +FATAL: cannot open /dev/ttyUSB2: No such file or directory
 +
 +</shell>
 +
 +success will look something like this
 +
 +<shell>
 ++ZDONR: "Telecom NZ",530,5,"CS_ONLY","ROAM_OFF"
 +
 ++ZPASR: "HSUPA"
 +
 ++ZDONR: "Telecom NZ",530,5,"CS_PS","ROAM_OFF"
 +
 ++ZPASR: "UMTS"
 +</shell>
 +
 +===== ZTE modems =====
 +
 +ZTE USB modems by default support self-installation and auto-run functionality. This is a problem with linux devices and needs to be disabled.
 +
 +To disable run
 +
 +<shell>
 +picocom -b 115200 /dev/ttyUSB2
 +AT+ZOPRT=5
 +AT+ZCDRUN=8
 +</shell>
 +
 +
 +
 +
 +
 +
 +https://forum.openwrt.org/viewtopic.php?id=26045
 +
 +http://www.zte.com.au/downloads/USB%20modem%20without%20Connection%20Manager_v.2.0.pdf
  
3g.1323070346.txt.gz ยท Last modified: 2011/12/05 07:32 by ispyisail