<?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>Daniel Brincat . com &#187; mouse</title>
	<atom:link href="http://danielbrincat.com/tag/mouse/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielbrincat.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Apr 2012 17:42:26 +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>Connect your Bluetooth Mouse to Ubuntu 7.04 Linux</title>
		<link>http://danielbrincat.com/2007/10/14/connect-your-bluetooth-mouse-to-ubuntu-704-linux/</link>
		<comments>http://danielbrincat.com/2007/10/14/connect-your-bluetooth-mouse-to-ubuntu-704-linux/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 18:17:07 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[lunux]]></category>

		<guid isPermaLink="false">http://danielbrincat.com/2007/10/14/connect-your-bluetooth-mouse-to-ubuntu-704-linux/</guid>
		<description><![CDATA[I have a Logitech M-RBB93 Bluetooth Mouse for my Dell Latitude D620. I just installed Ubuntu Feisty last night and was puzzled on how to connect my mouse to the computer. So with a little research on Ubuntu Forums, I &#8230; <a href="http://danielbrincat.com/2007/10/14/connect-your-bluetooth-mouse-to-ubuntu-704-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://danielbrincat.com/wp-content/uploads/2007/10/Logitech_Bluetooth_Mouse_M_RBB93.jpg" onclick="ps_imagemanager_popup(this.href,'Logitech Bluetooth Mouse M-RBB93','200','200');return false" onfocus="this.blur()"><img src="http://danielbrincat.com/wp-content/uploads/2007/10/Logitech_Bluetooth_Mouse_M_RBB93.jpg" alt="Logitech Bluetooth Mouse M-RBB93" title="Logitech Bluetooth Mouse M-RBB93" align="right" border="0" height="200" width="200" /></a>I have a Logitech M-RBB93 Bluetooth Mouse for my Dell Latitude D620. I just installed Ubuntu Feisty last night and was puzzled on how to connect my mouse to the computer. So with a little research on Ubuntu Forums, I found the answer. Its really pretty easy:</p>
<p>Go to your console  and type in:</p>
<blockquote><p>daniel@d620:~$ hcitool scan</p></blockquote>
<p>Make sure your mouse is in pairing mode. For me, I had to push and hold the Reset button on my mouse for just over a second and a green light started blinking. Thats when I knew it was in paring mode.</p>
<p>So the command will search for any Bluetooth devices in paring mode.</p>
<blockquote><p>Scanning &#8230;<br />
00:XX:61:XX:F9:XX       Bluetooth Travel Mouse</p></blockquote>
<p>So here was hav, the device found with its MAC Address.</p>
<p>Now we need to have the computer pair with the device.</p>
<p>to do that type the following command (of course substituting for your MAC Address)</p>
<blockquote><p>daniel@d620:~$ sudo hidd &#8211;connect 00:XX:61:XX:F9:XX</p></blockquote>
<p>Now your Bluetooth mouse should work.</p>
<p>Going through that process every time you turn your computer on would be a major pain in the ass, so lets make it so it does it automatically. To do that type in this command:</p>
<blockquote><p>sudo gedit  /etc/default/bluetooth</p></blockquote>
<p>Look for and replace</p>
<blockquote><p>HIDD_ENABLED=0<br />
# HIDD_OPTIONS=&#8221;-i AA:BB:CC:DD:EE &#8211;server&#8221;</p></blockquote>
<p>with:</p>
<blockquote><p>HIDD_ENABLED=1<br />
HIDD_OPTIONS=&#8221;-i 00:XX:61:XX:F9:XX &#8211;server&#8221;</p></blockquote>
<p>Save and close and now your mouse should connect automatically each time you use your computer.</p>
<p>=)</p>
]]></content:encoded>
			<wfw:commentRss>http://danielbrincat.com/2007/10/14/connect-your-bluetooth-mouse-to-ubuntu-704-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

