On 29/05/02 at 17:13 - Ajay said in public:
>Hi,
>
>I compiled and installed kernel 2.4.1 on my deb box; and as
>required also upgraded to pppd 2.4.0 and modutils 2.4.0.
>And yet I'm not able to connect to the net. wvdials and 
>connects and then drops the connection immediately. The 
>exit code is 4. 
>
>PPP options from the kernel:
>
>CONFIG_PPP=Y
>CONFIG_PPP_ASYNC=Y
># CONFIG_PPP_SYNC_TTY is not set
>CONFIG_PPP_DEFLATE=Y
>CONFIG_PPP_BSDCOMP=Y

I have compiled ppp as a module in my kernel - 2.4.18 and it works for me.

<snip>
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
# CONFIG_PPP_FILTER is not set
CONFIG_PPP_ASYNC=m
# CONFIG_PPP_SYNC_TTY is not set
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
<snip>

Even in you case whatever you have selected should work. Most problably
there is problem with your pppd or modutils. Make sure these packages are
properly upgraded.

Peace

--
Rajesh *  [EMAIL PROTECTED]  *  http://www.symonds.net/~rajesh/
Powered By : Debian GNU/Linux 2.2 R-3 [Kernel 2.4.18(ext3),Mutt 1.3.99i]
:
[Linux One Stanza Tip]  From : <[EMAIL PROTECTED]>
LOST #219        -**< Sub : Unix to DOS conversion (#1) >**-
If you have vim editor installed, the following script will do 
Unix (text file) to DOS conversion:
#!/bin/sh                           # Save u2d, chmod +x u2d
vim -c ":set ff=dos" -c ":wq" $1    # Usage: u2d filename.txt
:

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to