On Tue, 28 Dec 1999, Gerry Doris wrote:

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

 I compile all the kernel, do a make modules make
modules-install.. make bzImage..
 
> 
> The full command in the /usr/src/linux directory should be:
> 
> make dep modules modules_install bzImage

I know, I have been compiling kernels for years. This is a new one for me.
I have never had problems before. This computer is a new one to my linux
group and it is the first kernel compile on there.
 
> Prior to running this you should go into the /lib/modules directory and:
> 
> mv 2.2.16 2.2.12.old 

Pardon me, but what does this accomplish? I am recompiling a stock 
 
> 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

better yet, here is my config:
CONFIG_BLK_DEV_IDESCSI=m

#
# SCSI support
#
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=m
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m
# CONFIG_SCSI_MULTI_LUN is not set 
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y

CONFIG_AIC7XXX_CMDS_PER_DEVICE=8
CONFIG_AIC7XXX_PROC_STATS=y
CONFIG_AIC7XXX_RESET_DELAY=5
CONFIG_SCSI_IPS=m  
CONFIG_SCSI_ADVANSYS=m
CONFIG_SCSI_IN2000=m
CONFIG_SCSI_AM53C974=m


This is the part you want to see. This one is still a stock redhat kernel,
besides turning off ftape support. advansys is my card type, and its in
the /lib/modules...scsi area. My other pc has the same setup and it works
fine on 2.2.13.

btw: I made a mistake, its block-major-8. Scsi right?

This is all confusing me.. Why this doesn't work is beyond me. 
Jeff
 
> 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.
> 


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

Reply via email to