He estado tratando de resolver esto sin éxito hasta que encontré esta página: http://xkahn.zoned.net/blog/2021/10/25/ ... ulseaudio/
La solución (incompleta)como en muchos sitios describen.
En
Code: Select all
/etc/pulse/default.pa Code: Select all
### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unixCode: Select all
### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix auth-anonymous=1 socket=/tmp/pulse-socketCode: Select all
/etc/pulse/client.confcambiar
Code: Select all
;default-server = Code: Select all
default-server = unix:/tmp/pulse-socketLa solución de Ben Kahn:
Crear un nuevo archivo:
Code: Select all
~/.config/autostart/pulseaudio.desktopCode: Select all
[Desktop Entry]
Version=1.0
Name=PulseAudio
GenericName=Sound Server
Comment=Start the Sound Server
Exec=pulseaudio -D
Terminal=false
Type=Application