> Update,
>   I have removed the original kernel-2.2.16 source and headers,
> reinstalled and recompiled with the attached configuration file.  I
> still receive the error on boot:
> 
>    unresolved dependencies in /lib/modules/2.2.16-22/scsi/sd_mod.o

Did you look in the file /lib/modules/2.2.16-22/modules.dep and see if
it listed the dependent file sd_mod.o needs?

> and
> neither the zip or OnStream tape SCSI devices or the ATAPI cdrom can
> been seen although I can mount the cdrom as usual (?).

By it cannot be seen, are you talking about it cannot be seen be
cdrecord or xcdroast or something like that? 

I think it goes something like this. Without ide-scsi emulation,
mounting the CDROM uses the block device files, typically /dev/hdc and
the ide-cd driver. With ide-scsi emulation, mounting the CDROM uses
different block device files, typically /dev/scd0 or /dev/sr0 (they are
the same thing) and the sr driver. But cdrecord and scdroast access the
device via the character device files, typically /dev/sg0, and uses the
sg device drivers.

One thing that will help with this part is to execute "dmesg", and post
any lines that appear to apply to disks. This gives a lot of very useful
info about how the system recognizes devices and what drivers are
loaded.

> 
>   Also, tell me if I am correct.  In xconfig, if I load a saved named
> configuration file, and then select 'save and exit', the configuration
> file will be saved to be used by 'make dep clean bzImage'.  If I am
> correct what is the name of this file /  '.config' ?
> 
> Thanks again to all for helping.
> 
> Bob
>       M       Include IDE/ATAPI CDROM Support CONFIG_BLK_DEV_IDECD

If you want to use the CDRW features, you are probably better off
answering N to that one, though I don't think that is your problem here.

Duane



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to