code-quality

How to enable wifi when 'Enable Wifi' is disabled in linux GUI

how to enable wifi when 'Enable Wifi' is disabled in linux GUI

How to enable wifi when 'Enable Wifi' is disabled in linux GUI

Ubuntu loves messing up!

This evening, when I reached my home and booted up my laptop I could not simply enable wifi! The option was disabled.

wireless-diabled

Last time I faced same problem, I had switched to windows 7 to search for solutions, but this time I had no other operating system installed in my machine. Also last time, I had to do nothing to solve this problem, just switching OS had automatically solved the problem. But this time, I really had to find solution. With a bit of searching, here is how my problem was solved.

Solution

# step 1: run rfkill list all
$ rfkill list all
0: phy0: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
1: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
 
# step 2: ublock the wireless LAN
$ rfkill unblock 0

Just running 2 commands solved the problem. Hope this will be helpful to you too.

About the author

Prakash Poudel Sharma

Engineering Manager · Product Owner · Varicon

Engineering Manager at Varicon, leading the Onboarding squad as Product Owner. Eleven years of building software — first as a programmer, then as a founder, now sharpening the product craft from the inside of a focused team.

Keep reading

More on this

Join the conversation0 comments

What did you take away?

Thoughts, pushback, or a story of your own? Drop a reply below — I read every one.

Comments are powered by Disqus. By posting you agree to theirterms.

0:000:00