Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Activating a '2nd' Network Adapter: Page 1 of 15 (15 Items)
   
Activating a '2nd' Network Adapter  
Our system, running 6.3.0 SP2, has a hard-wired Intel 82546GB dual-port
network adapter. Our application requires the addition of a third
ethernet interface so I added an Intel Pro/1000 GT adapter board. The
Pro/1000 has an Intel 82541PI. The pci command lists the newly added
device (see below, the PCI ID is 0x107c) but io-net doesn't find it
(i.e. /dev/io-net only contains two en's 0 and 1). Not surprisingly,
ifconfig doesn't know about the new adapter either. PCI device ID 0x107c
is in the Intel network adapter section of /etc/system/enum/devices/net
file (I applied patch 214). Any ideas why the ethernet interface on the
new adapter isn't starting? Thanks.

 

# pci

 

PCI version    = 2.10

 

Class          = Mass Storage (IDE)

Vendor ID      = 8086h, Intel Corporation

Device ID      = 24d1h, Unknown Unknown

PCI index      = 0h

PCI IO Address  = 0h enabled

PCI IO Address  = 0h enabled

PCI IO Address  = 0h enabled

PCI IO Address  = 0h enabled

PCI IO Address  = 14b0h enabled

PCI Int Pin    = INT A

Interrupt line = no connection

 

Class          = Network (Ethernet)

Vendor ID      = 8086h, Intel Corporation

Device ID      = 1079h, Unknown Unknown

PCI index      = 0h

PCI Mem Address = dd200000h enabled

PCI IO Address  = 2000h enabled

PCI Int Pin    = INT A

Interrupt line = 10

CPU Interrupt  = ah

 

Class          = Network (Ethernet)

Vendor ID      = 8086h, Intel Corporation

Device ID      = 1079h, Unknown Unknown

PCI index      = 1h

PCI Mem Address = dd220000h enabled

PCI IO Address  = 2040h enabled

PCI Int Pin    = INT B

Interrupt line = 11

CPU Interrupt  = bh

 

Class          = Network (Ethernet)

Vendor ID      = 8086h, Intel Corporation

Device ID      = 107ch, Unknown Unknown

PCI index      = 0h

PCI Mem Address = dd320000h enabled

PCI Mem Address = dd300000h enabled

PCI IO Address  = 3000h enabled

PCI Int Pin    = INT A

Interrupt line = 10

CPU Interrupt  = ah

 

Class          = Display (VGA)

Vendor ID      = 1002h, ATI Technologies

Device ID      = 4752h, Rage XL PCI

PCI index      = 0h

PCI Mem Address = de000000h enabled

PCI IO Address  = 4000h disabled

PCI Mem Address = dd400000h enabled

PCI Int Pin    = INT A

Interrupt line = 10

CPU Interrupt  = ah

 

# ls /dev/io-net

en0      en1      ip0      ip_en

#