I have gotten qnet running and it may be due to me trying to run a USB barcode scanner too but performance is simply "weird". I have to try this on one of my other Audreys without the usb keyboard stuff.
If I go from my PC (QNX 6.0) to my Audrey performance is great. If I go from Audrey to the PC it's horrendous. A cd to /net/qnx60 on Audrey takes like 30 seconds. An ls once in there takes minutes. The other way around takes a 1/2 second.
It's possible that it's the way I'm mounting my USB ethernet issuing a second io-net to do it which creates a second io-net process (supposedly a no-no):
io-net -dklsi -pttcpip -oif=en0:192.168.123.51,gateway=192.168.123.254
"slaying" the original io-net hangs the Audrey
I can't seem to come up with the appropriate mount command using something like:
mount -Tio-net -oif=en0:192.168.123.51,gateway=192.168.123.254 /nto/lib/devn-klsi.so
I've tried to create all sorts of config files under /etc and those don't seem to do anything.
Anybody doing any better or know how to avoid the double io-net process?
Also does any one know how to manipulate .script? The directory eludes me at the moment. It seems to be binary but there's a lot of strings in there that seem to be setting things like environment variables. It also seems to be where the first io-net is being started.