Filby, Gordon wrote:

> 1. ppp. do I have to recompile the kernel just to get ppp support? I've done
> this with previous versions and had no trouble but with 6.1 after installing
> the default version and subsequently trying to add ppp I get "system too
> big" and "try make bzImage" error 2 . When I do this it is still too big.

Got the same message when trying to compile my first own kernel
yesterday. I solved it by putting some drivers and other options as
modules into the kernel. Actually I learned that you only have to have
the most essential stuff directly into your kernel (or drivers that are
fairly new and don't have a module version yet). The kernel-deamon takes
care of loading or unloading modules that are needed or not needed
anymore. In this way you get a much smaller kernel size which is faster
to load.

> Hence the question. Also perhaps I've misunderstood something (am fairly new
> to Linux) but as ppp is so  frequently used why isn't it in the default
> kernel?

Probably for the same reason. You can just configure it as a module. In
that way it only gets loaded when it's needed.

Good luck,


Marcel
-- 
-----------------------------------------------------------------
   Marcel Donker                            ASM Lithography
   Software Development ATLAS               Run 6665
   mailto:[EMAIL PROTECTED]             5504 DT Veldhoven
   Phone: +31-(0)40-2305321                 The Netherlands
-----------------------------------------------------------------
   "Portability is for people who cannot write new programs"
                                             - Linus Torvalds
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to