<?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: detecting module automatically in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/detecting-module-automatically/m-p/2644531#M1024</link>
    <description>To have any new modules loaded automatically you'll need to make a new initrd image.&lt;BR /&gt;Use the command mkinitrd. This will create a new initial ramdisk image for your system.&lt;BR /&gt;Here are the steps I would take.&lt;BR /&gt;1) Make a boot disk (mkbootdisk)&lt;BR /&gt;2) Copy your current image to a .old file so you can go back if need be. ( cp /boot/initrd-2.4.2-2.img /boot/initrd-2.4.2-2.img.old)&lt;BR /&gt;3) Remove your initrd image file (rm /boot/initrd-2.4.2-2.img)&lt;BR /&gt;4) Make a new image.(mkinitrd /boot/initrd-2.4.2-2.img 2.4.2-2smp (kernel version - uname -a)&lt;BR /&gt;&lt;BR /&gt;This should do it.&lt;BR /&gt;PS: Check out your /etc/lilo.conf file to make sense of all this.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jim</description>
    <pubDate>Mon, 14 Jan 2002 20:39:14 GMT</pubDate>
    <dc:creator>James Purtell</dc:creator>
    <dc:date>2002-01-14T20:39:14Z</dc:date>
    <item>
      <title>detecting module automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/detecting-module-automatically/m-p/2644529#M1022</link>
      <description>All, I need help adding 2 modules so that during a reboot the modules will be added in automatically with doing:&lt;BR /&gt;modprobe snd-pcm-oss and&lt;BR /&gt;modprobe snd-card-emu10k1. Will adding this to /etc/modules.conf help and if so, what is the format of adding in this conf file.  Thanks.</description>
      <pubDate>Mon, 14 Jan 2002 18:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/detecting-module-automatically/m-p/2644529#M1022</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-01-14T18:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: detecting module automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/detecting-module-automatically/m-p/2644530#M1023</link>
      <description>Hello,&lt;BR /&gt;To load a kernel module on startup add the command &lt;BR /&gt;/sbin/insmod &lt;KERNEL_MODULE&gt;&lt;BR /&gt;somewhere at the end of your /etc/rc.d/rc.local file.&lt;/KERNEL_MODULE&gt;</description>
      <pubDate>Mon, 14 Jan 2002 18:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/detecting-module-automatically/m-p/2644530#M1023</guid>
      <dc:creator>Erich Huebner_1</dc:creator>
      <dc:date>2002-01-14T18:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: detecting module automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/detecting-module-automatically/m-p/2644531#M1024</link>
      <description>To have any new modules loaded automatically you'll need to make a new initrd image.&lt;BR /&gt;Use the command mkinitrd. This will create a new initial ramdisk image for your system.&lt;BR /&gt;Here are the steps I would take.&lt;BR /&gt;1) Make a boot disk (mkbootdisk)&lt;BR /&gt;2) Copy your current image to a .old file so you can go back if need be. ( cp /boot/initrd-2.4.2-2.img /boot/initrd-2.4.2-2.img.old)&lt;BR /&gt;3) Remove your initrd image file (rm /boot/initrd-2.4.2-2.img)&lt;BR /&gt;4) Make a new image.(mkinitrd /boot/initrd-2.4.2-2.img 2.4.2-2smp (kernel version - uname -a)&lt;BR /&gt;&lt;BR /&gt;This should do it.&lt;BR /&gt;PS: Check out your /etc/lilo.conf file to make sense of all this.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jim</description>
      <pubDate>Mon, 14 Jan 2002 20:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/detecting-module-automatically/m-p/2644531#M1024</guid>
      <dc:creator>James Purtell</dc:creator>
      <dc:date>2002-01-14T20:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: detecting module automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/detecting-module-automatically/m-p/2644532#M1025</link>
      <description>James, I've tried it and it did not work. How does initrd knows which module to load during boot up?  Thanks.</description>
      <pubDate>Fri, 15 Feb 2002 14:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/detecting-module-automatically/m-p/2644532#M1025</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-02-15T14:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: detecting module automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/detecting-module-automatically/m-p/2644533#M1026</link>
      <description>Red Hat Linux provides a command line tool, "/sbin/sndconfig", which ought to configure your system files appropriately. If this does not work for you (as is normal for SoundBlaster Live cards), then it is necessary to edit the kernel modules parameter file, which will be either of "/etc/modules.conf" (newer systems), or "/etc/conf.modules"  (older systems).&lt;BR /&gt;&lt;BR /&gt;For the emu10k1 module, try  adding the following entry into the file, on a line by itself:&lt;BR /&gt;&lt;BR /&gt;alias sound emu10k1&lt;BR /&gt;&lt;BR /&gt;It may also be necessary to add the following (but try your system without them first):&lt;BR /&gt;&lt;BR /&gt;alias sound-service-0-0 sound&lt;BR /&gt;alias sound-slot-0 sound&lt;BR /&gt;&lt;BR /&gt;Assuming you are using a SoundBlaster Live card of one sort or another, look at this page for details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/projects/emu10k1" target="_blank"&gt;http://sourceforge.net/projects/emu10k1&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2002 14:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/detecting-module-automatically/m-p/2644533#M1026</guid>
      <dc:creator>Malcolm Cowe</dc:creator>
      <dc:date>2002-02-18T14:06:49Z</dc:date>
    </item>
  </channel>
</rss>

