<?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 error compiling/installing e1000 NIC module in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/error-compiling-installing-e1000-nic-module/m-p/4141386#M31579</link>
    <description>Please help asap.&lt;BR /&gt;&lt;BR /&gt;rpms of Kernel-source, gcc, gcc++, are installed.&lt;BR /&gt;&lt;BR /&gt;I have to install the latest module of Intel's e1000 NIC on my Linux Distro(SUSE Linux Ent 10 SP 1).&lt;BR /&gt;&lt;BR /&gt;To remove the existing one(if any)&lt;BR /&gt;# rmmod e1000&lt;BR /&gt;no issue&lt;BR /&gt;then to install the latest one(downloaded from intels website)&lt;BR /&gt;# tar zxvf e1000-7.4.27.tar.gz&lt;BR /&gt;# cd e1000-7.4.27&lt;BR /&gt;# make install&lt;BR /&gt;make -C /usr/src/linux SUBDIRS=/root/Desktop/lan/drivers/e1000-7.4.27/src modules&lt;BR /&gt;make[1]: Entering directory `/usr/src/linux-2.6.16.46-0.12'&lt;BR /&gt;Makefile:450: .config: No such file or directory&lt;BR /&gt;&lt;BR /&gt;WARNING: Symbol version dump /usr/src/linux-2.6.16.46-0.12/Module.symvers&lt;BR /&gt;is missing; modules will have no dependencies and modversions.&lt;BR /&gt;&lt;BR /&gt;CC [M] /root/Desktop/lan/drivers/e1000-7.4.27/src/e1000_main.o&lt;BR /&gt;/bin/sh: scripts/basic/fixdep: No such file or directory&lt;BR /&gt;make[2]: *** [/root/Desktop/lan/drivers/e1000-7.4.27/src/e1000_main.o] Error 1&lt;BR /&gt;make[1]: *** [_module_/root/Desktop/lan/drivers/e1000-7.4.27/src] Error 2&lt;BR /&gt;make[1]: Leaving directory `/usr/src/linux-2.6.16.46-0.12'&lt;BR /&gt;make: *** [default] Error 2&lt;BR /&gt;&lt;BR /&gt;then i change the directory&lt;BR /&gt;# cd /lib/modules/2.6.16.46-0.12-smp/kernel/drivers/net/e1000&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;# modprobe e1000.ko&lt;BR /&gt;FATAL: Could not load /lib/modules/2.6.16.46-0.12-default/modules.dep: No such file or directory&lt;BR /&gt;&lt;BR /&gt;# modprobe e1000&lt;BR /&gt;FATAL: Could not load /lib/modules/2.6.16.46-0.12-default/modules.dep: No such file or directory&lt;BR /&gt;&lt;BR /&gt;# insmod e1000&lt;BR /&gt;insmod: can't read 'e1000': No such file or directory&lt;BR /&gt;# insmod e1000.ko&lt;BR /&gt;insmod: error inserting 'e1000.ko': -1 Invalid module format&lt;BR /&gt;&lt;BR /&gt;e1000.ko is present in the /lib/modules/2.6.16.46-0.12-smp/kernel/drivers/net/e1000 directory....then Why I am getting the above errors ?&lt;BR /&gt;&lt;BR /&gt;Please help asap</description>
    <pubDate>Wed, 06 Feb 2008 18:24:29 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2008-02-06T18:24:29Z</dc:date>
    <item>
      <title>error compiling/installing e1000 NIC module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-compiling-installing-e1000-nic-module/m-p/4141386#M31579</link>
      <description>Please help asap.&lt;BR /&gt;&lt;BR /&gt;rpms of Kernel-source, gcc, gcc++, are installed.&lt;BR /&gt;&lt;BR /&gt;I have to install the latest module of Intel's e1000 NIC on my Linux Distro(SUSE Linux Ent 10 SP 1).&lt;BR /&gt;&lt;BR /&gt;To remove the existing one(if any)&lt;BR /&gt;# rmmod e1000&lt;BR /&gt;no issue&lt;BR /&gt;then to install the latest one(downloaded from intels website)&lt;BR /&gt;# tar zxvf e1000-7.4.27.tar.gz&lt;BR /&gt;# cd e1000-7.4.27&lt;BR /&gt;# make install&lt;BR /&gt;make -C /usr/src/linux SUBDIRS=/root/Desktop/lan/drivers/e1000-7.4.27/src modules&lt;BR /&gt;make[1]: Entering directory `/usr/src/linux-2.6.16.46-0.12'&lt;BR /&gt;Makefile:450: .config: No such file or directory&lt;BR /&gt;&lt;BR /&gt;WARNING: Symbol version dump /usr/src/linux-2.6.16.46-0.12/Module.symvers&lt;BR /&gt;is missing; modules will have no dependencies and modversions.&lt;BR /&gt;&lt;BR /&gt;CC [M] /root/Desktop/lan/drivers/e1000-7.4.27/src/e1000_main.o&lt;BR /&gt;/bin/sh: scripts/basic/fixdep: No such file or directory&lt;BR /&gt;make[2]: *** [/root/Desktop/lan/drivers/e1000-7.4.27/src/e1000_main.o] Error 1&lt;BR /&gt;make[1]: *** [_module_/root/Desktop/lan/drivers/e1000-7.4.27/src] Error 2&lt;BR /&gt;make[1]: Leaving directory `/usr/src/linux-2.6.16.46-0.12'&lt;BR /&gt;make: *** [default] Error 2&lt;BR /&gt;&lt;BR /&gt;then i change the directory&lt;BR /&gt;# cd /lib/modules/2.6.16.46-0.12-smp/kernel/drivers/net/e1000&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;# modprobe e1000.ko&lt;BR /&gt;FATAL: Could not load /lib/modules/2.6.16.46-0.12-default/modules.dep: No such file or directory&lt;BR /&gt;&lt;BR /&gt;# modprobe e1000&lt;BR /&gt;FATAL: Could not load /lib/modules/2.6.16.46-0.12-default/modules.dep: No such file or directory&lt;BR /&gt;&lt;BR /&gt;# insmod e1000&lt;BR /&gt;insmod: can't read 'e1000': No such file or directory&lt;BR /&gt;# insmod e1000.ko&lt;BR /&gt;insmod: error inserting 'e1000.ko': -1 Invalid module format&lt;BR /&gt;&lt;BR /&gt;e1000.ko is present in the /lib/modules/2.6.16.46-0.12-smp/kernel/drivers/net/e1000 directory....then Why I am getting the above errors ?&lt;BR /&gt;&lt;BR /&gt;Please help asap</description>
      <pubDate>Wed, 06 Feb 2008 18:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-compiling-installing-e1000-nic-module/m-p/4141386#M31579</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-02-06T18:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: error compiling/installing e1000 NIC module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-compiling-installing-e1000-nic-module/m-p/4141387#M31580</link>
      <description>According to this error:&lt;BR /&gt;&lt;BR /&gt;make[1]: Entering directory `/usr/src/linux-2.6.16.46-0.12'&lt;BR /&gt;Makefile:450: .config: No such file or directory&lt;BR /&gt;&lt;BR /&gt;It looks that you need the kernel source and you don't have it. Install the kernel source for 2.6.16.46-0.12 and try again.</description>
      <pubDate>Wed, 06 Feb 2008 18:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-compiling-installing-e1000-nic-module/m-p/4141387#M31580</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-02-06T18:31:02Z</dc:date>
    </item>
  </channel>
</rss>

