-
Notifications
You must be signed in to change notification settings - Fork 250
Rooted users: How to solve pulseaudio error
exalab999 edited this page Nov 13, 2022
·
3 revisions
First, install nano in Termux:
pkg install nano
Then edit the ./start-*.sh
script:
Example:nano start-ubuntu.sh
Find these lines:
pulseaudio --start
## For rooted user: pulseaudio --start --system
Edit it so it become:
## pulseaudio --start
pulseaudio --start --system
And press CTRL+X to sav the script, now you should be able to start the distro with root access.
*Documentation
- Arch Linux/ corrupted packages with invalid gpg key
- How to start and stop the distro
- How to use /sdcard
- How to setup OpenSSH Server
- How to start and stop the VNC Server (Desktop Environment)
- How to connect to VNC Server
- How to change the resolution of VNC Server
- How to backup and move Linux distro to another device
- Is it possible to install multiple distro on a device ?
- Guide to solve Proot signal 6, or function not implemented error
- Rooted users: How to solve pulseaudio error
- vncserver-start:-command-not-found