1

I am relatively new to Ubuntu, and for the life of me cannot figure out why the WiFi won't switch on. Airplane mode is off seeing as Bluetooth is on, the problem seems only to be in the WiFi. Before installing Ubuntu, the WiFi was working fine in Windows 10. Thanks in advance :)

Edit: the laptop is a Lenovo Yoga 910, with a Qualcomm Aetheros qca6174 wireless adapter

Zanna
  • 70,465

1 Answers1

0

This is a possible duplicate of This Question

According to above link you just need to blacklist a particular module from loading, in this case ideapad_laptop. So from the command line run the following command:

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

and reboot.

Joshua Besneatte
  • 4,773
  • 5
  • 23
  • 42