LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-09-2018, 05:59 AM   #1
weinelb
Member
 
Registered: Feb 2018
Posts: 39

Rep: Reputation: Disabled
Unhappy "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?
 
Old 02-09-2018, 08:52 AM   #2
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by weinelb View Post
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

Last edited by BW-userx; 02-09-2018 at 08:56 AM.
 
Old 02-09-2018, 08:54 AM   #3
weinelb
Member
 
Registered: Feb 2018
Posts: 39

Original Poster
Rep: Reputation: Disabled
Unhappy

BW-userx,

Tried both, same result, no list.
 
Old 02-09-2018, 09:10 AM   #4
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
If these items have been disabled in hardware, I do not believe they will show up in the rfkill list.
 
Old 02-09-2018, 09:24 AM   #5
weinelb
Member
 
Registered: Feb 2018
Posts: 39

Original Poster
Rep: Reputation: Disabled
Unhappy

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".
 
Old 02-10-2018, 02:25 PM   #6
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Did you reboot and try again? Sometimes the modules / drivers get unloaded or out of whack. Especially not so great wifi drivers.
 
Old 02-10-2018, 02:30 PM   #7
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
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.
 
Old 02-10-2018, 03:31 PM   #8
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
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'.
 
Old 02-10-2018, 05:32 PM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

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


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Old HP LaserJet stopped working after 14.2 upgrade, "filter failed", parallel port j12i Slackware 11 09-29-2017 04:37 AM
[SOLVED] AIX - gdb - command "info sh" stopped working between 7.4.1 and 7.5 NevemTeve AIX 4 02-12-2014 01:51 PM
NVidia drivers stopped working, thrown into "low-graphics mode", Ubuntu caibbor Linux - Software 3 01-05-2014 09:56 PM
"M-Audio Mobile Pre Usb" Soundcard stopped working sonium Linux - Hardware 1 12-21-2006 11:58 PM
evolution stopped working - "CORBA" exception thegreatgatsby Linux - Software 3 03-16-2004 07:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration