Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Enbaling pppmgr in io-pkt: Page 1 of 3 (3 Items)
   
Enbaling pppmgr in io-pkt  
Hi 

We recently updated QNX version from 6.3.2 to 6.4, in earlier routines we use to find ppp trafic using (i addded pppd as
 binary in my build).

cat /dev/socket/pppmgr

But this command is giving ..pppmgr not implemented.
It seems that i need to include pppmgr as part of my bsp build ..is it correct ?

I read in some webpages that i need to add  new line as below

io-pkt -v4 -dmpc85xx syspage
io-pkt -v4 -ppppmgr   // newly added 

ifconfig en1 192.168.3.10 netmask 255.255.255.0

when i did this after build my target is booting but once i do ifconfig am not finding en1 ... it is not enabling en1, 
once i remove statement that i added every thing is fine.

So now how/where to add pppmgr.

thanks
Ravi