Do you have the sound drivers built into the kernel, built as a module, or as a purely userspace daemon?<br><br>You say it doesn't work after reboot. Was it working before reboot? If so, how did you get it to work then?<br>
<br>If it's built into the kernel, I'm not sure.<br><br>If it's built as a module, then add the module name to the list here:<br><br>/etc/modules.autoload.d/kernel-2.x<br><br>If it is a userspace program, there should be an initscript under /etc/init.d/ . If so, use the command<br>
<br># rc-update add <initscript> default<br><br>Good luck!<br><br>--brent<br><br><div class="gmail_quote">On Thu, Apr 10, 2008 at 11:31 PM, Karl Schuttler <<a href="mailto:rexykik@gmail.com">rexykik@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">rc update add "module", if i remember correctly.<br>
<div><div></div><div class="Wj3C7c"><br>
On Thu, Apr 10, 2008 at 11:30 PM, Karl Schuttler <<a href="mailto:rexykik@gmail.com">rexykik@gmail.com</a>> wrote:<br>
> Sounds like you need to add the module to the list of modules that load on boot.<br>
><br>
><br>
><br>
> On Thu, Apr 10, 2008 at 10:19 PM, Mike Szumlinski <<a href="mailto:szumlins@mac.com">szumlins@mac.com</a>> wrote:<br>
> > I just recently built my second MAME arcade cabinet and for some<br>
> > reason I'm having issues with the sound drivers not loading properly<br>
> > after a reboot.<br>
> ><br>
> > After booting into the system and running alsoconf, it detects the<br>
> > card, activates it, and says it is loading it into /etc/modules.d/alsa<br>
> ><br>
> > When I look in that file, it appears as though everything is set<br>
> > right, but I'm kind of new to sound configs in linux. In the past<br>
> > alsoconf has always just worked for me and I've never had any issue.<br>
> ><br>
> > Any ideas on where to start looking for the problem would be much<br>
> > appreciated.<br>
> ><br>
> > -Mike<br>
> > _______________________________________________<br>
> > linux-user mailing list<br>
> > <a href="mailto:linux-user@egr.msu.edu">linux-user@egr.msu.edu</a><br>
> > <a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user" target="_blank">http://mailman.egr.msu.edu/mailman/listinfo/linux-user</a><br>
> ><br>
><br>
_______________________________________________<br>
linux-user mailing list<br>
<a href="mailto:linux-user@egr.msu.edu">linux-user@egr.msu.edu</a><br>
<a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user" target="_blank">http://mailman.egr.msu.edu/mailman/listinfo/linux-user</a><br>
</div></div></blockquote></div><br>