Ciao,
anche io ho avuto lo stesso problema con le mie cuffie bluetooth. L'ho
risolto modificando alcune impostazione sul caricamento del modulo
bluetooth di pulseaudio:
Edit the file:
/etc/pulse/default.pa
and comment out (with an # at the beginning of the line) the
following line:
#load-module module-bluetooth-discover
now edit the file:
/usr/bin/start-pulseaudio-x11
and after the lines:
if [ x”$SESSION_MANAGER” != x ] ; then
/usr/bin/pactl load-module module-x11-xsmp “display=$DISPLAY
session_manager=$SESSION_MANAGER” > /dev/null
fi
add the following line:
/usr/bin/pactl load-module module-bluetooth-discover
This way the Pulse audio’s Bluetooth modules will not be downloaded
at boot time but after x11 is started.
Spero risolva il problema.
On 17/06/2017 18:27, Vincenzo Villa wrote:
> Ciao
>
> Ho un problema con l'audio BT in Stretch/64.
>
> Da quanto ho letto in giro è un problema che deriva da gdm e fino allo
> scorso mese funzionava quanto descritto per esempio in [1], ma
> ultimamente posso solo o togliere gdm3 o attaccare due periferiche BT
> (potendone usare solo una...)
>
> Testato sia con vecchio PC (ok con jessie), sia uno nuovo.
>
> Grazie!
>
> [1] https://wiki.debian.org/BluetoothUser/a2dp
>