Establishing connection to pulseaudio - audio mixer. How to start pulseaudio server?

In audio mixer of proot it says this, but it never finishes establishing connection, might be due to server setup but how to set it up correctly?
No description
10 Replies
tomikun
tomikun7d ago
I forgot why I put this in my .zshrc but it gives me audio so hope this helps
pulseaudio --start --exit-idle-time=-1
pacmd load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1
pulseaudio --start --exit-idle-time=-1
pacmd load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1
darkruke
darkruke7d ago
.zshrc??
tomikun
tomikun7d ago
i use zsh, termux by default uses bash so it's gonna be .bashrc by default
darkruke
darkruke7d ago
so i should do nano .bashrc then paste it all ah didnt work still no sound in proot distro ubuntu
tomikun
tomikun7d ago
you gotta export the thing
darkruke
darkruke7d ago
how?
tomikun
tomikun7d ago
export PULSE_SERVER=127.0.0.1 In proot
darkruke
darkruke7d ago
still nop ;-
tomikun
tomikun7d ago
restart everything you gotta run this in termux then this in proot
darkruke
darkruke7d ago
Thxx it works now