Announcement

Collapse
No announcement yet.

Dell Gets An Airplane Mode Switch Driver In Linux 4.2

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dell Gets An Airplane Mode Switch Driver In Linux 4.2

    Phoronix: Dell Gets An Airplane Mode Switch Driver In Linux 4.2

    The latest major pull request for the Linux 4.2 kernel provides the x86 platform driver updates for this next major kernel release...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Originally posted by Phoronix
    The Dell Airplane Mode Switch driver (dell-rbtn) is an ACPI driver to allow toggling the radio controls under Linux. This device switch is sometimes called DELLABCE and DELRBTN and registers an rkfill device and receives hardware rfkill events when WiFi and Bluetooth are enabled.
    How different is this from simply running
    Code:
    rfkill block all
    and
    Code:
    rfkill unblock all
    ?

    Comment


    • #3
      Originally posted by Sonadow View Post

      How different is this from simply running
      Code:
      rfkill block all
      and
      Code:
      rfkill unblock all
      ?
      It's different because it's a physical switch. This driver allows the switch to work, though doesn't require it be for rfkill functions.

      Comment


      • #4
        Enables hardware functionality that would otherwise be inaccessable? Think, that switch or button hidden on the side of your laptop that disables your network card, only this one disables wifi, bluetooth, and whatever other radio device your laptop may have. Always fun when it decides to disable the radios, and you can't re-enable them unless you enter the BIOS or, sometimes, only if you boot Windows.

        Comment


        • #5
          Michael where did you find this total nonsense??
          "The Dell Airplane Mode Switch driver (dell-rbtn) is an ACPI driver to allow toggling the radio controls under Linux"
          I would suggest you to read about new functionality before writing such misleading and incorrect posts on phoronix...

          That Airplane Mode Switch ACPI driver just receive events from wireless hotkey or wireless switch and propagate it to userspace (either via input device or rfkill hard event). It does not allow to control state of wireless or bluetooth devices. For that functionality there is for a long time dell-laptop.ko driver.

          Comment

          Working...
          X