<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>¡darandandunguen! &#187; vodafone</title>
	<atom:link href="http://www.darandandunguen.org/category/vodafone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darandandunguen.org</link>
	<description>Gritos a mansalva.</description>
	<lastBuildDate>Wed, 27 May 2009 07:42:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using a Huawei E620 3G card in linux</title>
		<link>http://www.darandandunguen.org/2007/01/11/usando-una-tarjeta-3g-de-vodafone-en-linux-huawei-e620using-a-huawei-e620-3g-card-in-linux/</link>
		<comments>http://www.darandandunguen.org/2007/01/11/usando-una-tarjeta-3g-de-vodafone-en-linux-huawei-e620using-a-huawei-e620-3g-card-in-linux/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 16:38:06 +0000</pubDate>
		<dc:creator>manu</dc:creator>
				<category><![CDATA[3g]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[huawei]]></category>
		<category><![CDATA[vodafone]]></category>

		<guid isPermaLink="false">http://www.darandandunguen.org/2007/01/11/usando-una-tarjeta-3g-de-vodafone-en-linux-huawei-e620using-a-huawei-e620-3g-card-in-linux/</guid>
		<description><![CDATA[I&#8217;ve been using an option GPRS card for a while (without any problems) so I was very eager to try the new HSDPA cards in my linux laptop. It works like a charm (I&#8217;m so happy  )
Well, now the facts, what you need to make the card work?

A working PCMCIA port
To have the card [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using an option GPRS card for a while (without any problems) so I was very eager to try the new HSDPA cards in my linux laptop. It works like a charm (I&#8217;m so happy <img src='http://www.darandandunguen.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )<br />
Well, now the facts, what you need to make the card work?</p>
<ol>
<li>A working PCMCIA port</li>
<li>To have the card detected as 3 USB Serial ports</li>
<li>PPP Drivers</li>
<li>Wvdial installed and configured</li>
</ol>
<p><span id="more-43"></span></p>
<p>I&#8217;ll assume you have the pcmcia subsystem up and working (else <a href="http://www.google.com/search?q=linux+pcmcia+howto">google</a> is your friend).</p>
<p>Secondly, you need the usbserial module. If you don&#8217;t have it available, you&#8217;ll need a kernel recompilation, else just load it with <code>modprobe usbserial</code>. Once loaded, when you plug the card on the PCMCIA slot, you&#8217;ll see a bunch of messages in your syslog, look for these three:</p>
<p><code><br />
[...]<br />
Jan 11 19:47:50 acsev-109 pl2303 6-1:1.0: pl2303 converter detected<br />
<strong>Jan 11 19:47:50 acsev-109 usb 6-1: pl2303 converter now attached to ttyUSB0</strong><br />
Jan 11 19:47:50 acsev-109 pl2303 6-1:1.1: usb_probe_interface<br />
Jan 11 19:47:50 acsev-109 pl2303 6-1:1.1: usb_probe_interface - got id<br />
Jan 11 19:47:50 acsev-109 pl2303 6-1:1.1: pl2303 converter detected<br />
<strong>Jan 11 19:47:50 acsev-109 usb 6-1: pl2303 converter now attached to ttyUSB1</strong><br />
Jan 11 19:47:50 acsev-109 pl2303 6-1:1.2: usb_probe_interface<br />
Jan 11 19:47:50 acsev-109 pl2303 6-1:1.2: usb_probe_interface - got id<br />
Jan 11 19:47:50 acsev-109 pl2303 6-1:1.2: pl2303 converter detected<br />
<strong>Jan 11 19:47:50 acsev-109 usb 6-1: pl2303 converter now attached to ttyUSB2</strong><br />
Jan 11 19:47:50 acsev-109 usbcore: registered new interface driver pl2303<br />
Jan 11 19:47:50 acsev-109 drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver<br />
Jan 11 19:47:50 acsev-109 drivers/usb/serial/usb-serial.c: USB Serial support registered for GSM modem (1-port)<br />
Jan 11 19:47:50 acsev-109 usbcore: registered new interface driver option<br />
Jan 11 19:47:50 acsev-109 drivers/usb/serial/option.c: USB Driver for GSM modems: v0.7.1<br />
</code></p>
<p>If you can&#8217;t see those three messages, it just won&#8217;t work (again, <a href="http://www.google.com/search?q=linux+usbserial+howto">google is your friend</a>)</p>
<p>Install PPP: <code>modprobe ppp</code>.</p>
<p>Install and configure wvdial. Install it your preferred way (apt-get it, install from source, use emerge or rpm or whatever), then edit the file <em>/etc/wvdial.conf</em>. These are the settings needed for Vodafone users in Spain. People from other countries should try Tazz Tux&#8217; files on <a href="http://www.mybroadband.co.za/vb/showthread.php?t=21726">mybroadband.co.za forums</a>.</p>
<p><code><br />
[Dialer Defaults]</p>
<p>Phone = *99***1#<br />
Username = username<br />
Password = password<br />
Stupid Mode = 1<br />
Dial Command = ATDT</p>
<p>[Dialer pin]</p>
<p>Init1 = AT+CPIN=<strong>XXXX</strong><br />
# You should change the XXXX for your PIN code<br />
[Dialer option]</p>
<p>Modem = /dev/ttyUSB0<br />
Baud = 460800<br />
Init2 = ATZ<br />
Init3 = ATQ0 V1 E1 S0=0 &#038;C1 &#038;D2 +FCLASS=0<br />
ISDN = 0<br />
Modem Type = Analog Modem</p>
<p>[Dialer internet]</p>
<p>Init5 = AT+CGDCONT=1,"IP","ac.vodafone.es";</p>
<p></code></p>
<p>Although there&#8217;s a PIN section in the code, I have never been able to use any of my cards with PIN code enabled so I&#8217;ll just disable it (I&#8217;ve put the SIM card in my phone and told it not to ask for PIN anymore). Then just exec wvdial: <code>wvdial option internet</code>. Enjoy! </p>
<p>Feedback is welcome <img src='http://www.darandandunguen.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.darandandunguen.org/2007/01/11/usando-una-tarjeta-3g-de-vodafone-en-linux-huawei-e620using-a-huawei-e620-3g-card-in-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->