-
nikolampciids package says 10ec 8168 RTL8111/8168 PCI Express Gigabit Ethernet controller but also have 10ec 8168 High Definition Audio in it
-
nikolamcould that be an issue in recognizing pciex10ec,8161 as rtl 8168H under rge network driver?
-
danmcd@nikolam -> Always grep /etc/driver_aliases for "vendor-id,id" pairs to see current PI situation.
-
danmcde.g. `grep 10ec,8168 /etc/driver_aliases`.
-
danmcd[root@nuc ~]# grep 10ec,8168 /etc/driver_aliases
-
danmcdrge "pci10ec,8168,p"
-
danmcdrge "pciex10ec,8168"
-
danmcd[root@nuc ~]#
-
danmcdthen for the device you actually have see what "prtconf -vp" says for THAT device. That spews a lot of output so you should save it to a file and look for the vendor-id,id pair or even a name string.