WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Setting Alsa volume on easy way  (Read 36692 times)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: Setting Alsa volume on easy way
« Reply #15 on: July 17, 2015, 02:33:08 PM »
Unfortunately PCM was still re-booting muted, so the commands listed below were moved from /opt/bootlocal.sh to /home/tc/.X.d/startups file. Persistent good volume upon several reboots. Makes more sense anyway as the commands don't require root.
     amixer set Master unmute &
     amixer set PCM unmute &
     amixer set Master 80% &
     amixer set PCM 80% &