Using the AdvanSys SCSI driver in kernel version 2.6.16

The AdvanSys SCSI support driver was marked as broken in 2.6.16 so does not appear in kernel config, it still works though and if you need to use it you can follow the instructions below:

Change into:/usr/src/linux/drivers/scsi.

Open the file called Kconfig in your favourite editor.

Search for SCSI_ADVANSYS.

Replace the line:

depends on (ISA || EISA || PCI) && SCSI && BROKEN

With:

depends on (ISA || EISA || PCI) && SCSI

Recompile your kernel.

Last updated: 28/06/2006