<?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: Activating NIC on XW4200 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/activating-nic-on-xw4200/m-p/3632811#M19746</link>
    <description>You don't have the module (driver) for the network adapter.&lt;BR /&gt;&lt;BR /&gt;You need to download the driver/module, and install it.&lt;BR /&gt;&lt;BR /&gt;After that you will see the eth0 interface when you run ifconfig -a.&lt;BR /&gt;&lt;BR /&gt;Try to find the driver for the network adapter in &lt;A href="http://www.broadcom.com." target="_blank"&gt;www.broadcom.com.&lt;/A&gt; You can also search in the hp site, the drivers for your XW4200. You may find one that is "generic" and can be installed on FC 2.&lt;BR /&gt;&lt;BR /&gt;Also, you should install FC 4 instead of 2, to keep current with the linux versions and packages. The new kernel might support the Ethernet adapter.&lt;BR /&gt;&lt;BR /&gt;To find out the exact model of your network adapter, you may need to open you CPU to see the chipset.</description>
    <pubDate>Thu, 22 Sep 2005 16:42:15 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-09-22T16:42:15Z</dc:date>
    <item>
      <title>Activating NIC on XW4200</title>
      <link>https://community.hpe.com/t5/operating-system-linux/activating-nic-on-xw4200/m-p/3632808#M19743</link>
      <description>I just finish installing Red Hat FC 2 on an XW4200, but the network interface isn't activated. Can somebody please tell me the steps or a pointer to where I can get the NIC configured so I can get networked? Thanks.</description>
      <pubDate>Thu, 22 Sep 2005 14:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/activating-nic-on-xw4200/m-p/3632808#M19743</guid>
      <dc:creator>grant lowe</dc:creator>
      <dc:date>2005-09-22T14:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Activating NIC on XW4200</title>
      <link>https://community.hpe.com/t5/operating-system-linux/activating-nic-on-xw4200/m-p/3632809#M19744</link>
      <description>Verify that the network adapter module is loaded. Post the configuration of /etc/modprobe.conf (or /etc/modules.conf?) &lt;BR /&gt;&lt;BR /&gt;Can you see the interface eth0 if you run ifconfig -a?&lt;BR /&gt;&lt;BR /&gt;If so, then use system-config-network (or redhat-config-network?) to configure network settings.&lt;BR /&gt;&lt;BR /&gt;Also, post the results of lspci -v.</description>
      <pubDate>Thu, 22 Sep 2005 15:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/activating-nic-on-xw4200/m-p/3632809#M19744</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-22T15:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Activating NIC on XW4200</title>
      <link>https://community.hpe.com/t5/operating-system-linux/activating-nic-on-xw4200/m-p/3632810#M19745</link>
      <description>Hi Ivan.&lt;BR /&gt;&lt;BR /&gt;To answer your questions:&lt;BR /&gt;&lt;BR /&gt;Verify that the network adapter module is loaded. Post the configuration of /etc/modprobe.conf (or /etc/modules.conf?) &lt;BR /&gt;&lt;BR /&gt;Here's that:&lt;BR /&gt;&lt;BR /&gt;alias scsi_hostadapter ata_piix&lt;BR /&gt;alias snd-card-0 snd-intel8x0&lt;BR /&gt;install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &amp;amp;&amp;amp; /usr/sbin/alsactl restore &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || :&lt;BR /&gt;remove snd-intel8x0 { /usr/sbin/alsactl store &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0&lt;BR /&gt;alias usb-controller ehci-hcd&lt;BR /&gt;alias usb-controller1 uhci-hcd&lt;BR /&gt;&lt;BR /&gt;Can you see the interface eth0 if you run ifconfig -a?&lt;BR /&gt;&lt;BR /&gt;Running ifconfig -a showw the loopback (lo0) and an interface called sit0 (whatever that is).&lt;BR /&gt;&lt;BR /&gt;If so, then use system-config-network (or redhat-config-network?) to configure network settings.&lt;BR /&gt;&lt;BR /&gt;It won't let me do that.&lt;BR /&gt;&lt;BR /&gt;Also, post the results of lspci -v.&lt;BR /&gt;&lt;BR /&gt;How much of that do you want to see?  I have part of it below (at least the part that looks like you need; let me know if you need more).&lt;BR /&gt;&lt;BR /&gt;80:00.0 Ethernet controller: Broadcom Corporation: Unknown device 1677 (rev 01)&lt;BR /&gt; Subsystem: Hewlett-Packard Company: Unknown device 3008&lt;BR /&gt; Flags: bus master, fast devsel, latency 0, IRQ 177&lt;BR /&gt; Memory at f0300000 (64-bit, non-prefetchable)&lt;BR /&gt; Capabilities: [48] Power Management version 2&lt;BR /&gt; Capabilities: [50] Vital Product Data&lt;BR /&gt; Capabilities: [58] Message Signalled Interrupts: 64bit+ Queue=0/3 Enable-&lt;BR /&gt; Capabilities: [d0] #10 [0001]&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2005 16:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/activating-nic-on-xw4200/m-p/3632810#M19745</guid>
      <dc:creator>grant lowe</dc:creator>
      <dc:date>2005-09-22T16:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Activating NIC on XW4200</title>
      <link>https://community.hpe.com/t5/operating-system-linux/activating-nic-on-xw4200/m-p/3632811#M19746</link>
      <description>You don't have the module (driver) for the network adapter.&lt;BR /&gt;&lt;BR /&gt;You need to download the driver/module, and install it.&lt;BR /&gt;&lt;BR /&gt;After that you will see the eth0 interface when you run ifconfig -a.&lt;BR /&gt;&lt;BR /&gt;Try to find the driver for the network adapter in &lt;A href="http://www.broadcom.com." target="_blank"&gt;www.broadcom.com.&lt;/A&gt; You can also search in the hp site, the drivers for your XW4200. You may find one that is "generic" and can be installed on FC 2.&lt;BR /&gt;&lt;BR /&gt;Also, you should install FC 4 instead of 2, to keep current with the linux versions and packages. The new kernel might support the Ethernet adapter.&lt;BR /&gt;&lt;BR /&gt;To find out the exact model of your network adapter, you may need to open you CPU to see the chipset.</description>
      <pubDate>Thu, 22 Sep 2005 16:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/activating-nic-on-xw4200/m-p/3632811#M19746</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-22T16:42:15Z</dc:date>
    </item>
  </channel>
</rss>

