Hi to All.
I had setup my Bluetooth Headsets (Neovoice) using the howto found in the opensuse.org wiki
I'm using opensuse 11.1 (up to date)
The headsets are paired and working.
this is my .asoundrc file
pcm.!default { type pulse } ctl.!default { type pulse } pcm.btheadset { type bluetooth device "00:0E:16:02:22:4D" profile voice } ctl.btheadset { type bluetooth }
if I type the command
arecord -D btheadset -f S16_LE | aplay -D btheadset -f S16_LE
I can talk and hear myself in the headset, so seems to work fine.
But I'm unable to use with applications like Teamspeak because they expect a device like /dev/dsp or similar.
I tried also the commands
pactl load-module module-alsa-source device=btheadset
and
pactl load-module module-alsa-sink device=btheadset
like suggested in the howtos, but they segfault my pulseaudio and the daemon exists (I have to restart it with /usr/bin/pulseaudio --start)
also the headset is not listed as any kind of device with aplay -l or aplay -L
Any help is appreciated.
Greetings