Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - problem with the network card: (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
RE: RE: RE: RE: problem with the network card  
Yes, I need everything to see whether there are any conflicts. Is the
system still hanging when you start the driver?


-----Original Message-----
From: iago rodriguez [mailto:community-noreply@qnx.com] 
Sent: Friday, October 17, 2008 1:29 PM
To: drivers-networking
Subject: 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


_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post15167
Re: RE: RE: RE: RE: problem with the network card  
yes, no changes since last time, how can i thank you all your efforts? :p


PCI version    = 2.10

Class          = Bridge (Host/PCI)
Vendor ID      = 1106h, VIA Technologies, Inc. 
Device ID      = 3188h,  VT8385 [K8T800 AGP] Host Bridge
PCI index      = 0h
Class Codes    = 060000h
Revision ID    = 1h
Bus number     = 0
Device number  = 0
Function num   = 0
Status Reg     = 2230h
Command Reg    = 106h
Header type    = 0h Single-function
BIST           = 0h Build-in-self-test not supported
Latency Timer  = 40h
Cache Line Size= 0h 
Subsystem Vendor ID = 1043h
Subsystem ID        = 80a3h
Max Lat        = 0ns
Min Gnt        = 0ns
PCI Int Pin    = NC
Interrupt line = 0
CPU Interrupt  = 0h
Capabilities Pointer = 80h
Capability ID        = 2h - AGP
Capabilities         = 35h - 1f000a1ah
Capability ID        = 8h - Hypertransport
Capabilities         = 60h - 1110020h
Capability ID        = 1h - Power Management
Capabilities         = 2h - 0h
Capability ID        = 8h - Hypertransport
Capabilities         = 8001h - 1h

Class          = Bridge (PCI/PCI)
Vendor ID      = 1106h, VIA Technologies, Inc. 
Device ID      = b188h,  VT8237 PCI bridge [K8T800/K8T890 South]
PCI index      = 0h
Class Codes    = 060400h
Revision ID    = 0h
Bus number     = 0
Device number  = 1
Function num   = 0
Status Reg     = 230h
Command Reg    = 107h
Header type    = 1h Single-function
BIST           = 0h Build-in-self-test not supported
Latency Timer  = 0h
Cache Line Size= 0h 
Primary Bus Number       = 0h
Secondary Bus Number     = 1h
Subordinate Bus Number   = 1h
Secondary Latency Timer  = 0h
I/O Base                 = f0h
I/O Limit                = 0h
Secondary Status         = 2220h
Memory Base              = fb70h
Memory Limit             = fd80h
Prefetchable Memory Base = d360h
Prefetchable Memory Limit= f350h
Prefetchable Base Upper 32 Bits  = 0h
Prefetchable Limit Upper 32 Bits = 0h
I/O Base Upper 16 Bits   = 0h
I/O Limit Upper 16 Bits  = 0h
Bridge Control           = ah
PCI Int Pin              = NC
Interrupt line           = 0
CPU Interrupt            = 0h
Capabilities Pointer = 80h
Capability ID        = 1h - Power Management
Capabilities         = 202h - 0h

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

Class          = Mass Storage (RAID)
Vendor ID      = 1106h, VIA Technologies, Inc. 
Device ID      = 3149h,  VIA VT6420 SATA RAID Controller
PCI index      = 0h
Class Codes    = 010400h
Revision ID    = 80h
Bus number     = 0
Device number  = 15
Function num   = 0
Status Reg     = 290h
Command Reg    = 7h
Header type    = 0h Multi-function
BIST           = 0h Build-in-self-test not supported
Latency Timer  = 40h
Cache Line Size= 0h 
PCI IO Address  = e800h length 8 enabled
PCI IO Address  = e400h length 4 enabled
PCI IO Address  = e000h length 8 enabled
PCI IO Address  = d800h length 4 enabled
PCI IO Address  = d400h length 16 enabled
PCI IO Address  = d000h length 256 enabled
Subsystem Vendor ID = 1043h
Subsystem ID        = 80edh
Max Lat        = 0ns
Min Gnt        = 0ns
PCI Int Pin    = INT B
Interrupt...
View Full Message
RE: RE: RE: RE: RE: problem with the network card  
Can you try disabling the raid controller in the BIOS and see if that
helps? If not, then you can also try disabling the USB devices.


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

yes, no changes since last time, how can i thank you all your efforts?
:p


PCI version    = 2.10

Class          = Bridge (Host/PCI)
Vendor ID      = 1106h, VIA Technologies, Inc. 
Device ID      = 3188h,  VT8385 [K8T800 AGP] Host Bridge
PCI index      = 0h
Class Codes    = 060000h
Revision ID    = 1h
Bus number     = 0
Device number  = 0
Function num   = 0
Status Reg     = 2230h
Command Reg    = 106h
Header type    = 0h Single-function
BIST           = 0h Build-in-self-test not supported
Latency Timer  = 40h
Cache Line Size= 0h 
Subsystem Vendor ID = 1043h
Subsystem ID        = 80a3h
Max Lat        = 0ns
Min Gnt        = 0ns
PCI Int Pin    = NC
Interrupt line = 0
CPU Interrupt  = 0h
Capabilities Pointer = 80h
Capability ID        = 2h - AGP
Capabilities         = 35h - 1f000a1ah
Capability ID        = 8h - Hypertransport
Capabilities         = 60h - 1110020h
Capability ID        = 1h - Power Management
Capabilities         = 2h - 0h
Capability ID        = 8h - Hypertransport
Capabilities         = 8001h - 1h

Class          = Bridge (PCI/PCI)
Vendor ID      = 1106h, VIA Technologies, Inc. 
Device ID      = b188h,  VT8237 PCI bridge [K8T800/K8T890 South]
PCI index      = 0h
Class Codes    = 060400h
Revision ID    = 0h
Bus number     = 0
Device number  = 1
Function num   = 0
Status Reg     = 230h
Command Reg    = 107h
Header type    = 1h Single-function
BIST           = 0h Build-in-self-test not supported
Latency Timer  = 0h
Cache Line Size= 0h 
Primary Bus Number       = 0h
Secondary Bus Number     = 1h
Subordinate Bus Number   = 1h
Secondary Latency Timer  = 0h
I/O Base                 = f0h
I/O Limit                = 0h
Secondary Status         = 2220h
Memory Base              = fb70h
Memory Limit             = fd80h
Prefetchable Memory Base = d360h
Prefetchable Memory Limit= f350h
Prefetchable Base Upper 32 Bits  = 0h
Prefetchable Limit Upper 32 Bits = 0h
I/O Base Upper 16 Bits   = 0h
I/O Limit Upper 16 Bits  = 0h
Bridge Control           = ah
PCI Int Pin              = NC
Interrupt line           = 0
CPU Interrupt            = 0h
Capabilities Pointer = 80h
Capability ID        = 1h - Power Management
Capabilities         = 202h - 0h

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

Class          = Mass Storage (RAID)
Vendor ID      = 1106h, VIA Technologies, Inc. 
Device ID      = 3149h,  VIA VT6420 SATA RAID Controller
PCI index      = 0h
Class Codes    = 010400h
Revision ID    = 80h
Bus number     = 0
Device number  = 15
Function num   = 0
Status Reg     = 290h
Command Reg    = 7h
Header type    = 0h Multi-function
BIST           = 0h Build-in-self-test not supported
Latency Timer  = 40h
Cache Line Size= 0h 
PCI IO Address  = e800h length 8...
View Full Message
Re: RE: RE: RE: RE: RE: problem with the network card  
i didnt find where to disable raid. I did disabled USB and no effect. Everything like before.

RE: RE: RE: RE: RE: RE: problem with the network card  
Unfortunately there is not much more that I can do. The dm9102 driver
definitely works, so without the hardware, I cannot resolve the problem.


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

i didnt find where to disable raid. I did disabled USB and no effect.
Everything like before.



_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post15177