<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/comgt, branch master</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>packages: sort network related packages into package/network/</title>
<updated>2012-10-10T12:32:29+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-10-10T12:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=405e21d16731b2764ab82aaaadcf36a813b105f7'/>
<id>405e21d16731b2764ab82aaaadcf36a813b105f7</id>
<content type='text'>
SVN-Revision: 33688
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33688
</pre>
</div>
</content>
</entry>
<entry>
<title>comgt: perform case insensitive match when probing for Huawei devices (#12039)</title>
<updated>2012-09-22T14:55:17+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-09-22T14:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=09fe127a14e396359a1e3daa42472cce6600d5e8'/>
<id>09fe127a14e396359a1e3daa42472cce6600d5e8</id>
<content type='text'>
SVN-Revision: 33507
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33507
</pre>
</div>
</content>
</entry>
<entry>
<title>comgt: fix 3g redialling if dongle is physically reattached (#11567, #12008)</title>
<updated>2012-09-09T19:46:38+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-09-09T19:46:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=56dbeb781e963c12fc367aae068f989049cf1102'/>
<id>56dbeb781e963c12fc367aae068f989049cf1102</id>
<content type='text'>
SVN-Revision: 33350
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33350
</pre>
</div>
</content>
</entry>
<entry>
<title>comgt: handle service mode for Huawai modems (#12039)</title>
<updated>2012-08-19T15:59:24+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-08-19T15:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ba15f1784c9c993968a3fd46977b5c347ca15ad8'/>
<id>ba15f1784c9c993968a3fd46977b5c347ca15ad8</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>/etc/functions.sh =&gt; /lib/functions.sh</title>
<updated>2012-06-05T16:04:23+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-06-05T16:04:23+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9ae901445be2f33658142e401556818edbafaaf7'/>
<id>9ae901445be2f33658142e401556818edbafaaf7</id>
<content type='text'>
SVN-Revision: 32062
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32062
</pre>
</div>
</content>
</entry>
<entry>
<title>comgt: remove old network scripts</title>
<updated>2012-05-29T12:59:11+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-05-29T12:59:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fdcc84f78ef24328dc7d570fa717f0fd9a0f7113'/>
<id>fdcc84f78ef24328dc7d570fa717f0fd9a0f7113</id>
<content type='text'>
SVN-Revision: 31982
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31982
</pre>
</div>
</content>
</entry>
<entry>
<title>enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places</title>
<updated>2012-05-14T23:33:35+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-05-14T23:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5eed1d8f6b6228d738f25de528f005d7716e6d9d'/>
<id>5eed1d8f6b6228d738f25de528f005d7716e6d9d</id>
<content type='text'>
SVN-Revision: 31730
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31730
</pre>
</div>
</content>
</entry>
<entry>
<title>comgt: Add scripts to comgt to retrieve the IMSI and CNUM to identify the SIM card.</title>
<updated>2011-11-30T14:16:44+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2011-11-30T14:16:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6db7b50cec7b65e10b28c32b3e442e1c4e90d933'/>
<id>6db7b50cec7b65e10b28c32b3e442e1c4e90d933</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;dgolle@allnet.de&gt;

SVN-Revision: 29365
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel Golle &lt;dgolle@allnet.de&gt;

SVN-Revision: 29365
</pre>
</div>
</content>
</entry>
<entry>
<title>comgt: add missing file (fixes #10301)</title>
<updated>2011-10-28T11:30:21+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-10-28T11:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b58d54f621fd0bf0c6fbee8a657def8be96aec9e'/>
<id>b58d54f621fd0bf0c6fbee8a657def8be96aec9e</id>
<content type='text'>
SVN-Revision: 28648
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 28648
</pre>
</div>
</content>
</entry>
<entry>
<title>comgt: fix pin code config option</title>
<updated>2011-10-27T20:29:14+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-10-27T20:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5601dc5f388a185b4bd1d7ec9643a27927ab7473'/>
<id>5601dc5f388a185b4bd1d7ec9643a27927ab7473</id>
<content type='text'>
SVN-Revision: 28637
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 28637
</pre>
</div>
</content>
</entry>
</feed>
