Missing drivers after dual booting with Windows 11

Hey everyone, I'm completely new to linux and I'm wanting to experiment with zorin 18. I made sure to install it with secure boot and fast boot off. It seems as if none of my drivers got installed except for my graphics card. I can't get ethernet, internet, bluetooth, etc. I can't even get internet through my phone plugged into usb. How do I enable/install drivers to make this all work? I did some reading and it seems like realtek hardware is difficult to work with. Here's some specs if this helps.

Lenovo LOQ 15arp9
Ryzen 7 7435HS
Nvidia RTX 4060
Windows 11 25h2
Zorin 18

What is the terminal output of

sudo lshw -C network

and

rfkill list

? Please post it here.

Also disable fast startup in the energy settings of Windows.
Take a look if a network driver is offered at Software&Updates >Additional drivers.

Do you have USB tethering enabled in your phone and a cable which is not only for charching but also for data transfer?

1 Like

Welcome to the Forum!

Beneath @Forpli's Points: Is Fast Start-Up in Windows disabled?


I made sure fast startup is off in both windows and my bios settings, and yes I actually do have USB tethering. Here are the outputs of those commands. It looks like the Nvidia driver is the only one that shows up in the additional drivers tab.

Secure boot is the reason why you are not getting your drivers to work. Turn it off from BIOS and boot to Zorin, this time things should work.

Edit:
I didn't read the OP properly at first. Please ignore this message.

Secure boot is turned off.
I'm not sure why you have no internet. The drivers are included into the kernel.

1 Like

Oops I didn't read that properly (I need my morning coffee :hot_beverage:)

Thanks for pointing.

1 Like

Maybe boot logs give us a clue

@Deebis try the following command and share the output:

sudo dmesg --level=err,warn


Here's what that output says, doesn't look good but I don't know what any of it means. The only usb device I had plugged in during this was a wireless mouse that is working.

I don't know if these error logs are related to your driver issue. Wait till someone else to review it.

In the meantime try to reinstall the linux-firmware package:
(Connect to internet using usb tethering)

sudo apt update && sudo apt upgrade -y
sudo apt reinstall linux-firmware

Reboot and check.

I had problems with my Realtek ethernet card (which I think was the same as yours). I solved it by downloading driver r8168 (I think that was the number -it definitely ended in 68, with 69 being the newest) and also reverting to 6.8 kernel. However I did not have issues with my wifi card or USB ports and such that you have, only the ethernet card.

I beleive there may have been an additional issue with drivers being present but not binding correctly.

Does any of this prompt additional ideas from anyone? The original poster seems to have been left hanging for a while.

I decided to start from fresh and reinstall, but I installed the version without nvidia drivers and no internet connection to download updates as it went. It installed flawlessly this time, so I'm guessing the nvidia driver package didn't play nice with my machine. Weird but I'm glad it's resolved.

3 Likes

And how it is now with Your Ethernet, Wifi and Graphics Card? Do they work now?

Yes, everything works just fine now.

3 Likes