LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   "rfkill list" stopped working (https://www.linuxquestions.org/questions/linux-newbie-8/rfkill-list-stopped-working-4175623407/)

weinelb 02-09-2018 05:59 AM

"rfkill list" stopped working
 
Yesterday “rfkill list” showed both my wired and wireless networks in Terminal, but today it shows nothing and just goes to next Terminal prompt. The only change was installing a USB driver for Canon TS6020 printer.

Alternate question: How else can I show whether wireless is hard blocked?

BW-userx 02-09-2018 08:52 AM

Quote:

Originally Posted by weinelb (Post 5817708)
Yesterday “rfkill list” showed both my wired and wireless networks in Terminal, but today it shows nothing and just goes to next Terminal prompt. The only change was installing a USB driver for Canon TS6020 printer.

Alternate question: How else can I show whether wireless is hard blocked?

Code:

whereis rfkill
to see if it is still there, or
Code:

sudo find /usr -type f -name rfkill
to seek it out, if it is on your system find will show it.
Code:

locate rfkill
is another searching method. Sometimes needs its database updated.
Code:

sudo updatedb

weinelb 02-09-2018 08:54 AM

BW-userx,

Tried both, same result, no list.

rtmistler 02-09-2018 09:10 AM

If these items have been disabled in hardware, I do not believe they will show up in the rfkill list.

weinelb 02-09-2018 09:24 AM

rtmistler,

I know "eth0" is not blocked as I used it to download Canon driver. And yesterday, when WiFi [wlan0] had a hard block, this is how I found that and corrected the issue (i.e. it showed in list). Today list is blank although only "Wired" connection shows in "Network Connections" and both appear in "Network Settings".

Shadow_7 02-10-2018 02:25 PM

Did you reboot and try again? Sometimes the modules / drivers get unloaded or out of whack. Especially not so great wifi drivers.

Shadow_7 02-10-2018 02:30 PM

Some laptops have a hardware kill switch which might be triggered. And otherwise prevent it from showing up in rfkill. Although I haven't had one of those in a long time. Fn + Special Button when I did, and off by default if you ran the battery dead or physically removed the battery in the case of that laptop. Or other oddities like restoring defaults to the bios. Back then Fn + special button and load ndiswrapper and the light under said button would be on when it worked. Probably not your issue, but one I had long ago.

AwesomeMachine 02-10-2018 03:31 PM

Are you sure you're remembering correctly? rfkill only shows wireless networking on my laptop. I believe the 'rf' in rfkill stands for 'radio frequency'.

BW-userx 02-10-2018 05:32 PM

if you got network up and running and a way out, try installing rfkill and see what your system tells you.


All times are GMT -5. The time now is 06:37 PM.