Questions tagged [rfkill]

RFKill is a subsystem in the Linux kernel that provides an interface through which radio transmitters in a computer system can be queried, activated, and deactivated.

RFKill is a subsystem in the Linux kernel that provides an interface through which radio transmitters in a computer system can be queried, activated, and deactivated. When transmitters are deactivated, they can be placed in a state where software can reactive them (a soft block) or where software cannot reactive them (a hard block).

The RFKill core provides the application programming interface (API) for the subsystem. Kernel drivers that have been designed to support RFkill use this API to register with the kernel, and include methods for enabling and disabling the device. Additionally, the RFKill core provides notifications that user applications can interpret and ways for user applications to query transmitter states.1

1Source:RedHat

77 questions
38
votes
11 answers

How to unblock something listed in rfkill?

I think I may have found the cause of my problems with connecting to wifi in Ubuntu 11.10. I type this in Terminal: $ rfkill list all 0: phy0: Wireless LAN Soft blocked: no Hard blocked: yes 1: acer-wireless: Wireless LAN Soft blocked:…
Pipan87
  • 381
  • 1
  • 3
  • 5
22
votes
2 answers

What does "rf" mean in "rfkill"?

In Linux there is a program called "rfkill". You can (de)activate radio modules with that. I was interested in the question what "rf" means. But I cant find an explanation. Maybe somebody here knows that?
10
votes
2 answers

Wifi Hard Blocked After Suspend in Ubuntu on GS65

While GS65's wifi module, Killer 1550i(which is roughly Intel 9560), doesn't supported in \~4.17 kernels, I managed to get the wifi working by compiling latest iwlwifi kernel module and including them. But when I recover from the suspend, the wifi…
9
votes
5 answers

I have to issue "rfkill unblock wifi" at every boot

Config: Laptop, standard working wifi card, Ubuntu 14.04 At every boot, Wifi/Wlan is off/SoftBlocked, I can get it to work with the command sudo rfkill unblock wifi but after every reboot I have to re-issue that command again (actually that's not…
3pic
  • 477
7
votes
3 answers

WiFi soft-blocked by rfkill on startup

I have a small Acer Revo PC with Ubuntu 14.10 that I'm configuring to run as a portable media center. I'm trying to set it up as a WiFi access point so that I can control XBMC/Kodi with Android devices via an app. This works fine so far. However,…
M3L
  • 181
7
votes
1 answer

Ubuntu setting rfkill state requires privileges

In the last update of Ubuntu, all the users who are not admin, are having a popup on login with the message setting rfkill state requires privileges and further requesting the admin password.
6
votes
5 answers

Operation not possible due to RF-kill, phy0 hard blocked

I know there are already plenty of questions like this one; the problem is that, although I tried to follow the instructions, I couldn't have my wifi to work. I re-installed Lubuntu 14.04 on my netbook yesterday because of some other problems I…
darkjoker
  • 161
  • 1
  • 1
  • 3
6
votes
2 answers

Wifi Not Working On Ubuntu 14.04 Lenovo G 50-30

I am facing problem to enable wifi on my Lenovo G50-30 Below are the command out put please help me out lspci | grep -i wireless: 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network…
rohitmule
  • 61
  • 1
  • 1
  • 2
6
votes
4 answers

What is causing my Intel 7260 bluetooth device to disconnect when I unblock it with rfkill?

SOLUTION: The problem appears to be that the Bluetooth module does not work well with xHCI in Linux. There is a BIOS setting labeled "XHCI PRE-BOOT MODE", which must be set to "Disabled". If it is not, then Linux will treat the Bluetooth module as…
PaSTE
  • 161
5
votes
3 answers

after rfkill unblock, nmcli still shows wifi device as unavailable

i've been googling this issue for the better part of a day with no success. i'm tring to connect to wifi using nmcli. i've got a connection created using my wifi device: % nmcli c NAME UUID TYPE …
jayekub
  • 59
5
votes
0 answers

rfkill block wifi doesn't persist after a reboot

So I'm trying to find a way to permanently disable and enable the wifi adapter on demand. Now most questions regarding this here seem to have the problem of rfkill blocking their wifi by default and have to add a service to unblock it on boot, but…
4
votes
0 answers

Is it possible to bypass a hardware wifi switch, if `rfkill unblock all` does not work?

Summary I have recently revived an old Sony Vaio VGN-N230E laptop of mine, and installed Linux Mint on it: gctrindade@gctrindade-VGN-N230E ~ $ lsb_release -irc Distributor ID: LinuxMint Release: 13 Codename: …
4
votes
1 answer

Can Ubuntu ignore the Wireless Hardware Switch?

This is not the same question as many others have asked. I have a perfectly functioning wireless card and switch on my HP Pavilion dv6910, running Ubuntu 12.04. Unfortunately, the placement of this switch causes me to hit it when the notebook is…
4
votes
5 answers

WIFI gets HARD BLOCKED on Ubuntu 20.04.2, HP-15 series

One Fine Day..I don't want to shut down my computer, So, “Suspended” it, When turned on next time , the problem starts, WiFi – Not Turning ON, Its not a detection problem, or Driver not found or any thing, the whole WiFi option not turning ON, …
Akshay Chandran
  • 393
  • 1
  • 5
  • 12
3
votes
0 answers

Switch between onboard wifi and usb wifi

I'm looking for a way to easily disable the onboard wifi and use a USB wifi card when needed, for example when single is low from the onboard. So, I found the rfkill command which looked perfect, however when I use it to disable the onboard wifi, it…
1
2 3 4 5 6