This seems to be a longstanding bug that has appeared in many releases. A fresh install of Ubuntu Desktop 20.10 does not show the Wired Network Settings. I only have Wireless internet access. Turning this off results in no internet. The ethernet cable is working, since Windows on the same PC running on it. The ethernet LED lights are also indicating a connection and on Manjaro - which I had installed previously - had an ethernet connection. Therefore I suspect the problem to reside in Ubuntu software.
No wired network settings:
Running the following line results in the following output:
sudo lshw -c net
Output:
Does anyone know how to let the wired network setting appear, and enable ethernet?
lspci -knn | grep Eth -A3? This may offer a little more insight into the network device – Jan 30 '21 at 00:14lspci -knn | grep Eth -A3 gives:
26:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 04) Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8125 2.5GbE Controller [1462:7c84] Kernel modules: r8169 28:00.0 Network controller [0280]: Intel Corporation Wi-Fi 6 AX200 [8086:2723] (rev 1a)
– Nuss9 Jan 30 '21 at 08:08I downloaded the Realtek driver from here. Installed the build essentials with 'sudo apt-get install build-essential', and then ran the autorun.sh as sudo.
This succeeded and now I have the 'Wired' section in the Network Settings. It also appears in the top right, under the quick settings. However, its constantly 'Connecting'. I don't have internet access through the wired connection yet. Will investigate.
– Nuss9 Jan 31 '21 at 12:05Check old driver and unload it. Build the module and install At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
Warning: modules_install: missing 'System.map' file. Skipping depmod.
DEPMOD 5.8.0-41-generic
load module r8125
Updating initramfs. Please wait.
update-initramfs: Generating /boot/initrd.img-5.8.0-41-generic
Completed.
– Nuss9 Jan 31 '21 at 12:06Thanks for your help guys!
– Nuss9 Jan 31 '21 at 12:24