AHA1520 config and use in 7.1

Asked by sm0ezz

I like to use AHA1520 scsi controller to my Sonny CD-Burner and 2 SCSI disks.
There is a cd-rom and main disk on the system running from ISA bus.
AHA 1520 is an ISA bus adapter, After check with modeprobe the driver should be in the kernel.
How to get this in woork?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
JonL
Solved:
Last query:
Last reply:
Revision history for this message
Best JonL (jon-nwi) said :
#1

You need to tell the kernel to run the driver - it only automatically runs drivers for PCI hardware, not ISA!

To do this you need to add the following line to the /etc/modules file. This will make the driver load at boot time.

aha152x

Revision history for this message
sm0ezz (roland-eriksson3) said :
#2

Thanks JonL, that solved my question.