Search results

  1. S

    [TUTORIAL] Tutorial: Unprivileged LXCs - Mount CIFS shares

    I found it rough setting these up with read/write access. Ended up finding a script someone else wrote that makes it easy: https://gist.github.com/NorkzYT/14449b247dae9ac81ba4664564669299 Make sure the container is running when you run the script. Works great! Cudos to the author. Too bad its...
  2. S

    USB 3 and Max number of devices this xHCI host supports is 32

    Wanted to follow up. I was able to get it all to work well with VMWare. I can pass up to 20 drives per VMware linux guest. VMware detects all 15 drives.
  3. S

    USB 3 and Max number of devices this xHCI host supports is 32

    Would like to pick some of your brains....I'm using a Startech PEXUSB3S44V USB 3 card: https://www.startech.com/en-us/cards-adapters/pexusb3s44v It has 4 root hubs: lspci: 18:00.0 USB controller: Renesas Technology Corp. uPD720202 USB 3.0 Host Controller (rev 02) 19:00.0 USB controller: Renesas...
  4. S

    [SOLVED] passthrough of usb-controller causes ethernet to stop

    I had this problem today....Found that the newer kernel's have the ACS patch included for PCI passthrough / iommu groups. Just make sure you use the full line in your /etc/default/grub: pcie_acs_override=downstream,multifunction For an AMD CPU: GRUB_CMDLINE_LINUX_DEFAULT="amd_iommu=on iommu=pt...
  5. S

    [PATCH] add override_for_missing_acs_capabilities.patch

    Hi All, I ran into this today. Found that the newer kernel's have the ACS patch included for PCI passthrough / iommu groups. Just make sure you use the full line in your /etc/default/grub: pcie_acs_override=downstream,multifunction Mine looks like this for an AMD CPU...