Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - devn-fd seems not working on QNX 6.4.0: (6 Items)
   
devn-fd seems not working on QNX 6.4.0  
I have tried on a MPC8313 with QNX 6.4.0 BSP

# io-pkt-v4-hc -d fd fd=/dev/ser2,mac=0023456789AB,ahdlc  
# ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33192
        inet 127.0.0.1 netmask 0xff000000

every time I start, there are no addtional interface come out.
am I missing anything?
Re: devn-fd seems not working on QNX 6.4.0  
I have tried on VMware target, it works fine....
so I guess it is not working correct for PPC
Re: devn-fd seems not working on QNX 6.4.0  
That mac address is too short, try e.g. mac=0012345678ab, that worked for me...
Re: devn-fd seems not working on QNX 6.4.0  
ah, my eyes... That mac address was correct, sorry

Anyways, it works on x86 for me. Maybe broken on PPC then...

/P
Re: devn-fd seems not working on QNX 6.4.0  
Could you send what's in the slog after you try starting it the first time please?
/P
Re: devn-fd seems not working on QNX 6.4.0  
> Could you send what's in the slog after you try starting it the first time 
> please?
> /P


Thanks Patrik, I forgot to include devnp-shim.so
now it can correctly start
 
Thanks for your help