This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux PPP in omapl137

Other Parts Discussed in Thread: OMAP-L137

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