i82562 NIC

Does anyone know where to find driver for i82562 NIC (qnx 6.1) ? It seems
not to be mentioned in hardware compatibility list.

Dmitry.

Isn’t that the devn-speedo?


Jens

“Dmitry Androshchuk” <adp@texpo.kiev.ua> wrote in message
news:b5f542$jp$1@inn.qnx.com

Does anyone know where to find driver for i82562 NIC (qnx 6.1) ? It seems
not to be mentioned in hardware compatibility list.

Dmitry.

Isn’t that the devn-speedo?

It may be. I’m just going to bye a board with i82562 on board, but
devn-speedo is mentioned to work with other Intel NICs such as 82559.

When you get the board then do a:

pci -v

as root. Find the vendor ID (0x8086 for Intel I believe) and then the device
ID for the network chip. Then do following:

slay -f io-net
io-net -dspeedo vid=0x8086,did=0x??? -p tcpip

where ??? is the device ID reported from pci -v. Then run something like
netmanager or ifconfig to setup the IP address.

I had to do this on a new Dell 4550 with onboard network.

\

Jens





“Dmitry Androshchuk” <adp@texpo.kiev.ua> wrote in message
news:b5f6d8$26b$1@inn.qnx.com

Isn’t that the devn-speedo?

It may be. I’m just going to bye a board with i82562 on board, but
devn-speedo is mentioned to work with other Intel NICs such as 82559.