[102331] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Re: modules problem..need help quickly

daemon@ATHENA.MIT.EDU (Emmanuel Papirakis)
Wed Dec 2 14:13:25 1998

From: "Emmanuel Papirakis" <epapirakis@hotmail.com>
To: redhat-list@redhat.com
Date: Wed, 02 Dec 1998 11:08:28 PST
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com

Hey (again),

	sometimes there are a few bugs in the kernel makefile or something. 
Some modules that you didn't ask to be compiled are looked for at boot 
time. But don't worry, it doesn't change anything.

	If you want to load additionnal modules at boot time (you could have 
compiled them in the kernel, you know....), you can just edit the 
/etc/rc.d/rc.local file and add something like: 

case `uname -r` in
	2.0.*)
		modprobe <some 2.0.* module>;;
        2.1.*)
                modprobe <modules that are only in 2.1.*>;;
esac

	I prefere modprobe to insmod, because it automaticly loads modules 
dependencies.

				Papi




______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
		http://www.redhat.com http://archive.redhat.com
         To unsubscribe: mail redhat-list-request@redhat.com with 
                       "unsubscribe" as the Subject.


home help back first fref pref prev next nref lref last post