LinuxMCE Forums

General => Users => Topic started by: Afkpuz on November 18, 2008, 10:34:16 pm

Title: Can't save mixer changes between reboots
Post by: Afkpuz on November 18, 2008, 10:34:16 pm
My title says it all.  How do I save the changes I make in the kmix console?  It always resets after a reboot.
Title: Re: Can't save mixer changes between reboots
Post by: seth on November 19, 2008, 01:45:27 pm
 ;)
Rather than use kmixer, use the CLI bits for alsa. Open up a term via ssh or locally with 'CTRL' 'ALT' "F2" (get back by doing 'CTRL' 'ALT' 'F7')
Run:
Code: [Select]
alsamixerWill give you the sliders to set your outputs. Once happy, hit 'ESC' key to exit application. Then to save it do a:
Run:
Code: [Select]
alsactl store
This will make your settings stick on a reboot. Keep in mind, that if you use the "Rebuild Image" option from the web admin, your settings will have changed again.

Regards,

Seth
Title: Re: Can't save mixer changes between reboots
Post by: tschak909 on November 19, 2008, 08:15:23 pm
Instead of futzing around like this. Let's work together to get some templates made for these configurations so that none of this is needed.

-Thom
Title: Re: Can't save mixer changes between reboots
Post by: Afkpuz on November 19, 2008, 10:31:30 pm
Thom, I'd be glad to.  How do I go about making a template? 
Title: Re: Can't save mixer changes between reboots
Post by: Afkpuz on November 21, 2008, 01:14:12 am
By the way, aslactl store does not save settings.  They revert back after normal reboot.
Title: Re: Can't save mixer changes between reboots
Post by: bulek on November 22, 2008, 10:03:56 pm
By the way, aslactl store does not save settings.  They revert back after normal reboot.
But AFAIK you can put command line to restore them in /etc/rc.local...

Regards,

Bulek.