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

76 questions
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?
5
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.
0
votes
1 answer

rf kill unblock all DOES NOT WORK!

Ubuntu 12.04 Wireless Disabled by Hardware Switch, rf kill unblock all, and rf kill list DOES NOT WORK! What next? All I get is "Command "rf" not found"
mark
  • 69