Search results

  1. M

    Trying to pass through a SATA controller on the motherboard

    root@pve:~# lspci | grep pata_acpi root@pve:~# lspci | grep ata_piix root@pve:~# nano /etc/modprobe.d/blacklist.conf root@pve:~# more /etc/modprobe.d/blacklist.conf blacklist pata_acpi blacklist ata_piix root@pve:~# update-initramfs -u update-initramfs: Generating /boot/initrd.img-5.11.22-1-pve...
  2. M

    Trying to pass through a SATA controller on the motherboard

    Thanks, but still no :( root@pve:~# more /etc/modprobe.d/vfio.conf options vfio-pci ids=8086:3a20,8086:3a26 softdep ata_piix pre: vfio-pci softdep pata_acpi pre: vfio-pci After update-initramfs -u and reboot, its unchanged: root@pve:~# lspci -k -s 00:1f 00:1f.0 ISA bridge: Intel Corporation...
  3. M

    Trying to pass through a SATA controller on the motherboard

    Tried all permutations of "all functions" and "rom-bar" too
  4. M

    Trying to pass through a SATA controller on the motherboard

    Thanks again! Those extra devices must be as you say from i440fx or q35 (I tried both during my attempts). I definitely did run update-initramfs -u and then rebooted. It looks like the driver for my SATA devices is not vfio-pci: root@pve:~# lspci -k -s 00:1f 00:1f.0 ISA bridge: Intel...
  5. M

    Trying to pass through a SATA controller on the motherboard

    Thanks for your reply. I don't really understand what I am doing here. Is this what you meant? root@proxmox:~# lspci | grep 00:1f 00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller 00:1f.2 IDE interface: Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE...
  6. M

    Trying to pass through a SATA controller on the motherboard

    Hi! I'm trying to pass through a SATA controller, so that it is available to a TrueNAS VM. I think this is more difficult than it should be due to the device being embedded on the motherboard itself. The problem is that although the VM can see the PCI device(s) the HDDs are not recognized. On...