Wireless internet down

CptCharis

Well-Known Member
Joined
Feb 27, 2018
Messages
563
Reaction score
465
Credits
982
Good day to all of you guys !!!
Yesterday my laptop suffer from a bad superblock. (As I discovered later).

I fix my problem with this command:
Code:
(initramfs) fsck /dev/sdaX -y
And everything returned back to normal.
Everything except my wi fi. As you can see in the photo the output of :
Code:
inxi -Fxz
Shows that my wireless network is down.

I tried to turn it up with:
Code:
sudo ifconfig wlpls0 up
But this message was returned:
SIOCSIFFLAGS: operation not possible due to RF-kill.
Then I tried
Code:
Sudo refill list all
Which returned that my hard is blocked.
I tried to unblock with this command:
Code:
Sudo rfkill unblock all
Without results.
Any help.
 

Attachments

  • B5184F64-ED37-4AE0-A63E-E1C5E33CF20D.png
    B5184F64-ED37-4AE0-A63E-E1C5E33CF20D.png
    2.1 MB · Views: 958
Last edited:


Forget it guys , hardware switch was off.
:D:):rolleyes:
Sorry for disturbing.
It was actually a good lesson.
 
b_Zo_Rud6_-_Imgur.gif


Classic example of PEBKAC

Problem
Exists
Between
Keyboard
And
Chair

... happens to us all.

I love the guy, he has been with us for 10 months and taught himself so much :D:cool:

Nice troubleshooting Capta.

For accuracy

Then I tried
Code:
Sudo refill list all
Which returned that my hard is blocked.

That's

Code:
sudo rfkill list all

Cheers all

Wizard
 


Top