[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

re:kernel compilation/module problems



On Mon, 21 Jul 1997, Aaron Christopher Finney wrote:

> Maybe someone here can help me with this one, I don't really know what I'm 
> doing. Following the instructions for recompiling my kernal with sound and 
> only the features I wanted, I rebooted only to get all kinds of insmod 
> errors, pages full. I went to my /lib/modules/2.0.30 directory and cleaned 
> out all of the files in there. Those errors went away, but of course my 
> mods don't load and I get a 'can't find module net-pf-1-4' errors on boot. 
> Is there something that I need to do to the Makefile or something to point 
> to where my modules are stored? I'm a bit confused.

The fast list of instructions is:

 - mv /lib/modules/x.x.x/ to /lib/modules/x.x.x.OLD
   (x.x.x is your kernel version)
 - make menuconfig
 - make dep
 - make clean
 - make zlilo
 - make modules
 - make modules_install
 - depmod -a

And edit /etc/conf.modules for those other errors to be like:

#alias scsi_hostadapter 53c7,8xx
#alias eth0 3c509
alias net-pf-4 off
alias net-pf-5 off

Hugo.

	+------------------------+------------------------------+
	| Hugo van der Kooij     | mailto:hvdkooij caiw nl      |
	| Oranje Nassaustraat 16 | http://www.caiw.nl/~hvdkooij |
	| 3155 VJ  Maasland      | (De man met de rode hoed)    |
	+------------------------+------------------------------+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]