Forum Topic - Network Support (Part 2):
   
Network Support (Part 2)  
Good Morning QNX Community,
   I have a question regarding network of multiple ports for a QNX4 machine I am once again building.  I currently have 
two network cards installed.  One that is a 3com and the other which is located directly on the mother board.  After 
doing some tweaking, the 3com works perfectly.  However, I would also like to get the network adapter on the motherboard
 working as well.  I did a sin that displays the 'Net' and the 'Net905' e.g the 3com adapter working perfectly.  netstat
 -in shows that en1 is currently being used by this.  

Typing show_pci gives me this:


PCI version    = 2.10

Class          = Display (VGA)
Vendor ID      = 8086h, INTEL CORPORATION
Device ID      = 1132h, 
PCI index      = 0h
                 MEM @ e0000000h MEM @ e8000000h 
PCI Int Pin    = INT A
Interrupt line = 9

Class          = Mass Storage (IDE)
Vendor ID      = 8086h, INTEL CORPORATION
Device ID      = 244bh, 
PCI index      = 0h
                 IO @ f000h 
PCI Int Pin    = NC
Interrupt line = 0

Class          = Network (Ethernet)
Vendor ID      = 8086h, INTEL CORPORATION
Device ID      = 1229h, 82557/8 Ethernet Adapter
PCI index      = 0h
                 MEM @ e7101000h IO @ a400h MEM @ e7000000h 
PCI Int Pin    = INT A
Interrupt line = 5

Class          = Network (Ethernet)
Vendor ID      = 8086h, INTEL CORPORATION
Device ID      = 2449h, 
PCI index      = 0h
                 MEM @ e7100000h IO @ a000h 
PCI Int Pin    = INT A
Interrupt line = 10

Class          = Mass Storage (SCSI)
Vendor ID      = 9005h, 
Device ID      = 80h, 
PCI index      = 0h
                 IO @ 9000h MEM @ e6400000h 
PCI Int Pin    = INT A
Interrupt line = 11

Class          = Network (Ethernet)
Vendor ID      = 10b7h, 3Com
Device ID      = 9200h, 
PCI index      = 0h
                 IO @ 9400h MEM @ e6401000h 
PCI Int Pin    = INT A
Interrupt line = 12


It looks like QNX recognizes the ethernet port not in use, however,  I believe my biggest issue is how to assign a new 
en to my motherboard ethernet card 82557??  Does anyone have any input on how I can go about this? 

Thank you.
Re: Network Support (Part 2)  
I forgot to add that I also keep getting the error: Register with Net Manager failed.
Re: Network Support (Part 2)  
First of all, you will have to start 'Net -d3 &' as you have 3 network
adapters.
Next, start 'Net.ether905 &'
Then start 'Net.ether82557 -V8086 -D1229 -l2 &'
Then start 'Net.ether82557 -V8086 -D2449 -l3 &'



On 10-07-15 9:52 AM, "Julian Babel" <community-noreply@qnx.com> wrote:

> Good Morning QNX Community,
>    I have a question regarding network of multiple ports for a QNX4 machine I
> am once again building.  I currently have two network cards installed.  One
> that is a 3com and the other which is located directly on the mother board.
> After doing some tweaking, the 3com works perfectly.  However, I would also
> like to get the network adapter on the motherboard working as well.  I did a
> sin that displays the 'Net' and the 'Net905' e.g the 3com adapter working
> perfectly.  netstat -in shows that en1 is currently being used by this.
> 
> Typing show_pci gives me this:
> 
> 
> PCI version    = 2.10
> 
> Class          = Display (VGA)
> Vendor ID      = 8086h, INTEL CORPORATION
> Device ID      = 1132h,
> PCI index      = 0h
>                  MEM @ e0000000h MEM @ e8000000h
> PCI Int Pin    = INT A
> Interrupt line = 9
> 
> Class          = Mass Storage (IDE)
> Vendor ID      = 8086h, INTEL CORPORATION
> Device ID      = 244bh,
> PCI index      = 0h
>                  IO @ f000h
> PCI Int Pin    = NC
> Interrupt line = 0
> 
> Class          = Network (Ethernet)
> Vendor ID      = 8086h, INTEL CORPORATION
> Device ID      = 1229h, 82557/8 Ethernet Adapter
> PCI index      = 0h
>                  MEM @ e7101000h IO @ a400h MEM @ e7000000h
> PCI Int Pin    = INT A
> Interrupt line = 5
> 
> Class          = Network (Ethernet)
> Vendor ID      = 8086h, INTEL CORPORATION
> Device ID      = 2449h,
> PCI index      = 0h
>                  MEM @ e7100000h IO @ a000h
> PCI Int Pin    = INT A
> Interrupt line = 10
> 
> Class          = Mass Storage (SCSI)
> Vendor ID      = 9005h,
> Device ID      = 80h,
> PCI index      = 0h
>                  IO @ 9000h MEM @ e6400000h
> PCI Int Pin    = INT A
> Interrupt line = 11
> 
> Class          = Network (Ethernet)
> Vendor ID      = 10b7h, 3Com
> Device ID      = 9200h,
> PCI index      = 0h
>                  IO @ 9400h MEM @ e6401000h
> PCI Int Pin    = INT A
> Interrupt line = 12
> 
> 
> It looks like QNX recognizes the ethernet port not in use, however,  I believe
> my biggest issue is how to assign a new en to my motherboard ethernet card
> 82557??  Does anyone have any input on how I can go about this?
> 
> Thank you.
> 
> 
> 
> _______________________________________________
> 
> QNX4 Community Support
> http://community.qnx.com/sf/go/post59522
> 

-- 
Hugh Brown                      (613) 591-0931 ext. 2209 (voice)
QNX Software Systems Ltd.        (613) 591-3579           (fax)
175 Terence Matthews Cres.       email:  hsbrown@qnx.com
Kanata, Ontario, Canada.
K2M 1W8
 

Re: Network Support (Part 2)  
Thank you sir.  It worked!  Very much appreciative.


> First of all, you will have to start 'Net -d3 &' as you have 3 network
> adapters.
> Next, start 'Net.ether905 &'
> Then start 'Net.ether82557 -V8086 -D1229 -l2 &'
> Then start 'Net.ether82557 -V8086 -D2449 -
l3 &'
> 
> 
> 
> On 10-07-15 9:52 AM, "Julian Babel" <community-noreply@qnx.com> wrote:
> 
> > Good Morning QNX Community,
> >    I have a question regarding network of multiple ports for a QNX4 machine 
> I
> > am once again building.  I currently have two network cards installed.  One
> > that is a 3com and the other which is located directly on the mother board.
> > After doing some tweaking, the 3com works perfectly.  However, I would also
> > like to get the network adapter on the motherboard working as well.  I did a
> 
> > sin that displays the 'Net' and the 'Net905' e.g the 3com adapter working
> > perfectly.  netstat -in shows that en1 is currently being used by this.
> > 
> > Typing show_pci gives me this:
> > 
> > 
> > PCI version    = 2.10
> > 
> > Class          = Display (VGA)
> > Vendor ID      = 8086h, INTEL CORPORATION
> > Device ID      = 1132h,
> > PCI index      = 0h
> >                  MEM @ e0000000h MEM @ e8000000h
> > PCI Int Pin    = INT A
> > Interrupt line = 9
> > 
> > Class          = Mass Storage (IDE)
> > Vendor ID      = 8086h, INTEL CORPORATION
> > Device ID      = 244bh,
> > PCI index      = 0h
> >                  IO @ f000h
> > PCI Int Pin    = NC
> > Interrupt line = 0
> > 
> > Class          = Network (Ethernet)
> > Vendor ID      = 8086h, INTEL CORPORATION
> > Device ID      = 1229h, 82557/8 Ethernet Adapter
> > PCI index      = 0h
> >                  MEM @ e7101000h IO @ a400h MEM @ e7000000h
> > PCI Int Pin    = INT A
> > Interrupt line = 5
> > 
> > Class          = Network (Ethernet)
> > Vendor ID      = 8086h, INTEL CORPORATION
> > Device ID      = 2449h,
> > PCI index      = 0h
> >                  MEM @ e7100000h IO @ a000h
> > PCI Int Pin    = INT A
> > Interrupt line = 10
> > 
> > Class          = Mass Storage (SCSI)
> > Vendor ID      = 9005h,
> > Device ID      = 80h,
> > PCI index      = 0h
> >                  IO @ 9000h MEM @ e6400000h
> > PCI Int Pin    = INT A
> > Interrupt line = 11
> > 
> > Class          = Network (Ethernet)
> > Vendor ID      = 10b7h, 3Com
> > Device ID      = 9200h,
> > PCI index      = 0h
> >                  IO @ 9400h MEM @ e6401000h
> > PCI Int Pin    = INT A
> > Interrupt line = 12
> > 
> > 
> > It looks like QNX recognizes the ethernet port not in use, however,  I 
> believe
> > my biggest issue is how to assign a new en to my motherboard ethernet card
> > 82557??  Does anyone have any input on how I can go about this?
> > 
> > Thank you.
> > 
> > 
> > 
> > _______________________________________________
> > 
> > QNX4 Community Support
> > http://community.qnx.com/sf/go/post59522
> > 
> 
> -- 
> Hugh Brown                      (613) 591-0931 ext. 2209 (voice)
> QNX Software Systems Ltd.        (613) 591-3579           (fax)
> 175 Terence Matthews Cres.       email:  hsbrown@qnx.com
> Kanata, Ontario, Canada.
> K2M 1W8
>  
>