Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - problem with the network card: Page 1 of 2 (15 Items)
   
problem with the network card  
Hello,

I installed qnx 6.3.2 but i can´t configure the network. When I type ifconfig i only get the loopback interface. I 
think the proble is drivers were not loaded.My card is a Marvell Yukon PCI Gigabit Ethernet PCI, integrada en la placa 
base asus k8v-x. So i tried 
#slay -f io-net
#io-net -d gt64260 vid=0xaaaa,did=0xbbbb -p tcpip

aaaa and bbbb are vid and did that i got in typing #pci



When I type the commands above it says that the drivers dont exist. I went to dev/dll and it is not there.


I checked in the database and the card i think is suppoerted.

Any idea to get my net up?
RE: problem with the network card  
Hi Ian:

	That would be because that card isn't supported under io-net.  The gt64260 isn't for the Yukon series of PCI cards.  I 
believe that we do have a driver for io-pkt (the msk driver) that should support that card.

	Robert.

-----Original Message-----
From: iago rodriguez [mailto:community-noreply@qnx.com] 
Sent: Thursday, October 16, 2008 10:15 AM
To: drivers-networking
Subject: problem with the network card

Hello,

I installed qnx 6.3.2 but i can´t configure the network. When I type ifconfig i only get the loopback interface. I 
think the proble is drivers were not loaded.My card is a Marvell Yukon PCI Gigabit Ethernet PCI, integrada en la placa 
base asus k8v-x. So i tried 
#slay -f io-net
#io-net -d gt64260 vid=0xaaaa,did=0xbbbb -p tcpip

aaaa and bbbb are vid and did that i got in typing #pci



When I type the commands above it says that the drivers dont exist. I went to dev/dll and it is not there.


I checked in the database and the card i think is suppoerted.

Any idea to get my net up?

_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post15082
RE: problem with the network card  
We don't support the Marvell Yukon chipset.


-----Original Message-----
From: iago rodriguez [mailto:community-noreply@qnx.com] 
Sent: Thursday, October 16, 2008 10:15 AM
To: drivers-networking
Subject: problem with the network card

Hello,

I installed qnx 6.3.2 but i can´t configure the network. When I type ifconfig i only get the loopback interface. I 
think the proble is drivers were not loaded.My card is a Marvell Yukon PCI Gigabit Ethernet PCI, integrada en la placa 
base asus k8v-x. So i tried 
#slay -f io-net
#io-net -d gt64260 vid=0xaaaa,did=0xbbbb -p tcpip

aaaa and bbbb are vid and did that i got in typing #pci



When I type the commands above it says that the drivers dont exist. I went to dev/dll and it is not there.


I checked in the database and the card i think is suppoerted.

Any idea to get my net up?

_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post15082
Re: RE: problem with the network card  
i have nother network card: Cnet Pro200wl but i think it doesnt work neither. isnt it?

Anyway thanks for your replys, do u suggest any pci network card to buy?

Thanks for your patience
RE: RE: problem with the network card  
The Intel PRO/1000 works with our devn-i82544.so driver. I have no idea
what the Cnet adapter is without seeing the PCI vendor and device IDs.


-----Original Message-----
From: iago rodriguez [mailto:community-noreply@qnx.com] 
Sent: Thursday, October 16, 2008 2:22 PM
To: drivers-networking
Subject: Re: RE: problem with the network card

i have nother network card: Cnet Pro200wl but i think it doesnt work
neither. isnt it?

Anyway thanks for your replys, do u suggest any pci network card to buy?

Thanks for your patience

_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post15105
RE: RE: problem with the network card  
That's one that I've never heard of...

We've got good support for the Intel series of Ethernet cards (e.g. Pro
1000) and those are ones that we'd recommend.

	Robert.

-----Original Message-----
From: iago rodriguez [mailto:community-noreply@qnx.com] 
Sent: Thursday, October 16, 2008 2:22 PM
To: drivers-networking
Subject: Re: RE: problem with the network card

i have nother network card: Cnet Pro200wl but i think it doesnt work
neither. isnt it?

Anyway thanks for your replys, do u suggest any pci network card to buy?

Thanks for your patience

_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post15105
Re: RE: RE: problem with the network card  
The other network card is a Davicom Semiconductor Dec Tulip Compatible 10-100. Vid=0x1282 did=0x9102.

I ve checked it and the drivers are dm9102.

But i cant load ethernet anyway.

When loading the OS normally i get a problem with "sbin/io-net" and the system frozens after the error message loading. 
The unic ways to load the OS are disabling network drivers or inputing the option "Disable p&p ISA enumerator". When I 
do this I try to load drivers from command line using:

#slay -f io-net
#io-net -d dm9102 vid=0x1282,did=0x9102

When i do this the system gets frozen again.

I also tried booting the system as a live CD and had the same result.


Any ideas?
Re: RE: RE: problem with the network card  
the complet command line is:

#io-net -d dm9102 vid=0x1282,did=0x9102 -p tcpip


I have to add that once i made a mistake and dindnt add 0x (hexadecimal) before vid and did and got the loopback 
interface and could do a ping to myself.

Might help

Thanks for everything 
RE: RE: RE: problem with the network card  
If you just start the driver as "io-net -ddm9102" does the system still
freeze? If it does, please post the output from 'pci -v'.


-----Original Message-----
From: iago rodriguez [mailto:community-noreply@qnx.com] 
Sent: Friday, October 17, 2008 11:02 AM
To: drivers-networking
Subject: Re: RE: RE: problem with the network card

The other network card is a Davicom Semiconductor Dec Tulip Compatible
10-100. Vid=0x1282 did=0x9102.

I ve checked it and the drivers are dm9102.

But i cant load ethernet anyway.

When loading the OS normally i get a problem with "sbin/io-net" and the
system frozens after the error message loading. The unic ways to load
the OS are disabling network drivers or inputing the option "Disable p&p
ISA enumerator". When I do this I try to load drivers from command line
using:

#slay -f io-net
#io-net -d dm9102 vid=0x1282,did=0x9102

When i do this the system gets frozen again.

I also tried booting the system as a live CD and had the same result.


Any ideas?

_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post15160
Re: RE: RE: RE: problem with the network card  
i m just pasting the network card info, if u want everything just tell me :)


Class          = Network (Ethernet)
Vendor ID      = 1282h, Davicom Semiconductor, Inc. 
Device ID      = 9102h,  21x4x DEC-Tulip compatible 10/100 Ethernet
PCI index      = 0h
Class Codes    = 020000h
Revision ID    = 31h
Bus number     = 0
Device number  = 12
Function num   = 0
Status Reg     = 210h
Command Reg    = 107h
Header type    = 0h Single-function
BIST           = 0h Build-in-self-test not supported
Latency Timer  = 40h
Cache Line Size= 0h 
PCI IO Address  = c800h length 256 enabled
PCI Mem Address = fdf00000h 32bit length 256 enabled
Subsystem Vendor ID = 4554h
Subsystem ID        = 434eh
PCI Expansion ROM = fde00000h length 262144 disabled
Max Lat        = 40ns
Min Gnt        = 20ns
PCI Int Pin    = INT A
Interrupt line = 10
CPU Interrupt  = ah
Capabilities Pointer = 50h
Capability ID        = 1h - Power Management
Capabilities         = f902h - 0h