Recent content by totototototo

  1. T

    Add a SSD to an existing setup with ZFS, partially as root and partially as ZFS cache

    I have been searching for articles on moving the system root to another volume, can't find any useful. and as well i am considering if i could move an existing proxmox system to a new SSD. Current setup: 4 HDDs as ZFS size 7T. - Proxmox is setup on this - and all VM hdd images are on this...
  2. T

    [Proxmox 5.3] How could I have Intel HD Audio passthru? I lost Network after it

    Yes, that is one workaround. My motherboard has a built-in wifi, i am struggling to get it working in Proxmox, then it serves as the Management NIC and the Internet connecting NIC. Not sure if there is any [How-to] around the internet. this looks like the wifi...
  3. T

    [Proxmox 5.3] How could I have Intel HD Audio passthru? I lost Network after it

    /etc/default/grub: GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on video=efifb:off i915.enable_gvt=1 pcie_acs_override=downstream"
  4. T

    [Proxmox 5.3] How could I have Intel HD Audio passthru? I lost Network after it

    This Audio device is in the same IOMMU group with the Network. 00:1f.3 being the Audio device 00:1f.5 being the Ethernet device I read something about ACS override (pcie_acs_override=downstream), having tried putting to /etc/default/grub as an option, update-grub, reboot, no success.