Unable to make realtek 8139 ethernet work in qnx 6.1

io-net -d rtl -p tcpip gives the following error :

unable to init dll devn-rtl:no such device

Even
slay -f io-net
io-net -d rtl did=0xFFFF,vid=0xFFFF,verbose -p tcpip

(did and vid from pci -v)

doesn’t work.

Any suggestions ?
TIA

did and vid are 0xFFFF in your pci output?

Hi!
I have the same problem.
Didi you solve it?

You have the same problem in that your DID and VID are 0xFFFF or that the rtl driver won’t start? If it is that it won’t start post the output from…

uname -a
ls -l /lib/dll/devn-rtl.so

The usual reason for networking to not work with a supported network card is: - You are using QNX 6.2.1 and haven’t finished the full install of Momentics.

To do so put the qnx cd in the drive and then run up the installer. It will prompt you to install a couple of patches and then the Momentics package.

That should get you going.

The original topic seems to indicate this is a QNX 6.1 installation.

do the following. i am sure its gonna work now.

#pci-bios &
#waitfor /dev/pci
#io-net -d rtl -p tcpip (or what ever stack u want)
#waitfor /dev/socket
#ifconfig en0 xxxx.xxxx.xxxx.xxxx.xxxx(ip address u want) netmask xxxx.xxxx.xxxx.xxxx(mask)
#route add default xxxx.xxxx.xxxx.xxxx(default address)

let me know if u still have problems! happy to help u.