Hi there,
I have QNX6.2.1 NC installed on my x86 PC! But, after successful installation it is not detecting the Network interface (en0 or en1)
I am pretty much a beginner using this platform. Can anyone please tell me step by step instructions to configure QNX for LAN access and Internet on Voyager Web browser?
Do I have to install the drivers for network (ethernet) card for QNX platform?
Thanks
Hi there,
I was experienceing the same things as you, looks like QNX isn’t too hot at working out what driver to try for various hardware.
You’ll need to find out what chipset your NIC is and then see what driver to use, then use the “pci” command to list all the PCI devices in your system, “pci” will tell you the vendor ID and Device ID of the PCI devices as well.
In my system I’ve got a built in Intel NIC, QNX doesn;t recognise it, however it does have a driver that is supposed to work with it, so what I found out was that I need to tell QNX to use a particular driver for a particular Vendor ID and Device ID :
io-net -d speedo vid=0x8086,did=0x1050 -p tcpip
that command tells QNX to use the “speedo” driver (for Intel chipsets … stupid nameing convention hey ?
and that to look for a PCI device with a Vendor ID of 8086 and a device Id of 1050, then to use the TCPIP protocol.
There’s loads more to it than that … but I’ve not learned it yet 