proot-distro icon indicating copy to clipboard operation
proot-distro copied to clipboard

[Bug]: the xfce pulseaudio plugin not working in Debian

Open mhdtyb opened this issue 1 year ago • 6 comments

Problem description

i am on Android 14,using Debian with xfce and Termux-x11 in proot-distro, i installed all required packages in termux and in proot-distro, i do all required steps, but when i runned the gui everything works exept pulseaudio. pulseaudio worked in termux (Native GUI in termux), and worked in ubuntu proot-distro, but not worked in Debian Screenshot_2024-06-06-14-56-08-38_84d3000e3f4017145260f7618db1d683

Steps to reproduce the behavior.

running xfce in Debian proot-distro using Termux:x11, xfce pulseaudio plugin not working in the xfce gui

What is the expected behavior?

No response

System information

  • Termux application version: 0.118.0
  • Android OS version: 14
  • Device model: OPPO A18

mhdtyb avatar Jun 06 '24 16:06 mhdtyb

Why did nat command pkg install python

Jaylordpreesebte avatar Jun 08 '24 12:06 Jaylordpreesebte

Why?

Jaylordpreesebte avatar Jun 08 '24 12:06 Jaylordpreesebte

Why did nat command pkg install python

what do you mean

mhdtyb avatar Jun 08 '24 14:06 mhdtyb

Enable "load-module module-aaudio-sink" from the $PREFIX/etc/pulse/default.pa .

Just remove # before the line and restart termux then check if the audio is working or not.

BDhackers009 avatar Jun 08 '24 14:06 BDhackers009

For proot-distro you can run

pulseaudio --start --exit-idle-time=-1
pacmd load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1
pacmd load-module module-aaudio-sink

then try if the audio is working in the proot distro or not.

BDhackers009 avatar Jun 08 '24 14:06 BDhackers009

Try this: https://docs.andronix.app/troubleshoot/sound I had the same issue using Andronix (another prooted Linux distro Ubuntu under Termux). I tried this and sound worked and it survived a reboot.

freebrowser1 avatar Jun 25 '24 09:06 freebrowser1