Search results

  1. nkonko

    Getting Intel i219-V to work in Debian 12

    Yes, you're just lucky your checksum is not corrupted like so many of us have. Its not an absence of driver problem, the problem is that a lot of this hardware was shipped with mismatching firmware checksum value, and the fix discussed above involves commenting out the part of the driver that...
  2. nkonko

    Getting Intel i219-V to work in Debian 12

    Got tired of doing this by hand every time Debian testing updates a kernel, so here is automated script. Change the variables at the top to your spec. kernel_version="6.5" kernel_minor_version="0-5" headers_version="$kernel_version.$kernel_minor_version"...
  3. nkonko

    Getting Intel i219-V to work in Debian 12

    I couldn't live with this wart of a NIC, which led me to figure out a fix. Here is a detailed how in case anyone else wants to do it themselves. You don't need to hunt down and download some source code somewhere, if you run debian (or other compatible/similar distro) you can just use kernel...
  4. nkonko

    Getting Intel i219-V to work in Debian 12

    I've tried compiling e1000e-3.8.4 and 5 versions before it, none compile due to errors.
  5. nkonko

    Getting Intel i219-V to work in Debian 12

    Just and update, I've gotten a second GPU with intent to use it for passthrough into Windows VMs. My standalone NIC is in the way of the card. So I gave this issue another try. Basically the only way it will work is to compile a custom e1000e module yourself. Or use a custom kernel compilation...
  6. nkonko

    Getting Intel i219-V to work in Debian 12

    Thank you for trying to help! I tried the secure boot suggesion. I have non-free-firmware enabled and firmware-misc-nonfree is already the newest version (20230210-5). I think its debian specific binary related, but I am not sure. Unrelated: Just for posterity. I mentioned earlier in the thread...
  7. nkonko

    Getting Intel i219-V to work in Debian 12

    I ended up getting a standalone nic. Onboard Intel i219-V still doesn't work and shows same error message on boot, but I haven't pursued the issue since the previous post here. If you do get it to work, please share your solution.
  8. nkonko

    Getting Intel i219-V to work in Debian 12

    Thank you, unfortunately still same result. But, new NIC works out of the box. 05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 05) Subsystem: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:0123] Kernel...
  9. nkonko

    Getting Intel i219-V to work in Debian 12

    You're probably right. I should order a new one. Its such a rare event for a CMOS battery to run out that since '97 this is my second time, if that's indeed what it is. I've ordered a standalone NIC, its not a big deal. I'll check out MX when it goes stable. Gnome4 has me entranced, love the...
  10. nkonko

    Getting Intel i219-V to work in Debian 12

    Its alright, nothing is quiet right on this system. Should have probably gone with a different motherboard... Will look for standalone NIC.
  11. nkonko

    Getting Intel i219-V to work in Debian 12

    This is a custom built PC tower. Sorry, I know you mentioned it twice, I've disabled it (fast boot) in bios first, then in windows 10 power options (had no idea this existed). I did just hold down the power button after flipping PSU off, as you suggested, which completely reset my BIOS, and...
  12. nkonko

    Getting Intel i219-V to work in Debian 12

    Ok so some recommendations from other instances of this are to: power cycle the system completely (done). disable / enable network stack (done, although only LAN) Update BIOS, already on latest (EVGA z590 FTW WIFI) Neither helped.
  13. nkonko

    Getting Intel i219-V to work in Debian 12

    Yes it is. Primary OS is windows 10, I am trying to switch to Linux.
  14. nkonko

    Getting Intel i219-V to work in Debian 12

    sudo journalctl -b | grep -E '00:1f.6|e1000e' Jul 02 13:36:05 larion kernel: pci 0000:00:1f.6: [8086:15fa] type 00 class 0x020000 Jul 02 13:36:05 larion kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xa1500000-0xa151ffff] Jul 02 13:36:05 larion kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot...
  15. nkonko

    Getting Intel i219-V to work in Debian 12

    Hi, thank you. Here it is: lspci -knn | grep -iA3 net 00:14.3 Network controller [0280]: Intel Corporation Tiger Lake PCH CNVi WiFi [8086:43f0] (rev 11) DeviceName: Onboard - Ethernet Subsystem: Intel Corporation Wi-Fi 6 AX201 160MHz [8086:0074] Kernel driver in use: iwlwifi...
  16. nkonko

    Getting Intel i219-V to work in Debian 12

    Hi, This may not be debian specific at all. I am trying to get my i219-V ethernet controller to work. This is more or less fresh install of Debian 12. It does show up in pci list: sudo lspci | grep -i net 00:14.3 Network controller: Intel Corporation Tiger Lake PCH CNVi WiFi (rev 11) 00:1f.6...
Top