Network Problem

I have installed QNX 6.2.1 on my IBM netvista Pc. It is not recognising my network connection. I am working on ethernet network. I tried with io-net speedo. It is not working. Becuase of this i am not able to setup internet connection. Can anyone help me out!!!.
Please give me step by step procedure to do this.

  details of pci -v related to ethernet is as follows

Class = Network (Ethernet)
Vendor ID = 8086h, Intel Corporation
Device ID = 1039h, Unknown Unknown
PCI index = 0h
Class Codes = 020000h
Revision ID = 81h
Bus number = 1
Device number = 8
Function num = 0
Status Reg = 290h
Command Reg = 117h
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 42h
Cache Line Size= 8h un-cacheable
PCI Mem Address = c0100000h 32bit length 4096 enabled
PCI IO Address = 2000h length 64 enabled
Subsystem Vendor ID = 1014h
Subsystem ID = 267h
Max Lat = 56ns
Min Gnt = 8ns
PCI Int Pin = INT A
Interrupt line = 11
Capabilities Pointer = dch
Capability ID = 1h
Capabilities = fe22h - 3a004100h

Try explicity giving the device id for the device.

slay -f io-net
io-net -d speedo did=0x1039,vid=0x8086,verbose -p tcpip

I tried it. but it did not work. I got error message as follows :
“unable to init dll devn-speedo : No such deveice”

I also tried io-net -d eepro -p tcpip . But did not work.

I tried io-net -d ne2000 did=0x1039,vid=0x8086,verbose -p tcpip. This is working. Device is getting activated but device tab is not reflected in network panel. why?

I tried it. but it did not work. I got error message as follows :
“unable to init dll devn-speedo : No such deveice”

I also tried io-net -d eepro -p tcpip . But did not work.

I tried io-net -d ne2000 did=0x1039,vid=0x8086,verbose -p tcpip. This is working. Device is getting activated but device tab is not reflected in network panel. why?

Make sure there is no space between commas. The whole
“did=0x1039,vid=0x8086,verbose” should be no space in it.

Loading other drivers won’t help you. Some drivers like ne2000
won’t be able to confirm the hardware so it blindly accept what
ever you put on command line, and of cause it won’t work for you.

Thanks a lot. It is working.