Search results

  1. J

    AV Access 4KEX120-KVM

    Brain fart James ! https://forum.proxmox.com/threads/passthrough-of-usb-hub-that-supports-per-port-power-switching.126524/ https://forum.proxmox.com/threads/usb-passthrough-of-a-hub.162025/ Its a hub, you can't passthrough a hub, so just pass through the ports on that hub and when you plug...
  2. J

    AV Access 4KEX120-KVM

    So i can pass through each item if i add it in proxmox, xbox contoller, g27 wheel, webcam. But i can't pass the whole usb device through. seems rather weird. I can see it in Dmesg (there are no warnings or errors given) on proxmox, but it doesn't show as an item i can pass through, but does show...
  3. J

    Thunderbolt eGPU passthrough possible?

    This is a shame, as I was looking to replace my internal PCI 3050 with something in a egpu box. I'm not sure if this is a mac hardware thing or a egpu thunderbolt thing.
  4. J

    [SOLVED] iperf uses wrong nic, even when bound to other NIC?

    just tried with setting metrics on the interfaces, glad i did a backup of the config file, i made quite mess :(
  5. J

    [SOLVED] iperf uses wrong nic, even when bound to other NIC?

    on the routing or in the proxmox network setup ? i kinda watched to have the web/shh management on 192.168.1.100 for the host, then the SMB/NFS on .11
  6. J

    [SOLVED] iperf uses wrong nic, even when bound to other NIC?

    I have no idea what i've done, but after chasing retrys in iperf 7000+ when trying to push past 1G throughtput on the host (pushing past 1G throughput works fine in a VM or CT on a bridge on that NIC) i've opened iftop on enp10s0 (my 10Gbe) and enp6s0 (my 1Gbe0) and when i iperf to a ct or vm...
  7. J

    VirGL hardware accelerated h264/h265

    I was hoping to scroll to the bottom of this and find it all working :( was hoping i could give one to my docker VM and then pass that to some docker containers for hardware accelerated stuff. https://gitlab.com/qemu-project/qemu/-/issues/2196
  8. J

    How fast is your backup datastore? Benchmark tool

    Uploaded 171 chunks in 5 seconds. Time per request: 29563 microseconds. TLS speed: 141.88 MB/s SHA256 speed: 332.99 MB/s Compression speed: 355.48 MB/s Decompress speed: 493.69 MB/s AES256/GCM speed: 185.94 MB/s Verify speed: 197.33 MB/s ┌───────────────────────────────────┬───────────────────┐...
  9. J

    proxmox 7.1, unable to access render128 in lxc with vainfo

    Just doing some more testing. Seems to be good for 4k h264 8-bit, 4k h265 10bit Proxmox host on kernel 5.16.20-edge lxc ubuntu 22.04 jellyfin-server_10.8.3-1_amd64.deb jellyfin-web_10.8.3-1_all.deb jellyfin_10.8.3-1_all.deb jellyfin-ffmpeg5_5.0.1-8 ppa:kisak/kisak-mesa which gives you VA-API...
  10. J

    [update] Wake (and other) on LAN for VMs (v0.3)

    Thank you, still works on 7.X Only had to change the file called to before systemctl would allow me to enable it.
  11. J

    cset failing (PVE7)

    So it only seems to work for processes started after the command has been run? Tho these posts seems to make me think thats not the case (tho they appear to be running bare kvm/qemu) https://www.reddit.com/r/VFIO/comments/j1a5jm/cpu_pinning_explaination/...
  12. J

    cset failing (PVE7)

    Did you get this working? Was about to start using isolcpus but stumbled across cset, but found it doesn't work on 7.x If your able to post your example, that would greatly help.
  13. J

    Changes to FSTAB mounting, now uses systemd?

    Am i showing my age then, using fstab :teehee:
  14. J

    Changes to FSTAB mounting, now uses systemd?

    so i had a nice fstab which depended on a few things being mounted before the next. I'm using mergerfs and then using bind to make the location a bit easyier to remember. After a new install of proxmox 7 it seems that everything is being mounted at once, which can then cause an issue with my...
  15. J

    proxmox 7.1, unable to access render128 in lxc with vainfo

    Tested last night with a RX560 and then Ryzen 5 5700G on POP_OS 21.10 installed Kodi (19.1 was in the pop repo) and both worked fine showing hw decode h265 10bit HDR content and playing it back on a 1080 display. Tho the 5700G got very sutterey/jumpy (didn't say it was dropping of skipping...
  16. J

    proxmox 7.1, unable to access render128 in lxc with vainfo

    Just done updates to the container no change, still get this error with hardware HDR 10-bit enabled [Parsed_tonemap_vaapi_1 @ 0x557553e70640] VAAPI driver doesn't support HDR [Parsed_tonemap_vaapi_1 @ 0x557553e70640] Failed to configure output pad on Parsed_tonemap_vaapi_1 If i disable "VPP...
  17. J

    proxmox 7.1, unable to access render128 in lxc with vainfo

    You gave me the idea to try the beta/bleeding edge drivers. with HEVC Main 10 60fps i have to allow the container 15 threads through to get it to transcode to 1080 10Mbps, and even then it can out play the transcode buffer. Hopefully it will just get better from here as mesa gets updated.
  18. J

    proxmox 7.1, unable to access render128 in lxc with vainfo

    These are the few extras i installed on the host for Ryzen https://github.com/Ta180m/zenpower3 https://hattedsquirrel.net/2021/02/ryzen-cpu-performance-monitor-tool-for-linux/ https://gitlab.com/leogx9r/ryzen_smu
  19. J

    proxmox 7.1, unable to access render128 in lxc with vainfo

    Thats correct. Just that PPA on the lxc container, nothing more than microcode on the host https://wiki.debian.org/Microcode#Debian_11_.22Bullseye.22_.28stable.29 # CPU Microcode deb http://deb.debian.org/debian bullseye main contrib non-free deb http://security.debian.org/debian-security...
  20. J

    proxmox 7.1, unable to access render128 in lxc with vainfo

    Fresh install of proxmox, all updates and amd-microcode installed. Fresh container of ubuntu 20.04 (from the normal proxmox container location) Installed the latest stable jellyfin using the normal ubuntu guide they have. installed these mesa drivers, from testing...