Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - ethetnet interfaces not displayed: (7 Items)
   
ethetnet interfaces not displayed  
I installed QNX on my desktop pc. Here, Everything seems fine except ethernet interfaces.
Machine has 4 ethernet interfaces, But, it does not display even one  :(
when i do ifconfig -a it simply shows loop interface.
Can any one out there suggest, How can i make ethernet interfaces up here...??
RE: ethetnet interfaces not displayed  
Can you cut & paste here the output of the "pci" utility,
run on the qnx machine?

Thx,

--
aboyd

-----Original Message-----
From: Rupesh Kumar [mailto:rupesh.kumar@lntemsys.com] 
Sent: Friday, July 04, 2008 9:08 AM
To: general-networking
Subject: ethetnet interfaces not displayed

I installed QNX on my desktop pc. Here, Everything seems fine except
ethernet interfaces.
Machine has 4 ethernet interfaces, But, it does not display even one  :(
when i do ifconfig -a it simply shows loop interface.
Can any one out there suggest, How can i make ethernet interfaces up
here...??

_______________________________________________
General
http://community.qnx.com/sf/go/post10051
Re: RE: ethetnet interfaces not displayed  
Output of pci utility is as shown below:-


PCI version    = 3.00

Class          = Mass Storage (IDE)
Vendor ID      = 10deh, nVidia Corporation 
Device ID      = 53h,  CK804 IDE
PCI index      = 0h
PCI IO Address  = ffa0h enabled
PCI Int Pin    = NC
Interrupt line = 0
CPU Interrupt  = 0h

Class          = Mass Storage (IDE)
Vendor ID      = 10deh, nVidia Corporation 
Device ID      = 54h,  CK804 Serial ATA Controller
PCI index      = 0h
PCI IO Address  = a480h enabled
PCI IO Address  = a400h enabled
PCI IO Address  = a080h enabled
PCI IO Address  = a000h enabled
PCI IO Address  = 9c00h enabled
PCI Mem Address = fe7fd000h enabled
PCI Int Pin    = INT A
Interrupt line = 5
CPU Interrupt  = 5h

Class          = Mass Storage (IDE)
Vendor ID      = 10deh, nVidia Corporation 
Device ID      = 55h,  CK804 Serial ATA Controller
PCI index      = 0h
PCI IO Address  = 9880h enabled
PCI IO Address  = 9800h enabled
PCI IO Address  = 9480h enabled
PCI IO Address  = 9400h enabled
PCI IO Address  = 9080h enabled
PCI Mem Address = fe7fc000h enabled
PCI Int Pin    = INT A
Interrupt line = 5
CPU Interrupt  = 5h

Class          = Network (Ethernet)
Vendor ID      = 11abh, Marvell Technology Group Ltd. 
Device ID      = 4362h,  88E8053 PCI-E Gigabit Ethernet Controller
PCI index      = 0h
PCI Mem Address = fe8fc000h enabled
PCI IO Address  = b800h enabled
PCI Expansion ROM = fe8c0000h disabled
PCI Int Pin    = INT A
Interrupt line = 10
CPU Interrupt  = ah

Class          = Display (VGA)
Vendor ID      = 1002h, ATI Technologies Inc 
Device ID      = 5b60h,  RV370 5B60 [Radeon X300 (PCIE)]
PCI index      = 0h
PCI Mem Address = f0000000h enabled
PCI IO Address  = c000h enabled
PCI Mem Address = fe9e0000h enabled
PCI Expansion ROM = fe9c0000h disabled
PCI Int Pin    = INT A
Interrupt line = 10
CPU Interrupt  = ah

Class          = Display (Other)
Vendor ID      = 1002h, ATI Technologies Inc 
Device ID      = 5b70h,  RV370 [Radeon X300SE]
PCI index      = 0h
PCI Mem Address = fe9f0000h enabled
PCI Int Pin    = NC
Interrupt line = no connection

Class          = Multimedia (Audio)
Vendor ID      = 1102h, Creative Labs 
Device ID      = 7h,  SB Audigy LS
PCI index      = 0h
PCI IO Address  = d880h enabled
PCI Int Pin    = INT A
Interrupt line = 5
CPU Interrupt  = 5h

Class          = Mass Storage (Other)
Vendor ID      = 1095h, Silicon Image, Inc. 
Device ID      = 3132h,  SiI 3132 Serial ATA Raid II Controller
PCI index      = 0h
PCI Mem Address = febffc00h enabled
PCI Mem Address = febf8000h enabled
PCI IO Address  = ec00h enabled
PCI Expansion ROM = feb00000h disabled
PCI Int Pin    = INT A
Interrupt line = 5
CPU Interrupt  = 5h

RE: RE: ethetnet interfaces not displayed  
From: Rupesh Kumar 

> Output of pci utility is as shown below:
>
> Class          = Network (Ethernet)
> Vendor ID      = 11abh, Marvell Technology Group Ltd. 
> Device ID      = 4362h,  88E8053 PCI-E Gigabit Ethernet Controller

There's your ethernet nic.  It would appear that
the enumerator does not know about a driver for
that chip.

Hugh, do we have an io-net driver for this chip?

--
aboyd
Re: RE: ethetnet interfaces not displayed  
On Mon, Jul 07, 2008 at 09:17:57AM -0400, Andrew Boyd wrote:
> 
> From: Rupesh Kumar 
> 
> > Output of pci utility is as shown below:
> >
> > Class          = Network (Ethernet)
> > Vendor ID      = 11abh, Marvell Technology Group Ltd. 
> > Device ID      = 4362h,  88E8053 PCI-E Gigabit Ethernet Controller
> 
> There's your ethernet nic.  It would appear that
> the enumerator does not know about a driver for
> that chip.
> 
> Hugh, do we have an io-net driver for this chip?
> 

The io-pkt devnp-msk.so driver should work with
this chip.

-seanb
RE: RE: ethetnet interfaces not displayed  
No, we don't have any drivers for the Marvell chips.


-----Original Message-----
From: Andrew Boyd 
Sent: Monday, July 07, 2008 9:18 AM
To: 'post10095@community.qnx.com'
Cc: Hugh Brown; Andrew Boyd
Subject: RE: RE: ethetnet interfaces not displayed


From: Rupesh Kumar 

> Output of pci utility is as shown below:
>
> Class          = Network (Ethernet)
> Vendor ID      = 11abh, Marvell Technology Group Ltd. 
> Device ID      = 4362h,  88E8053 PCI-E Gigabit Ethernet Controller

There's your ethernet nic.  It would appear that
the enumerator does not know about a driver for
that chip.

Hugh, do we have an io-net driver for this chip?

--
aboyd
RE: RE: ethetnet interfaces not displayed  
From: Hugh Brown 

> No, we don't have any drivers for the Marvell chips.

Rupesh, how would you feel about running io-pkt
instead of io-net?

--
aboyd