<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: new kernel does not load any modules in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-does-not-load-any-modules/m-p/2718224#M78478</link>
    <description>Given:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; # grep =m$ /usr/src/linux/.config &lt;BR /&gt;&lt;BR /&gt;When i ran this command the output was &lt;BR /&gt;CONFIG_DUMMY=m &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'd say that you arn't actually choosing any of the drivers to be made as MODULES, but are compiling them into the kernel instead.&lt;BR /&gt;&lt;BR /&gt;Unless you choose 'Module' (M) when going through 'make config' (or 'menuconfig' or 'xconfig'), it won't make any other modules!&lt;BR /&gt;&lt;BR /&gt;It sounds as if it's behaving perfectly fine given this.</description>
    <pubDate>Thu, 09 May 2002 06:01:17 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2002-05-09T06:01:17Z</dc:date>
    <item>
      <title>new kernel does not load any modules</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-does-not-load-any-modules/m-p/2718219#M78473</link>
      <description>Hi, &lt;BR /&gt;  When i compile the 2.4.2 kernel on RH 7.1, none of the modules are being loaded. lsmod shows an empty list. The /lib/modules/2.4.2/ directory does not contain any of the modules (except for a dummy.o module in drivers/net).&lt;BR /&gt;The steps i used to compile the kernel are&lt;BR /&gt;1) make mrproper &lt;BR /&gt;2) make xconfig&lt;BR /&gt;3) make clean&lt;BR /&gt;4) make bzImage&lt;BR /&gt;5) make modules&lt;BR /&gt;6) make modules_install&lt;BR /&gt;7) edit lilo etc.&lt;BR /&gt;&lt;BR /&gt;Can someone tell me what the problem is ?&lt;BR /&gt;Thanks,&lt;BR /&gt;Chaitanya</description>
      <pubDate>Tue, 07 May 2002 02:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-kernel-does-not-load-any-modules/m-p/2718219#M78473</guid>
      <dc:creator>chaitanya_2</dc:creator>
      <dc:date>2002-05-07T02:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: new kernel does not load any modules</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-does-not-load-any-modules/m-p/2718220#M78474</link>
      <description>Did you enable module support?&lt;BR /&gt;&lt;BR /&gt;CONFIG_MODULES=y&lt;BR /&gt;&lt;BR /&gt;Did you include all your drivers built-in to your kernel?&lt;BR /&gt;&lt;BR /&gt;What modules did you build?&lt;BR /&gt;&lt;BR /&gt;# grep =m$ /usr/src/linux/.config&lt;BR /&gt;&lt;BR /&gt;Will modules load manually using "modprobe" or "insmod"?&lt;BR /&gt;</description>
      <pubDate>Tue, 07 May 2002 02:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-kernel-does-not-load-any-modules/m-p/2718220#M78474</guid>
      <dc:creator>Charles Slivkoff</dc:creator>
      <dc:date>2002-05-07T02:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: new kernel does not load any modules</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-does-not-load-any-modules/m-p/2718221#M78475</link>
      <description>hi chuck,&lt;BR /&gt;                                                     &amp;gt; Did you enable module support? &lt;BR /&gt; &amp;gt;CONFIG_MODULES=y &lt;BR /&gt;&lt;BR /&gt;yes. I checked the .config file and it is enabled&lt;BR /&gt;                                                     &amp;gt; Did you include all your drivers &amp;gt;built-in to your kernel? &lt;BR /&gt;&lt;BR /&gt; yes. (i chose 'y' instead of 'm' for any modules that i included)&lt;BR /&gt;                                                     &amp;gt; What modules did you build? &lt;BR /&gt;&lt;BR /&gt;some sound modules&lt;BR /&gt;                                                     &amp;gt; # grep =m$ /usr/src/linux/.config &lt;BR /&gt;&lt;BR /&gt;When i ran this command the output was&lt;BR /&gt;CONFIG_DUMMY=m&lt;BR /&gt;                                                     &amp;gt; Will modules load manually using &amp;gt;"modprobe" or "insmod"? &lt;BR /&gt;&lt;BR /&gt;when i try to do insmod, it says&lt;BR /&gt;module name:no module by that name found. makes sense i think as &lt;BR /&gt;/lib/modules/linux/drivers is empty&lt;BR /&gt;&lt;BR /&gt;one more thing i noticed  was that when I do make bzImage, the corresponding driver sources are getting compiled. But when I do a make modules the modversions.h is not being updated for those drivers.&lt;BR /&gt;&lt;BR /&gt;And when i do make modules_install,&lt;BR /&gt;none of the modules are being copied to the /lib/modules/linux/ directory.&lt;BR /&gt;&lt;BR /&gt;i also have installed latest modutils package but made no difference. (i read somewhere that this could cause the problem).&lt;BR /&gt;&lt;BR /&gt;Hope u can solve my problem with this info&lt;BR /&gt;Thanks,&lt;BR /&gt;Chaitanya&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 May 2002 13:33:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-kernel-does-not-load-any-modules/m-p/2718221#M78475</guid>
      <dc:creator>chaitanya_2</dc:creator>
      <dc:date>2002-05-07T13:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: new kernel does not load any modules</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-does-not-load-any-modules/m-p/2718222#M78476</link>
      <description>After you run make xconfig (or make config/make menuconfig) you should do a 'make dep' before 'make clean'.</description>
      <pubDate>Tue, 07 May 2002 20:33:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-kernel-does-not-load-any-modules/m-p/2718222#M78476</guid>
      <dc:creator>Jeffrey Wong</dc:creator>
      <dc:date>2002-05-07T20:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: new kernel does not load any modules</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-does-not-load-any-modules/m-p/2718223#M78477</link>
      <description>try &lt;BR /&gt;# depmod -a&lt;BR /&gt;after make modules_install</description>
      <pubDate>Thu, 09 May 2002 01:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-kernel-does-not-load-any-modules/m-p/2718223#M78477</guid>
      <dc:creator>T.Watanabe</dc:creator>
      <dc:date>2002-05-09T01:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: new kernel does not load any modules</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-does-not-load-any-modules/m-p/2718224#M78478</link>
      <description>Given:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; # grep =m$ /usr/src/linux/.config &lt;BR /&gt;&lt;BR /&gt;When i ran this command the output was &lt;BR /&gt;CONFIG_DUMMY=m &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'd say that you arn't actually choosing any of the drivers to be made as MODULES, but are compiling them into the kernel instead.&lt;BR /&gt;&lt;BR /&gt;Unless you choose 'Module' (M) when going through 'make config' (or 'menuconfig' or 'xconfig'), it won't make any other modules!&lt;BR /&gt;&lt;BR /&gt;It sounds as if it's behaving perfectly fine given this.</description>
      <pubDate>Thu, 09 May 2002 06:01:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-kernel-does-not-load-any-modules/m-p/2718224#M78478</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-05-09T06:01:17Z</dc:date>
    </item>
  </channel>
</rss>

