ppp on 2.6.18

2008-06-16 Thread mohammed shareef
Dear all, i have enabled ppp services when configuring the kernel 2.6.18. the kernel bootup of omap5912 osk says this: PPP generic driver version 2.4.2 PPP Deflate Compression module registered PPP BSD Compression module registered but when i type pppd -h in the osk console i get: # pppd -h

Re: ppp on 2.6.18

2008-06-16 Thread James Chapman
mohammed shareef wrote: Dear all, i have enabled ppp services when configuring the kernel 2.6.18. the kernel bootup of omap5912 osk says this: PPP generic driver version 2.4.2 PPP Deflate Compression module registered PPP BSD Compression module registered but when i type pppd -h in the osk

Re: ppp on 2.6.18

2008-06-16 Thread mohammed shareef
I downloaded a 2.4.4 ppp package and did the following to compile it for my omap-osk: ./configure --host=arm-linux --prefix=/root/Desktop/pppbuild make make install then i copied the binaries to the filesystem of my omap. but when i say: pppd -h the system hangs. i guess this is because my

Re: ppp on 2.6.18

2008-06-16 Thread James Carlson
mohammed shareef writes: I downloaded a 2.4.4 ppp package and did the following to compile it for my omap-osk: ./configure --host=arm-linux --prefix=/root/Desktop/pppbuild make make install then i copied the binaries to the filesystem of my omap. but when i say: pppd -h the system

Re: ppp on 2.6.18

2008-06-16 Thread James Chapman
mohammed shareef wrote: I downloaded a 2.4.4 ppp package and did the following to compile it for my omap-osk: ./configure --host=arm-linux --prefix=/root/Desktop/pppbuild make make install The configure script isn't one that supports cross compilation, unfortunately. So it is likely that you