<?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: modprobe -r eth0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/modprobe-r-eth0/m-p/5064903#M48951</link>
    <description>Hello Pando,&lt;BR /&gt;&lt;BR /&gt;Login via console as root.&lt;BR /&gt;&lt;BR /&gt;Issue command: # modprobe -a eth0&lt;BR /&gt;&lt;BR /&gt;Did a testing just now on above &amp;amp; it works !!!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 24 Aug 2007 04:24:39 GMT</pubDate>
    <dc:creator>TY 007</dc:creator>
    <dc:date>2007-08-24T04:24:39Z</dc:date>
    <item>
      <title>modprobe -r eth0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modprobe-r-eth0/m-p/5064902#M48950</link>
      <description>dear gurus,&lt;BR /&gt;&lt;BR /&gt;my colleague had accidently executed modprobe -r eth0. therfore eth0 will not be available. will linux still boot? &lt;BR /&gt;If it has error? how do i boot it again normally? Both my colleague and i are new to linux. Can you guide us in step by step procedure on booting to single mode? then how do i bring back the eth0? thanks</description>
      <pubDate>Fri, 24 Aug 2007 02:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modprobe-r-eth0/m-p/5064902#M48950</guid>
      <dc:creator>Pando</dc:creator>
      <dc:date>2007-08-24T02:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: modprobe -r eth0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modprobe-r-eth0/m-p/5064903#M48951</link>
      <description>Hello Pando,&lt;BR /&gt;&lt;BR /&gt;Login via console as root.&lt;BR /&gt;&lt;BR /&gt;Issue command: # modprobe -a eth0&lt;BR /&gt;&lt;BR /&gt;Did a testing just now on above &amp;amp; it works !!!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Aug 2007 04:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modprobe-r-eth0/m-p/5064903#M48951</guid>
      <dc:creator>TY 007</dc:creator>
      <dc:date>2007-08-24T04:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: modprobe -r eth0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modprobe-r-eth0/m-p/5064904#M48952</link>
      <description>&lt;!--!*#--&gt;Hello Pando,&lt;BR /&gt;&lt;BR /&gt;Additional Information.&lt;BR /&gt;&lt;BR /&gt;# cat /etc/modprobe.conf&lt;BR /&gt;   alias eth0 tg3&lt;BR /&gt;&lt;BR /&gt;# lsmod | grep tg3&lt;BR /&gt;   tg3    xxxxx    0&lt;BR /&gt;&lt;BR /&gt;# man modprobe&lt;BR /&gt;   -a --all&lt;BR /&gt;   Insert all modules matching the given wildcard.  This option is&lt;BR /&gt;   provided  for  backwards  compatibility:  see find(1) and base-&lt;BR /&gt;   name(1) for a more flexible alternative.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 24 Aug 2007 04:33:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modprobe-r-eth0/m-p/5064904#M48952</guid>
      <dc:creator>TY 007</dc:creator>
      <dc:date>2007-08-24T04:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: modprobe -r eth0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modprobe-r-eth0/m-p/5064905#M48953</link>
      <description>The effects of modprobe commands are not persistent: if the module for eth0 was loaded automatically in the previous boot, it will be loaded automatically again when the system is rebooted.&lt;BR /&gt;&lt;BR /&gt;The modprobe command will not make any changes to anything on the disk: it only adds or removes driver modules in RAM.&lt;BR /&gt;&lt;BR /&gt;You need to do something else (see the documentation of your Linux distribution) to make the change effective across reboots, if you wish.&lt;BR /&gt;&lt;BR /&gt;Generally, even if the driver module for network interface eth0 was permanently removed or disabled from loading, Linux would very probably still boot. If some processes require access to DNS servers while booting (like sendmail) the boot might be much slower than normal: a failing DNS query may take several minutes to time out.&lt;BR /&gt;&lt;BR /&gt;If "modprobe -r eth0" successfully removed the driver module for eth0 from memory, "modprobe eth0" should bring it back without any need to reboot.&lt;BR /&gt;&lt;BR /&gt;Even just starting the network interface with "ifup eth0" would probably be sufficient: the system will notice that the driver for eth0 is not loaded, and will try to load it automatically unless something prevents it from doing so.&lt;BR /&gt;&lt;BR /&gt;Note that "eth0" is probably not the real name of the driver module, but an alias:&lt;BR /&gt;run "modprobe -c | grep eth0" to see the real name of the module.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 24 Aug 2007 09:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modprobe-r-eth0/m-p/5064905#M48953</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-08-24T09:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: modprobe -r eth0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modprobe-r-eth0/m-p/5064906#M48954</link>
      <description>thanks for that enlightment...&lt;BR /&gt;my system is now back to normal...</description>
      <pubDate>Fri, 24 Aug 2007 20:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modprobe-r-eth0/m-p/5064906#M48954</guid>
      <dc:creator>Pando</dc:creator>
      <dc:date>2007-08-24T20:20:02Z</dc:date>
    </item>
  </channel>
</rss>

