asubedi Tux's lil' helper
Joined: 26 Mar 2003 Posts: 105
|
Posted: Thu Oct 28, 2004 4:01 pm Post subject: sata raid on K8N-E deluxe |
|
|
Hi,
Has anyone been able to get sata raid working for this motherboard?
I'm using 2.6.9-gentoo-r1 kernel. I've these things compiled into the kernel:
AMD and nVidia IDE support
Serial ATA support
NVDIA SATA support
Silicon Image SATA support
Here is the relevant part of dmesg
Code: |
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
NFORCE3-250: IDE controller at PCI slot 0000:00:08.0
NFORCE3-250: chipset revision 162
NFORCE3-250: not 100% native mode: will probe irqs later
NFORCE3-250: BIOS didn't set cable bits correctly. Enabling workaround.
NFORCE3-250: 0000:00:08.0 (rev a2) UDMA133 controller
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0...
hda: SONY CD-RW CRX320E, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: SONY DVD RW DRU-710A, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide2...
ide2: Wait for ready failed before probe !
Probing IDE interface ide3...
ide3: Wait for ready failed before probe !
Probing IDE interface ide4...
ide4: Wait for ready failed before probe !
Probing IDE interface ide5...
ide5: Wait for ready failed before probe !
hda: ATAPI 52X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdc: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
3ware Storage Controller device driver for Linux v1.26.00.039.
3w-xxxx: No cards found.
libata version 1.02 loaded.
sata_sil version 0.54
ACPI: PCI interrupt 0000:02:0c.0[A] -> GSI 16 (level, low) -> IRQ 217
ata1: SATA max UDMA/100 cmd 0xFFFFFF0000016080 ctl 0xFFFFFF000001608A bmdma 0xFF
FFFF0000016000 irq 217
ata2: SATA max UDMA/100 cmd 0xFFFFFF00000160C0 ctl 0xFFFFFF00000160CA bmdma 0xFF
FFFF0000016008 irq 217
ata3: SATA max UDMA/100 cmd 0xFFFFFF0000016280 ctl 0xFFFFFF000001628A bmdma 0xFF
FFFF0000016200 irq 217
ata4: SATA max UDMA/100 cmd 0xFFFFFF00000162C0 ctl 0xFFFFFF00000162CA bmdma 0xFF
FFFF0000016208 irq 217
ata1: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4003 85:3469 86:3c01 87:4003 88:207f
ata1: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
ata1: dev 0 configured for UDMA/100
scsi0 : sata_sil
ata2: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4003 85:3469 86:3c01 87:4003 88:207f
ata2: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
ata2: dev 0 configured for UDMA/100
scsi1 : sata_sil
ata2: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4003 85:3469 86:3c01 87:4003 88:207f
ata2: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
ata2: dev 0 configured for UDMA/100
scsi1 : sata_sil
ata3: no device found (phy stat 00000000)
scsi2 : sata_sil
ata4: no device found (phy stat 00000000)
scsi3 : sata_sil
Vendor: ATA Model: ST3160827AS Rev: 3.00
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: ST3160827AS Rev: 3.00
Type: Direct-Access ANSI SCSI revision: 05
sata_nv version 0.03
ACPI: PCI interrupt 0000:00:0a.0[A] -> GSI 22 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:00:0a.0 to 64
ata5: SATA max UDMA/133 cmd 0x9F0 ctl 0xBF2 bmdma 0xC800 irq 169
ata6: SATA max UDMA/133 cmd 0x970 ctl 0xB72 bmdma 0xC808 irq 169
ata5: no device found (phy stat 00000000)
scsi4 : sata_nv
ata6: no device found (phy stat 00000000)
scsi5 : sata_nv
SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sda: drive cache: write back
/dev/scsi/host0/bus0/target0/lun0: p1 p2 p3 p4 < p5 p6 p7 p8 >
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sdb: drive cache: write back
/dev/scsi/host1/bus0/target0/lun0: unknown partition table
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
|
I have never setup raid before and I do not understand what it all means. Do you think sata raid is detected but not configured correctly?
I compiled another kernel with only `AMD and NVIDIA IDE support' (removing the new raid options). The kernel paniced and the message was `root=' option was incorrect. May be this time raid was detected and the device name is different for raid disks? What would be the device names for raid disks, I tried md0, md2, md3, mda3, etc. With other kernel I used the option root=/dev/sda3.
Any help would be greatly appreciated! |
|