According to [EMAIL PROTECTED]: While burning my CPU.
> 
> hi i am new to linux (redhat 5.0 kernel 2.0.31) and i would like to get
> connected to my ISP with it, but can seem to be able to do it. ive
> recompiled the kernel several times enabling PPP but after im done it gives
> me the error up above.

If you installed redhat 5.0 and let de instalation do all the work, then you
have installed a kernel with kernel_modules, now all you "should need to do"
is 'modprobe ppp' that "should" install the PPP module and give you PPP
support. 

> 
> how i do the kernel is as follows:
> 
> cd /usr/src/linux
> make menuconfig then i select the options like changing from 386 to pentium
> enabling ppp
> make dep
> make clean
> make vmlinux
> make boot
> make zlilo
 ^^^^^^^^^^^^^
This will install the kernel image in the "/" directory, a normal Redhat
installation will look into the "/boot" directory for "vmlinuz".

If you insist on using make zlilo you will need to edit
/usr/src/linux/Makefile line 75 and remove the #.

Now make zlilo will install vmlinuz in /boot.
But remember there is a symlink in the /boot directory pointing to the
kernel image.

> 
> which all seem to work fine then i reboot and log in as normal and try to
> get PPP working with the ppp-on and get the error

I think thats because you boot into the same kernel as you always used.

a beter idea is use make zImage and edit a new stanza into /etc/lilo.conf
for the new kernel.
Then copy ./linux/arch/i386/boot/zImage to /boot call it vmlinuz-2.0.35 or
the relative number and edit /etc/lilo.conf accordingly.
After editing issue the command 'lilo' to install the new image.

> ive read numerous FAQ's on it and from what ive read should work. im
> stumped!:(
> machine is a Pentium 200 mmx
> 96 megs ram
> 4.3 gig IDE (Win95)
> 1.2 gig IDE (linux)
> USR sportster 56K
> 
> chris.
> 
> 
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to