<?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>glob &#187; wwan</title>
	<atom:link href="http://www.jessereynolds.com/glob/tag/wwan/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jessereynolds.com/glob</link>
	<description>jesse&#039;s blog</description>
	<lastBuildDate>Sat, 15 Oct 2011 23:47:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apple buggers up Novatel 3G Mobile Broadband for MacBookPro users once more!</title>
		<link>http://www.jessereynolds.com/glob/2007/06/27/apple-buggers-up-novatel-3g-mobile-broadband-for-macbookpro-users-once-more/</link>
		<comments>http://www.jessereynolds.com/glob/2007/06/27/apple-buggers-up-novatel-3g-mobile-broadband-for-macbookpro-users-once-more/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 12:06:56 +0000</pubDate>
		<dc:creator>jesse</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[novatel]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wwan]]></category>

		<guid isPermaLink="false">http://www.jessereynolds.com/glob/?p=10</guid>
		<description><![CDATA[It seems last week&#8217;s Mac OS X 10.4.10 update included the same &#8220;Apple WWAN Support Update&#8221; that tripped me up in March. All the same symptoms are happening again &#8211; menu bar icon display is constantly crashing and reloading when the UX870 wireless card is inserted, and the modem settings are gone so I can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>It seems last week&#8217;s Mac OS X 10.4.10 update included the same &#8220;Apple WWAN Support Update&#8221; that tripped me up in March. All the same symptoms are happening again &#8211; menu bar icon display is constantly crashing and reloading when the UX870 wireless card is inserted, and the modem settings are gone so I can&#8217;t connect anymore.</p>
<p>This time I&#8217;m logging a bug report with Apple. Silly me, I should have done that back in March! But would it have made any difference? Hmmmm. Logged as Apple Bug ID# 5297776.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessereynolds.com/glob/2007/06/27/apple-buggers-up-novatel-3g-mobile-broadband-for-macbookpro-users-once-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple WWAN Support Update 1.0 &#8211; Oh Dear</title>
		<link>http://www.jessereynolds.com/glob/2007/03/30/apple-wwan-support-update-10-oh-dear/</link>
		<comments>http://www.jessereynolds.com/glob/2007/03/30/apple-wwan-support-update-10-oh-dear/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 11:06:36 +0000</pubDate>
		<dc:creator>jesse</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[novatel]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wwan]]></category>
		<category><![CDATA[xu870]]></category>

		<guid isPermaLink="false">http://www.jessereynolds.com/glob/?p=9</guid>
		<description><![CDATA[I held off installing this update for about a month figuring that it could intefere with my Novatel Merlin UX870 3G wireless card, and I made a note to go looking online for any problems before installing it. Well slackness and curiosity got the better of me and I decided to give it a go. [...]]]></description>
			<content:encoded><![CDATA[<p>I held off installing this update for about a month figuring that it could intefere with my Novatel Merlin UX870 3G wireless card, and I made a note to go looking online for any problems before installing it. Well slackness and curiosity got the better of me and I decided to give it a go. Unfortunately my fears were realised.</p>
<p>I used to have my MacBook Pro set up to connect to the internet via the card using Three (Hutchison) Australia, however after the update my settings were blown away. Worse, my menu bar started having an endless fit, relaunching over and over. Briefly I would see a new icon from the WWAN Support Update appearing giving me signal strength before it crashed. Over and over. Removing the wireless card restored my menu bar to normality.</p>
<p>I see that some people had their airport connections stop working after applying this update, but this hasn&#8217;t happened to me. <a href="http://www.macfixit.com/article.php?story=20070223093639733">MacFixit have an article</a> talking about this issue.</p>
<p>I&#8217;m also regularly astounded that Apple don&#8217;t supply any sort of software removal tool. They go to the trouble of packing their software and keeping the package descriptions under /Library/Receipts/ but there&#8217;s no automated way of removing a software update of software installation save finding all the files and deleting them manually, and hoping that the package only added new files&#8230;</p>
<p>So if you doubleclick on /Library/Receipts/WWANSupport_Update.pkg and then go to File -&gt; Show Files, you can see a list of files it installs. You can then remove them by manually finding each and dragging it to the trash, or opening up Terminal and running the following commands:</p>
<blockquote><p>cd /Library/Modem Scripts<br />
sudo rm &#8220;WWAN Support&#8221;</p>
<p>cd /System/Library/CoreServices/Menu Extras<br />
sudo rm -R WWAN.menu</p>
<p>cd /System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns<br />
sudo rm -R AppleWWANSupport.kext<br />
sudo rm -R AppleWWANVerizon.kext</p></blockquote>
<p>Now, download the driver again for the <a href="http://www.novatelwireless.com/support/merlin-xu870-apple.html">Merlin XU870</a> and install it, and then follow the instructions on that page to configure it up. For Three Australia you use a &#8216;phone number&#8217; of &#8220;3NetAccess&#8221;, and leave Username and Password blank.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessereynolds.com/glob/2007/03/30/apple-wwan-support-update-10-oh-dear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

