<div dir="ltr"><div>&lt;snip&gt;<br><br>&gt;&gt; make defconfig:<br>&gt;&gt; Generates a new config with default from the ARCH supplied defconfig file.<br>&gt;&gt; Use this option to get back the<br>&gt;&gt; default configuration file that came with the sources.<br>&gt;<br>&gt; Actually, that *won&#39;t* get you back &quot;the config that came with the sources&quot;.<br>&gt; If you look in a release source tarball from <a href="http://kernel.org">kernel.org</a>, there *isn&#39;t* a<br>&gt; .config in there, you need to create one somehow (copying a distro .config<br>&gt; and then running &#39;make localmodconfig&#39; is a popular choice).<br>&gt;<br>&gt; And there&#39;s no guarantee that &#39;make defconfig&#39; will re-create whatever<br>&gt; your distro shipped - in fact, it probably *won&#39;t* do so, because distros<br>&gt; rarely, if ever, ship a kernel that&#39;s built with a Linus-approved defconfig.<br><br>Yes true and agreed. I should have been a bit more specific. <br><br>Many times I have seriously screwed up my kernel to a point where it suddenly refuses to boot. Every single time this has happened to me what saved me was make defconfig. You may not have your internet connection working, your sound may be kaput, the webcam not functional BUT defconfig has invariably *every single time* given me back a kernel I can boot into. <br><br>From there takes a wee bit of meddling with make menuconfig and I am good to go :)<br><br>I forgot to cite where I got the earlier information from so here it is: <a href="https://wiki.gentoo.org/wiki/Kernel/Configuration">https://wiki.gentoo.org/wiki/Kernel/Configuration</a><br><br></div>Thank&#39;s Valdis for pointing that out - Aruna <br></div>