Index

Subject : Re: LUG: Sound Doesn't Stay Up

From : Master Shake <digitalriptide@gmail.[redacted]>

Date : Sat, 20 Aug 2005 16:26:06 -0400

Parent


You could write a quick bash script with the alsaconf command you run
every time, place the script in /etc/init.d/ , and configure your
current runlevel to load that script. For example, `grep default
/etc/inittab` shows my default run level as 2, so I can force debian
to load that script by creating a link to the script in /etc/rc2.d/
with the command `ln -s /etc/init.d/custumscript
/etc/rc2.d/s99custumscript` , where custumscript is the name of your
script.

Good luck.

On 8/20/05, Baird Hendrix <bmhendri@ncsu.[redacted]> wrote:
> Alsactl store did not work. Out of curiosity I plugged my amp into my
> Onboard Sound, and that worked off the bat. So Linux seems to be
> defaulting to my onboard sound.
>
> The emu10k1 kernel modules are compiled, so the card should work fine.
> They just don't. Running 'discover' doesn't fix it either. Any
> suggestions?
>
> Alex Marten wrote:
>
> >You may want to try running "alsactl store" atleast once as this will
> >create "/etc/asound.state", or "/etc/asound.conf" depending on the
> >distro, if one does not already exist. This is necessary for
> >restoring alsa mixer setting on reboot.
> >
> >Though if your problem is with the kernel module and not alsa mixer
> >levels. Then you should check that the correct kerenel module is
> >listed in "/etc/modules.conf" (though in Debian alsaconf should
> >automatically add it), if you have not already compiled it into your
> >custom kernel.
> >
> >
>
>



Replies :