Re: [Alsa-user] Mixer is always mutted on reboot

2001-12-16 Thread Mark Cooke
Thanks everyone for the advice.. BTW Iam running RedHat 7.2 and Slackware 8.0, and on both I have to use the Alsa drivers (the normal oss ones are knackered on my SBLive) Weird!! Mark On Wed, 2001-12-12 at 15:12, andrew cooke wrote: > > Hi, > > Not sure what flavour of Linux you're running, bu

Re: [Alsa-user] Mixer is always mutted on reboot

2001-12-12 Thread Mike Leone
> Ive got the drivers working (0.9) on for my SB Live, but every time I > reboot, the sound is mutted, if i run any mixer or alsamixer and put the > sound back to full it works just fine. You need to save those settings, and then include a "alsactl restore" somewhere in your boot process, to rest

Re: [Alsa-user] Mixer is always mutted on reboot

2001-12-12 Thread Kristian A.Rink
There was a time \( 12 Dec 2001 09:04:47 + \) for Mark Cooke <[EMAIL PROTECTED]> to say: > Ive got the drivers working (0.9) on for my SB Live, but every time I > reboot, the sound is mutted, if i run any mixer or alsamixer and put the > sound back to full it works just fine. > > Where would

Re: [Alsa-user] Mixer is always mutted on reboot

2001-12-12 Thread Mark Cooke
See alsactl store / restore The alsasound rc script (/etc/rc.d/alsasound) uses this to setup the sound card. Make sure it's part of your startup: chkconfig --list alsasound chkconfig --add alsasound chkconfig --list alsasound Works for me here. Failing that, if you're using redhat, create /

[Alsa-user] Mixer is always mutted on reboot

2001-12-12 Thread Mark Cooke
Ive got the drivers working (0.9) on for my SB Live, but every time I reboot, the sound is mutted, if i run any mixer or alsamixer and put the sound back to full it works just fine. Where would i put the settings to recover the previous mixer settings? Ie save on reboot and reinitialise on startu