View previous topic :: View next topic |
Author |
Message |
Nille n00b
Joined: 21 Apr 2004 Posts: 23 Location: Belgium
|
Posted: Sun May 05, 2013 4:59 pm Post subject: sas controller issues |
|
|
Hello
i've been stuck with this problem for last two days. I can't see any more options. Searching the webz gave me no help really...
I'm building a new server.
Norcotek RPC-4224,
Intel S5520SC board + 1 Xeon L5640,
12GB, 120GB SSD for boot,
Supermicro AOC-SAS2LP-MV8 sas controller
For testing purposes: 4x 500GB drives on with
The problem:
Been a while building a new Gentoo system, but first kernel was ok. System was working nicely.
Compiled new kernel to add the sas controller support.
Added SCSI support, included the mvsas driver, system booted fine. With 4 errors while detecting the 4 disks.
[7.178256] sas: ATA device seen but CONFIG_SCSI_SAS_ATA=N so cannot attach
So, i said: OK, let's enabled that option. ATA support for libsas. Was idd unchecked. But when i rebooted with new kernel i get kernel panic. System hangs.
Been enabling various option throughout the kernel config, but to no avail. I'm stuck between the 'no attached drives' and 'kernel panic'.
Any suggestions?
Thanks in advance. _________________ i don't know what i want, but i want it now! |
|
Back to top |
|
|
roarinelk Guru
Joined: 04 Mar 2004 Posts: 520
|
Posted: Sun May 05, 2013 7:38 pm Post subject: |
|
|
please post the actual panic message and all scsi/ata related kernel messages preceding it |
|
Back to top |
|
|
Jaglover Watchman
Joined: 29 May 2005 Posts: 8291 Location: Saint Amant, Acadiana
|
|
Back to top |
|
|
s4e8 Guru
Joined: 29 Jul 2006 Posts: 311
|
Posted: Mon May 06, 2013 12:01 am Post subject: |
|
|
driver mvsas use libsas & libata. you should enable
Code: | SCSI device support --->
SCSI Transports --->
-*- SAS Domain Transport Attributes
[*] ATA support for libsas (requires libata)
<*> Serial ATA and Parallel ATA drivers ---> |
|
|
Back to top |
|
|
|