0

I am very new to Ubuntu and I have encountered a problem where I cannot connect to the internet through both wifi and ethernet.

I am using a B550m-plus gaming wifi motherboard and I have Ubuntu 20.04 installed onto my E drive. I wanted Ubuntu to be a stand-alone drive instead of mixing it with Windows on my other drives. Upon log-in, the only thing I see in networks settings are options to connect to a VPN. I have no option to connect to either ethernet or wifi, which are available since I can connect to both when I am on Windows. The network icon that is supposed to be available at the top right corner is missing too.

I've looked through various sources and they pointed me towards having missing chipset drivers. So I followed the instructions to Realtek and downloaded the "2.5G Ethernet LINUX driver r8125" driver. Unfortunately, what followed was a flurry of missing drivers that I could not install because I have no internet connection. Any tips on how to solve this?

Edit: here are some pictures which show what I am seeing. https://www.dropbox.com/sh/bi7u4mwlcxq2fio/AADhAZz-w1jLK4t1u1yRP3Q_a?dl=0

2 Answers2

3

I have solved the issue. I reinstalled Ubuntu 20.04 to my hard drive without checking the "install 3rd party drivers" at the boot menu. This installs a driver for my Wifi module which I then use to install the other modules needed (such as gcc and make) before installing r8125.

I can now use both Wifi and Ethernet connections.

0

I'm just taking r8125 from your question and considering that's your device's model number.

Find the file here. Give your email address and follow captcha verfication, download and extract the archive. You might need another medium to copy the archive to the target machine and I'm assuming you have tried something and I leave it up to you. In the extracted folder you'll see autorun.sh file. Open terminal there and execute

sudo ./autorun.sh

You might need to give execution permission to the file but you'll figure that out. Hope this helps.