<?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>Michaels blog &#187; Mobile Data</title>
	<atom:link href="http://legart.dk/category/mobile-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://legart.dk</link>
	<description>Hest design!</description>
	<lastBuildDate>Mon, 23 Nov 2009 10:31:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>3G high speed data with a Huawei USB modem and Linux</title>
		<link>http://legart.dk/2007/04/30/3g-high-speed-data-with-a-huawei-usb-modem-and-linux/</link>
		<comments>http://legart.dk/2007/04/30/3g-high-speed-data-with-a-huawei-usb-modem-and-linux/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 20:22:34 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile Data]]></category>

		<guid isPermaLink="false">http://legart.dk/2007/04/30/3g-high-speed-data-with-a-huawei-usb-modem-and-linux/</guid>
		<description><![CDATA[Danish mobile operator 3 recently launched high speed mobile data for pretty reasonable prices. You can get up to 3 Mbit/s!. They both have PCMCIA cards and USB versions. In Windows the USB device also acts as a storage device containing drivers and a dialer, so it is pretty easy to get working. In Linux [...]]]></description>
			<content:encoded><![CDATA[<p>Danish mobile operator <a href="http://www.3.dk" target="_blank">3</a> recently launched high speed mobile data for pretty reasonable prices. You can get up to 3 Mbit/s!. They both have PCMCIA cards and <a href="http://privat.3.dk/Mobiler/3Data-Card/3DataCard-USB/" target="_blank">USB versions</a>. In Windows the USB device also acts as a storage device containing drivers and a dialer, so it is pretty easy to get working. In Linux it&#8217;s a bit more difficult to get working, but it can be done!</p>
<p>First, the minimum required kernel version seems to be 2.6.20. With 2.6.18 the storage device was detected, but not the serial devices. With 2.6.20 the storage device is ignored but 3 serial devices are detected. 3 devices you say? Yes, it makes it possible to use the modem to send text messages, use high speed data and GPRS &#8211; all at the same time.</p>
<p>Sometimes the devices are not detected correctly, this can be solved by simply removing the driver and loading it again (<code>rmmod usbserial option &amp;&amp; modprobe usbserial &amp;&amp; modprobe option</code>).</p>
<p>Each time to modem is connected to your USB port it must be initialized with your PIN-code. It will only accept it once though. Use this <a href="http://legart.dk/wp-content/uploads/2007/04/setpinpl.txt" title="Perlscript to send pincode to USB modem">perlscript</a> to send pincode to USB modem.</p>
<p>After that, the following <code>wvdial.conf</code> should get you online:<br />
<code><br />
[Dialer Defaults]<br />
Modem = /dev/ttyUSB0<br />
Baud = 460800<br />
SetVolume = 0<br />
Dial Command = ATDT<br />
Init1 = ATZ<br />
Init2 = ATM0<br />
FlowControl = NOFLOW</code></p>
<p>Username = VFD2<br />
Password = WAP<br />
Phone = *99***1#<br />
Stupid Mode = 1<br />
Init3 = AT+CGDCONT=1,&#8221;IP&#8221;,&#8221;data.tre.dk&#8221;<br />
Dial Attempts = 3<br />
Inherits = ModemUMTS</p>
]]></content:encoded>
			<wfw:commentRss>http://legart.dk/2007/04/30/3g-high-speed-data-with-a-huawei-usb-modem-and-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
