On Tue, Aug 15 11:31, Rui Pedro Lopes wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > redondos wrote: > > Check the many HOWTOs that can be found on the net. > > > Is there any HOWTO focusing on the connection with a stereo headset? > I have only found the one on http://bluetooth-alsa.sourceforge.net/, > but it is not working because of some PIN Code Request Negative Reply > error... Have you tried following the Gentoo wiki? You're probably not using Gentoo, but they are well-known for providing pretty good documentation to the open source community. http://www.gentoo-wiki.com/HOWTO_use_a_bluetooth_headset About the PIN code: have you configured a pin helper correctly in hcid.conf? It's pretty simple, you can just write a shell script: #!/bin/sh echo "PIN:1234 Make it executable, then edit hcid.conf with the line: pin_helper /path/to/the/script -- redondos