LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Adaptec AHA2940 SCSI Startup (https://www.linuxquestions.org/questions/linux-newbie-8/adaptec-aha2940-scsi-startup-353594/)

GibsonDL 08-15-2005 04:52 PM

Adaptec AHA2940 SCSI Startup
 
I recently added an Adaptec AHA2940 SCSI card to my PC to which I connected an Atlas 18GB disk. On boot-up the BIOS was correctly installed and Mandrake Linux 10.1 started up correctly. However it did not detect the new card or disk. Checking on this site I found someone else had a similar problem and the solution quoted of executing the command "modprobe aic7xxx" also worked for me and I was then able to format and mount the disk sucessfully; I also made a suitable entry in /etc/fstab such that the disk would be mounted on reboot. However, on attempting to reboot the PC all references to the disk appeared to have vanished and indeed "fstab" had to be edited to remove the reference to "sda1" before it would restart. To enable the SCSI disk to be permanently added to the system, do I need to re-installed Mandrake Linux such that the requisite module and drivers are picked up, or is it possible to edit the "start-up" script to include the "modprobe" command? If it's the latter, which file should I be editing and whereabouts should I include the command.

I'm sure to those familiar with Linux this is very straightforward, but to a newbie such as myself it's a bit of mystery.

bathory 08-16-2005 01:58 AM

Just edit /etc/modprobe.preload and add the entry "aic7xxx" in it.

GibsonDL 08-16-2005 05:07 PM

Thanks - your suggestion has worked perfectly! /etc/fstab was even updated as well during the start-up process!


All times are GMT -5. The time now is 11:11 PM.