Comment 18 for bug 130870

Revision history for this message
Robert W. Brewer (rwb123) wrote : Re: [Bug 130870] Re: Bluetooth headset no longer works [regression]

I recently tried the bluez audio service in gutsy and it is working fine for
me. I put the following in my ~/.asoundrc:

pcm.headset_hw {
   type bluetooth
   device bdaddrs
}

ctl.headset {
   type bluetooth
   device bdaddrs
}

pcm.headset {
    type plug
    slave.pcm "headset_hw"
}

# This specifies the OSS emulation to also use the
# desired mixed sound stuff for the headset.
pcm.dsp1 pcm.headset

Replace bdaddrs with the BD address of your headset. I'm not sure that the
ctl.headset section is needed, but it doesn't seem to hurt.

On Dec 14, 2007 6:49 PM, Johan Brannlund <email address hidden>
wrote:

> I guess I misunderstood - that remark was directed at yourself. Never
> mind. :)
>
> I'll try again when a patched kernel has been uploaded.
>
> --
> Bluetooth headset no longer works [regression]
> https://bugs.launchpad.net/bugs/130870
> You received this bug notification because you are a direct subscriber
> of the bug.
>

--
Robert W. Brewer