QNX file transfer problems

I would like to transfer files from a QNX box version 6.3.0 to a PC at 100 Mbps or closer. Our current transfer is only 8 Mbps. It appears that our default speed is 10 Mbps and not 100 as originally intended.

The starnet contains the following information: Is there any way we could force in the io-net command to run with speed 100 and full duplex? Is there any other thing we might be forgetting to set, perhaps?

Thank you kindly,

CM
cesira.maranon@andrew.com

#######################################################################

NETWORK driver

- substitute your IP address for 1.2.3.4

- ethernet port is connected to FCC1, so “channel=1” is used

- channel is mandatory arguments

#######################################################################
echo “Starting ethernet with TCP/IP stack…”
io-net -dppc8260-pq2fads channel=1 if=en0 -ptcpip -ppppmgr

For PPP connection

#io-net -ptcpip -ppppmgr

sleep 5
if_up -p en0
ifconfig en0 wlsnoname netmask 255.255.255.0
ifconfig lo0 localhost

devc-pty
inetd

Forcing is usually a bad idea, normal this is auto detect, if it can’t auto-detect something is fishy.

Check the doc on ppc8260, you should find description of the options need to setup the operational parameter.

Thank you Mario, I will do as indicated

cm