
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.sabayonlinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Huawei_e220_and_e169&amp;feed=atom&amp;action=history</id>
		<title>HOWTO: Huawei e220 and e169 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Huawei_e220_and_e169&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Huawei_e220_and_e169&amp;action=history"/>
		<updated>2013-05-21T18:48:07Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.4</generator>

	<entry>
		<id>http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Huawei_e220_and_e169&amp;diff=6215&amp;oldid=prev</id>
		<title>Zambayoni at 17:20, 26 February 2009</title>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Huawei_e220_and_e169&amp;diff=6215&amp;oldid=prev"/>
				<updated>2009-02-26T17:20:59Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== '''Huawei e220 and e169''' ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
This howto explains howto install/use e220 and e169 hsdpa modems in sabayon. Huawei e220 and e169 are supported natively by Linux, over usbserial.ko (usbserial-generic) interface. Linux kernel versions prior to 2.6.20 have some problems with it, as the SCSI CDROM fakevolume with drivers for Microsoft systems gets automounted by usbstorage.ko module, preventing serial device /dev/ttyUSB0 from working properly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
''Huawei e220'''&lt;br /&gt;
&lt;br /&gt;
Main Features&lt;br /&gt;
&lt;br /&gt;
HSDPA/UMTS/EDGE/GPRS/GSM&lt;br /&gt;
 &lt;br /&gt;
HSDPA packet data service with a maximum transmission rate of 3.6Mbps &lt;br /&gt;
&lt;br /&gt;
UMTS packet data service with a maximum transmission rate of 384kbps &lt;br /&gt;
&lt;br /&gt;
EDGE packet data service with a maximum transmission rate of 236.8kbps &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Huawei e169&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Main Features:&lt;br /&gt;
&lt;br /&gt;
HSDPA/UMTS900/2100MHz&lt;br /&gt;
&lt;br /&gt;
GSM/GPRS/EDGE850/900/1800/1900MHz&lt;br /&gt;
&lt;br /&gt;
Support 7.2Mbps HSDPA services &lt;br /&gt;
&lt;br /&gt;
MicroSD Card Slot&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) You need huawei workaround package http://oozie.fm.interia.pl/src/huawei.tar.bz2&lt;br /&gt;
&lt;br /&gt;
2) Extract package to directory (default is huawei)&lt;br /&gt;
&lt;br /&gt;
3) Run make generic_install as root&lt;br /&gt;
&lt;br /&gt;
4) Run make config as root&lt;br /&gt;
&lt;br /&gt;
Next step is to edit /etc/wvdial.conf with your favourite text editor as root&lt;br /&gt;
&lt;br /&gt;
Here is sample of my wvdial.conf&lt;br /&gt;
&lt;br /&gt;
[Dialer Defaults]&lt;br /&gt;
&lt;br /&gt;
Modem = /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Baud = 3600000&lt;br /&gt;
&lt;br /&gt;
Init2 = ATZ&lt;br /&gt;
&lt;br /&gt;
Init3 = ATQ0 V1 E1 S0=0 &amp;amp;C1 &amp;amp;D2&lt;br /&gt;
&lt;br /&gt;
Phone = *99#&lt;br /&gt;
&lt;br /&gt;
Username = ppp&lt;br /&gt;
&lt;br /&gt;
Password = ppp&lt;br /&gt;
&lt;br /&gt;
Ask Password = 0&lt;br /&gt;
&lt;br /&gt;
Dial Command = ATDT&lt;br /&gt;
&lt;br /&gt;
Stupid Mode = 1&lt;br /&gt;
&lt;br /&gt;
Compuserve = 0&lt;br /&gt;
&lt;br /&gt;
Idle Seconds = 0&lt;br /&gt;
&lt;br /&gt;
ISDN = 0&lt;br /&gt;
&lt;br /&gt;
Auto DNS = 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you  type wvdial it will connect to internet with full speed as default.&lt;br /&gt;
&lt;br /&gt;
If you want to connect to internet using gprs only add this also to your wvdial.conf&lt;br /&gt;
&lt;br /&gt;
[Dialer gprs]&lt;br /&gt;
&lt;br /&gt;
Modem = /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Baud = 115200&lt;br /&gt;
&lt;br /&gt;
Init2 = ATZ&lt;br /&gt;
&lt;br /&gt;
Init3 = ATE0V1&amp;amp;D2&amp;amp;C1S0=0+IFC=2,2&lt;br /&gt;
&lt;br /&gt;
ISDN = 0&lt;br /&gt;
&lt;br /&gt;
Modem Type = Analog Modem&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To connect internet using gprs only type wvdial gprs&lt;br /&gt;
&lt;br /&gt;
Enjoy your huawei :)&lt;br /&gt;
&lt;br /&gt;
[[Category:HDSPA|Huawei e220 and e169]]&lt;/div&gt;</summary>
		<author><name>Zambayoni</name></author>	</entry>

	</feed>