<?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>Pablo Endres&#039; Blog &#187; umts</title>
	<atom:link href="http://www.pabloendres.com/tag/umts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pabloendres.com</link>
	<description></description>
	<lastBuildDate>Sun, 22 Jan 2012 19:20:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Howto: UMTS Card Fedora 9</title>
		<link>http://www.pabloendres.com/2008/08/27/howto-umts-card-fedora-9/</link>
		<comments>http://www.pabloendres.com/2008/08/27/howto-umts-card-fedora-9/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 20:50:22 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[umts]]></category>
		<category><![CDATA[web'n'walk]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=26</guid>
		<description><![CDATA[After a lot of fighting I finally got my UMTS card working with Fedora 9. I have a T-Mobile Web&#8217;n'Walk II card which turns out to be a Option GEO201 by Qualcomm.  The main problem with this card is that someone had the wonderful idea of integrating a usb flash drive (so you don&#8217;t ever [...]]]></description>
			<content:encoded><![CDATA[<p>After a lot of fighting I finally got my UMTS card working with Fedora 9.</p>
<p>I have a T-Mobile Web&#8217;n'Walk II card which turns out to be a Option GEO201 by Qualcomm.  The main problem with this card is that someone had the wonderful <strong>idea</strong> of integrating a usb flash drive (so you don&#8217;t ever loose the drivers) with a usb gsm modem.</p>
<p>The main trick is to use a small program called <a href="http://www.draisberghof.de/usb_modeswitch/" target="_blank">usb_modeswitch</a> which disables the flash drive and loads the modem&#8217;s driver.  So lets cut the chat and get it done:</p>
<ol>
<li>Go to http://www.draisberghof.de/usb_modeswitch/ and download the latest version of the file.</li>
<li>Make sure you have  libusb + libusb-devel + lsusb installed$ sudo yum install libusb libusb-devel usbutils</li>
<li>Unpack, build and install the usb_modeswitch.<br />
<blockquote><p>$ mkdir ~/tmp<br />
$ cd ~/tmp<br />
$ tar jxvf ~/Download/usb_modeswitch-0.9.4.tar.bz2  # or a newer version<br />
$ cd ~/tmp/usb_modeswitch-0.9.4<br />
$ ./compile.sh<br />
$ sudo install -m755 -o root usb_modeswitch /usr/sbin<br />
$ sudo install -m744 -o root usb_modeswitch.conf /etc/</p></blockquote>
</li>
<li>Now lets setup udev so it automagically runs usb_modeswitch when the card is inserted.  This gives us the plug &#8216;n play behaviour.  This we will do as root.<br />
<blockquote><p>$ /bin/su -<br />
# vi /etc/udev/rules.d/70-persistent-net.rules<br />
####  =&gt; Insert the following text:</p>
<p>#Globetrotter HSDPA Modem T-Mobile Web&#8217;n'Walk Express II<br />
#Bus 002 Device 003: ID 0af0:6701 Option<br />
#idVendor=05c6, idProduct=1000 are the infos of the flash drive<br />
#idVendor=0af0, idProduct=6701 are the infos of the HSDPA Modem</p>
<p>SUBSYSTEM==&#8221;usb&#8221;, ATTR{idProduct}==&#8221;1000&#8243;, ATTR{idVendor}==&#8221;05c6&#8243;, RUN+=&#8221;/usr/sbin/usb_modeswitch&#8221;</p></blockquote>
</li>
<li>Make sure that the &#8221; are correct, and that the copy paste doesn&#8217;t screw them up (got reports that it does)</li>
<li>Setup the card using the network manager.  Here is my setup for T-Mobile in Germany</li>
</ol>
<p style="text-align: center;"><a href="http://www.pabloendres.com/wp-content/uploads/2008/08/webnwalk.png"><img class="aligncenter size-full wp-image-34" title="Gnome NetworkManager - Web'n'Walk II " src="http://www.pabloendres.com/wp-content/uploads/2008/08/webnwalk.png" alt="" width="300" height="216" /></a></p>
<p><strong>Note: </strong>The values I used for the udev script I got from running: # lsusb -v</p>
<p>Well hope that sets you up to go.  This should work with other Linux distributions as well</p>
<p>Thanks Per Lasse for the comments and corrections <img src='http://www.pabloendres.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><strong>Updates:</strong><br />
11.12.2007: I upgraded my laptop to Fedora 10 and it works flawless<br />
Tested it in Ubuntu 8.04 LTS and 8.10<strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2008/08/27/howto-umts-card-fedora-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

