Sunday, April 28, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 29681  / 3 Years ago, wed, may 19, 2021, 8:26:11

I want to change the pulseaudio config file as outlined on this page:



http://www.linuxplanet.com/linuxplanet/tutorials/7130/2 (Internet Archive)



But if I try to do it from the command line or from going directly to the folder I get permission denied messages. I tried to chmod it, but that doesn't work either.



I guess I have to log in as root, but there are all sorts of warnings on the net that warn ignoramuses like me not to operate from root because you might destroy the system.



Is there any other way?


More From » configuration

 Answers
6

The "official" way to stop autospawning pulseaudio sound server is outlined in this guide from the audio developer team:





Any other method is discouraged as it may seriously break your audio system.



In short you will have to edit the following line in your /etc/pulse/client.conf to:



autospawn = no


You need to edit this file as root.



Changes will take effect after restarting the pulseaudio server with the following command:



pulseaudio -k



Please do backup all files before you edit them to be able to restore settings in case something goes wrong.



[#33876] Thursday, May 20, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itutejagua

Total Points: 89
Total Questions: 124
Total Answers: 113

Location: British Indian Ocean Territory
Member since Sun, Feb 13, 2022
2 Years ago
;