<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Bluetooth Headset and Linux</title>
	<atom:link href="http://optixx.org/2005/06/05/bluetooth-headset-under-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://optixx.org/2005/06/05/bluetooth-headset-under-linux/</link>
	<description>About Linux and Console Hacking</description>
	<lastBuildDate>Thu, 19 Apr 2012 16:35:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Administrator</title>
		<link>http://optixx.org/2005/06/05/bluetooth-headset-under-linux/comment-page-1/#comment-14</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Sun, 09 Oct 2005 12:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://optixx.org/2005/06/05/bluetooth-headset-under-linux/#comment-14</guid>
		<description>&lt;p&gt;DO you run the SDP server? If not the KBtscoWorker::detectChannel(bdaddr_t * bdaddr) will fail and the default channel 1 is taken. If this isn&#039;t suitable for you, just change the default channel in this method. &lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>DO you run the SDP server? If not the KBtscoWorker::detectChannel(bdaddr_t * bdaddr) will fail and the default channel 1 is taken. If this isn&#8217;t suitable for you, just change the default channel in this method. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whoopie</title>
		<link>http://optixx.org/2005/06/05/bluetooth-headset-under-linux/comment-page-1/#comment-13</link>
		<dc:creator>Whoopie</dc:creator>
		<pubDate>Sat, 08 Oct 2005 22:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://optixx.org/2005/06/05/bluetooth-headset-under-linux/#comment-13</guid>
		<description>&lt;p&gt;@sirkus: You need to compile the emu10k1 module into the kernel. Then you don&#039;t have the hwdep problem anymore.&lt;/p&gt;

&lt;p&gt;But I&#039;ve also a problem: the kbtsco doesn&#039;t use the right rfcomm channel. It selects &quot;/x01&quot; as channel. That&#039;s the output on the console. I&#039;m using a Jabra BT250v headset.
DO you have any hints?&lt;/p&gt;

&lt;p&gt;Thanks a lot for your help (and of course your program),
Whoopie&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@sirkus: You need to compile the emu10k1 module into the kernel. Then you don&#8217;t have the hwdep problem anymore.</p>
<p>But I&#8217;ve also a problem: the kbtsco doesn&#8217;t use the right rfcomm channel. It selects &#8220;/x01&#8243; as channel. That&#8217;s the output on the console. I&#8217;m using a Jabra BT250v headset.<br />
DO you have any hints?</p>
<p>Thanks a lot for your help (and of course your program),<br />
Whoopie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://optixx.org/2005/06/05/bluetooth-headset-under-linux/comment-page-1/#comment-10</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Sun, 02 Oct 2005 13:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://optixx.org/2005/06/05/bluetooth-headset-under-linux/#comment-10</guid>
		<description>&lt;p&gt;I this call fails.&lt;/p&gt;

&lt;p&gt;err = snd&lt;em&gt;ctl&lt;/em&gt;open(ctl&lt;em&gt;handle, card&lt;/em&gt;id, 0)) &lt;/p&gt;

&lt;p&gt;This is something ALSA related. Iam not an ALSA Expert, but i would suggest to test this.&lt;/p&gt;

&lt;p&gt;o Is the snd&lt;em&gt;bt&lt;/em&gt;sco module loaded
   hunter david # lsmod &#124; grep snd&lt;em&gt;bt&lt;/em&gt;sco
o Have a correct Alsa setup for it.
o Does Alsa subsystem init the card ?
  hunter david # cat /proc/asound/cards
  0 [ICH6           ]: ICH4 - Intel ICH6
                     Intel ICH6 with AD1986 at 0xdffffe00, irq 23
  1 [Headset        ]: Bluetooth SCO - BT Headset
                     BT Headset 1
o Is There a Sound device for the BTsco card ? 
o Do the Sound Device have prober Permission ?
o Does Alsamixer work on the BTsco card.
   david@hunter ~ $ alsamixer  -c 1&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I this call fails.</p>
<p>err = snd<em>ctl</em>open(ctl<em>handle, card</em>id, 0)) </p>
<p>This is something ALSA related. Iam not an ALSA Expert, but i would suggest to test this.</p>
<p>o Is the snd<em>bt</em>sco module loaded<br />
   hunter david # lsmod | grep snd<em>bt</em>sco<br />
o Have a correct Alsa setup for it.<br />
o Does Alsa subsystem init the card ?<br />
  hunter david # cat /proc/asound/cards<br />
  0 [ICH6           ]: ICH4 &#8211; Intel ICH6<br />
                     Intel ICH6 with AD1986 at 0xdffffe00, irq 23<br />
  1 [Headset        ]: Bluetooth SCO &#8211; BT Headset<br />
                     BT Headset 1<br />
o Is There a Sound device for the BTsco card ?<br />
o Do the Sound Device have prober Permission ?<br />
o Does Alsamixer work on the BTsco card.<br />
   david@hunter ~ $ alsamixer  -c 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sirkus</title>
		<link>http://optixx.org/2005/06/05/bluetooth-headset-under-linux/comment-page-1/#comment-6</link>
		<dc:creator>sirkus</dc:creator>
		<pubDate>Sun, 02 Oct 2005 03:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://optixx.org/2005/06/05/bluetooth-headset-under-linux/#comment-6</guid>
		<description>&lt;p&gt;Hello, good job, KBtsco found my (paired) headset, but...
i can&#039;t connect to the headset, what&#039;s wrong&lt;/p&gt;

&lt;p&gt;KBtsco: KBtscoWorker::run cmd=1
KBtsco: KBtscoWorker::btscoOpen
KBtsco: KBtscoWorker::findDevice hwdep next device (hw:0): Operation not permitted
KBtsco: KBtscoWorker::findDevice control open (hw:1): Permission denied
Can&#039;t find device. Bail: Permission denied
KBtsco: KBtscoWorker::run no cmd going to sleep&lt;/p&gt;

&lt;p&gt;anyway this program is a very good idea for a simplier life.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello, good job, KBtsco found my (paired) headset, but&#8230;<br />
i can&#8217;t connect to the headset, what&#8217;s wrong</p>
<p>KBtsco: KBtscoWorker::run cmd=1<br />
KBtsco: KBtscoWorker::btscoOpen<br />
KBtsco: KBtscoWorker::findDevice hwdep next device (hw:0): Operation not permitted<br />
KBtsco: KBtscoWorker::findDevice control open (hw:1): Permission denied<br />
Can&#8217;t find device. Bail: Permission denied<br />
KBtsco: KBtscoWorker::run no cmd going to sleep</p>
<p>anyway this program is a very good idea for a simplier life.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 8/17 queries in 0.007 seconds using disk: basic

Served from: blog.optixx.org @ 2012-05-19 14:54:32 -->
