Search results

  1. D

    Intel Alder Lake compatibility questions

    I wonder if the gpu passthrough issue is a function of the ASrock i5-1240p and would work correctly on a more traditional pc platform. Specifically, does the asrock have proper iommu groups? I recall running the iommu script on a 12700k/z690 board some months back to see how it broke down the...
  2. D

    [SOLVED] Problem with GPU Passthrough

    Thanks for the clear instructions. Testing using a gt-710 card, b550 board, 5700g proc. GPU passed through successfully with no error codes in device mangler. I'm a bit puzzled by the last line, the snd-hda-intel.conf. Given you're using an amd platform, how is that applicable? thanks!
  3. D

    Proxmox drives configuration

    The wd550 is a basic consumer grade storage. It's just what I happened to have on hand when I built this thing. My usage isn't too heavy here. Most (all?) of those writes are from logs. The two ubuntu vm's are ext4, while truenas is zfs for the boot drive (which resides on the nvme). Sophos...
  4. D

    Assign USB Dongle to an already running VM via PVE web gui

    ^^When you say pass the entire usb card, you mean controller or port?
  5. D

    Proxmox drives configuration

    I'm running a single node proxmox box. Proxmox and vm's are on a nvme ssd (1tb, wd sn550). Onboard sata controller is passed through to truenas for direct access to drives. Board (asus x570e) has 8 onboard sata ports, 4 in use now). So far this has been working out relatively well. There's 4...
  6. D

    Onboard Intel Network

    Might be cheaper to keep your sanity and get a proper nic card? https://www.ebay.com/sch/i.html?_from=R40&_trksid=p2322090.m570.l1313&_nkw=i340-t4&_sacat=0 These are server grade and will have great compatibility. The i219 is intel's consumer bastard child of sorts, probably great windows...
  7. D

    Onboard Intel Network

    To the OP, googling that vid/pid comes back to an intel i219-v nic. Maybe there's some bios settings related to the nic that could be tweaked?
  8. D

    [TUTORIAL] Proxmox OPNsense VLAN

    Here's the interface assignment. eth0 - virtio interface for main lan eth1 - virtio interface internal to proxmox only (does not bind to any physical nic), for nextcloud vm eth2 - wan, pcie passthrough for i211 nic samdung is a guest wifi ssid Disregard the physical port -x comments, that's a...
  9. D

    Proxmox VE Trainings

    ^^Google is your friend.. https://www.languageediting.com/format-numbers-eu-vs-us/ It'd be awfully cheap training for $30USD :)
  10. D

    [SOLVED] Cyberpower Powerpanel Business broken

    Proxmox 6.4 Asus X570-e Motherboard Amd 5800x cpu 64GB ram I am running their linux version within proxmox itself (no container/vm). Using this 64 bit installer - https://www.cyberpowersystems.com/product/software/power-panel-business/powerpanel-business-4-4-0-linux/ . The issue is...
  11. D

    [TUTORIAL] Proxmox OPNsense VLAN

    My vlan implementation is a little different. I'm using sophos utm (instead of __sense), and only have a single linux bridge (vmbr0) interface assigned for lan. Another interface is used in passthrough for wan. UTM was previously a vm under esxi. UTM is configured with 3 vlans - default...
  12. D

    [TUTORIAL] Proxmox OPNsense VLAN

    Can you give a use case example where one would want/need to implement something like this?
  13. D

    PCIE Passthrough Iommu enumeration changes as devices enabled/disabled

    Sure looks that way. I know I never touched grub or modules files (yet). # lsmod | grep vfio vfio_pci 53248 3 vfio_virqfd 16384 1 vfio_pci vfio_iommu_type1 32768 2 vfio 32768 10 vfio_iommu_type1,vfio_pci irqbypass 16384 88...
  14. D

    PCIE Passthrough Iommu enumeration changes as devices enabled/disabled

    Understood. Lesson learned. I've create a small script called maint_on.sh and maint_off.sh. This updates all vm's to autostart on and off respectively. Regarding the amd_iommu=on parameter. I don't have that in /etc/default/grub nor the entries in /etc/modules (and specified in...
  15. D

    Wake on lan for VM

    To the OP did you ever figure this out? I remember having this functionality enabled in esxi when using a win10/gpu for a htpc function. At the end of the session the windows vm would be put to 'sleep', then wake via wol (shortcut on cell phone or any other standard wol magic packet) next time.
  16. D

    PCIE Passthrough Iommu enumeration changes as devices enabled/disabled

    Hopefully the subject was sufficient to grab your attention :) Issue: If I enable/disable onboard devices in the bios, iommu groups change, resulting in devices improperly assigned. System specs: Asus x570-e motherboard Amd 5800X processor 64GB Ram GT710 video card Onboard devices used in...
  17. D

    NIC PCIe-Passthrough

    I migrated a truenas vm from esxi to proxmox. It uses onboard sata in passthrough mode. Had difficulty getting the vm to start when the onboard sata was passed through. Would get hung up after grub. Changing from seabios to uefi resolved.
  18. D

    Proxmox behind PfSense

    To throw in a wrench into the works... Why not use pci passthrough for en01 (wan). Give pfsense/opensense/whatever direct access to this nic. I think this is marginally more secure than using a virtualized nic for wan. As far as proxmox is concerned, it has no access to wan unless permitted...