Ubuntu Wifi Problems (No adapter found)

iwlwifiUbuntuwifi

So I just installed minimal Ubuntu 18.04 on a Lenovo Legion Y720 to start using it as a daily driver, but WiFi fails to connect to the Internet despite having enabled Wireless LAN in BIOS/Setup.

lspci:

02:00.0 Network controller: Intel Corporation Wireless 8265/8275 (rev 78)

lshw -C network: Both of the interfaces don't show the DISABLED notifications.

On the actually Ubuntu wifi settings it says unavailable under the word wifi and No wifi adapter found.

The firmware is loading correctly and I am currently out of ideas.

Thank you

Best Answer

run this on terminal:

sudo tee /etc/modprobe.d/blacklist-ideapad.conf <<< "blacklist ideapad_laptop"

and reboot. This should unblock your Wi-Fi.

Related Question