# #network setup script for klsi ethernet #change for your needs, including setup #of pegasus USB network card by editing this #file with pegasus driver. No other USB nics #supported by QNX at this time. # #Check QNX Utilities Reference on io-net for how to. #Use "USB Connect" in Config and reboot first after #editing this file. 1. edit & save. 2. press USB Connect #in shelf/Config. 3. Reboot or Shut Down. #To use ifconfig activate the full tcpip stack first #You can activate dhcp.client or ifconfig and you #can delete 1.5 mg related to Network Cfg. #Don't forget to deactivate netmanager when #using dhcp.client or ifconfig for a fixed ip. # slay io-net #/nto/bin/io-net -d klsi -pttcpip -ppppmgr /nto/bin/io-net -d klsi -ptcpip -ppppmgr #/nto/bin/io-net -d pegasus -pttcpip -ppppmgr #/nto/bin/io-net -d pegasus -ptcpip -ppppmgr sleep 10 #/nto/bin/ifconfig en0 192.168.2.29 #/nto/bin/dhcp.client -i en0 & /nto/bin/netmanager sleep 5 /nto/bin/portmap &