|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] kernel compiling woes
|
When it comes to system hardware I like to compile the hardware directly
into the kernel in stead of as a module. Modules I compile only items
that are used occasionaly. I donot like to compile anything that is not
needed into the kernel as either a module or into the kernel. This
makes for a faster more efficient system.
Did you do a "make modules" and a "make modules_install"?
Also if you compiled your eth0 as a module did you configure the boot
sequence to automatically load the module on boot? If not you need to
run insmod to load the module manually.
William Shank wrote:
>
> i'm running RH7.2 on a laptop. I compiled a new 2.4.14 kernel way back when
> it was newly released. however, I must have screwed up some of the module
> parameters, because when i boot, it doesn't recognize things like the eth0
> or usb. i want to keep the rh7.2 kernels, because i know they work (for most
> things) - so i'd like to compile my new kernel to be module compatible with
> RH's kernel. however, it appears that i don't have a configuration file with
> the original settings (i guess i overwrote the original or it newver existed
> in the first place?).
>
> anyway - i'd like to compile a new kernel but have it be able identical to
> the standard RH kernel as far as what's compiled in and what's a module.
> does anyone know where or how i can get the original kernel config file for
> a RH install?
>
> thanks
>
> chris
>
> ______________________________________________________________________
> Philadelphia Linux Users Group - http://www.phillylinux.org
> Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
> General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
--
Rev. LeRoy D. Cressy mailto:lcressy@telocity.com /\_/\
http://www.netaxs.com/~ldc ( o.o )
Phone: 215-535-4037 > ^ <
Jesus saith unto him, I am the way, the truth, and the life:
no man cometh unto the Father, but by me. (John 14:6)
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|