<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
On Thu, 2003-10-16 at 12:43, Myster Man wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>On a side note and I will probably post another thread about this my
alsa will not keep the capture setting set to line. I set it and run the
alsactl store command and the next boot it's back on mic. Any ideas
about this or should I just give in and move the cable to the mic input.</I></FONT></PRE>
</BLOCKQUOTE>
<BR>
Are you running alsactl restore on boot?<BR>
<BR>
something like this in /etc/modules.conf should do the trick for you if it isn't there already:<BR>
<BR>
post-install snd-card-0 /usr/sbin/alsactl restore &gt;/dev/null 2&gt;&amp;1 || :<BR>
pre-remove snd-card-0 /usr/sbin/alsactl store &gt;/dev/null 2&gt;&amp;1 || :<BR>
<BR>
<BR>
-Will
</BODY>
</HTML>