Skip to main content

Command Palette

Search for a command to run...

Fix ubuntu 11.04 wifi problem

Updated
1 min read
Fix ubuntu 11.04 wifi problem
E

I am a information security professional with interest mainly in defenses/ blue teaming. I enjoy leisure running 🏃‍♂️ and PC games.

No wifi on 11.04?

show list

sudo rfkill list

result

1: phy0: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
2: acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no

yes means softblocked. use this:

sudo rfkill unblock all sudo rfkill list all

or

sudo rmmod -f acer-wmi sudo rfkill unblock all sudo rfkill list all

cheers :)