"Johnson, Chris A -ND" <[EMAIL PROTECTED]> writes: > My RAID card is an Adaptec SCSI RAID 2110S. There don't seem to be > drivers for it on the iso image.
It is possible that the drivers are there, but that they do not advertise themselves properly via a MODULE_DEVICE_TABLE declaration. This is why we need a manually-maintained "extra.pcimap" file. > I got these messages from the attempted boot: > 03:02.0 Class 0100: 9005:801d (rev 10) > 03:02.0 SCSI storage controller: Adaptec: Unknown device 801d (rev 10) > 03:02.1 Class 0100: 9005:801d (rev 10) > 03:02.1 SCSI storage controller: Adaptec: Unknown device 801d (rev 10) According to <http://pciids.sourceforge.net/>, this is an "AIC-7902B" controller. The Linux "aic79xx" might do the trick, and it does not appear to declare itself via MODULE_DEVICE_TABLE. To confirm, could you try running "modprobe aic79xx" from the shell prompt after the failure and let me know what happens? Thanks! - Pat ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
