Skip to content

Instantly share code, notes, and snippets.

@jamesadney
Created February 24, 2012 22:32
Show Gist options
  • Save jamesadney/1904230 to your computer and use it in GitHub Desktop.
Save jamesadney/1904230 to your computer and use it in GitHub Desktop.
How to fix pulseaudio unamplified != 0% problem
  1. Copy pulseaudio configuration template to home folder.

    cp /etc/pulse/default.pa ~/.pulse/default.pa
    
  2. Append ignore_dB=1 to line with load-module module-udev-detect.

  3. Make sure "speaker" volume is at 100% using alsamixer (press F6 and select HDA NVidia to see more volume controls.

  4. To make "speaker" volume persist between boots, run alsactl store -f ~/.asoundrc then make alsactl restore -f ~/.asoundrc start when logging into your user. (See Arch Wiki - ALSA)

  5. Profit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment