<?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.me/tag/bluetooth/feed/" rel="self" type="application/rss+xml" />
	<link>http://guoyong.me</link>
	<description>wolfg&#039;s journey with open source, linux, programming, sysadm ...</description>
	<lastBuildDate>Wed, 04 Apr 2012 12:42:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/cn/</creativeCommons:license>		<item>
		<title>ubuntu下使用usb bluetooth stick遇到的一个问题</title>
		<link>http://guoyong.me/linux/using-ubuntu-desktop/ubuntu%e4%b8%8b%e4%bd%bf%e7%94%a8usb-bluetooth-stick%e9%81%87%e5%88%b0%e7%9a%84%e4%b8%80%e4%b8%aa%e9%97%ae%e9%a2%98/</link>
		<comments>http://guoyong.me/linux/using-ubuntu-desktop/ubuntu%e4%b8%8b%e4%bd%bf%e7%94%a8usb-bluetooth-stick%e9%81%87%e5%88%b0%e7%9a%84%e4%b8%80%e4%b8%aa%e9%97%ae%e9%a2%98/#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可以看到设备。 参考 http://www.rolfs.no/2006/08/23/kernel-hci_cmd_task-hci0-command-tx-timeout/ 得到解决办法： $ 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>参考 http://www.rolfs.no/2006/08/23/kernel-hci_cmd_task-hci0-command-tx-timeout/ 得到解决办法：</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.me/linux/using-ubuntu-desktop/ubuntu%e4%b8%8b%e4%bd%bf%e7%94%a8usb-bluetooth-stick%e9%81%87%e5%88%b0%e7%9a%84%e4%b8%80%e4%b8%aa%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>今晚搞定了T43的bluetooth和infrared连接</title>
		<link>http://guoyong.me/linux/using-ubuntu-desktop/%e4%bb%8a%e6%99%9a%e6%90%9e%e5%ae%9a%e4%ba%86t43%e7%9a%84bluetooth%e5%92%8cinfrared%e8%bf%9e%e6%8e%a5/</link>
		<comments>http://guoyong.me/linux/using-ubuntu-desktop/%e4%bb%8a%e6%99%9a%e6%90%9e%e5%ae%9a%e4%ba%86t43%e7%9a%84bluetooth%e5%92%8cinfrared%e8%bf%9e%e6%8e%a5/#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 就可以接收手机发过来的文件了。 参考了这两个帖子： http://ubuntuforums.org/showthread.php?t=34740 http://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 执行这个命令 $ &#8230; <a href="http://guoyong.me/linux/using-ubuntu-desktop/%e4%bb%8a%e6%99%9a%e6%90%9e%e5%ae%9a%e4%ba%86t43%e7%9a%84bluetooth%e5%92%8cinfrared%e8%bf%9e%e6%8e%a5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>http://ubuntuforums.org/showthread.php?t=34740</p>
<p>http://forum.ubuntu.org.cn/about741.html</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>http://forum.ubuntu.org.cn/viewtopic.php?t=18877</p>
<p>http://www.thinkwiki.org/wiki/How_to_make_use_of_IrDA</p>
]]></content:encoded>
			<wfw:commentRss>http://guoyong.me/linux/using-ubuntu-desktop/%e4%bb%8a%e6%99%9a%e6%90%9e%e5%ae%9a%e4%ba%86t43%e7%9a%84bluetooth%e5%92%8cinfrared%e8%bf%9e%e6%8e%a5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.440 seconds -->

