T
Termux8mo ago
darkruke

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
tomikun8mo 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
darkrukeOP8mo ago
.zshrc??
tomikun
tomikun8mo ago
i use zsh, termux by default uses bash so it's gonna be .bashrc by default
darkruke
darkrukeOP8mo ago
so i should do nano .bashrc then paste it all ah didnt work still no sound in proot distro ubuntu
tomikun
tomikun8mo ago
you gotta export the thing
darkruke
darkrukeOP8mo ago
how?
tomikun
tomikun8mo ago
export PULSE_SERVER=127.0.0.1 In proot
darkruke
darkrukeOP8mo ago
still nop ;-
tomikun
tomikun8mo ago
restart everything you gotta run this in termux then this in proot
darkruke
darkrukeOP8mo ago
Thxx it works now

Did you find this page helpful?