Net

Hello,
i am having Ethernet card with intel82559 chipset with 2 rj45 ports. How can
i configure this card in Qnx 4.25
When i gave nettrap i got
Net &
Net.ether 82557 -i0
Net.ether82557 -i1
netmap -f
How can i make both ports working??

Hi,

You will have to specify the IO address for each port.
Do a “show_pci” to get the this information.

Regards,

Joe

“vasdev” <vasdev_vs@hotmail.com> wrote in message
news:akl3kl$3ku$1@inn.qnx.com

Hello,
i am having Ethernet card with intel82559 chipset with 2 rj45 ports. How
can
i configure this card in Qnx 4.25
When i gave nettrap i got
Net &
Net.ether 82557 -i0
Net.ether82557 -i1
netmap -f
How can i make both ports working??

Try the following:

Net.ether82557 -i0 -l1 &
Net.ether82557 -i1 -l2 &

This will start the driver under lans 1 & 2.

Previously, vasdev wrote in qdn.public.qnx4:

Hello,
i am having Ethernet card with intel82559 chipset with 2 rj45 ports. How can
i configure this card in Qnx 4.25
When i gave nettrap i got
Net &
Net.ether 82557 -i0
Net.ether82557 -i1
netmap -f
How can i make both ports working??
\