Score:0

Wireless Intel 7260 disabled on Ubuntu 20.04

ni flag
vag

I have just installed Ubuntu 20.04 on my DELL 7240 and my WiFi adapter (Intel 7260) seems to be disabled.

I have tried different ways to enable it:

Edited the following file: sudo vi /etc/modprobe.d/iwlwifi.conf adding options iwlwifi 11n_disable=8, and then added also options iwlwifi 11n_disable=1. However, it didn't work after rebooting.

Continuing on reading from other posts, I have tried sudo apt install backport-iwlwifi-dkms which didn't work as well.

I have also downloaded the latest drivers for the Intel driver from https://anduin.linuxfromscratch.org/BLFS/linux-firmware and put under /lib/firmware/ directory, and then rebooted. Still, didn't work.

I have also tried to upgrade my kernel, and do update on everything. Still didn't work.

Output of lspci -knn | grep Net -A3; rfkill list :

02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 73)
        Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [8086:4470]
        Kernel driver in use: iwlwifi
        Kernel modules: iwlwifi, wl
1:  phy0: Wireless LAN
         Soft blocked: no
         Hard blocked: yes
2:  dell-wifi: Wireless LAN
         Soft blocked: no
         Hard blocked: yes
3:  dell-bluetooth: Bluetooth
         Soft blocked: no
         Hard blocked: yes
4:  nfc0: NFC
         Soft blocked: no
         Hard blocked: no

The secure boot is disabled as well.

My kernel is 5.11.

Any ideas?

Regards, Evan

Pilot6 avatar
cn flag
You did a lot of wrong things. `wl` is a Broadcom driver and is unrelated. Please [edit] your question and add output of `lspci -knn | grep Net -A3; rfkill list` terminal command.
ni flag
vag
Thanks for the answer Pilot6. just edited as per your recommendation.
Pilot6 avatar
cn flag
Your Wi-Fi is hard blocked. Try to reset BIOS, or find a hardware switch button. If that doesn't help, there is a software way to disable the platform driver that may cause problems. It is NOT a driver problem. All is OK with drivers.
ni flag
vag
Thanks Pilot6. I tried to reset BIOS but didn't change anything. I can try with a hardware switch button too the next days. In case this doesn't work either, do you know which software might help to disable the platform driver that might be causing issues? And how to find this driver?
Pilot6 avatar
cn flag
It is not software. You need to blacklist `dell_wmi`
ni flag
vag
Thanks Pilot6. I tried to blacklist dell_wmi by issuing ```sudo tee /etc/modprobe.d/blacklist-dell.conf <<< "blacklist dell_wmi" ``` as you mention on this post: https://askubuntu.com/questions/937648/wi-fi-is-disabled. This didn't work for me either. Do you have any other ideas? Could it be that the WiFi card failed?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.