Search results

  1. A

    [TUTORIAL] Compile Proxmox VE with patched intel-iommu driver to remove RMRR check

    Thank you for your answering, i'm really novice to do these patch, is there some video tutorial link for patch applying? My proxmox installation is to follow default installation, I don't know my kernel version
  2. A

    Update broke passthrough

    Don't know more that dude, I'm too beginner on this topic
  3. A

    [TUTORIAL] Compile Proxmox VE with patched intel-iommu driver to remove RMRR check

    Hello Guys, for my case also, I have HP DL380 Gen8 so the question is, is it possible to fix this issue or not for my case? Of course I receive all error mention on this topic: root@pve:/etc/apt# dmesg | grep -e IOMMU [ 1.599043] DMAR: IOMMU enabled [ 3.307115] DMAR-IR: IOAPIC id 10 under...
  4. A

    Error on dmesg and IOMMU not found on log message

    One details that I miss to say is on the message log and not on syslog I see that the DMAR: IOMMU is correctly enabled.
  5. A

    Update broke passthrough

    I've the same issue, and the first to check is if IOMMU is on or not on your motherboard, normally for intel VT-D option. The way is to check first on you shell if it's ok or not, the command is: dmesg | grep -e DMAR -e IOMMU If there is no response so try to check them first.
  6. A

    Error on dmesg and IOMMU not found on log message

    Hi guys, Actually I'm trying to follow the passthrough tutorial to use directly my graphic card on Windows VM under proxmox. When I try this command dmesg | grep -e DMAR -e IOMMU, but nothing appear. In the dmesg log I've a lot of error and want to fix then first. [66532.882862] DMAR: [DMA...