Internet Issues after installing ZorinOS Core 17.3

Hi everyone,

I wanted to try ZorinOS Core by installing it. Everything went fine with the installation but when i rebooted to the installed OS i have internet issues and after a while the OS doesn't see my wired cable anymore.

I have a r8625 and this is the configuration that it shows

The configuration is wrong since my router is on 192.168.178.1 so the devices on my local network works on 192.168.178.x i tried putting the manual configuration but it still doesn't work

I am using USB tethering from my phone to write this so that i can do whatever it needs for this issue to be fixed.

Thank you everyone in advance for your help!

EDIT: I want to add that the first screenshot is with DHCP on but it will show the sam thing even after manually changing the network configuration

I must assume that r8625 is a typo and the card is r8125.
Is the driver loaded?

lspci -nnk | grep -A3 -i ethernet

If it is not, or it shows r8169 in use, you must install the r8125 driver.
Using your mobile hotspot to connect, in terminal run

sudo apt update && sudo apt install r8125-dkms

Yeah sorry i meant r8125

marcobassetto@marco-ZorinOS:~$ lspci -nnk | grep -A3 -i ethernet
DeviceName: Onboard - Ethernet
Subsystem: Intel Corporation Device [8086:0094]
Kernel modules: iwlwifi
00:16.0 Communication controller [0780]: Intel Corporation Device [8086:7a68] (rev 11)

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 05)
Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8125 2.5GbE Controller [1462:7d98]
Kernel modules: r8125

I forgot to say that also wifi and bluetooth aren't working for some reason

What is your terminal output for

sudo lshw -C network

You have the current and correct drivers, so what I would like to check is if you are using Wifi 6 or Wifi 7 NIC's.
Are you using a VPN?

Hi, i saw one of your posts where you said that secure boot wasn't needed on Linux so i tried reinstalling ZorinOS with Secure Boot disabled and the ethernet connection actually works. So i guess it was just secure boot.

So now i'm actually connected even if i don't have secure boot at least i can connect to the Internet. I still don't have WiFi and Bluetooth tho

marcobassetto@marco-ZorinOS:~$ sudo lshw -C network
[sudo] password di marcobassetto:
*-network NON RECLAMATO
descrizione: Network controller
prodotto: Intel Corporation
fornitore: Intel Corporation
id fisico: 14.3
bus info: pci@0000:00:14.3
versione: 11
larghezza: 64 bits
orologio: 33MHz
capacitĂ : pm msi pciexpress msix cap_list
configurazione: latency=0
risorse: iomemory:600-5ff memoria:6013124000-6013127fff
*-network
descrizione: Ethernet interface
prodotto: RTL8125 2.5GbE Controller
fornitore: Realtek Semiconductor Co., Ltd.
id fisico: 0
bus info: pci@0000:02:00.0
nome logico: enp2s0
versione: 05
seriale: d8:43:ae:48:24:1b
dimensione: 1Gbit/s
capacitĂ : 1Gbit/s
larghezza: 64 bits
orologio: 33MHz
capacitĂ : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configurazione: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.8.0-64-generic duplex=full firmware=rtl8125b-2_0.0.2 07/13/20 ip=192.168.1.101 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
risorse: irq:16 ioport:3000(dimensione=256) memoria:82100000-8210ffff memoria:82110000-82113fff
marcobassetto@marco-ZorinOS:~$

2 Likes

Let's try

sudo modprobe -r iwlwifi

sudo modprobe iwlwifi

1 Like

Nothing, still no wifi or bluetooth

Please check if fast boot in your BIOS is disabled and also fast startup in Windows if you use Dualboot. They can prevent wlan drivers from being loaded correctly.
If you use Windows try to update the Realtek r8125 driver in Windows to version 10.76 or higher with the driverdownload from Realtek. I read the default version of this driver used in Windows can cause NIC problems in Linux.

Did You take a Look in the ''Additional Drivers'' Tab in Software & Updates if there is maybe a Driver offered for Your Wifi/Bluetooth?

And is the System running in Wayland or X11? You can check that in Settings>About. when there stands Wayland, I would suggest to try switch to X11/Xorg and see if it works then.

To switch, go to the Login Screen (not the Lock Screen). simply reboot for that. On the Login Screen, click on Your Profile so that the Password Field appears. After it is appeared, You should see a Gear Icon in the bottom right Corner. Click on it and choose the Option ''Zorin Desktop on Xorg'' and then log in.

I'm Dualbooting and tried disabling fast startup both on WIndows and on BIOS, and installed the 10.76 r8125 drivers on windows and did a fully shutdown and then booting on ZorinOS but still no wifi or bluetooth

I am on x11

What a pity! I had hoped it might help. Before you try to install the WLAN driver from Realtek as tar.gz, you could try it with a newer kernel to look if that helps. If not, you can easily go back at grub menu to the normal 6.8 kernel.

Recommended is the installation via mainline tool. You could choose kernel 6.14 or if you have the newest hardware kernel 6.15.

Tried 6.12,6.14 and 6.15 but nothing. Also tried installing the official tar.gz from Realtek.

And did that help? You did take it from here, yes?

And there this one?

From what I understand, the RealTek (Ethernet) is working, it is the Wifi and Bluetooth (Radio) that is not.

Subsystem: Intel Corporation Device [8086:0094]
Kernel modules: iwlwifi

@OnorevoleMarco, can you please try

sudo apt update && sudo apt install linux-firmware

Then please relay the terminal output for:

dmesg | grep iwlwifi

While waiting after running the above- you can cycle a full shutdown and boot up to test if wifi is now working...

I managed to solve it when i turned off my PC for 1 hour and now i'm back and all the devices works for some reason. Thank you all for your help

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.