LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Changing the load order of modprobe (https://www.linuxquestions.org/questions/linux-hardware-18/changing-the-load-order-of-modprobe-245240/)

keithcsl 10-20-2004 03:48 PM

Changing the load order of modprobe
 
Hi

In /etc/modprobe.conf, I have

alias host_adapter sata_sil
...
alias host_adapter1 aacraid

As you can see, there are 2 scsi controllers being loaded. I have only added the aacraid recently, so before that, I had these mappings:

SATA HD1 - /dev/sda
SATA HD2 - /dev/sdb

After getting aacraid installed, I now have

SCSI HD1 - /dev/sda
SATA HD1 - /dev/sdb
SATA HD2 - /dev/sdc

Because the SCSI is now /dev/sda, I cannot boot into linux anymore. I need to make the SCSI HD appear as /dev/sdc, but it always gets loaded first by the kernel. Any ideas?

There must be a way to tell the kearnel to load sata_sil before aacraid...

Regards
Keith

shazam75 10-21-2004 12:28 AM

run linuxconf and see if you can make changes there?

Regards

keithcsl 10-21-2004 01:14 AM

Hi shazam75

Thank you for your suggestion. I actually figured it out, I forgot to compile the new bzImage after modifying the modprobe.conf.

All is well now.

Thanks
Keith

shazam75 10-21-2004 04:09 AM

Glad you worked it out
 
I am a newbie - so I am very happy you worked that out - Linux is a box full of challenges, and the rewards are wonderful.

I would never have know to recomplie the bzImage.

Regards!


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