<?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 how to load module automatically in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096599#M49520</link>
    <description>OS: SUSE LINUX 10 SP1&lt;BR /&gt;attached: /etc/modprobe.conf&lt;BR /&gt;&lt;BR /&gt;I have to add the vmmon module by manually executing the 'modprobe vmmon' command.&lt;BR /&gt;&lt;BR /&gt;how can i load it automatically at system boot.&lt;BR /&gt;&lt;BR /&gt;following are the details &lt;BR /&gt;&lt;BR /&gt;# lsmod |grep vmmon&lt;BR /&gt;&lt;BR /&gt;# modprobe vmmon&lt;BR /&gt;&lt;BR /&gt;# lsmod |grep vmmon&lt;BR /&gt;vmmon                 509676  0&lt;BR /&gt;&lt;BR /&gt;# modprobe --show-depends vmmon&lt;BR /&gt;insmod /lib/modules/2.6.16.46-0.12-smp/misc/vmmon.ko&lt;BR /&gt;&lt;BR /&gt;# modinfo vmmon&lt;BR /&gt;filename:       /lib/modules/2.6.16.46-0.12-smp/misc/vmmon.ko&lt;BR /&gt;description:    VMware Virtual Machine Monitor.&lt;BR /&gt;author:         VMware, Inc.&lt;BR /&gt;srcversion:     BF31F4CC068BC05C3709657&lt;BR /&gt;depends:&lt;BR /&gt;vermagic:       2.6.16.46-0.12-smp SMP gcc-4.1&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
    <pubDate>Sat, 08 Mar 2008 09:30:35 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2008-03-08T09:30:35Z</dc:date>
    <item>
      <title>how to load module automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096599#M49520</link>
      <description>OS: SUSE LINUX 10 SP1&lt;BR /&gt;attached: /etc/modprobe.conf&lt;BR /&gt;&lt;BR /&gt;I have to add the vmmon module by manually executing the 'modprobe vmmon' command.&lt;BR /&gt;&lt;BR /&gt;how can i load it automatically at system boot.&lt;BR /&gt;&lt;BR /&gt;following are the details &lt;BR /&gt;&lt;BR /&gt;# lsmod |grep vmmon&lt;BR /&gt;&lt;BR /&gt;# modprobe vmmon&lt;BR /&gt;&lt;BR /&gt;# lsmod |grep vmmon&lt;BR /&gt;vmmon                 509676  0&lt;BR /&gt;&lt;BR /&gt;# modprobe --show-depends vmmon&lt;BR /&gt;insmod /lib/modules/2.6.16.46-0.12-smp/misc/vmmon.ko&lt;BR /&gt;&lt;BR /&gt;# modinfo vmmon&lt;BR /&gt;filename:       /lib/modules/2.6.16.46-0.12-smp/misc/vmmon.ko&lt;BR /&gt;description:    VMware Virtual Machine Monitor.&lt;BR /&gt;author:         VMware, Inc.&lt;BR /&gt;srcversion:     BF31F4CC068BC05C3709657&lt;BR /&gt;depends:&lt;BR /&gt;vermagic:       2.6.16.46-0.12-smp SMP gcc-4.1&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sat, 08 Mar 2008 09:30:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096599#M49520</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-03-08T09:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to load module automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096600#M49521</link>
      <description>Maaz.&lt;BR /&gt;You need to put this in /etc/modprobe.conf &lt;BR /&gt;&lt;BR /&gt;man modprobe.conf will explaine it better the I could hope to do.&lt;BR /&gt;&lt;BR /&gt;enjoy life.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
      <pubDate>Sat, 08 Mar 2008 10:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096600#M49521</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2008-03-08T10:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to load module automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096601#M49522</link>
      <description>Hi thanks HUC&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in /etc/modprobe.conf&lt;BR /&gt;modprobe vmmon&lt;BR /&gt;&lt;BR /&gt;still module vmmon doesnt load automatically, and during system boot I got the following warning message:&lt;BR /&gt;WARNING: /etc/modprobe.conf line 410: ignoring bad line starting with 'modprobe'&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Mar 2008 10:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096601#M49522</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-03-08T10:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to load module automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096602#M49523</link>
      <description>Please discard previous answer send the wrong version there... in fact I am having a hard time to send this reply... lest us try again.&lt;BR /&gt;&lt;BR /&gt;You need to add a line to /etc/modprobe.conf man page modprobe.conf explains this better then I could ever hope to !&lt;BR /&gt;&lt;BR /&gt;but in your case "suse" inside the modprobe.conf you attached it say's you should only modify/add to /etc/modeprobe.conf.local&lt;BR /&gt;&lt;BR /&gt;so I think a line like the following in /etc/modeprobe.cond.local should do the trick.&lt;BR /&gt;&lt;BR /&gt;vmmon 509676 0&lt;BR /&gt;&lt;BR /&gt;enjoy life.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Mar 2008 10:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096602#M49523</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2008-03-08T10:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to load module automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096603#M49524</link>
      <description>But you could also just add &lt;BR /&gt;modeprobe vmmon &lt;BR /&gt;&lt;BR /&gt;to the end of file /etc/rc.local&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
      <pubDate>Sat, 08 Mar 2008 11:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096603#M49524</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2008-03-08T11:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to load module automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096604#M49525</link>
      <description>in /etc/modprobe.con.local&lt;BR /&gt;&lt;BR /&gt;vmmon 509676 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then reboot, and got the message:&lt;BR /&gt;&lt;BR /&gt;WARNING: /etc/modprobe.conf.local line 5: ignoring bad line starting with 'vmmon'</description>
      <pubDate>Mon, 10 Mar 2008 04:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096604#M49525</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-03-10T04:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to load module automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096605#M49526</link>
      <description>Hi HUC&lt;BR /&gt;&amp;gt;But you could also just add modprobe vmmon &lt;BR /&gt;&amp;gt;to the end of file /etc/rc.local&lt;BR /&gt;&lt;BR /&gt;Yes this works now.&lt;BR /&gt;in SUSE there is /etc/init.d/boot.local, so in /etc/init.d/boot.local, I add "/sbin/modprobe vmmon", and it works quite fine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Mar 2008 06:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096605#M49526</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-03-10T06:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to load module automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096606#M49527</link>
      <description>and I just come to know an another nice &amp;amp; juicy way to load modules automatically, Open YaST and click on the /etc/sysconfig section. Under the kernel section there is a line "MODULES_LOADED_ON_BOOT". Add your module in the box.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 12 Mar 2008 10:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-module-automatically/m-p/5096606#M49527</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-03-12T10:04:15Z</dc:date>
    </item>
  </channel>
</rss>

