<?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>Dave's Occasional Brainfart &#187; Bluetooth</title>
	<atom:link href="http://blog.kayosdesign.com/category/bluetooth/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kayosdesign.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 31 Jan 2012 02:26:27 +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>Ubuntu Gutsy Bluetooth #2</title>
		<link>http://blog.kayosdesign.com/2007/08/23/ubuntu-gutsy-bluetooth-2/</link>
		<comments>http://blog.kayosdesign.com/2007/08/23/ubuntu-gutsy-bluetooth-2/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 11:09:29 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.kayosdesign.com/2007/08/23/ubuntu-gutsy-bluetooth-2/</guid>
		<description><![CDATA[After getting bluetooth devices connected and talking to the PC it was time to get them to connect and talk automagically. Using the power of teh internets and some trial and error I discovered how. Firstly I added each device to the /etc/bluetooth/hcid.conf file device &#60;MAC Address&#62; { name &#8220;Logitech diNovo Keyboard&#8221; auth enable; encrypt [...]]]></description>
			<content:encoded><![CDATA[<p>After getting bluetooth devices connected and talking to the PC it was time to get them to connect and talk automagically. Using the power of teh internets and some trial and error I discovered how.</p>
<p>Firstly I added each device to the /etc/bluetooth/hcid.conf file</p>
<p>device &lt;MAC Address&gt; {<br />
name &#8220;Logitech diNovo Keyboard&#8221;<br />
auth enable;<br />
encrypt enable;<br />
}</p>
<p>device &lt;MAC Address&gt; {<br />
name &#8220;Logitech Mediapad&#8221;<br />
auth enable;<br />
encrypt enable;<br />
}</p>
<p>device &lt;MAC Address&gt; {<br />
name &#8220;Logitech MX1000 mouse&#8221;<br />
}</p>
<p>I have no idea if the  auth and encrypt lines are required. but it works and I&#8217;m lazy so I&#8217;m not going to go experimenting turning them off.</p>
<p>In the options setting in the same file I have the following settings.</p>
<p>autoinit yes;</p>
<p>security auto;</p>
<p>pairing multi;</p>
<p>passkey &#8220;12345&#8243;;</p>
<p>Then edit /etc/default/bluetooth</p>
<p>and set</p>
<p>HIDD_ENABLED=1</p>
<p>On reboot your pc should now automagically connect to the devices.</p>
<p>No idea what is or is not necessary. but this is working.</p>
<p>Note: Devices need to negotiate a connection so when you first move the mouse or hit a key it will start up a connection to the machine. This takes a second or so and means what you type wont show up straight away. You will need to wait a bit.</p>
<p>I want this to happen, rather than forcing a connection at boot every time, because I have a laptop. The laptop moves but the keyboard &amp; mouse don&#8217;t always go with me.</p>
<p>I believe you can force a connection everytime by altering HIDD_OPTIONS</p>
<p>and putting in a -i &lt;MAC Address&gt; for each device. I think this will cause the laptop to time out if the device isn&#8217;t present and active on boot however.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kayosdesign.com/2007/08/23/ubuntu-gutsy-bluetooth-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Gutsy Bluetooth</title>
		<link>http://blog.kayosdesign.com/2007/08/23/ubuntu-gutsy-bluetooth/</link>
		<comments>http://blog.kayosdesign.com/2007/08/23/ubuntu-gutsy-bluetooth/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 10:04:48 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.kayosdesign.com/2007/08/23/ubuntu-gutsy-bluetooth/</guid>
		<description><![CDATA[Along with the WiFi issue there are also problems with Bluetooth from a usability side. There is no graphical manager to handle the installation/paring of bluetooth devices and you need to use the command line. Which is a pain. To get my shiny Logitech DiNovo keyboard/mouse set working I had to figure out how to [...]]]></description>
			<content:encoded><![CDATA[<p>Along with the <a href="/category/wifi/" title="View all posts filed under WiFi">WiFi</a> issue there are also problems with <a href="/category/bluetooth/" title="View all posts filed under Bluetooth">Bluetooth</a> from a usability side. There is no graphical manager to handle the installation/paring of bluetooth devices and you need to use the command line. Which is a pain.</p>
<p>To get my shiny Logitech DiNovo keyboard/mouse set working I had to figure out how to do it from the command line.</p>
<p>Thankfully there are a lot of others out there with the same issue.</p>
<p>First put your devices in discovery mode.  At the command prompt type</p>
<p>hcitool scan</p>
<p>Which will try and find all the devices and give you their name &amp; MAC address.  To pair them you can then type</p>
<p>sudo hidd &#8211;connect &lt;MAC Address&gt;</p>
<p>Which gives you a decent keyboard and mouse to use other than the laptop keyboard (which in my case is raised and a pain in the bum to use in it&#8217;s normal home.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kayosdesign.com/2007/08/23/ubuntu-gutsy-bluetooth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

