Hello everybody, I am tryin to get working my bluetooth headset with pulseaudio to speak over Skype.<br><br>I have Jabra BT2010 and I use Debian Lenny with official packages.<br><br>I installed thoose packages to get working my headset: apt-get install bluez-utils bluez-gnome bluez-audio<br>
<br>And this is my .asoundrc config:<br><br>pcm.bluetooth {<br> type plug<br> slave {<br> pcm "bluetooth_hw"<br> }<br>}<br>pcm.bluetooth_hw {<br> type bluetooth<br> device 00:1D:82:xx:xx:xx<br>
# profile "auto"<br> profile "voice"<br>}<br><br clear="all">I can create an audio file with this command:<br><br>arecord -Dplug:bluetooth -f S16_LE audio_file<br><br>Anyone has working the headset over pulseaudio?<br>
<br>This is my aplay list:<br><br>**** List of PLAYBACK Hardware Devices ****<br>card 0: ICH6 [Intel ICH6], device 0: Intel ICH [Intel ICH6]<br> Subdevices: 1/1<br> Subdevice #0: subdevice #0<br>card 0: ICH6 [Intel ICH6], device 4: Intel ICH - IEC958 [Intel ICH6 - IEC958]<br>
Subdevices: 1/1<br> Subdevice #0: subdevice #0<br>card 1: Modem [Intel ICH6 Modem], device 0: Intel ICH - Modem [Intel ICH6 Modem - Modem]<br> Subdevices: 1/1<br> Subdevice #0: subdevice #0<br><br><br>I am new on this, can someone help? Which config files I must edit?<br>
<br>Thanks for all.<br><br>-- <br>Josu Lazkano<br>