Salut Matt,
[mode mylife]
j’utilise moi aussi un kit d’enceintes bluetooth et je me souviens avoir galéré pas mal pour le configurer, car beaucoup de tutos que j’avait trouvé utilisaient btsco (qui est désormais obsolète)
[/mode mylife]
en fait la configuration décrite sur le wiki Bluez (ton lien) fonctionne à merveille chez moi 
je te met mes fichiers de conf ainsi que le résultat de quelques commandes en ésperant que ça t’aidera un peu.
[quote=“dpkg --get-selections |grep bluetooth”]
bluetooth install
kdebluetooth install
libbluetooth2 install
libkbluetooth0 install[/quote]
[quote=“dpkg --get-selections |grep bluez”]
bluez-audio install
bluez-firmware install
bluez-utils install
python-bluez install[/quote]
[quote=“cat /etc/bluetooth/rfcomm.conf”]
RFCOMM configuration file.
#rfcomm0 {
# Automatically bind the device at startup
bind no;
# Bluetooth address of the device
device 11:22:33:44:55:66;
# RFCOMM channel for the connection
channel 1;
# Description of the connection
comment “Example Bluetooth device”;
#}[/quote]
[quote=“aplay -l”]
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0[/quote]
[quote=“ls -la /proc/asound/”]
total 0
dr-xr-xr-x 5 root root 0 oct 21 01:46 .
dr-xr-xr-x 185 root root 0 oct 20 22:26 …
dr-xr-xr-x 5 root root 0 oct 21 01:46 card0
-r–r--r-- 1 root root 0 oct 21 01:46 cards
-r–r--r-- 1 root root 0 oct 21 01:46 devices
lrwxrwxrwx 1 root root 5 oct 21 01:46 Intel -> card0
-r–r--r-- 1 root root 0 oct 21 01:46 modules
dr-xr-xr-x 2 root root 0 oct 21 01:46 oss
-r–r--r-- 1 root root 0 oct 21 01:46 pcm
dr-xr-xr-x 2 root root 0 oct 21 01:46 seq
-r–r--r-- 1 root root 0 oct 21 01:46 timers
-r–r--r-- 1 root root 0 oct 21 01:46 version[/quote]
[quote=“ls -la /proc/asound/card0”]
total 0
dr-xr-xr-x 5 root root 0 oct 21 01:46 .
dr-xr-xr-x 5 root root 0 oct 21 01:46 …
-r–r--r-- 1 root root 0 oct 21 01:48 codec#0
-r–r--r-- 1 root root 0 oct 21 01:48 id
dr-xr-xr-x 4 root root 0 oct 21 01:48 pcm0c
dr-xr-xr-x 3 root root 0 oct 21 01:48 pcm0p
dr-xr-xr-x 3 root root 0 oct 21 01:48 pcm1p[/quote]
configuration standard:


coniguration enceintes BT:


donc comme tu peux le voir :
- le fichier /etc/bluetooth/rfcomm.conf semble inutile dans ce cas précis
- la “carte son bluetooth” n’apparaît ni dans /proc/asound, ni avec un aplay -l
- le son passe bien sur les enceintes BT (j’écoute la radio là)
- le fait de passer par un périphérique BT semble “bypasser” complètement le contrôle de la carte son (sur les screenshots le son paraît “muté” mais non), le contrôle du volume s’effectue dans mon cas directement par les enceintes.
voilà j’espère t’avoir mis un peu sur la voie, et si tu as d’autres questions n’hésites pas 