Skip to content

Instantly share code, notes, and snippets.

@darrik
Created March 10, 2019 14:42
Show Gist options
  • Save darrik/59bc6bce3d06ff7dfcd3db500bcb65b6 to your computer and use it in GitHub Desktop.
Save darrik/59bc6bce3d06ff7dfcd3db500bcb65b6 to your computer and use it in GitHub Desktop.
AMD and ASM1062 based raid card
hardware:
cpu: AMD Ryzen 7 1700
mb: Gigabyte AX370-GAMING K3
raid: ST Lab A-590 PCIe SATA 6G 8channel
- lspci: SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 02)
problem 1:
ata13: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
ata13.00: link online but device misclassified
ata13: link online but 1 devices misclassified, retrying
ata13: reset failed (errno=-11), retrying in 10 secs
ata13: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
ata13.00: link online but device misclassified
ata13: link online but 1 devices misclassified, retrying
ata13: reset failed (errno=-11), retrying in 35 secs
ata13: limiting SATA link speed to 3.0 Gbps
ata13: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
ata13.00: link online but device misclassified
ata13: link online but 1 devices misclassified, device detection might fail
solution:
disabled IOMMU in bios.
and when I tried to read from the drives I arrived at problem 2:
Uhhuh. NMI received for unknown reason 31 on CPU
Dazed and confused, but trying to continue
Do you have a strange power saving mode enabled?
solution:
disabled AMD Cool&Quiet and Global C-State Control in bios.
----
I didn't have these issues with Intel Core i5-2500K and MSI H67MA-E45 motherboard.
The raid card really doesn't like Seagate IronWolf 8TB drives, however.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment