how to install adaptec scsi card on Fc2

Paul Howarth paul at city-fan.org
Tue Aug 31 18:29:15 UTC 2004


On Tue, 2004-08-31 at 20:40, walkanaers at noos.fr wrote:
> Herr Alexander, Das ist in mein dektop :
> [root at localhost root]# fdisk -l /dev/sda
> [root at localhost root]# alias_scsihostadapter aic7xxx /etc/modprobe.conf
> bash: alias_scsihostadapter: command not found
[root at localhost root]# alias scsi_hostadapter aic7xxx >>
/etc/modprobe.conf
> bash: alias: scsi_hostadapter: not found
> bash: alias: aic7xxx: not found
> 
You missed the `echo' from the start of this command. It should be:

[root at localhost root]# echo "alias_scsihostadapter aic7xxx" >>
/etc/modprobe.conf

> [root at localhost root]# modprobe aic7xxx
> [root at localhost root]# mkinitrd /var/tmp/initrd-$(uname -r).img $(uname -r)
> [root at localhost root]# mv /var/tmp/initrd-$(uname -r).img /boot/
> mv: écraser `/boot/initrd-2.6.8-1.521.img'?
> 
> Ich antworte ya oder nein? Bitte

You only need to do any of these commands if your system requires the
SCSI adapter at boot time. It appears that yours does not (booting from
IDE disks?). So you don't need the scsi_hostadapter line in your
/etc/modprobe.conf and you don't need to rebuild your
/boot/initrd-2.6.8-1.521.img file.

Paul.
-- 
Paul Howarth <paul at city-fan.org>





More information about the fedora-list mailing list