I am on Ubuntu 22.04
$ sudo 1shw -class network
*-network UNCLAIMED description: Network controller product: Wi-Fi 6 AX210/AX211/AX411 160MHz vendor: Intel Corporation physical id: 0 bus info: pci@0000:06:00.0 version: 1a width: 64 bitsClock: 33MHzcapabilities: pm msi pciexpress msix cap_list configuration: latency=0 resources: memory:fc400000-fc403fff*-network UNCLAIMED description: Ethernet controller product: Ethernet Controller 1225-V vendor: Intel Corporation physical id: 0bus info: pci@0000:09:00.0version: 03 width: 32 bitsclock: 33MHZcapabilities: pm msi msix pciexpress bus_master cap list configuration: latency-0resources: memory: fc200000-fc2fffff memory: fc300000-fc303fff
$ lspci -knn I grep Net -A3; rfkill list
06:00.0 Network controller (0280]: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz [8086:2725] (rev 1a) Subsystem: Intel Corporation Wi-Fi 6 AX210 160MHz [8086:0024]09:00.0 Ethernet controller (0200]: Intel Corporation Ethernet Controller I225-V (8086:153] (rev 03) Subsystem: ASUSTeK Computer Inc. Ethernet Controller I225-V (1043:87d2)
How do I associate the Network controller
and Ethernet controller
?
EDIT
$ sudo dpkg -s linux-modules-extra-$(uname -r) | grep Status
Output:
dpkg-query: package 'Linux-modules-extra-5.15.0-58-generic' is not installed and no information is availableUse dpkg - -info (= dpkg-deb --info) to examine archive files.