<?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>Rob Garth &#187; bluetooth</title>
	<atom:link href="http://blog.sumostyle.net/robg/tag/bluetooth/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sumostyle.net/robg</link>
	<description>Mildly Useful Stuff</description>
	<lastBuildDate>Fri, 12 Aug 2011 00:36:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ubuntu tethering via Bluetooth PAN</title>
		<link>http://blog.sumostyle.net/robg/2009/11/16/ubuntu-tethering-via-bluetooth-pan/</link>
		<comments>http://blog.sumostyle.net/robg/2009/11/16/ubuntu-tethering-via-bluetooth-pan/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 00:30:21 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=381</guid>
		<description><![CDATA[I have been attmepting to tether my iPhone to my computer using bluetooth in Karmic. Supposedy blueman can do this very easily (www.blueman-project.org). To install blueman just run: $ sudo aptitude install blueman. My experience with blueman has been very hit and miss however, the connection appears to be made via bluetooth but I can [...]]]></description>
			<content:encoded><![CDATA[<p>I have been attmepting to tether my iPhone to my computer using bluetooth in Karmic.</p>
<p>Supposedy blueman can do this very easily (<a href="http://www.blueman-project.org">www.blueman-project.org</a>). To install blueman just run:<br />
<code>$ sudo aptitude install blueman.</code></p>
<p>My experience with blueman has been very hit and miss however, the connection appears to be made via bluetooth but I can rarely seem to get NetworkManager to make a network connection. Sometimes I have success pairing the devices again.</p>
<p>Using the older pand binary I have had a lot more success. If you are not scared of the terminal, it isn&#8217;t difficult and appears far more reliable <span id="more-381"></span></p>
<p>Install the older bluez tools:</p>
<p><code>$ sudo aptitude install bluez-compat</code></p>
<p><code>$ hcitool scan</code></p>
<p>Find the address of your phone from the list</p>
<p><code>$ sudo pand --connect 00:25:00:96:13:BB -n</code></p>
<p>This command will pair you phone to your computer and create a pan device. Of course replacing the MAC address with the address of your phone. This command will re-pair you devices each time it is run. If, like me you have an iPhone, you need to have you iPhone in the Bluetooth System Preference app to accept the pairing.</p>
<p><code>$ sudo dhclient bnep0</code></p>
<p>You are now tethered.</p>
<p>To kill the tether:</p>
<p><code>$ sudo pand -K</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/11/16/ubuntu-tethering-via-bluetooth-pan/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Bluetooth fixed on Dell Mini 9 Hackintosh</title>
		<link>http://blog.sumostyle.net/robg/2009/05/19/bluetooth-fixed-on-dell-mini-9-hackintosh/</link>
		<comments>http://blog.sumostyle.net/robg/2009/05/19/bluetooth-fixed-on-dell-mini-9-hackintosh/#comments</comments>
		<pubDate>Tue, 19 May 2009 11:03:57 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=349</guid>
		<description><![CDATA[I followed this post to fix Bluetooth on my dell running OS X. I would recommend just following the first post, the script included later does some bad sed(ing), it changes far more values than it needs to. Sure the script works but it is a bit of a sledge hammer approach. But following the first [...]]]></description>
			<content:encoded><![CDATA[<p>I followed this <a href="http://www.mydellmini.com/forum/mac-os-x/7215-bluetooth-terminal-mod.html">post</a> to fix Bluetooth on my dell running OS X. I would recommend just following the first post, the script included later does some bad sed(ing), it changes far more values than it needs to. Sure the script works but it is a bit of a sledge hammer approach.</p>
<p>But following the first post I now have bluetooth working great, and tethering to my iphone (3.0) working as well. It is brilliant.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/05/19/bluetooth-fixed-on-dell-mini-9-hackintosh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

