Built in ethernet adapter on Dell Dimension 4550 and QNX 6.1

We just purchased a new Dell Dimension 4550 for QNX 6.1 and the built in
Intel Ethernet adapter does not seem to be detected. The pci command returns
following:

Class = Network (Ethernet)

Vendor ID = 8086h, Intel Corporation

Device ID = 1039h, Unknown Unknown

Anyone know how to get the built in ethernet adapter to work on QNX 6.1?

Thanks

Jens

Previously, Jens H Jorgensen wrote in qdn.public.qnxrtp.installation:

We just purchased a new Dell Dimension 4550 for QNX 6.1 and the built in
Intel Ethernet adapter does not seem to be detected. The pci command returns
following:

Class = Network (Ethernet)

Vendor ID = 8086h, Intel Corporation

Device ID = 1039h, Unknown Unknown

Anyone know how to get the built in ethernet adapter to work on QNX 6.1?

Try the following:

slay io-net
io-net -dspeedo vid=0x8086,did=0x1039 -ptcpip

Then ifconfig your interface or start dhcp.client.

Thanks

Jens

\

Hi Hugh

Thanks - that worked.

It is funny when I trying to get up and running myself I did:

slay io-net
io-net -dspeedo did=0x1039 -ptcpip

and it did not work. I guess because I didn’t specify the vendor ID - I
should have thought of that…

Thanks again,
Jens



“Hugh Brown” <hsbrown@qnx.com> wrote in message
news:Voyager.030306123521.29242A@node90.ott.qnx.com

Previously, Jens H Jorgensen wrote in qdn.public.qnxrtp.installation:
We just purchased a new Dell Dimension 4550 for QNX 6.1 and the built in
Intel Ethernet adapter does not seem to be detected. The pci command
returns
following:

Class = Network (Ethernet)

Vendor ID = 8086h, Intel Corporation

Device ID = 1039h, Unknown Unknown

Anyone know how to get the built in ethernet adapter to work on QNX 6.1?


Try the following:

slay io-net
io-net -dspeedo vid=0x8086,did=0x1039 -ptcpip

Then ifconfig your interface or start dhcp.client.

Thanks

Jens


\