Search results

  1. Z

    Low CPU Utilization on Windows 10 guest 10700k Proxmox 6.2 w/ RTX 3080

    CPU usage in games is limited to around 60% (compared to near 100% with bare-metal Windows). This strangles the GPU. I've been running Proxmox with two passed through 1070s for a while and never noticed the CPU utilization issue as 60% of a 10700k was enough to keep the 1070 fed. I upgraded to...
  2. Z

    brand new install -- networking not working on reboot

    That’s so weird. Did you do it with a fresh install and make sure all your header versions etc were compatible?
  3. Z

    uhd630 passthrought for HW encoding.

    I'm having the same issue. I'm sure vfio-pci has control of the iGPU (it's never bound by any of the Linux framebuffers and the screen freezes after GRUB). I must use UEFI, not SeaBios. Windows can see the GPU, but reports error 43 and gives no video output. Any help would be much appreciated.
  4. Z

    brand new install -- networking not working on reboot

    Sorry, I have no clue. All I know is that our kernel’s last IGC change was Nov 2019 and the dev branch of that repo was up to mid 2020 (check the issues page, the guy said he was using it to fix a bug for Intel but uses the repo himself).
  5. Z

    brand new install -- networking not working on reboot

    This fixed my VM internet problem as well. Can you post the output of ./install.sh?
  6. Z

    brand new install -- networking not working on reboot

    Omg, I think I might have done it. Doing the following updated igc to a newer version and fixed my need to replug the cable on startup, but I haven’t verified whether it fixed the virtual machines. Here’s what I did: 1. Reinstalled Proxmox in frustration after mucking up my first install. apt...
  7. Z

    brand new install -- networking not working on reboot

    Also, why the heck does it seem like the installer’s able to communicate just fine without unplugging the cable and plugging it back in after boot (like we have to after install?)
  8. Z

    brand new install -- networking not working on reboot

    @oguz, is it possible to update to the latest kernel without breaking things? It seems like there’s no other option to get our NIC working,
  9. Z

    brand new install -- networking not working on reboot

    I want to just update to the latest mainline Ubuntu/POP kernel on my Proxmox install but I don’t know enough about Linux to tell whether that will break compatibility with everything. Do you know whether this is possible? It seems nobody has bothered to backport igc and the absolute latest...
  10. Z

    brand new install -- networking not working on reboot

    Great. I was going to try another method of installing the driver but I ran an apt full-upgrade after adding the Proxmox no-subscription repo. It updated my kernel to 5.4.65 and now the server won’t boot unless I boot with the old kernel in advanced options. However, attempting to remove the...
  11. Z

    brand new install -- networking not working on reboot

    Why is such a popular mass-market NIC in like half of Intel’s MoBos built in the last year so horribly supported? I’ve spent the last four hours trying to figure out how to backport igc and it seems like almost nobody has bothered using this NIC with Linux. Even Intel’s official driver packs...
  12. Z

    brand new install -- networking not working on reboot

    It looks like compiling our driver with that tool would be something like ``` make defconfig-igc make ``` Inside the backports repo.
  13. Z

    brand new install -- networking not working on reboot

    I’m looking into driver backports. I wonder whether this package will backport the igc driver for us? https://backports.wiki.kernel.org/index.php/Main_Page
  14. Z

    brand new install -- networking not working on reboot

    Cool! Keep me posted, I’m very inexperienced with kernel-related issues but will keep looking into it as well.
  15. Z

    brand new install -- networking not working on reboot

    What would Intel Graphics Compiler have to do with this?
  16. Z

    Basic PVE 6.2 setup - guest have no internet accress

    So does mine, I double checked by comparing to other PCs on the network. The VM seems to successfully acquire a new local IP and the network’s suggested DNS servers despite me not explicitly setting them (I didn’t even set those DNS servers on the host). Does this mean it was able to communicate...
  17. Z

    Basic PVE 6.2 setup - guest have no internet accress

    I’m having the exact same issue with an identical setup. I also have an i225-v NIC (I just posted in another thread of yours as well). Any chance that could be related?
  18. Z

    brand new install -- networking not working on reboot

    Did you ever solve this? I have the exact same issue with the same hardware. Could it be something with the I225? Even when I get it working network passthrough to my VM guests fails (Windows guest sees VirtIO Ethernet, gets an IP address that looks correct, can connect to the host, but can’t...