Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore x86_64 => dCore x86_64 Imported Extensions => Topic started by: jls on April 08, 2019, 10:41:00 AM

Title: pulse audio fix
Post by: jls on April 08, 2019, 10:41:00 AM
Hi
Using the enlightenment's recent build in linux mint here on dCore, pulseaudio was not starting, so I had to change etc/pulse/default.pa commenting the consolekit lines
Title: Re: pulse audio fix
Post by: Jason W on April 08, 2019, 12:54:50 PM
Hi.  I have seen in bug threads in several distros where that line is commented out as a solution.  I also don't think the systemd module is needed either.  So I added the below to the pulseaudio.deb2sce startup script:

Code: [Select]
grep "^load-module module-console-kit" /etc/pulse/default.pa && \
sed -i '/load-module module-console-kit/s/^/#/' /etc/pulse/default.pa
grep "^load-module module-systemd-login" /etc/pulse/default.pa && \
sed -i '/load-module module-systemd-login/s/^/#/' /etc/pulse/default.pa


Works on my setup, please re-import pulseaudio or any SCEs that will be loaded that contains the pulseaudio package and test. 
Title: Re: pulse audio fix
Post by: jls on April 10, 2019, 12:18:10 PM
Hello
Re-imported, it is working, thank you Jason!