> resolved. I did a fresh install of Redhat 7.0 and then re-compiled the
> kernel with SCSI and the AHA152x as a module. My SCSI Zip Drive and
> Ricoh 6200s CD-Writer are yet to be recognized. I also have
> "append="aha152x=0x340,11,7,1" in my lilo.conf file.
If you compile the adaptec driver as module, that command line won't have
any effect. You either need to compile it in the kernel or add the lines
to /etc/modules.conf:
alias scsi_hostadapter aha152x
options aha152x aha152x=0x340,11
Provide as little information as possible to the driver -- it should be
able to figure out much of it on it's own.
You might also compile it as a module, then run the following once you've
logged in:
# modprobe aha152x aha152x=0x340
to see if it works without having to reboot each time.
Dave
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list