Skip to content
Snippets Groups Projects
  1. May 23, 2015
  2. Apr 03, 2015
  3. Mar 09, 2015
  4. Feb 22, 2015
  5. Jan 28, 2015
    • John Crispin's avatar
      comgt-ncm: Fix NCM protocol · 623716dd
      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: default avatarMatti Laakso <malaakso@elisanet.fi>
      
      SVN-Revision: 44182
      623716dd
  6. Nov 03, 2014
    • John Crispin's avatar
      license info - revert r43155 · 74a3a77b
      John Crispin authored
      
      turns out that r43155 adds duplicate info.
      
      Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>
      
      SVN-Revision: 43167
      74a3a77b
    • John Crispin's avatar
      Add more license tags with SPDX identifiers · c10d9748
      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: default avatarMichael Heimpold <mhei@heimpold.de>
      
      SVN-Revision: 43155
      c10d9748
  7. Nov 02, 2014
  8. Oct 20, 2014
  9. Oct 10, 2014
  10. Oct 08, 2014
  11. Sep 11, 2014
  12. Jun 30, 2014
  13. Jun 02, 2014
  14. Oct 10, 2012
  15. Sep 22, 2012
  16. Sep 09, 2012
  17. Aug 19, 2012
    • Jo-Philipp Wich's avatar
      comgt: handle service mode for Huawai modems (#12039) · ba15f178
      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
      ba15f178
  18. May 29, 2012
  19. May 14, 2012
  20. Nov 30, 2011
  21. Oct 27, 2011
  22. Jul 20, 2011
  23. May 04, 2011
  24. May 03, 2011
  25. Mar 15, 2011
  26. Feb 20, 2011
    • Florian Fainelli's avatar
      comgt: add ACM hotplug · d40a79cc
      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
      d40a79cc
  27. Aug 09, 2010
  28. Aug 02, 2010
  29. Jul 04, 2010
  30. May 26, 2010
  31. May 01, 2010
  32. Apr 23, 2010
  33. Apr 17, 2009
  34. Feb 02, 2008
    • Felix Fietkau's avatar
      Add CDMA/EVDO support to comgt package · 738d6102
      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: default avatar <RB&lt;aoz.syn@gmail.com>
      
      SVN-Revision: 10347
      738d6102
  35. Sep 07, 2007
Loading