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&#39;t work after reboot. Was it working before reboot? If so, how did you get it to work then?<br>
<br>If it&#39;s built into the kernel, I&#39;m not sure.<br><br>If it&#39;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/&nbsp; . If so, use the command<br>
<br># rc-update add &lt;initscript&gt; 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 &lt;<a href="mailto:rexykik@gmail.com">rexykik@gmail.com</a>&gt; 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 &quot;module&quot;, if i remember correctly.<br>
<div><div></div><div class="Wj3C7c"><br>
On Thu, Apr 10, 2008 at 11:30 PM, Karl Schuttler &lt;<a href="mailto:rexykik@gmail.com">rexykik@gmail.com</a>&gt; wrote:<br>
&gt; Sounds like you need to add the module to the list of modules that load on boot.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp;On Thu, Apr 10, 2008 at 10:19 PM, Mike Szumlinski &lt;<a href="mailto:szumlins@mac.com">szumlins@mac.com</a>&gt; wrote:<br>
&gt; &nbsp;&gt; I just recently built my second MAME arcade cabinet and for some<br>
&gt; &nbsp;&gt; &nbsp;reason I&#39;m having issues with the sound drivers not loading properly<br>
&gt; &nbsp;&gt; &nbsp;after a reboot.<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; &nbsp;After booting into the system and running alsoconf, it detects the<br>
&gt; &nbsp;&gt; &nbsp;card, activates it, and says it is loading it into /etc/modules.d/alsa<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; &nbsp;When I look in that file, it appears as though everything is set<br>
&gt; &nbsp;&gt; &nbsp;right, but I&#39;m kind of new to sound configs in linux. &nbsp;In the past<br>
&gt; &nbsp;&gt; &nbsp;alsoconf has always just worked for me and I&#39;ve never had any issue.<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; &nbsp;Any ideas on where to start looking for the problem would be much<br>
&gt; &nbsp;&gt; &nbsp;appreciated.<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; &nbsp;-Mike<br>
&gt; &nbsp;&gt; &nbsp;_______________________________________________<br>
&gt; &nbsp;&gt; &nbsp;linux-user mailing list<br>
&gt; &nbsp;&gt; &nbsp;<a href="mailto:linux-user@egr.msu.edu">linux-user@egr.msu.edu</a><br>
&gt; &nbsp;&gt; &nbsp;<a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user" target="_blank">http://mailman.egr.msu.edu/mailman/listinfo/linux-user</a><br>
&gt; &nbsp;&gt;<br>
&gt;<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>