Re: [Bug 130870] Re: Bluetooth headset no longer works [regression]

2007-12-21 Thread Robert W. Brewer
Ok... my bluetooth dongle has a CSR chipset which I believe is the best supported for SCO on linux. I'm on my second or third dongle since I began my own journey. :) I have used my headset in full duplex with a small python app I'm developing. The app uses the ALSA APIs to open the device. The

Re: [Bug 130870] Re: Bluetooth headset no longer works [regression]

2007-12-16 Thread Robert W. Brewer
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 sp