Hi I had ppp compiled into my last kernel 
and i thought i had it in my kernel but things do not seem to work.

I am running 2.0.35 

this is what i get from the kernel dmesg


        [root@z5 /root]# dmesg
        ...
        PPP: version 2.2.0 (dynamic channel allocation)
        PPP Dynamic channel allocation code copyright 1995 Caldera, Inc.
        PPP line discipline registered.

Modules list

        [root@z5 net]# lsmod
        Module         Pages    Used by
        pnp               11            0
        uart401            2            0
        opl3               4            0
        ad1848             8            0
        midi               7    [pnp uart401 opl3 ad1848]       0
        soundbase         44    [pnp uart401 opl3 ad1848 midi]  0
        sndshield          1    [pnp uart401 opl3 ad1848 midi soundbase] 0
        [root@z5 net]#

add slhc.o and ppp.o
        [root@z5 net]# insmod slhc.o
        [root@z5 net]# insmod ppp.o

Modules list after adding slhc.o and ppp.o

        [root@z5 net]# lsmod
        Module         Pages    Used by
        ppp                5            0
        slhc               2    [ppp]   0
        pnp               11            0
        uart401            2            0
        opl3               4            0
        ad1848             8            0
        midi               7    [pnp uart401 opl3 ad1848]       0
        soundbase         44    [pnp uart401 opl3 ad1848 midi]  0
        sndshield          1    [pnp uart401 opl3 ad1848 midi soundbase] 0
                                    
Try pppd

        [root@z5 net]# pppd
        pppd: This system lacks kernel support for PPP.  This could be because
        the PPP kernel module is not loaded, or because the kernel is
        not configured for PPP.  See the README.linux file in the
        ppp-2.3.3 distribution.

        [root@z5 net]#


What do you think I am doing wrong?

Robert Steele
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to