You said you did a make modules_install but didn't say if you did a make
modules??


The full command in the /usr/src/linux directory should be:

make dep modules modules_install bzImage

Prior to running this you should go into the /lib/modules directory and:

mv 2.2.16 2.2.12.old 

This will ensure that you're got what you want in the way of modules once
you're done.  As the other person suggested you might want to double check what
you really did remove ie. SCSI support by doing an 

make xconfig

prior to the kernel make command.


Gerry

On 28-Dec-99 Jeff Smelser wrote:
> On Mon, 27 Dec 1999, Yoink! wrote:
> 
>> On Mon, 27 Dec 1999, Jeff Smelser wrote:
>> > I have redhat-6.1 and all I did what take out ftape support and
>> > recompiled. When I try to run the recompiled version, it gives me a kernel
>> > panic and a block-major-3 (scsi driver not found error). But it I boot up
>> > from redhat's default. Everything boots fine.
>> > 
>> > I even tried updating to 2.2.13. Same thing.
>> 
>> Check your config, you are either attempting to load a module that needs
>> ftape
>> support, a program that needs it, or you didn't "make modules", "make
>> modules_install" after you finished compiling.
>> 
>> Make sure you didn't actually remove all scsi support too.
> 
> No.. I did make modules_install and I looked:
> 
> -rw-r--r--   1 root     root        94404 Dec 28 11:59 advansys.o
> 
> this is in lib/modules/2.2.12 etc...
> 
> more conf.moddules has:
> 
> alias scsihostadapter advansys
> 
> Anything else?
> Jeff
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.



----------------------------------
E-Mail: Gerry Doris <[EMAIL PROTECTED]>
Date: 28-Dec-99
Time: 13:43:27

"The lyf so short, the craft so long to learne"  Chaucer
----------------------------------


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to