<?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: Adding a second NIC in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703540#M85665</link>
    <description>If you run ifconfig -a can you see the eth1 interface?&lt;BR /&gt;&lt;BR /&gt;I can see the 3c59x module loaded, but unused. Try with another 3cXXX module.&lt;BR /&gt;&lt;BR /&gt;How the device was added, manually or by kudzu?</description>
    <pubDate>Thu, 05 Jan 2006 15:01:22 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-01-05T15:01:22Z</dc:date>
    <item>
      <title>Adding a second NIC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703538#M85663</link>
      <description>&lt;BR /&gt;Greetings Cosmonauts&lt;BR /&gt;&lt;BR /&gt;I am trying to add a second NIC to my machine in order to use it as a router and packet sniffer. &lt;BR /&gt;&lt;BR /&gt;However, I have problems getting the second NIC working:&lt;BR /&gt;&lt;BR /&gt;[root@ast-apd03 network-scripts]# /etc/init.d/network restart&lt;BR /&gt;Shutting down interface eth0:                              [  OK  ]&lt;BR /&gt;Shutting down loopback interface:                          [  OK  ]&lt;BR /&gt;Bringing up loopback interface:                            [  OK  ]&lt;BR /&gt;Bringing up interface eth0:                                [  OK  ]&lt;BR /&gt;Bringing up interface eth1:  3c59x device eth1 does not seem to be present, delaying initialization.&lt;BR /&gt;                                                           [FAILED]&lt;BR /&gt;[root@ast-apd03 network-scripts]#&lt;BR /&gt;&lt;BR /&gt;As you can see, it fails. The content of /etc/modprobe.conf is &lt;BR /&gt;&lt;BR /&gt;alias eth0 e100&lt;BR /&gt;alias eth1 3c59x&lt;BR /&gt;alias scsi_hostadapter aic7xxx&lt;BR /&gt;alias snd-card-0 snd-intel8x0&lt;BR /&gt;options snd-card-0 index=0&lt;BR /&gt;options snd-intel8x0 index=0&lt;BR /&gt;remove snd-intel8x0 { /usr/sbin/alsactl store 0 &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || : ; }; /sbin/modprobe -r --ignore&lt;BR /&gt;-remove snd-intel8x0&lt;BR /&gt;alias usb-controller uhci-hcd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The content of /etc/sysconfig/network-scripts/ifcfg-eth0 (which works fine) is:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;BROADCAST=134.xx.125.255&lt;BR /&gt;HWADDR=00:50:8B:F7:A7:A5&lt;BR /&gt;IPADDR=134.xx.125.177&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;NETWORK=134.xx.125.0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;GATEWAY=134.xx.125.129&lt;BR /&gt;&lt;BR /&gt;while the content of /etc/sysconfig/network-scripts/ifcfg-eth1 is:&lt;BR /&gt;&lt;BR /&gt;# Please read /usr/share/doc/initscripts-*/sysconfig.txt&lt;BR /&gt;# for the documentation of these parameters.&lt;BR /&gt;IPV6INIT=no&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;PEERDNS=yes&lt;BR /&gt;GATEWAY=192.168.0.1&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;IPADDR=192.168.0.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The relevant part of lspci -v shows me &lt;BR /&gt;&lt;BR /&gt;02:0d.0 Ethernet controller: 3Com Corporation: Unknown device ffff (rev 78)&lt;BR /&gt;        Flags: bus master, medium devsel, latency 64, IRQ 10&lt;BR /&gt;        I/O ports at 1800 [size=128]&lt;BR /&gt;        [virtual] Expansion ROM at 20000000 [disabled] [size=128K]&lt;BR /&gt;        Capabilities: [dc] Power Management version 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lsmod gives&lt;BR /&gt;&lt;BR /&gt;[root@ast-apd03 network-scripts]# lsmod&lt;BR /&gt;Module                  Size  Used by&lt;BR /&gt;mga                    66241  1&lt;BR /&gt;drm                    71765  2 mga&lt;BR /&gt;parport_pc             27909  1&lt;BR /&gt;lp                     12937  0&lt;BR /&gt;parport                35593  2 parport_pc,lp&lt;BR /&gt;autofs4                19653  2&lt;BR /&gt;rfcomm                 38745  0&lt;BR /&gt;l2cap                  25921  5 rfcomm&lt;BR /&gt;bluetooth              48069  4 rfcomm,l2cap&lt;BR /&gt;sunrpc                141437  1&lt;BR /&gt;dm_mod                 57181  0&lt;BR /&gt;video                  16197  0&lt;BR /&gt;button                  6737  0&lt;BR /&gt;battery                 9541  0&lt;BR /&gt;ac                      4933  0&lt;BR /&gt;ipv6                  249761  10&lt;BR /&gt;uhci_hcd               32465  0&lt;BR /&gt;hw_random               5589  0&lt;BR /&gt;snd_intel8x0           32929  1&lt;BR /&gt;snd_ac97_codec         88637  1 snd_intel8x0&lt;BR /&gt;snd_ac97_bus            2497  1 snd_ac97_codec&lt;BR /&gt;snd_seq_dummy           3781  0&lt;BR /&gt;snd_seq_oss            31809  0&lt;BR /&gt;snd_seq_midi_event      7105  1 snd_seq_oss&lt;BR /&gt;snd_seq                49617  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event&lt;BR /&gt;snd_seq_device          9037  3 snd_seq_dummy,snd_seq_oss,snd_seq&lt;BR /&gt;snd_pcm_oss            50545  0&lt;BR /&gt;snd_mixer_oss          17985  1 snd_pcm_oss&lt;BR /&gt;snd_pcm                87493  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss&lt;BR /&gt;snd_timer              25029  2 snd_seq,snd_pcm&lt;BR /&gt;snd                    54437  11 snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer&lt;BR /&gt;soundcore               9889  1 snd&lt;BR /&gt;snd_page_alloc         10697  2 snd_intel8x0,snd_pcm&lt;BR /&gt;3c59x                  41449  0&lt;BR /&gt;e100                   36545  0&lt;BR /&gt;mii                     5313  2 3c59x,e100&lt;BR /&gt;floppy                 61957  0&lt;BR /&gt;ext3                  129993  1&lt;BR /&gt;jbd                    57813  1 ext3&lt;BR /&gt;aic7xxx               149749  0&lt;BR /&gt;scsi_transport_spi     21185  1 aic7xxx&lt;BR /&gt;sd_mod                 18625  0&lt;BR /&gt;scsi_mod              135529  3 aic7xxx,scsi_transport_spi,sd_mod&lt;BR /&gt;[root@ast-apd03 network-scripts]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I still cannot find out where the "...eth1 does not seem to be present..." comes from.&lt;BR /&gt;&lt;BR /&gt;The system is Fedora Core 4 (2.6.14-1.1653_FC4) running on a Compaq Deskpro PC. &lt;BR /&gt;&lt;BR /&gt;I am currently concidering pouring diesel over it, but perhaps someone has a better idea...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jan 2006 10:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703538#M85663</guid>
      <dc:creator>Karsten Breivik_1</dc:creator>
      <dc:date>2006-01-05T10:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second NIC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703539#M85664</link>
      <description>Av gas may work better - burn hotter.&lt;BR /&gt;&lt;BR /&gt;I would begin by looking at the 3Com drivers. They are notorious.</description>
      <pubDate>Thu, 05 Jan 2006 10:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703539#M85664</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-01-05T10:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second NIC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703540#M85665</link>
      <description>If you run ifconfig -a can you see the eth1 interface?&lt;BR /&gt;&lt;BR /&gt;I can see the 3c59x module loaded, but unused. Try with another 3cXXX module.&lt;BR /&gt;&lt;BR /&gt;How the device was added, manually or by kudzu?</description>
      <pubDate>Thu, 05 Jan 2006 15:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703540#M85665</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-01-05T15:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second NIC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703541#M85666</link>
      <description>Try moving the 3com to another slot.  It&lt;BR /&gt;may be sharing the IRQ with another &lt;BR /&gt;incompatible device. &lt;BR /&gt;Check the IRQ list to see which devices&lt;BR /&gt;are on IRQ 10.&lt;BR /&gt;I had a similar problem installing multiple&lt;BR /&gt;ethernet cards on a PC. Changing slots&lt;BR /&gt;changed the IRQs and resolved the problem.</description>
      <pubDate>Thu, 05 Jan 2006 16:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703541#M85666</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-01-05T16:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second NIC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703542#M85667</link>
      <description>Are you sure that the 2nd nic is a 3c590?  More common installs are 3c509 (isa) and 3c905 (pci) models.</description>
      <pubDate>Fri, 06 Jan 2006 10:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703542#M85667</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-01-06T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second NIC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703543#M85668</link>
      <description>Alan, the module name "3c59x" is a historical artifact. &lt;BR /&gt;The module actually handles most current 3com NICs of both 3c5xx and 3c9xx series.&lt;BR /&gt;&lt;BR /&gt;The "Unknown device ffff (rev 78)" part in the lspci output worries me a bit. There is no known product from 3com with a PCI device ID of "ffff". In addition, in some cases the device ID of "ffff" may be an indication of a hardware fault.&lt;BR /&gt;&lt;BR /&gt;Karsten: please check that the card is seated properly in its slot. If that does not solve the problem, can you test the card in another card slot or another computer to see if it works at all?</description>
      <pubDate>Mon, 09 Jan 2006 04:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703543#M85668</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-01-09T04:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second NIC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703544#M85669</link>
      <description>Thank you all for your time. Ivan. ifconfig does not show the card. The drivers was added manually with modprobe and it did not work. Also tried removing /etc/modprobe.conf and /etc/sysconfig/hwconf, and then running kudzu to rebuild the files. Also followed Bills suggestion on changing slots. This changed to IRQ from 10 to 5, but still nothing. &lt;BR /&gt;&lt;BR /&gt;Rick, I looked into the Beckers developed drivers. On his site, I came across this mail archive&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.scyld.com/pipermail/vortex/2002-June.txt" target="_blank"&gt;http://www.scyld.com/pipermail/vortex/2002-June.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;verifying Mattis consern. It is suggested the error may be caused by the EEPROM being erased on the 3C905C-TX. However I did not verify by trying it out on win2k or anything like that. &lt;BR /&gt;&lt;BR /&gt;I then dived into the box of retired NIC's in the lab and pulled what seems to be an Intel e100 based something. Popped it in and it came right up. &lt;BR /&gt;&lt;BR /&gt;I am on my way to the parking lot. 3Com card in one hand and diesel can in the other.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 06:50:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-a-second-nic/m-p/3703544#M85669</guid>
      <dc:creator>Karsten Breivik_1</dc:creator>
      <dc:date>2006-01-09T06:50:51Z</dc:date>
    </item>
  </channel>
</rss>

