0

I'm new to ubuntu. I'm running 18.04.3 from a USB drive on a Lenovo 130S-11GM laptop. It finds the bluetooth adapter ok, but it can't find the wifi adapter.

The adapter is an Intel Dual Band AC3165.

I ran the sudo rfkill list command and it showed the following:

0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: yes
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: yes
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

BTW, the bluetooth works just fine.

I ran the sudo rfkill unblock all command, but nothing changed.

I ran the command: cat /etc/modprobe.d/blacklist-ideapad.conf And the result was the following: cat: /etc/modprobe.d/blacklist-ideapad.conf: No such file or directory.

I ran the command "uname -r" which returned the result "5.0.0-23-generic".

I ran the command "dmesg | grep iwl" which returned the following:

  [   31.755409] iwlwifi 0000:03:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
  [   31.887621] iwlwifi 0000:03:00.0: Detected IntelĀ® Dual Band Wireless AC 3165, REV=0x210
  [   31.915790] iwlwifi 0000:03:00.0: base HW address: a0:51:0b:11:d7:fd
  [   32.076604] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
  [   33.576920] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0

Thanks.

**NOTE******* Whereas I never could get it to work with Ubuntu 18.04, it works fine with Ubuntu 19.10 "right out of the box".

2 Answers2

0

Run in a terminal

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

and reboot.

That should fix the hard block.

Pilot6
  • 92,041
-1

Please visit

https://www.intel.in/content/www/in/en/support/articles/000005511/network-and-i-o/wireless-networking.html?productId=89450&localeCode=in_en

Download the driver for your Adapter.

Unzip the files and copy 2 files with .ucode extension to /lib/firmware.

learner
  • 1,994
  • 2
  • 13
  • 20