|
hmm, well the first thing do do would be to log on as root
go to /usr/src/linux
type make menuconfig at the prompt
and when the menu comes up select the 'network devices' option
and see if the ppp options are selected, if not select them, make sure everything else is set to work for what you have as long as you are in there, when you exit you'll
make dep clean bzImage modules
make install modules_install
edit lilo (or grub) to point to the new kernel if there is one
if not just reboot
then try the ppp
|