Author Topic: Sound settings reset after restart or shut down. [Solved]  (Read 2768 times)

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15829
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Sound settings reset after restart or shut down. [Solved]
« Reply #15 on: April 19, 2011, 01:54:14 AM »
Follow Just19's instruction and post the result. He can help.

AndrzejL

  • Guest
Re: Sound settings reset after restart or shut down. [Solved]
« Reply #16 on: April 19, 2011, 05:35:50 PM »
Ok alsamixer was setting volume of every single sound device to 0 and I found a solution to this for myself and I hope it will help others:

Open terminal and do this:

Code: [Select]
su
Code: [Select]
root password
Code: [Select]
service alsa force-stop
Code: [Select]
alsaconf
Follow the wizard - mostly just press ENTER when something pops up.

Code: [Select]
alsamixer
Set the volume at the wanted level by using left right up and down arrows and m button to mute or unmute certain devices and press ESC to leave the mixer.

Code: [Select]
alsactl store
and then add

Code: [Select]
alsactl restore
at the end of the

Code: [Select]
/etc/rc.local file
using Your favorite text editor (as root).

reboot - Your settings should be restored.

I am running fully updated Zen Mini 2010.10 with Kernel 38.3 BFS.

Hope this helps to somebody someday.

Andy
« Last Edit: April 19, 2011, 05:40:28 PM by AndrzejL »