WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: pulse audio fix  (Read 4052 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
pulse audio fix
« on: April 08, 2019, 07: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
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: pulse audio fix
« Reply #1 on: April 08, 2019, 09:54:50 AM »
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. 

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: pulse audio fix
« Reply #2 on: April 10, 2019, 09:18:10 AM »
Hello
Re-imported, it is working, thank you Jason!
dCore user