On Mon, 21 Mar 2005 at 4:00pm, Brian Cuttler wrote > [EMAIL PROTECTED] admin]$ /sbin/lsmod > Module Size Used by Tainted: P > soundcore 6404 0 (autoclean) > st 31660 0 (autoclean) > agpgart 48128 3 (autoclean) > nvidia 1764992 11 (autoclean) > sd_mod 13516 0 (unused) > iscsi_module 153644 2 > autofs 13268 0 (autoclean) (unused) > 3c59x 30736 1 > ipchains 51888 3 > sg 36524 0 (autoclean) > sr_mod 18136 0 (autoclean) > ide-scsi 12208 0 > scsi_mod 107544 6 [st sd_mod iscsi_module sg sr_mod ide-scsi] > ide-cd 35712 0 > cdrom 33728 0 [sr_mod ide-cd] > keybdev 2976 0 (unused) > mousedev 5556 0 (unused) > hid 22244 0 (unused) > input 5856 0 [keybdev mousedev hid] > usb-uhci 26412 0 (unused) > usbcore 79040 1 [hid usb-uhci] > ext3 70784 5 > jbd 51924 5 [ext3]
And there's the problem -- aic7xxx isn't loaded. Since your library is hanging off that adapter, the driver needs to get (and stay) loaded. What's the output of 'cat /etc/modules.conf'? You need a line in there like this: alias scsi_hostadapter aic7xxx If that is in there, again, check /var/log/messages for SCSI errors. -- Joshua Baker-LePain Department of Biomedical Engineering Duke University
