Installing a qnx 4.24 system from scratch… when trying to set up my network interface I run…
ifconfig en1 142.130.100.50 netmask 2555.255.0.0
as per the previous install…
but when I attempt to do so I receive the following error message…
ifconfig: ioctl (SIOCGIFFLAGS): no such interface
Alright the problem appears to be that my network card is not initializing properly… “Net.ether905” does not appear in the “sin” readout… Qnx 4.24 does not have the Net.ether905, but I have put a copy it into the bin folder and I do try to initialize it in with sysinit.1 file… Is there something I’m forgeting to do with the initialization of the nic…
(Yes I know it would be easier just to upgrade Qnx to a higher version, but I’m a student on workterm with the gov. so not really an option…)
If you try to use Net.ether905 from 4.25, copy also “Net”, “nettrap”, and “netinfo”. Then try to start your network with “nettrap start” (or “nettrap query” to see if it try to start properly). I have done the same in the past and it worked (but I don’t remember what was the exact 4.25 version I have grabbed those utils from).