summaryrefslogtreecommitdiffstats
path: root/package/comgt
Commit message (Collapse)AuthorAgeFilesLines
* comgt: fix 3g redialling if dongle is physically reattached (#11567, #12008)Jo-Philipp Wich2012-09-092-3/+3
| | | | SVN-Revision: 33350
* comgt: handle service mode for Huawai modems (#12039)Jo-Philipp Wich2012-08-192-2/+9
| | | | | | | | | | | | | 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. SVN-Revision: 33212
* /etc/functions.sh => /lib/functions.shJo-Philipp Wich2012-06-051-1/+1
| | | | SVN-Revision: 32062
* comgt: remove old network scriptsFelix Fietkau2012-05-298-238/+3
| | | | SVN-Revision: 31982
* enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS ↵Felix Fietkau2012-05-141-2/+2
| | | | | | in a few relevant places SVN-Revision: 31730
* comgt: Add scripts to comgt to retrieve the IMSI and CNUM to identify the ↵John Crispin2011-11-303-0/+39
| | | | | | | | SIM card. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 29365
* comgt: add missing file (fixes #10301)Felix Fietkau2011-10-281-0/+20
| | | | SVN-Revision: 28648
* comgt: fix pin code config optionFelix Fietkau2011-10-271-1/+1
| | | | SVN-Revision: 28637
* comgt: delay 3g bringup for sierra wireless cards until the card has locked ↵Felix Fietkau2011-10-272-0/+8
| | | | | | on to the carrier, this helps with avoiding firmware hangs (thx, chris) SVN-Revision: 28636
* comgt: port 3g.sh to netifdFelix Fietkau2011-10-278-10/+139
| | | | SVN-Revision: 28634
* comgt: clean up patch, rename gcom binary to comgt, but add a compatibility ↵Felix Fietkau2011-07-203-91/+28
| | | | | | symlink SVN-Revision: 27699
* comgt: add tty hotplug remove handling, only iterate each tty once (#9211)Jo-Philipp Wich2011-05-042-21/+20
| | | | SVN-Revision: 26816
* comgt: move ifup invocation back into background subshell to prevent hotplug ↵Jo-Philipp Wich2011-05-031-6/+3
| | | | | | deadlocks SVN-Revision: 26810
* comgt: move 3g hotplug handling to tty subsystem, fixes race on coldplug (#9211)Jo-Philipp Wich2011-05-032-7/+10
| | | | SVN-Revision: 26809
* comgt: handle ttyHS* devices in usb hotplug, fix typo (#9046)Jo-Philipp Wich2011-03-152-2/+2
| | | | SVN-Revision: 26175
* comgt: add ACM hotplugFlorian Fainelli2011-02-202-4/+4
| | | | | | | | This adds in support for ttyACM devices in the 3g hotplug script. Signed-off-by: Matthew Eaton <wrt at divinehawk.com> SVN-Revision: 25621
* package/comgt: only set pincode if it's supplied (closes: #7334), bump ↵Nicolas Thill2010-08-092-5/+7
| | | | | | release number SVN-Revision: 22561
* LED handling fixes for WRT54-G3Gv2Markus Wigge2010-08-022-4/+5
| | | | SVN-Revision: 22462
* comgt: add usb hotplug handler to bring up 3g ifaces on boot or when the ↵Jo-Philipp Wich2010-07-042-1/+46
| | | | | | dongle is attached SVN-Revision: 22061
* comgt: remove obsolete iptables support codeJo-Philipp Wich2010-05-262-7/+1
| | | | SVN-Revision: 21574
* comgt: - localize variables - bring scripts in sync with updated ppp logic - ↵Jo-Philipp Wich2010-05-012-5/+15
| | | | | | bump package revision SVN-Revision: 21285
* cleanup Makefiles (#7212)Jo-Philipp Wich2010-04-231-2/+2
| | | | SVN-Revision: 21107
* package/comgt: refresh patchesGabor Juhos2010-03-261-4/+2
| | | | SVN-Revision: 20457
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* change LEDs on wrt54g3g only /proc/diag is not available on x86, so check ↵Andy Boyett2009-01-151-0/+2
| | | | | | for existance to avoid errors... Thanks Markus Wigge SVN-Revision: 14044
* This series of patches closes the support gap on one of the explicitly ↵Travis Kemen2008-07-211-5/+11
| | | | | | supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com> SVN-Revision: 11898
* fix the 3g interface configurationFelix Fietkau2008-04-091-4/+8
| | | | | | | | | | | | | | | | | | The first problem is the "chat" command which misses "-E", so the environment variable addressed inside the script is never used and the script breaks. The second problem is the that you cannot assume an Option card when you did "not discover a Novatel". In my case the script tried to set the mode with the Option AT-command which failed on the Huawei stick. Unfortunaltely I don't have a correct command for that device, so I just want to start the connection without any mode set before thus using the defaults. Signed-off-by: Markus Wigge <mwigge@marcant.net> SVN-Revision: 10774
* Allow more ttyUSB<N> devices to use the 3g script (#3098)Florian Fainelli2008-02-051-1/+1
| | | | SVN-Revision: 10396
* Add CDMA/EVDO support to comgt packageFelix Fietkau2008-02-023-24/+47
| | | | | | | | | | | | | | | | | | | | | This patch adds a chat script and makes some modifications to /lib/network/3g.sh to enable seamless use of CDMA/EVDO modems in addition to the existing GPRS/UMTS support. Modifications to 3g.sh are: - Added 'chat' variable to point at the appropriate script - Added 'evdo' and 'cdma' as acceptable 'service' values, and skip the whole gcom initialization bit - Changed pppd connection speed from 460800 to more widely supported 115200; in my experience, this is not your actual connection speed, but at what speed pppd sends setup commands to the interface. This kinda eliminates the need for /etc/ppp/3g.connect - I think I've replaced that functionality, but in a slightly more standardized method, using the 'connect' variable understood by PPP. Signed-off-by: RB<aoz.syn@gmail.com> SVN-Revision: 10347
* Allow /dev/ttyUSB2 as wan device for 3g (#2269)Florian Fainelli2007-09-091-1/+1
| | | | SVN-Revision: 8717
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-4/+5
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-041-126/+90
| | | | SVN-Revision: 7490
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-041-1/+2
| | | | SVN-Revision: 6512
* Upgrade comgt to 0.32 (#1347)Florian Fainelli2007-02-192-39/+132
| | | | SVN-Revision: 6323
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-17/+17
| | | | SVN-Revision: 5624
* comgt: make firewalling changes when umts goes up or downFelix Fietkau2006-11-091-2/+13
| | | | SVN-Revision: 5476
* move comgt to trunk and add network scripts for umts compatible with the ↵Felix Fietkau2006-11-0411-0/+356
wrt54g3g SVN-Revision: 5433