Bluetooth Debian et casque audio
Installez en premier :
apt-get install bluez-utils bluez-alsa
Dans un fichier .asoundrc :
pcm.bluetooth { type bluetooth device "XX:XX:XX:XX:XX:XX" profile "auto" }
L’adresse MAC est récupérée par la commande suivante :
sudo hcitool scan
Puis sous mplayer :
mplayer -ao alsa:device=bluetooth /home/calagan/celinedion.mp3
Sous VLC en éditant :
~/.config/vlc/vlcrc
Remplacer :
alsa-audio-device=default
Par :
alsa-audio-device=bluetooth