1

I've been using Wi-Fi on my Dell Latittude6420 until yesterday when it suddenly stopped. It says Wi-Fi is disabled. I've tried to turn it on from system settings but it keeps turning back off. Please help.

lspci -knn | grep Net -A3; rfkill list
00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection [8086:1502] (rev 04)
    DeviceName:  Onboard LAN
    Subsystem: Dell 82579LM Gigabit Network Connection [1028:0493]
    Kernel driver in use: e1000e
    Kernel modules: e1000e
00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 04)
--
03:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] [8086:0082] (rev 34)
    Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1321]
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
1: dell-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
2: dell-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: yes

I ran this command: sudo modprobe -r dell_wmi and got this: sudo: unable to resolve host vanz

Even after running; sudo tee /etc/modprobe.d/blacklist-dell.conf <<< "blacklist dell_wmi" it still says: unable to resolve host vanz blacklist dell_wmi

2 Answers2

1

Firstly check if there is a hardware switch on your laptop. Dell laptops usually have it. You could accidentally press it.

If that does not help, reset your BIOS to defaults. On Dells sometimes wireless is blocked by BIOS.

If nothing helps, run in a terminal

sudo tee /etc/modprobe.d/blacklist-dell.conf <<< "blacklist dell_wmi"

and reboot.

Pilot6
  • 92,041
0

The WLAN interface is hard blocked. That means that the hardware (hence HARD block) is denying access to it. Look for a switch or a key combinatiom that disables/enables the wireless lan and bluetooth. If you don't find it, try WLAN from a livecd/dvd or a different OS. If it doesn't work, ask for a repair of the computer.