<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>wolfg&#039;s Weblog &#187; bluetooth</title>
	<atom:link href="http://guoyong.org/tag/bluetooth/feed" rel="self" type="application/rss+xml" />
	<link>http://guoyong.org</link>
	<description>wolfg&#039;s journey with open source, linux, programming, sysadm ...</description>
	<lastBuildDate>Thu, 04 Aug 2011 15:02:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/cn/</creativeCommons:license>		<item>
		<title>ubuntu下使用usb bluetooth stick遇到的一个问题</title>
		<link>http://guoyong.org/2006/09/07/268</link>
		<comments>http://guoyong.org/2006/09/07/268#comments</comments>
		<pubDate>Thu, 07 Sep 2006 07:26:10 +0000</pubDate>
		<dc:creator>wolfg</dc:creator>
				<category><![CDATA[Using Desktop]]></category>
		<category><![CDATA[bluetooth]]></category>

		<guid isPermaLink="false">http://guoyong.org/2006/09/07/268</guid>
		<description><![CDATA[前几天在我的T43上搞定了如何使用usb的蓝牙，但在办公PC上使用时遇到一个问题： 用hcitool搜索bluetooth设备时提示 Device is not available: No such device 用lsusb可以看到设备。 参考 www.rolfs.no/2006/08/23/kernel-hci_cmd_task-hci0-c&#8230; 得到解决办法： $ sudo hciconfig hci0 up$ sudo hcitool scan]]></description>
			<content:encoded><![CDATA[<p>前几天在我的T43上搞定了如何使用usb的蓝牙，但在办公PC上使用时遇到一个问题：<br />
用hcitool搜索bluetooth设备时提示<br />
Device is not available: No such device</p>
<p>用lsusb可以看到设备。</p>
<p>参考 <a href="http://www.rolfs.no/2006/08/23/kernel-hci_cmd_task-hci0-command-tx-timeout/" title="http://www.rolfs.no/2006/08/23/kernel-hci_cmd_task-hci0-command-tx-timeout/" target="_blank">www.rolfs.no/2006/08/23/kernel-hci_cmd_task-hci0-c&#8230;</a> 得到解决办法：</p>
<div class="hl-surround"><div class="hl-main">$ sudo hciconfig hci0 up<br />$ sudo hcitool scan</div></div>
]]></content:encoded>
			<wfw:commentRss>http://guoyong.org/2006/09/07/268/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>今晚搞定了T43的bluetooth和infrared连接</title>
		<link>http://guoyong.org/2006/08/24/262</link>
		<comments>http://guoyong.org/2006/08/24/262#comments</comments>
		<pubDate>Thu, 24 Aug 2006 15:34:19 +0000</pubDate>
		<dc:creator>wolfg</dc:creator>
				<category><![CDATA[Using Desktop]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[infrared]]></category>
		<category><![CDATA[T43]]></category>

		<guid isPermaLink="false">http://guoyong.org/2006/08/24/262</guid>
		<description><![CDATA[蓝牙： 我用的是USB的蓝牙设备。执行完下列命令 $ sudo mknod /dev/rcomm0 c 216 0$ sdptool add --channel=10 OPUSH$ sudo rfcomm bind /dev/rfcomm0 00:15:A0:EF:D7:94 10$ obexserver 就可以接收手机发过来的文件了。 参考了这两个帖子： ubuntuforums.org/showthread.php?t=34740 forum.ubuntu.org.cn/about741.html 红外： /etc/modprobe.d/irda-utils 里面添加这两行 alias irda0 nsc-irccoptions nsc-ircc dongle_id=0x09 io=0x2f8 irq=3 dma=3 /etc/modules 里添加一行 nsc-ircc 执行这个命令 $ sudo irattch irda0 -s 用这个命令测试 $ sudo irdadump 接收手机发来的文件 $ ircp -r ~/images 参考： forum.ubuntu.org.cn/viewtopic.php?t=18877 [...]]]></description>
			<content:encoded><![CDATA[<p>蓝牙：</p>
<p>我用的是USB的蓝牙设备。执行完下列命令</p>
<div class="hl-surround"><div class="hl-main">$ sudo mknod /dev/rcomm0 c 216 0<br />$ sdptool add --channel=10 OPUSH<br />$ sudo rfcomm bind /dev/rfcomm0 00:15:A0:EF:D7:94 10<br /><br />$ obexserver</div></div>
<p>就可以接收手机发过来的文件了。</p>
<p>参考了这两个帖子：</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=34740" title="http://ubuntuforums.org/showthread.php?t=34740" target="_blank">ubuntuforums.org/showthread.php?t=34740</a></p>
<p><a href="http://forum.ubuntu.org.cn/about741.html" title="http://forum.ubuntu.org.cn/about741.html" target="_blank">forum.ubuntu.org.cn/about741.html</a></p>
<p>红外：</p>
<p>/etc/modprobe.d/irda-utils 里面添加这两行</p>
<div class="hl-surround"><div class="hl-main">alias irda0 nsc-ircc<br />options nsc-ircc dongle_id=0x09 io=0x2f8 irq=3 dma=3</div></div>
<p>/etc/modules 里添加一行</p>
<div class="hl-surround"><div class="hl-main">nsc-ircc</div></div>
<p>执行这个命令</p>
<div class="hl-surround"><div class="hl-main">$ sudo irattch irda0 -s</div></div>
<p>用这个命令测试</p>
<div class="hl-surround"><div class="hl-main">$ sudo irdadump</div></div>
<p>接收手机发来的文件</p>
<div class="hl-surround"><div class="hl-main">$ ircp -r ~/images</div></div>
<p>参考：</p>
<p><a href="http://forum.ubuntu.org.cn/viewtopic.php?t=18877" title="http://forum.ubuntu.org.cn/viewtopic.php?t=18877" target="_blank">forum.ubuntu.org.cn/viewtopic.php?t=18877</a></p>
<p><a href="http://www.thinkwiki.org/wiki/How_to_make_use_of_IrDA" title="http://www.thinkwiki.org/wiki/How_to_make_use_of_IrDA" target="_blank">www.thinkwiki.org/wiki/How_to_make_use_of_IrDA</a></p>
]]></content:encoded>
			<wfw:commentRss>http://guoyong.org/2006/08/24/262/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

