Page 1 of 1

Alsamixer default setup

Posted: Wed Jan 01, 2014 8:07 pm
by akveth
Hi
I have KXStudio on Elementary OS Luna Installed.
Everytime I restart the computer I have to open alsamixer and configure the volume and unmute the outputs... I have tried to do it with sudo, but still the same, everytime I reboot, the alsamixer config changes by itself and I have to open alsamixer and fix it.
There is some way to leave it as I want?

Thanks!

PS: Sory for my english if its not perfect :P

Re: Alsamixer default setup

Posted: Thu Jan 02, 2014 9:33 am
by Pablo
After fixing alsamixer, save the configuration to a file in your home directory. For example:

Code: Select all

alsactl store -f ~/alsamixer_default.conf
Reboot and restore the settings:

Code: Select all

alsactl restore -f ~/alsamixer_default.conf
Check alsamixer. If it worked, make the last command execute automatically at login and you are done.

EDIT: Don't use sudo for this