My machine running Ubuntu 22.04.2 LTS is unable to connect to the internet. The ethernet and Wirless dongle do not appear as options in the settings and I'm unsure on how to fix this
The wireless dongle is a TP-Link AC1300
Browsed heavily through other posts and nothing seems to work
Here's some information which I've seen requested in other posts
lspci -knn | grep Eth -A3:
22:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15) Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1462:7b86]26:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP106 [GeForce GTX 1060 3GB] [10de:1c02] (rev a1) Subsystem: ASUSTeK Computer Inc. GP106 [GeForce GTX 1060 3GB] [1043:85b9] Kernel driver in use: nvidia
lshw -C network:
*-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:22:00.0 version: 15 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress msix cap_list configuration: latency=0 resources: ioport:f000(size=256) memory:f7504000-f7504fff memory:f7500000-f7503fff
ifconfig -a doesn't show the Wireless dongle or Ethernet
I was attempting to install the Realtek drivers while offline but after follwing the README file I get this when trying to run their Shell script:
sudo ./autorun.sh:
Check old driver and unload it.Build the module and installmake: C: No such file or directorymake: [Makefile:48: clean] Error 127 (ignored)make: C: No such file or directorymake: [Makefile:41: modules] Error 127 (ignored)make: C: No such file or directorymake: [Makefile:55: install] Error 127 (ignored)ls: cannot access 'src/*.ko': No such file or directoryNo driver exists!!!
sudo lshw - C network:
*-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:22:00.0 version: 15 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress msix cap_list configuration: latency=0 resources: ioport:f000(size=256) memory:f7504000-f7504fff memory:f7500000-f7503fff
I've also seen this post which has a solution which I want to try but I'm unsure how to modify the solution for my Realtek devices
Please let me know if you need further information and thanks in advance