Hi,
I am trying to use pppd in OMAP l137 board, In order for pppd to work kernel has to be compiled with ppp options set in the configuration file. For omapl137 da830_omapl137_defconfig file is used for kernel configuration & in that file i have set the particular options given below
CONFIG_PPP=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=y
CONFIG_PPP_SYNC_TTY=y
CONFIG_PPP_DEFLATE=y
CONFIG_PPP_BSDCOMP=y
CONFIG_PPPOE=y
Even after compiling kernel with above option i am getting error like "couldn't open the /dev/ppp device no such device or address. /usr/sbin/pppd :Please load the ppp_generic kernel module"
mknod /dev/ppp c 108 0
chmod 600 /dev/ppp
Even after creating ppp node & giving the above permission, still the error occurs.
Can anyone provide the solution for the above given problem
Regards
Jitendra