LINUX INTERNET

LINUX INTERNET

Post by Philipp Heis » Wed, 10 Feb 1999 04:00:00



how to get ppp in the kernel ?!
in the howto file i read that the kernel had to be new compiled or
something like that . i am a
newbie in linux and i only want to know how to get in the internet over
linux.

please help me !

:-)

 
 
 

LINUX INTERNET

Post by Karl Heye » Wed, 10 Feb 1999 04:00:00



> how to get ppp in the kernel ?!
> in the howto file i read that the kernel had to be new compiled or
> something like that . i am a
> newbie in linux and i only want to know how to get in the internet over
> linux.

> please help me !

> :-)

I would guess ppp is available as a kernel loadable module. I'll assume
you've
installed from a standard distribution, like redhat.  ppp doesn't have to
be in
the kernel itself.

use lsmod to list the loaded modules. if ppp isn't there then try modprobe
ppp
and lsmod again. If it appears, then all you haven't done is configured the
link,
which will depend on your distribution, could be linuxconf or some kde
based
pppdialer.   need more info really.

karl