<?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 Installation Red Hat AS 4  NC7170/e1000 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/installation-red-hat-as-4-nc7170-e1000/m-p/3651447#M85392</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;I have to install a NC7170 on a Red hat AS 4 box, the *.txt is not very clear about this.&lt;BR /&gt;Somewhere it is said that I don't need Kernel source code....&lt;BR /&gt;all I need is to do:&lt;BR /&gt;rpmbuild -bbb e1000xxxxx.spec ???&lt;BR /&gt;then install the binary package ???&lt;BR /&gt;then /etc/modules.conf ???&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Oct 2005 03:40:57 GMT</pubDate>
    <dc:creator>CONSTANT</dc:creator>
    <dc:date>2005-10-18T03:40:57Z</dc:date>
    <item>
      <title>Installation Red Hat AS 4  NC7170/e1000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-red-hat-as-4-nc7170-e1000/m-p/3651447#M85392</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;I have to install a NC7170 on a Red hat AS 4 box, the *.txt is not very clear about this.&lt;BR /&gt;Somewhere it is said that I don't need Kernel source code....&lt;BR /&gt;all I need is to do:&lt;BR /&gt;rpmbuild -bbb e1000xxxxx.spec ???&lt;BR /&gt;then install the binary package ???&lt;BR /&gt;then /etc/modules.conf ???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2005 03:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-red-hat-as-4-nc7170-e1000/m-p/3651447#M85392</guid>
      <dc:creator>CONSTANT</dc:creator>
      <dc:date>2005-10-18T03:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Red Hat AS 4  NC7170/e1000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-red-hat-as-4-nc7170-e1000/m-p/3651448#M85393</link>
      <description>The kernel source is usually not needed now. Most headers are installed to you can compile modules without the entire kernel source.</description>
      <pubDate>Tue, 18 Oct 2005 07:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-red-hat-as-4-nc7170-e1000/m-p/3651448#M85393</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-18T07:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Red Hat AS 4  NC7170/e1000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-red-hat-as-4-nc7170-e1000/m-p/3651449#M85394</link>
      <description>OK thanks&lt;BR /&gt;&lt;BR /&gt;Could you confirm the procedure ?&lt;BR /&gt;&lt;BR /&gt;rpm -bb SPECS/e1000xxxx.spec&lt;BR /&gt;rpm -ivh RPMS/i386/e1000xxxx.i386.rpm&lt;BR /&gt;vi /etc/modules.conf&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;Thanks again &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2005 07:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-red-hat-as-4-nc7170-e1000/m-p/3651449#M85394</guid>
      <dc:creator>CONSTANT</dc:creator>
      <dc:date>2005-10-18T07:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Red Hat AS 4  NC7170/e1000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-red-hat-as-4-nc7170-e1000/m-p/3651450#M85395</link>
      <description>1. Download HP ProLiant NC71xx Gigabit Ethernet NIC Driver for Linux.&lt;BR /&gt;&lt;BR /&gt;2. Download kernel source RPM for RedHat AS 4.&lt;BR /&gt;&lt;BR /&gt;3. Build rpm:&lt;BR /&gt;    rpm -ivh kernel-source-&lt;YOUR_KERNEL&gt;.src.rpm&lt;BR /&gt;    rpm -ivh e1000*.src.rpm&lt;BR /&gt;    cd /usr/src/linux-&lt;YOUR_KERNEL&gt;&lt;BR /&gt;    make mrproper&lt;BR /&gt;    make -e KERNELRELEASE='uname -r' oldconfig&lt;BR /&gt;    make -e KERNELRELEASE='uname -r' dep&lt;BR /&gt;    make depend&lt;BR /&gt;    cd /usr/src/redhat/&lt;BR /&gt;    rpm -bb SPECS/e1000.spec&lt;BR /&gt;&lt;BR /&gt;4. Install the rpm from /usr/src/redhat for the driver:&lt;BR /&gt;    rpm -ivh --force RPMS/i386/e1000-&lt;YOUR_VERSION&gt;.i386.rpm&lt;BR /&gt;&lt;BR /&gt;5. Add new line to /etc/modules.conf&lt;BR /&gt;    alias ethX e1000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergey&lt;/YOUR_VERSION&gt;&lt;/YOUR_KERNEL&gt;&lt;/YOUR_KERNEL&gt;</description>
      <pubDate>Tue, 18 Oct 2005 08:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-red-hat-as-4-nc7170-e1000/m-p/3651450#M85395</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-10-18T08:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Red Hat AS 4  NC7170/e1000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-red-hat-as-4-nc7170-e1000/m-p/3651451#M85396</link>
      <description>OK thanks the driver already in Red Hat 4&lt;BR /&gt;so no need to compile&lt;BR /&gt;Thanks again&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Oct 2005 02:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-red-hat-as-4-nc7170-e1000/m-p/3651451#M85396</guid>
      <dc:creator>CONSTANT</dc:creator>
      <dc:date>2005-10-20T02:48:09Z</dc:date>
    </item>
  </channel>
</rss>

