Recent content by takipeti90

  1. T

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

    Hi all, I could compile the kernel based on this tutorial, works fine. But I have a question, after the kernel compilation I modified again the ACS override patch (inserted some debug messages) and tried to recompile again with: # make The compilation has started but after 10 sec it stopped...
  2. T

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

    The HEAD on the master branch is not working, checkout the previous commit: git clone -n git://git.proxmox.com/git/pve-kernel.git git checkout HEAD^
  3. T

    PCIE ACS override not working (can not split IOMMU groups)

    yes, that was my first try Btw, I would like to recompile the kernel (insert debug messeges into the ACS patch) but I have git error: gcc --version|grep "6\.3" || false gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 test -f "submodules/ubuntu-bionic/README" || git submodule update --init...
  4. T

    PCIE ACS override not working (can not split IOMMU groups)

    Hello everyone! I'm working on my home network so I installed pfSense in a VM and I would like to pass my external NIC and M.2 wifi card to pfSense, but the external PCIE slot and the M.2 slot are in the same IOMMU group than the internal NIC. I have an Asrock J3455-ITX motherboard, where I...