On Thu, Dec 20, 2012 at 11:22 AM, Andrey Voropaev <voropaev.andrey@xxxxxxxxx> wrote: > But seems like Alsa still does not see it. I've added > > pcm.bluetooth { > type bluetooth > device 00:1A:7D:25:2C:A4 > profile "auto" > } > > > to /etc/asound.conf, restarted alsasound, but bluetooth does not show > up among available outputs. Well, I'm almost there. The Skype has > "bluetooth" in the list of devices and it works. Just mplayer does not > want to work with option > > -ao alsa:device=bluetooth Sorry. I've found the solution. https://wiki.archlinux.org/index.php/Bluetooth gives different configuration for Alsa pcm.btheadset { type plug slave { pcm { type bluetooth device XX:XX:XX:XX:XX:XX profile "auto" } } hint { show on description "BT Headset" } } ctl.btheadset { type bluetooth } With this configuration the headset becomes visible in aplay -L. So, the issue is resolved. Thank you for help! Andrei -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html