1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 03:08:34 +03:00
openwrt-xburst/package/comgt/files
jow 3b3ca4d8bc [package] comgt: handle service mode for Huawai modems (#12039)
It seems that the comgt package does not handle the Huawei 3G USB dongle E176 correctly (and probably other Huawei dongles too). My dongle appears as ID 12d1:1001 Huawei Technologies Co., Ltd. E620 USB Modem and 3G/UMTS
connections work well. However, no connection is established if only 2G/GPRS is available: the pppd chat script fails with NO CARRIER although the dongle is registered to the network (via 2G). As outlined in  this wiki or  this
blog, Huawei chips use the AT^SYSCFG command to set 2G or 3G mode, which is not implemented in comgt at the moment. Thus I wrote a patch for /lib/network/3g.sh which adds support for the "service" option in the network
configuration with Huawei dongles. By default (if no "service" option is specified) also 2G is used when 3G is unavailable. The Huawei dongle is detected analogously to other chips (the output of gcom -d /dev/ttyUSB0 -s
/etc/gcom/getcardinfo.gcom is scanned for huawei).

Some further information: The AT^SYSCFG command seems to be respected only once after the dongle is attached (or after the host is powered up). Resetting the dongle seems to render the serial port unusable in some cases.
However, the patch sets a useful mode by default which should cover most use cases (3G preferred, but 2G allowed) and if 3G-only or 2G-only mode is required the device can be power cycled.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-19 15:59:24 +00:00
..
3g.chat move comgt to trunk and add network scripts for umts compatible with the wrt54g3g 2006-11-04 00:21:54 +00:00
3g.sh [package] comgt: handle service mode for Huawai modems (#12039) 2012-08-19 15:59:24 +00:00
3g.usb [package] /etc/functions.sh => /lib/functions.sh 2012-06-05 16:04:23 +00:00
evdo.chat Add CDMA/EVDO support to comgt package 2008-02-02 01:21:31 +00:00
getcardinfo.gcom move comgt to trunk and add network scripts for umts compatible with the wrt54g3g 2006-11-04 00:21:54 +00:00
getcarrier.gcom comgt: add missing file (fixes #10301) 2011-10-28 11:30:21 +00:00
getcnum.gcom comgt: Add scripts to comgt to retrieve the IMSI and CNUM to identify the SIM card. 2011-11-30 14:16:44 +00:00
getimsi.gcom comgt: Add scripts to comgt to retrieve the IMSI and CNUM to identify the SIM card. 2011-11-30 14:16:44 +00:00
getstrength.gcom move comgt to trunk and add network scripts for umts compatible with the wrt54g3g 2006-11-04 00:21:54 +00:00
setmode.gcom move comgt to trunk and add network scripts for umts compatible with the wrt54g3g 2006-11-04 00:21:54 +00:00
setpin.gcom move comgt to trunk and add network scripts for umts compatible with the wrt54g3g 2006-11-04 00:21:54 +00:00