Ethernet and WiFi not working

WiFi and Ethernet are both not working, here's what sudo lshw -c network gave out

What is the output of

rfkill list

?
Disable fast startup in Windows' energy settings (if you use a Dualboot with Windows).

Also, is Secure Boot enabled in BIOS settings?

Secure boot is enabled and I saw in bios that fast boot was off, no windows

Can you test with Secure Boot disabled?

1 Like

Still no Ethernet or WiFi

What is your terminal output of:

dpkg -l | grep $(uname -r)

I do not see the modules-extra package.
Can you install it:

sudo apt install linux-modules-extra-$(uname -r)

Then reboot and test?

1 Like

As there are many problems since the
update to kernel 6.17, you can also test if switching to kernel 6.14 solves the problem. Press continuosly esc (or left shift key if you have a legacy BIOS) during boot to show the grub menu. Then select "Advanced options for Zorin" and select kernel 6.14 to boot from.

3 Likes

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