<?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>IV Needle &#187; jaunty</title>
	<atom:link href="http://www.ivneedle.com/tag/jaunty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ivneedle.com</link>
	<description>Injecting Tech into the Vein</description>
	<lastBuildDate>Fri, 06 Aug 2010 15:38:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Getting my Bluetooth mouse to work with Ubuntu</title>
		<link>http://www.ivneedle.com/2009/09/getting-my-bluetooth-mouse-to-work-with-ubuntu/</link>
		<comments>http://www.ivneedle.com/2009/09/getting-my-bluetooth-mouse-to-work-with-ubuntu/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 19:48:17 +0000</pubDate>
		<dc:creator>Heavymeddler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[microsoft 5000]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ivneedle.com/?p=155</guid>
		<description><![CDATA[I have a Microsoft 5000 Bluetooth Mouse. Unfortunately it has been a total headache to get it to work with Ubuntu and stay working. Below are the steps I have taken to remedy the issue: Turn on your mouse and make it discoverable Open a terminal and enter the command: hcitool scan It should return [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_168" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-168 " title="Bluetooth Mouse From Hell" src="http://www.ivneedle.com/wp-content/uploads/2009/09/mouse-300x216.jpg" alt="Microsoft Bluetooth Mouse 5000" width="300" height="216" /><p class="wp-caption-text">Bluetooth Mouse From Hell</p></div>
<p>I have a Microsoft 5000 Bluetooth Mouse. Unfortunately it has been a total headache to get it to work with Ubuntu and stay working. Below are the steps I have taken to remedy the issue:</p>
<ol>
<li>Turn on your mouse and make it discoverable</li>
<li>Open a terminal and enter the command: <code>hcitool scan</code></li>
<li>It should return a list of bluetooth devices in range (mine returned something like: <code>00:1D:D8:92:FE:45     Microsoft Bluetooth Notebook Mouse 5000</code>)</li>
<li>Enter: <code>sudo gedit /etc/bluetooth/hcid.conf</code></li>
<li>Add the following entry to the file (remember the name is the same returned in the previous step):<br />
<code>device HardwareAddressHere {<br />
name “Microsoft Bluetooth Notebook Mouse 5000”;<br />
}</code></li>
<li>Run the command: <code>sudo /etc/init.d/bluetooth restart</code></li>
<li>Verify that you get a message indicating that stopping and starting bluetooth is OK</li>
<li>Run the command: <code>sudo apt-get install bluez-compat</code></li>
<li>With your mouse still in discovery mode, run the command: <code>sudo hidd --search</code></li>
<li>Your mouse should now be paired and working. (this includes after reboot, it should automatically pair)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.ivneedle.com/2009/09/getting-my-bluetooth-mouse-to-work-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
