HP 405 G6 deploy error
-
hi Sebastian,
lspci -nn | grep -i net result is :
08:00.1 Ethernet controller [0200]: Realtek Semicondutor co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ehternet Controller [10ec:8168] (rev 29)
Cheers
-
@zaqen said in HP 405 G6 deploy error:
Hp 405 G6
Yes I would like to see the hardware IDs of that system either via windows device manager in the form of vend and device ID or from the linux side as Sebastian mentioned.
As near as I can guess that system was released in Sept 2020. So its been out over a year. I would think the linux kernel would have the driver for this nic. I might think maybe missing firmware. If you go the linux route, once you get the hardware ID stay in the debug mode because we may have you look in syslog for the word firmware.
-
@Zaqen Please get us the PCI IDs of this network chip! Take a look at the details in Windows device manager or using
lspci -nn | grep -i net
on a Linux command shell on this machine (e.g. FOS debug session).Update: Looks like there is a NIC that is only supported in Linux kernel version 5.15 and newer so far: 10ec:8162 (see https://cateee.net/lkddb/web-lkddb/R8169.html)