- Jun 02, 2014
-
-
John Crispin authored
Signed-off-by:
Luiz Angelo Daros de Luca <luizluca@gmail.com> SVN-Revision: 40942
-
- Oct 10, 2012
-
-
Felix Fietkau authored
SVN-Revision: 33693
-
Felix Fietkau authored
SVN-Revision: 33688
-
- Sep 22, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33507
-
- Sep 09, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33350
-
- Aug 19, 2012
-
-
Jo-Philipp Wich authored
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
-
- May 29, 2012
-
-
Felix Fietkau authored
SVN-Revision: 31982
-
- May 14, 2012
-
-
Felix Fietkau authored
SVN-Revision: 31730
-
- Nov 30, 2011
-
-
John Crispin authored
Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 29365
-
- Oct 27, 2011
-
-
Felix Fietkau authored
comgt: delay 3g bringup for sierra wireless cards until the card has locked on to the carrier, this helps with avoiding firmware hangs (thx, chris) SVN-Revision: 28636
-
Felix Fietkau authored
SVN-Revision: 28634
-
- Jul 20, 2011
-
-
Felix Fietkau authored
SVN-Revision: 27699
-
- May 04, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 26816
-
- May 03, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 26809
-
- Mar 15, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 26175
-
- Feb 20, 2011
-
-
Florian Fainelli authored
This adds in support for ttyACM devices in the 3g hotplug script. Signed-off-by: Matthew Eaton <wrt at divinehawk.com> SVN-Revision: 25621
-
- Aug 09, 2010
-
-
Nicolas Thill authored
SVN-Revision: 22561
-
- Aug 02, 2010
-
-
Markus Wigge authored
SVN-Revision: 22462
-
- Jul 04, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 22061
-
- May 26, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 21574
-
- May 01, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 21285
-
- Apr 23, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 21107
-
- Apr 17, 2009
-
-
Felix Fietkau authored
SVN-Revision: 15242
-
- Feb 02, 2008
-
-
Felix Fietkau authored
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
-
- Sep 07, 2007
-
-
Nicolas Thill authored
SVN-Revision: 8659
-
- Mar 16, 2007
-
-
Felix Fietkau authored
SVN-Revision: 6582
-
- Feb 19, 2007
-
-
Florian Fainelli authored
SVN-Revision: 6323
-
- Nov 23, 2006
-
-
Felix Fietkau authored
SVN-Revision: 5624
-
- Nov 04, 2006
-
-
Felix Fietkau authored
SVN-Revision: 5433
-