<?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>SplatDot.com &#187; OS X</title>
	<atom:link href="http://splatdot.com/tag/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://splatdot.com</link>
	<description>software. systems. solutions.</description>
	<lastBuildDate>Mon, 04 Apr 2011 01:12:54 +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>Taming Word 2008&#8242;s Paste Special</title>
		<link>http://splatdot.com/taming-word-2008s-paste-special/</link>
		<comments>http://splatdot.com/taming-word-2008s-paste-special/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 03:46:42 +0000</pubDate>
		<dc:creator>dean</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How I hate Microsoft Word&#039;s Edit&#124;Paste Special menu item. Why can&#039;t Microsoft assign a keyboard shortcut to it? It is a maddening oversight and it makes me crazy when I just want to past some unformatted text &#8211; stop typing, reach for the mouse, click Edit, click Paste Special, click Unformatted Text and finally click [...]]]></description>
			<content:encoded><![CDATA[<p>How I hate <a href="http://office.microsoft.com/word">Microsoft Word</a>&#039;s <code>Edit|Paste Special</code> menu item. Why can&#039;t Microsoft assign a keyboard shortcut to it? It is a maddening oversight and it makes me crazy when I just want to past some unformatted text &#8211; stop typing, reach for the mouse, click <code>Edit</code>, click <code>Paste Special</code>, click <code>Unformatted Text</code> and finally click <code>OK</code>. Four mouse clicks and one interrupted workflow later I have my unformatted text. <a href="http://www.apple.com/">Apple</a> applications have a <code>Paste and Match Style</code> menu item with a keyboard shortcut &#8211; ???V. That shortcut is a bit of a handful but it still beats the tar out of doing it the Microsoft way.</p>
<p>Today I found a solution, at least for <a href="http://www.microsoft.com/mac/products/Word2008/default.mspx">Word:mac 2008</a>. <a href="http://db.tidbits.com/article/9408">TidBITS</a> published the <a href="http://www.apple.com/applescript/">AppleScript</a>-based workaround over a year ago in <a href="http://db.tidbits.com/article/9408">Word 2008 and the Paste Plain Text Dance</a> and then updated it with a better version of the script in <a href="http://db.tidbits.com/article/9503">Updated Paste Plain Text AppleScript for Word 2008</a>. Follow those tips and you&#039;ll soon be pasting unformatted text from the keyboard in Word.</p>
<p>I made one small change when I implemented it on my <a href="http://www.apple.com/macbook/">MacBook</a>. I wanted the keyboard shortcut to match Apple&#039;s so that I only have to remember one shortcut. To assign ???V as the shortcut instead of ??V as in the tip, change the name of the script to <code>Paste Plain Text\smoV.scpt</code>. Adding the &#8220;o&#8221; adds the Option (?) key to the shortcut.</p>
]]></content:encoded>
			<wfw:commentRss>http://splatdot.com/taming-word-2008s-paste-special/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Weirdness On OS X</title>
		<link>http://splatdot.com/ssh-weirdness-os-x/</link>
		<comments>http://splatdot.com/ssh-weirdness-os-x/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 02:24:15 +0000</pubDate>
		<dc:creator>dean</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I use ssh all the time, but I rarely use it to connect to my MacBook. Today my MacBook froze hard and I tried to ssh to it from my Linux box in an attempt to recover. The ssh failed with the following error message: &#160;&#160;&#160;&#160;dean@xbrain:~$ ssh 192.168.1.200 &#160;&#160;&#160;&#160;Received disconnect from 192.168.1.200: 2: Too many [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://en.wikipedia.org/wiki/Secure_Shell">ssh</a> all the time, but I rarely use it to connect to my <a href="http://technologizer.com/2008/10/14/the-black-macbook-2006-2008-may-it-rest-in-peace/">MacBook</a>. Today my MacBook froze hard and I tried to ssh to it from my Linux box in an attempt to recover. The ssh failed with the following error message:</p>
<p></p>
<p><code>&nbsp;&nbsp;&nbsp;&nbsp;dean@xbrain:~$ ssh 192.168.1.200</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;Received disconnect from 192.168.1.200: 2: Too many authentication failures for dean</code></p>
<p></p>
<p>My first thought was that <a href="http://denyhosts.sourceforge.net/">DenyHosts</a> had borked me but that turned out not to be the case. (If you aren&#039;t running DenyHosts you should be.) I tried ssh with debug messages turned on and the client was offering the correct public key but the server was rejecting it. I ended up just doing a hard reboot of the MacBook but I still wanted to solve the prolem.</p>
<p>Next I assumed that something in my private or public ssh keys was borked. Searching on the error message I was getting led me to believe that I had file permission problems somewhere but my <code>.ssh</code> directory had all the correct permissions &#8211; 0700 for the directory and 0600 for all the files inside. I edited <code>sshd_config</code> with the intention of enabling PAM and password authentication. Instead the following two lines caught my eye:</p>
<p></p>
<p><code>&nbsp;&nbsp;&nbsp;&nbsp;StrictModes yes</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;MaxAuthTries 1</code></p>
<p></p>
<p>First I changed the value of <code>MaxAuthTries</code> to 3. I was rewarded with a new error message from the ssh client.</p>
<p></p>
<p><code>&nbsp;&nbsp;&nbsp;&nbsp;dean@xbrain:~$ ssh 192.168.1.200</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;Permission denied (publickey).</code></p>
<p></p>
<p>After that when I turned on debug messages for the ssh client I could see that after the initial public key authentication failed it tried to find other allowed authentication methods and when it failed gave me the error above. Next I changed the value of <code>StrictModes</code> to <code>no</code>. After making that change I could successfully ssh. This confirmed that there was a file permission problem on the server side.</p>
<p></p>
<p><code>&nbsp;&nbsp;&nbsp;&nbsp;<strong>StrictModes</strong></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;Specifies whether sshd(8) should check file modes and</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;ownership of the user&#039;s files and home directory before</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;accepting login. This is normally desirable because</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;novices sometimes accidentally leave their directory or</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;files world-writable.  The default is "yes".</code></p>
<p></p>
<p>I had always assumed that <code>StrictModes</code> only applies to the user&#039;s <code>.ssh</code> directory. It turns out that it also checks the file permissions on the user&#039;s home directory and will balk if the home directory is writable by group or other (everyone). My home directory was writable by group and this was the root cause of the errors I had been getting. (The default user group is <code>staff</code> on OS X but it varies on different operating systems and distributions.) After removing group write permissions from my home directory and restoring my original <code>sshd_config</code> settings everything started working the way it was supposed to. From a review of my Time Machine backups it looks like some time in December I accidentally (or perhaps even intentionally) changed my home directory to a drop box which turned on group write permissions. Doh!</p>
]]></content:encoded>
			<wfw:commentRss>http://splatdot.com/ssh-weirdness-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OS X Leopard and MySQL Update</title>
		<link>http://splatdot.com/os-x-leopard-and-mysql-update/</link>
		<comments>http://splatdot.com/os-x-leopard-and-mysql-update/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 23:28:25 +0000</pubDate>
		<dc:creator>dean</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I should have looked before I wrote my last post on MySQL because there is an updated version of the MySQL package for OS X 10.5. (And it has been available for quite a while too.) I undid everything I had done previously to get MySQL working before and I downloaded and installed the 64-bit [...]]]></description>
			<content:encoded><![CDATA[<p>I should have looked before I wrote my <a href="http://www.splatdot.com/2008/04/07/automatically-start-mysql-startup-os-x-leopard">last post on MySQL</a> because there is an <a href="http://dev.mysql.com/downloads/mysql/5.0.html#macosx-dmg">updated version of the MySQL package for OS X 10.5</a>. (And it has been available for quite a while too.) I undid everything I had done previously to get MySQL working before and I downloaded and installed the 64-bit version of this new package. I even took myself out of the <code>wheel</code> group.</p>
<p>After installing the updated package I found that I could not start MySQL from the command line or the prefpane. I tried adding myself back to the <code>wheel</code> group but I still couldn&#039;t start MySQL. To fix the problem I still had to follow the recommendation to change the ownership of <code>/usr/local/mysql/data</code> that I originally found <a href="http://theblogthatnoonereads.tunasoft.com/2007/11/13/fixing-mysql-in-leopard/">here</a>. Then I removed myself from the <code>wheel</code> group and I could still start and stop MySQL from both the command line and the prefpane. I&#039;m not sure that changing the permissions is either really necessary or the best solution to the problem but it works.</p>
<p>Then I tried restarting the system to see if the permissions on <code>/usr/local/mysql/data/&lt;computer name&gt;.local.err</code> were getting reset like they were before. They weren&#039;t, so that&#039;s one less problem to deal with.</p>
<p>Finally I tried enabling automatically starting MySQL on system start and that works now even if your user is not in the <code>wheel</code> group.</p>
<p>So now (almost) everything in the MySQL package for OS X 10.5 works out of the box.</p>
]]></content:encoded>
			<wfw:commentRss>http://splatdot.com/os-x-leopard-and-mysql-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically Start MySQL on Startup in OS X Leopard</title>
		<link>http://splatdot.com/automatically-start-mysql-startup-os-x-leopard/</link>
		<comments>http://splatdot.com/automatically-start-mysql-startup-os-x-leopard/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 21:12:25 +0000</pubDate>
		<dc:creator>dean</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In an earlier post I explored how to install MySQL from a package on OS X Leopard, but I left unsolved the problem of how to make MySQL start automatically on system startup. This morning while reading Mac OS X Hints a post titled &#8220;10.5: Join &#039;wheel&#039; group as possible fix for system issues&#8221; caught [...]]]></description>
			<content:encoded><![CDATA[<p>In an <a href="http://www.splatdot.com/2008/02/05/os-x-leopard-and-mysql">earlier post</a> I explored how to install <a href="http://www.mysql.com/">MySQL</a> <a href="http://dev.mysql.com/downloads/mysql/5.0.html#macosx-dmg">from a package</a> on <a href="http://www.apple.com/macosx/">OS X Leopard</a>, but I left unsolved the problem of how to make MySQL start automatically on system startup. This morning while reading <a href="http://www.macosxhints.com/">Mac OS X Hints</a> a post titled &#8220;<a href="http://www.macosxhints.com/article.php?story=20080330002145152">10.5: Join &#039;wheel&#039; group as possible fix for system issues</a>&#8221; caught my eye and started me thinking that perhaps it might also be a solution for the MySQL auto-start problem I had been unable to solve.</p>
<p>First I had to find a way to add myself to the <code>wheel</code> group so followed a link from that hint to another hint titled &#8220;<a href="http://www.macosxhints.com/article.php?story=20071029181159291">10.5: Manage users and groups using a GUI tool</a>&#8220;<super>*</super>. From there I downloaded and installed <a href="http://www.apple.com/">Apple</a>&#039;s <a href="http://support.apple.com/downloads/Server_Admin_Tools_10_5_7">Server Admin Tools for 10.5</a>. These tools are not meant to be used with the desktop version of OS X, but the Workgroup Manager tool works and can be used add a user to a group. I followed the steps described and added myself to the <code>wheel</code> group. It took me a couple of minutes to find the <code>wheel</code> group because the Workgroup Manager displays the groups&#039; long names instead of their short names. In the case of the <code>wheel</code> group the long name is <code>System Group</code>.</p>
<p><img src="http://www.splatdot.com/wp-content/uploads/wheel_group.png" alt="wheel_group" title="wheel_group" width="478" height="163" class="alignnone size-full wp-image-64" /></p>
<p>After adding myself to the <code>wheel</code> group I opened the MySQL prefpane in System Preferences and checked &#8220;Automatically Start MySQL Server on Startup&#8221;. Then I shut down and restarted my <a href"http://www.apple.com/macbook/">MacBook</a>. When it finished booting I logged in and MySQL was already running. Problem solved!</p>
<p><img src="http://www.splatdot.com/wp-content/uploads/AutoStartMySQL.png" alt="AutoStartMySQL" title="AutoStartMySQL" width="748" height="410" class="alignnone size-full wp-image-66" /></p>
<hr />
<p><super>*</super>Mac OS X Hints offers the following warning for this hint:</p>
<blockquote><p><em><strong>Warning:</strong> You should not play around with these settings if you don&#039;t know what you&#039;re doing. It is possible to break certain parts of the operating system, or to render it unusable.</em></p></blockquote>
<p>You should definitely not add users to the <code>wheel</code> group unless you are reasonably confident that you know what you are doing and what the security implications are.</p>
]]></content:encoded>
			<wfw:commentRss>http://splatdot.com/automatically-start-mysql-startup-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Stacks Improved in OS X Leopard 10.5.2</title>
		<link>http://splatdot.com/stacks-improved-in-os-x-leopard-10-5-2/</link>
		<comments>http://splatdot.com/stacks-improved-in-os-x-leopard-10-5-2/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 10:42:29 +0000</pubDate>
		<dc:creator>dean</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[stacks]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Apple made a minor but welcome improvement to Stacks with the 10.5.2 upgrade. You can now change the stack icon on the toolbar to a folder icon. So now instead of seeing this: I see this: I am much happier seeing the Application folder as my Application stack icon than I was seeing the 1Password [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apple.com/">Apple</a> made a minor but welcome improvement to <a href="http://www.apple.com/macosx/features/desktop.html">Stacks</a> with the <a href="http://docs.info.apple.com/article.html?artnum=307109">10.5.2 upgrade</a>. You can now change the stack icon on the toolbar to a folder icon. So now instead of seeing this:</p>
<p><img src="http://www.splatdot.com/wp-content/uploads/StacksIconDisplay.png" alt="StacksIconDisplay" title="StacksIconDisplay" width="248" height="124" class="alignnone size-full wp-image-73" /></p>
<p>I see this:</p>
<p><img src="http://www.splatdot.com/wp-content/uploads/StacksFolderDisplay.png" alt="StacksFolderDisplay" title="StacksFolderDisplay" width="249" height="124" class="alignnone size-full wp-image-74" /></p>
<p>I am much happier seeing the Application folder as my Application stack icon than I was seeing the 1Password icon. To change your Stacks icon display, right-click on the stack you want to change and select Display as: Folder. If you don&#039;t like it then change it back to Display as: Stack to see 1Password, Address Book, Adium or whatever icon is first in your Applications folder.</p>
<p><img src="http://www.splatdot.com/wp-content/uploads/StacksDisplayAs.png" alt="StacksDisplayAs" title="StacksDisplayAs" width="210" height="427" class="alignnone size-full wp-image-75" /></p>
]]></content:encoded>
			<wfw:commentRss>http://splatdot.com/stacks-improved-in-os-x-leopard-10-5-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Leopard 10.5.2 Upgrade and WiFi</title>
		<link>http://splatdot.com/os-x-leopard-10-5-2-upgrade-and-wifi/</link>
		<comments>http://splatdot.com/os-x-leopard-10-5-2-upgrade-and-wifi/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 10:27:10 +0000</pubDate>
		<dc:creator>dean</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I installed the OS X 10.5.2 upgrade yesterday. Shortly after installing it I turned 802.11n back on in my D-Link DIR-655. It is much more stable now, at least so far. In thirty-six hours I have had just one dropped connection. Before the 10.5.2 upgrade I was experiencing dropped connections every few minutes. Unfortunately the [...]]]></description>
			<content:encoded><![CDATA[<p>I installed the <a href="http://docs.info.apple.com/article.html?artnum=307109">OS X 10.5.2</a> upgrade yesterday. Shortly after installing it I turned 802.11n back on in my  <a href="http://www.dlink.com/products/?pid=530">D-Link DIR-655</a>. It is much more stable now, at least so far. In thirty-six hours I have had just one dropped connection. Before the 10.5.2 upgrade I was experiencing <a href="http://www.splatdot.com/node/17">dropped connections every few minutes</a>. Unfortunately the 10.5.2 upgrade has caused <a href="http://www.tuaw.com/2008/02/12/early-10-5-2-reports-some-users-having-wireless-issues/">WiFi problems for many users</a>. It would be easy to blame other manufacturers like D-Link because 802.11n is still draft but many of the problems are with either older 802.11g equipment or with Apple&#039;s own Airport Extreme product. And WiFi problems aren&#039;t the only <a href="http://www.macfixit.com/article.php?story=200802120936485">problems being reported with 10.5.2</a>. I consider myself lucky to have had a problem free upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://splatdot.com/os-x-leopard-10-5-2-upgrade-and-wifi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Leopard and MySQL</title>
		<link>http://splatdot.com/os-x-leopard-and-mysql/</link>
		<comments>http://splatdot.com/os-x-leopard-and-mysql/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 19:17:21 +0000</pubDate>
		<dc:creator>dean</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[There are two options for installing MySQL on OS X, assuming you aren&#039;t running OS X Server which includes MySQL. The first option is to install it from source. The second option is to install it from a package. I&#039;ve installed MySQL from source before and it is not a terribly difficult process, but for [...]]]></description>
			<content:encoded><![CDATA[<p>There are two options for installing <a href="http://www.mysql.com/">MySQL</a> on OS X, assuming you aren&#039;t running OS X Server which includes MySQL. The first option is to install it <a href="http://dev.mysql.com/downloads/mysql/5.0.html#macosx">from source</a>. The second option is to install it <a href="http://dev.mysql.com/downloads/mysql/5.0.html#macosx-dmg">from a package</a>. I&#039;ve installed MySQL from source before and it is not a terribly difficult process, but for some unknown reason (perhaps related to my incorrigible tendencies towards sloth) I had a strong preference for installing it from the package.</p>
<p>The problem was that the current MySQL package isn&#039;t exactly compatible with <a href="http://www.apple.com/macosx/">OS X Leopard</a>. I found a solution to that problem in <a href="http://theblogthatnoonereads.tunasoft.com/2007/11/13/fixing-mysql-in-leopard/">this post</a> on <a href="http://theblogthatnoonereads.tunasoft.com/">The Blog that Noone Reads</a>. As suggested there, changing the owner of all of the files and folders found in <code>/usr/local/mysql/data</code> fixed the problems I had with MySQL after installing it from the package. Almost. Every time I rebooted MySQL would refuse to start from the prefpane. It turned out that there was a log file whose ownership was getting reset every time I restarted. The fix for that was to leave the ownership on that file alone and to change its permissions instead. Remember to change <code><em>&lt;computer name></em></code> to the computer name of your Mac before running the following command:</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;<code>sudo chmod a+rw /usr/local/mysql/data/<em>&lt;computer name></em>.local.err</code></p>
<p>After changing the permissions of that log file I am able to start and stop MySQL from the prefpane even after rebooting.</p>
<p><img src="http://www.splatdot.com/wp-content/uploads/MySQL.prefpane.png" alt="MySQL.prefpane" title="MySQL.prefpane" width="690" height="352" class="alignnone size-full wp-image-82" /></p>
<p>There is still one problem left to solve &#8211; I cannot get MySQL to automatically start. But as usual I decided to declare victory at the 90% success mark and leave a bit of the problem unsolved to satisfy the procrastinator in me. Besides, I didn&#039;t want MySQL to start automatically anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://splatdot.com/os-x-leopard-and-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MacBook Wifi Travails</title>
		<link>http://splatdot.com/macbook-wifi-travails/</link>
		<comments>http://splatdot.com/macbook-wifi-travails/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 09:14:46 +0000</pubDate>
		<dc:creator>dean</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[After nearly a year of faithful service my MacBook developed the dreaded WiFi connection dropping syndrome. It started happening shortly after upgrading from my old faithful Linksys WRT54GL to a shiny new D-Link DIR-655. At first it happened sporadically, but gradually the condition worsened until the connection was sometimes dropping within a couple minutes of [...]]]></description>
			<content:encoded><![CDATA[<p>After nearly a year of faithful service my <a href="http://www.apple.com/macbook/">MacBook</a> developed the dreaded WiFi connection dropping syndrome. It started happening shortly after upgrading from my old faithful <a href="http://www.linksys.com/servlet/Satellite?c=L_Product_C2&amp;childpagename=US%252FLayout&amp;cid=1133202177241&amp;pagename=Linksys%252FCommon%252FVisitorWrapper&amp;lid=7724145678B207">Linksys WRT54GL</a> to a shiny new <a href="http://www.dlink.com/products/?pid=530">D-Link DIR-655</a>. At first it happened sporadically, but gradually the condition worsened until the connection was sometimes dropping within a couple minutes of being connected and sometimes even less. I tried every fix I could find on the Internet short of downgrading to <a href="http://www.apple.com/support/tiger/">Tiger</a> from <a href="http://www.apple.com/macosx/">Leopard</a>. In the end the only thing that worked for me was turning off 802.11n in the router and restricting it to 802.11g only.</p>
<p>I am not too unhappy about losing 802.11n. But I bought the <a href="http://www.dlink.com/products/?pid=530">DIR-655</a> primarily to upgrade my home office to Gigabit Ethernet so getting 802.11n was really just a bonus feature. Even so, I am still hoping that the impending release of <a href="http://www.appleinsider.com/articles/08/01/24/briefly_development_of_mac_os_x_10_5_2_winding_down.html">OS X 10.5.2</a> fixes the problem so that I can turn 802.11n back on.</p>
]]></content:encoded>
			<wfw:commentRss>http://splatdot.com/macbook-wifi-travails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

