I have an issue with Ubuntu 22.04.1 I can't connect to the internet. I used the command [Sudo lshw -c network] and have the line "Network Unclaimed".
*-network UNCLAIMED
description: Ethernet controller
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list
configuration: latency=0
resources: ioport:d800(size=256) memory:f8fff000-f8ffffff memory:f8ff8000-f8ffbfff memory:f9ee0000-f9efffff
*-network UNCLAIMED
description: Network controller
product: RTL8812AE 802.11ac PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: ioport:c800(size=256) memory:f9dfc000-f9dfffff
Also, some of my devices that use USB port are not working.
Don't know if I done this code right
$ sudo dpkg -s linux-modules-extra-$(uname -r) | grep Status dpkg-query: package 'linux-modules-extra-5.15.0-52-generic' is not installed and no information is available Use dpkg --info (= dpkg-deb --info) to examine archive files.
Please help Thank you in advance
sudo dpkg -s linux-modules-extra-$(uname -r) | grep Status
Welcome to Ask Ubuntu. – chili555 Oct 26 '22 at 14:16