pokusao sam da instaliram "Motorola HS801 Bluetooth headset" u Suse-u, ali izgleda da nesto ne stima

uradio sam sledece:
sledeci uputstva Bluetooth-Alsa project
cvs -d:pserver:[email protected]:/cvsroot/bluetooth-alsa co btsco
1. Compile:
./bootstrap
./configure
make
make install
make maintainer-clean
2. For SCO (two-way voice quality audio) you need a kernel with the emu10k1 driver selected (this is one of the drivers that forces the inclusion of the implementation of "snd_hwdep_new"). Build the kernel module:
cd kernel
make
make install
depmod -e
make clean
Using SCO audio
1. insert the module (or better, set up the alsa configuration to load it)
modprobe snd_bt_sco
2. stop the esound controller if it's running via
esdctl stop
3. run
hciconfig hci0 voice 0x0060
4. turn on the headset (you may need to prepare the headset to be paired the computer, usually by turning on the headset and holding the on button until it beeps; make sure the headset has not connected to your cell--this would block the computer's connection.)
5. run the handler (let it keep running if you run in the foreground)
btsco bdaddress
OK do ovde sve u redu, sada je HS801 povezan sa kompjuterom
6. You probably need to enter the passkey if it's the first time 'round
7. send and receive audio from the headset (usually using /dev/dsp1) or via the alsa device with something like
aplay -B 1000000 -D plughw:Headset sound.wav
kada u x-lite-u ili skype-u izaberem /dev/dsp1 javlja mi gresku

a aplay -B 1000000 -D plughw:Headset sound.wav mi daje sledecu gresku:
ALSA lib pcm_hw.c:1305

aplay: main:540: audio open error: No such device
zna li neko u cemu je problem????
pozdrav