<?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>LolocoJr &#187; xs4all umts hsdpa modem leopard option</title>
	<atom:link href="http://www.railsguru.com/articles/tag/xs4all-umts-hsdpa-modem-leopard-option/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.railsguru.com</link>
	<description>Andy Lo-A-Foe&#039;s blog</description>
	<lastBuildDate>Thu, 21 Jul 2011 13:31:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Getting XS4ALL HSDPA/UMTS working on OS X Leopard</title>
		<link>http://www.railsguru.com/articles/2008/05/31/getting-xs4all-umts-hsdpa-working-on-os-x-leopard-2/</link>
		<comments>http://www.railsguru.com/articles/2008/05/31/getting-xs4all-umts-hsdpa-working-on-os-x-leopard-2/#comments</comments>
		<pubDate>Sat, 31 May 2008 08:46:00 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[xs4all umts hsdpa modem leopard option]]></category>

		<guid isPermaLink="false">http://www.railsguru.com/2008/09/25/getting-xs4all-umts-hsdpa-working-on-os-x-leopard</guid>
		<description><![CDATA[Article was updated. See below, the Option software should work out-of-the-box for Leopard 10.5.5 or higher! Last week I received my HSDPA/UMTS/GPRS card from XS4ALL. After the major ADSL outtage fiasco It really dawned on me that not having net &#8230; <a href="http://www.railsguru.com/articles/2008/05/31/getting-xs4all-umts-hsdpa-working-on-os-x-leopard-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Article was updated. See below, the Option software should work out-of-the-box for Leopard 10.5.5 or higher!</strong></p>
<p>Last week I received my HSDPA/UMTS/GPRS card from XS4ALL. After the <a href="http://www.xs4all.nl/nieuws/bericht.php?msect=nieuws&amp;id=979&amp;taal=nl" target="_blank">major ADSL outtage fiasco</a> It really dawned on me that not having net access for a day actually costs more than  the whole wireless plan per month! Think about it, as I telecommute 4 days in the week I would actually have to drive to the office to get work done (luckily our offices were spared from the outtage!), the parking money alone is almost more than the whole plan (go Amsterdam!). Enough justification for the new toy. It arrrived, weeh!</p>
<p><span id="more-2845"></span></p>
<p>The specs clearly state it should work fine an OS X 10.3.x or later. Unfortunatly the instructions from XS4ALL are completely <strong>useless</strong> when you are running on Leopard. It probably has more to do with Option and their drivers or OS X and its (shoddy) support for the hardware which is the Globetrotter Express 7.2 card btw.</p>
<p><img src="http://www.railsguru.com/assets/2008/5/26/gt_express.jpg" alt="" /></p>
<p>After 2 hours of fiddling with various releases of drivers and trying all the the blog tricks from people around the world with the same card I was almost ready to give up when I stumbled upon this <a href="http://www.xs4all.nl/~ernstagn/GPRS-HOWTO/" target="_blank">HOWTO for Linux</a>. As always Linux to the rescue. It turns out the card is basically just a glorified modem and you just need the right AT commands and some pppd magic to get things going.. Grrrreat, familiar territory! (I have to confess, OS X dumbs you down, so having things breaking once in a while is gooooood!!)</p>
<p>After some searching I found the following devices:</p>
<p><img src="http://www.railsguru.com/assets/2008/5/26/dev.jpg" alt="" /></p>
<p>Cool, connecting to the <strong>cu.GT HSDPA Modem</strong> tty device should work:</p>
<p><em>$ screen /dev/cu.GT\ HSDPA\ Modem</em></p>
<p><em>AT&lt;return&gt;</em></p>
<p><strong>OK</strong></p>
<p>Yes! The device is alive. Now, to find out if there is some combination of settings in the Network Preferences that actually make it work. Some further blogging shows that the Option » GSM configurations comes closest to what this cards expects.</p>
<p><img src="http://www.railsguru.com/assets/2008/5/31/config.jpg" alt="" /></p>
<p>Wow, 5 entries for the card. Just pick one which gives you a modem icon. Then choose &#8220;Advanced&#8230;&#8221; and pick model &#8220;Option&#8221; and then choose &#8220;GSM&#8221; (should be the only option anyway). In the &#8220;APN&#8221; field you should fill in &#8220;umts.xs4all.nl&#8221;.</p>
<p><img src="http://www.railsguru.com/assets/2008/5/31/option.jpg" alt="" /></p>
<p>Back to the connection setup screen. Fill in &#8220;*99***1#&#8221; in the Telephone number field, although this is not strictly needed I think. Fill in your XS4ALL username and password in the field. <strong>Note:</strong> even though XS4ALL states you don&#8217;t need your account password to connect at least I had to fill in the correct password. The pppd connection would immediately be dropped otherwise. Also, select the &#8220;Show modem status in menu bar&#8221; for convenience.</p>
<p><img src="http://www.railsguru.com/assets/2008/5/31/system.jpg" alt="" /></p>
<p>Now it&#8217;s time to connect. Select the &#8220;Connect Globetrotter HSDPA Modem&#8221; from the dropdown modem menu bar. You should see the modem connecting..</p>
<p><img src="http://www.railsguru.com/assets/2008/5/31/connect.jpg" alt="" /></p>
<p>You can open up the console and monitor &#8220;system.log&#8221; and also filter on &#8220;pppd&#8221; to see the relevant lines</p>
<p><img src="http://www.railsguru.com/assets/2008/5/31/console.jpg" alt="" /></p>
<p>If everything went well you should now be connected to the Internet and have an IP address in the mobile.xs4all.nl range. Enjoy! I have the Mobile start plan which currently gives you 768/128 and I&#8217;m happy to say that from all the locations I&#8217;ve tried so far in and around Amsterdam I always get the full bandwidth. Ping times are also quite reasonable, most of the time around 90ms, sometimes in the 300ms range (perhaps when it drops back to GPRS?). Anyway, SSH and web browsing are perfectly doable. Next up.. OpenVPN setup&#8230; another day..</p>
<p><strong>Update:</strong> Forgot to mention this, but you need to disable the PIN on your SIM card for all of this to work. You can do this by putting it in your mobile phone and disable it using the phone&#8217;s config menus.</p>
<p><strong>Update 2:</strong> After upgrading Leopard to 10.5.5 the above instructions were completely invalidated for me. However!!! The GT Mac Connect 1.3d0-164 software (downloadable from <a href="http://www.option.com/support/globetrotter_fe/fe_downloads.shtml">Option</a> worked for me out of the box, where previously it failed mysteriously!! Try it!!</p>
<div id="in_post_ad_bottom_1" style="clear:both;margin: 5px;padding: 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-6322765154114793";
/* 300x250, created 7/3/11 */
google_ad_slot = "6228709946";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.railsguru.com/articles/2008/05/31/getting-xs4all-umts-hsdpa-working-on-os-x-leopard-2/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

