https://bugzilla.kernel.org/show_bug.cgi?id=111151 Alan <alan@xxxxxxxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alan@xxxxxxxxxxxxxxxxxxx --- Comment #1 from Alan <alan@xxxxxxxxxxxxxxxxxxx> --- You say "sata|ide interface: based on Marvell 88i8030 controller chip" The 88i8030 is a PATA/SATA bridge, it's not a controller chip. It's an ancient lump of glue for nailing a SATA driver to a PATA port. [1.916367] pata_amd 0000:00:09.0: version 0.4.1 [1.916383] pata_amd 0000:00:09.0: can't enable device: BAR 0 [io size 0x0008] not assigned [1.916453] pata_amd: probe of 0000:00:09.0 failed with error -22 [2.509228] pata_acpi 0000:00:09.0: can't enable device: BAR 0 [io size 0x0008] not assigned [2.509299] pata_acpi: probe of 0000:00:09.0 failed with error -22 So the BIOS hasn't configured the controller by the look of it. That or it is disabled in the NVRAM settings. It tried pata_amd, that failed it tried pata_acpi that failed for the same reason. The Ultra-AL is known to work so that suggests to me there's perhaps some kind of setting error on your board. Might be useful if you could do an lspci -vvxxx with the box booting something like a live USB installation, and then attach it. That would at least allow folks to see how the firmware has left the setup. -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html