4

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

K7AAY
  • 3,696
  • 4
  • 22
  • 39
  • Wireless LAN is enabled in bios and my laptop is a Lenovo Legion Y720 – Carter Tomlenovich Mar 21 '19 at 18:04
  • isn't it smth like that [https://askubuntu.com/questions/893384/wifi-doesnt-work-on-fresh-ubuntu-16-04](https://askubuntu.com/questions/893384/wifi-doesnt-work-on-fresh-ubuntu-16-04)? – Andra Mar 21 '19 at 18:29

2 Answers2

4

run this on terminal:

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

and reboot. This should unblock your Wi-Fi.

-1

I just restart my system and run in recovery mode and now my wifi is working.