public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* Bluetooth Headset not working with Linux2.6.28 ubuntu Intrepid
@ 2009-06-02 12:35 Benjamin Vasanthakumar J
  2009-06-05 15:13 ` Benjamin Vasanthakumar J
  0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Vasanthakumar J @ 2009-06-02 12:35 UTC (permalink / raw)
  To: linux-bluetooth

Dear All,

I have a Bluetooth headset that support HSP. I am trying to make it work 
on the Ubuntu linux Intrepid version.
I am facing issue of the BT headset stops working after few seconds but 
after that btsco application hangs and even
after killing the application I could see that lot of SCO packets 
activity(confirmed using hcidump utility).

*Bluez version available on the ubuntu is 4.12*

_*Steps followed:*_
i) installed all the required bluetooth packages available for the 
Intrepid linux
ii) install bluetooth alsa driver
insmod snd-bt-sco.ko

snd-bt-sco we are got from the Bluetooth alsa site as follows:

http://bluetooth-alsa.sourceforge.net/build.html

cvs -d:pserver:anonymous@sbc.cvs.sourceforge.net:/cvsroot/btsco login 
cvs -d:pserver:anonymous@sbc.cvs.sourceforge.net:/cvsroot/btsco co btsco

When tried to compile with the 2.6.28 kernel it returned driver.h is depreceated, we removed the header file entry
in the sourcecode and commented two or three lines which had snd-assert api which is not available in the linux-2.6.28 alsa.

*I would like to know where I can get the latest version of the snd-bt-sco driver.*

iii) connect to the audio headset using the
btsco -v <BTADDR>

iv) after performing the above we could see a soundcard entry in the
/proc/asound/cards

v) aplay -D btheadset -f s16_le /usr/share/sounds/login.wav

After the v) step we could here a sound and after few seconds the audio 
cuts off.

Please advice how to troubleshoot and fix this issue.

Thanks & Regards,
Benjamin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bluetooth Headset not working with Linux2.6.28 ubuntu Intrepid
  2009-06-02 12:35 Bluetooth Headset not working with Linux2.6.28 ubuntu Intrepid Benjamin Vasanthakumar J
@ 2009-06-05 15:13 ` Benjamin Vasanthakumar J
  2009-06-05 15:21   ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Vasanthakumar J @ 2009-06-05 15:13 UTC (permalink / raw)
  To: linux-bluetooth

Dear All,

Can anyone tell whether snd-bt-sco driver and the btsco application are 
still supported in the Linux 2.6.28 and Bluez latest versions?

Which are the required ALSA driver for the Bluetooth audio to work?

Thanks & Regards,
Benjamin

Benjamin Vasanthakumar J wrote:
> Dear All,
>
> I have a Bluetooth headset that support HSP. I am trying to make it 
> work on the Ubuntu linux Intrepid version.
> I am facing issue of the BT headset stops working after few seconds 
> but after that btsco application hangs and even
> after killing the application I could see that lot of SCO packets 
> activity(confirmed using hcidump utility).
>
> *Bluez version available on the ubuntu is 4.12*
>
> _*Steps followed:*_
> i) installed all the required bluetooth packages available for the 
> Intrepid linux
> ii) install bluetooth alsa driver
> insmod snd-bt-sco.ko
>
> snd-bt-sco we are got from the Bluetooth alsa site as follows:
>
> http://bluetooth-alsa.sourceforge.net/build.html
>
> cvs -d:pserver:anonymous@sbc.cvs.sourceforge.net:/cvsroot/btsco login 
> cvs -d:pserver:anonymous@sbc.cvs.sourceforge.net:/cvsroot/btsco co btsco
>
> When tried to compile with the 2.6.28 kernel it returned driver.h is 
> depreceated, we removed the header file entry
> in the sourcecode and commented two or three lines which had 
> snd-assert api which is not available in the linux-2.6.28 alsa.
>
> *I would like to know where I can get the latest version of the 
> snd-bt-sco driver.*
>
> iii) connect to the audio headset using the
> btsco -v <BTADDR>
>
> iv) after performing the above we could see a soundcard entry in the
> /proc/asound/cards
>
> v) aplay -D btheadset -f s16_le /usr/share/sounds/login.wav
>
> After the v) step we could here a sound and after few seconds the 
> audio cuts off.
>
> Please advice how to troubleshoot and fix this issue.
>
> Thanks & Regards,
> Benjamin
> -- 
> To unsubscribe from this list: send the line "unsubscribe 
> linux-bluetooth" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bluetooth Headset not working with Linux2.6.28 ubuntu Intrepid
  2009-06-05 15:13 ` Benjamin Vasanthakumar J
@ 2009-06-05 15:21   ` Marcel Holtmann
  2009-06-05 16:12     ` Benjamin Vasanthakumar J
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2009-06-05 15:21 UTC (permalink / raw)
  To: Benjamin Vasanthakumar J; +Cc: linux-bluetooth

Hi Benjamin,

no top posting on the mailing list. This is a requirement and not a
recommendation.

> Can anyone tell whether snd-bt-sco driver and the btsco application are 
> still supported in the Linux 2.6.28 and Bluez latest versions?

They haven't been supported for over 3 years. And most likely will not
work or crash your system.

> Which are the required ALSA driver for the Bluetooth audio to work?

The bluetoothd comes with plugins for ALSA and GStreamer and PulseAudio
has a native plugin, too.

Regards

Marcel



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bluetooth Headset not working with Linux2.6.28 ubuntu Intrepid
  2009-06-05 15:21   ` Marcel Holtmann
@ 2009-06-05 16:12     ` Benjamin Vasanthakumar J
  2009-06-05 16:16       ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Vasanthakumar J @ 2009-06-05 16:12 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]

Thanks Marcel for the clarifications to my queries.

Yes I will try using the bluetoothd. Is there any instructions available 
with the Bluez doc on enabling the plugins for the bluetoothd?

Thanks & Regards,
Benjamin

Marcel Holtmann wrote:
> Hi Benjamin,
>
> no top posting on the mailing list. This is a requirement and not a
> recommendation.
>
>   
>> Can anyone tell whether snd-bt-sco driver and the btsco application are 
>> still supported in the Linux 2.6.28 and Bluez latest versions?
>>     
>
> They haven't been supported for over 3 years. And most likely will not
> work or crash your system.
>
>   
>> Which are the required ALSA driver for the Bluetooth audio to work?
>>     
>
> The bluetoothd comes with plugins for ALSA and GStreamer and PulseAudio
> has a native plugin, too.
>
> Regards
>
> Marcel
>
>
>
>   


[-- Attachment #2: Type: text/html, Size: 1344 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bluetooth Headset not working with Linux2.6.28 ubuntu Intrepid
  2009-06-05 16:12     ` Benjamin Vasanthakumar J
@ 2009-06-05 16:16       ` Marcel Holtmann
  0 siblings, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2009-06-05 16:16 UTC (permalink / raw)
  To: Benjamin Vasanthakumar J; +Cc: linux-bluetooth

Hi Benjamin,

I was not joking with the fact that top-posting is not allowed on this
mailing list. Don't do it.

> Thanks Marcel for the clarifications to my queries. 
> 
> Yes I will try using the bluetoothd. Is there any instructions
> available with the Bluez doc on enabling the plugins for the
> bluetoothd?

It is enabled by default.

Regards

Marcel



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-06-05 16:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02 12:35 Bluetooth Headset not working with Linux2.6.28 ubuntu Intrepid Benjamin Vasanthakumar J
2009-06-05 15:13 ` Benjamin Vasanthakumar J
2009-06-05 15:21   ` Marcel Holtmann
2009-06-05 16:12     ` Benjamin Vasanthakumar J
2009-06-05 16:16       ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox