- May 23, 2015
-
-
John Crispin authored
fixes #19698 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45741
-
- Apr 03, 2015
-
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 45250
-
- Mar 09, 2015
-
-
John Crispin authored
The wwan package holds the hotplug script to set mobile broadband interfaces (un)available. Add it as a dependency to comgt-ncm, uqmi and umbim. Signed-off-by:
Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44631
-
John Crispin authored
USB modem data files should be a part of the wwan package, which actually uses them unlike comgt. Signed-off-by:
Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44628
-
- Feb 22, 2015
-
-
John Crispin authored
When passing struct termios to ioctl TCGETS and TCSETS should be used instead of TCGETA and TCSETA, which are meant for the older struct termio. Should fix https://dev.openwrt.org/ticket/19012 Signed-off-by:
Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44506
-
- Jan 28, 2015
-
-
John Crispin authored
This patch fixes the NCM protocol by adding the missing ifname to the netifd script and changing one unintended "send" statement to "print" in runcommand.gcom. It also cleans up logging and makes the manufacturer names case-insensitive. Furthermore, comgt-ncm should not depend on the USB-serial-related kernel modules, as the cdc-wdm control device works without them. There is also no need to depend on kmod-huawei-cdc-ncm, since other manufacturers (like Sony-Ericsson and Samsung) which use other kernel modules should also be supported. I'd appreciate if someone with Samsung or Sony-Ericsson modems could test this, I was only able to test it with Huawei E3276, E3372 and E353. Signed-off-by:
Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44182
-
- Nov 03, 2014
-
-
John Crispin authored
turns out that r43155 adds duplicate info. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43167
-
John Crispin authored
Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155
-
- Nov 02, 2014
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43151
-
- Oct 20, 2014
-
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43000
-
- Oct 10, 2014
-
-
John Crispin authored
This will not work for all board/dongle combinations until we hit 3.17. Signed-off-by:
Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 42866
-
- Oct 08, 2014
-
-
John Crispin authored
this proto handler will detect which of 3g, qmi, mbim, ncm or directip you need for a stick and setup uci automagically Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42837
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42836
-
- Sep 11, 2014
-
-
John Crispin authored
add a proto handler for sierra wireless directip modems Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42465
-
- Jun 30, 2014
-
-
Felix Fietkau authored
The idea is to gradually fix the packages Signed-off-by:
Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 41411
-
- 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
-