Hi Everyone. I need a little help here
I decided do install PVE but my SATA Controller doesn't get recognized. Tested on Windows and everything works fine, so not a hardware problem.
lspci -v returned that:
....
Having in mind this controller is a SATA one and not a PATA, I tried the following:
Tried to blacklist pata_acpi according to this post:
https://unix.stackexchange.com/ques...sata-controller-106x-not-working-under-ubuntu
After rebooting, nothing changed. The same pata_acpi being loaded.
Then, digging bit further, found this:
https://lore.kernel.org/linux-ide/YVx5aRInLEvV3eaQ@slm.duckdns.org/T/
and this:
https://bbs.archlinux.org/viewtopic.php?id=271095
Saying my controller is not listed in the ahci.c file.
The problem is, these links are not talking about PVE, they are talking about Ubuntu and I couldn't find an ahci.c file in PVE
(or am I not looking on the right place?).
My board highlited in the ahci.c mentioned above: https://github.com/torvalds/linux/blob/master/drivers/ata/ahci.c#L604
Any help would be apreciated.
I decided do install PVE but my SATA Controller doesn't get recognized. Tested on Windows and everything works fine, so not a hardware problem.
lspci -v returned that:
....
Code:
04:00.0 IDE interface: ASMedia Technology Inc. Device 0624 (rev 01) (prog-if 85 [PCI native mode-only controller, supports bus mastering])
Subsystem: ASMedia Technology Inc. Device 1060
Flags: bus master, fast devsel, latency 0, IRQ 10, NUMA node 0
I/O ports at ec00 [size=8]
I/O ports at e880 [size=4]
I/O ports at e800 [size=8]
I/O ports at e480 [size=4]
I/O ports at e400 [size=16]
Memory at fe02e000 (32-bit, non-prefetchable) [size=8K]
Expansion ROM at fdf80000 [disabled] [size=512K]
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [78] Power Management version 3
Capabilities: [80] Express Legacy Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [800] Advanced Error Reporting
Kernel modules: pata_acpi
Having in mind this controller is a SATA one and not a PATA, I tried the following:
Tried to blacklist pata_acpi according to this post:
https://unix.stackexchange.com/ques...sata-controller-106x-not-working-under-ubuntu
Code:
cd /etc/modprobe.d/
cp pve-blacklist.conf pve-blacklist.conf.bak
nano pve-blacklist.conf
ADD TO THE LAST LINE:
blacklist pata_acpi
update-initramfs -u
After rebooting, nothing changed. The same pata_acpi being loaded.
Then, digging bit further, found this:
https://lore.kernel.org/linux-ide/YVx5aRInLEvV3eaQ@slm.duckdns.org/T/
and this:
https://bbs.archlinux.org/viewtopic.php?id=271095
Saying my controller is not listed in the ahci.c file.
The problem is, these links are not talking about PVE, they are talking about Ubuntu and I couldn't find an ahci.c file in PVE
(or am I not looking on the right place?).
My board highlited in the ahci.c mentioned above: https://github.com/torvalds/linux/blob/master/drivers/ata/ahci.c#L604
Any help would be apreciated.