os: debian 3.1r4
kernel: 2.6.19.1-smp (latest)
motherboard: intel 945gntl
scsi card: adaptec 29320alp-r (with driver version 2.0.15)
cpu: intel p4d 805
ram: 2gb
problem 1:
i have created raid 1 by adaptec 29320alp-r raid card (with driver version 2.0.15), in debian, when i type command "fdisk -l", it shows two harddisks rather one harddisk as follow:
Disk /dev/sda doesn't contain a valid partition table
Disk /dev/sdb doesn't contain a valid partition table
Disk /dev/sda: 73.4 GB, 73407868928 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdb: 73.4 GB, 73407868928 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
problem 2:
because of problem 1, so i try to download and install the latest adaptec driver from http://download.adaptec.com/scsi/linux/ ... ux-2.6.tgz
steps:
1.extract the driver
2.in linux, type command "cd aic7xxx"
3.in linux, type command "make"
error message shown as below:
make: *** No rule to make target `/aic7xxx_seq.h', needed by `/aic7xxx_core.o'. Stop.
how can i install the driver??