Switched to Pulseaudio

Following to an issue with esound not playing GNOME system sounds, I have decided to give Pulseaudio a try.

Installing the pulseaudio package pulled all necessary dependencies, including the esound compatibility plugin. I have added local users to the pulse-rt group, as recommended. After this, all worked perfectly except the main channel was muted and its volume set to 0% after rebooting.

I have found that not loading the module-device-restore does fix this issue, strangely. If you encounter the same problem, try and comment out the line load-module module-device-restore in /etc/pulse/default.pa.

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

9 Comments »

 
  • Adiwan says:

    Thanks!
    It is really annoying after booting.
    Sure… for a laptop it is kind of handy that the sounds are off.
    Especially you are in a lecture.
    But all the day at home it is not very comfortable.

  • scimmia says:

    Hi, I’ve some problems with pulseaudio. It seems that the mixing does not work.
    If I’m on a youtube page watching a video, banshee cannot play any sound… I need to kill firefox and rerun it.

    Any idea?

  • scimmia says:

    I don’t know if you solved the issue, but libasound2-plugins solved for me.

    ciao!

    • Julien says:

      Hi,

      No, I haven’t yet fixed this issue (I already have libasound2-plugins installed). Are there any other steps to follow?

      Cheers,
      Julien

      • scimmia says:

        Actually I dont know… I noticed that running iceweasel from command line it complained about a file and it was in that (missing for me) package.

        ah, I’m using flashplayer 10, directly from adobe.

        (I saw there was a libflashsupport… It seems I dont need it… but you can try…)

  • scimmia says:

    ah, my gnome is configured to use pulseaudio everywhere.

    • Julien says:

      Thanks, I have finally made it work.

      For those having the same issue: install libasound2-plugins, add the following to /etc/asound.conf (create this file if it doesn’t exist):

      pcm.pulse {
          type pulse
      }
       
      ctl.pulse {
          type pulse
      }
       
      pcm.!default {
          type pulse
      }
      ctl.!default {
          type pulse
      }

      And set GNOME sound preferences to use pulseaudio server.

 

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">