if the config doesn&#39;t exist in /boot, you can (depending on whether support has been added to the current kernel) pull the current kernel&#39;s .config from &quot;cat /proc/config.gz | gunzip&quot;<br>if you want to be sure you are building ONLY modules you need, you would need to probably either manually tune the kernel after copying in your current .config, or loading everything you think you will need and using some variation of the pipe mentioned a few messages ago. if you are interested, there&#39;s a LKML thread that might point you in the right direction, and there&#39;s a few scattered blogs out there that discuss some solutions. Nothing I have seen seems very current, but is probably all a good place to start.<br>

<br><div class="gmail_quote">On Thu, May 21, 2009 at 1:28 AM, Keith Hellman <span dir="ltr">&lt;<a href="mailto:khellman@mcprogramming.com">khellman@mcprogramming.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

On Wed, May 20, 2009 at 11:50:49PM -0600, Red Mop wrote:<br>
&gt; On Wednesday 20 May 2009 11:38:46 pm Keith Hellman wrote:<br>
<div class="im">&gt; &gt; On Wed, May 20, 2009 at 05:03:40PM -0600, Shawn - Red Mop wrote:<br>
&gt; &gt; &gt; for X in $(lsmod | awk &#39;{ print $1 }&#39;) ; do grep ^CONFIG_$X -i /boot/<br>
&gt; config-$<br>
&gt; &gt; &gt; (uname -r) ; done<br>
&gt; &gt;<br>
</div>&gt; &gt; That&#39;s a nice pipe, but it depends on all the critical modules being loaded<br>
&gt; &gt; *and* that certain modules haven&#39;t been built directly into the kernel.<br>
&gt; &gt;<br>
&gt; &gt; Why not just use the /boot/config-* that is being grepped?<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt; Did you mean to send that to the list?<br>
&gt;<br>
Yep, my bad.<br>
<br>
--<br>
Keith Hellman                             #include &lt;disclaimer.h&gt;<br>
<a href="mailto:khellman@mcprogramming.com">khellman@mcprogramming.com</a>                from disclaimer import standard<br>
<a href="mailto:khellman@mines.edu">khellman@mines.edu</a><br>
                                   -*-<br>
                    public key @ <a href="http://pgp.mit.edu" target="_blank">pgp.mit.edu</a> 9FCF40FD<br>
    Y!M: mcprogramming                           AIM/ICQ: 485403897<br>
   gtalk (xmpp jabber): <a href="mailto:mrtuple@jabber.org">mrtuple@jabber.org</a>, <a href="mailto:jabber@mcprogramming.com">jabber@mcprogramming.com</a><br>
                                   -*-<br>
<br>
Before you criticize someone, run a mile in their shoes. When you do<br>
criticize them, you&#39;ll be a mile away and you&#39;ll have their shoes.<br>
<br>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.9 (GNU/Linux)<br>
<br>
iEYEARECAAYFAkoVAqIACgkQeAsFcZ/PQP0bnwCgpISmY51rWGLaQn0UGiPvh9Cf<br>
zW0AoMi7iYhb3ozklAXwn6BPbuOW7Acb<br>
=4Hx1<br>
-----END PGP SIGNATURE-----<br>
<br>_______________________________________________<br>
clue-tech mailing list<br>
<a href="mailto:clue-tech@cluedenver.org">clue-tech@cluedenver.org</a><br>
<a href="http://www.cluedenver.org/mailman/listinfo/clue-tech" target="_blank">http://www.cluedenver.org/mailman/listinfo/clue-tech</a><br></blockquote></div><br>