A new patch series posted today to the Linux kernel mailing list would block kernel modules/drivers from TUXEDO Computers from accessing GPL-only symbols in the kernel.

TUXEDO Computers maintains a set of kernel drivers currently out-of-tree for their various laptops for additional functionality around power profiles, keyboard backlight controls, WMI, sensor monitoring, the embedded controller, and other functionality. They have said they want to eventually mainline these drivers but in the name of allowing for rapid hardware support they maintain them out-of-tree and ship them with their Ubuntu-based TUXEDO OS and also have the driver sources available via GitLab.

The issue at hand though is that these kernel drivers marked as GPLv3+ and that conflicts with the upstream Linux kernel code licensed as GPLv2. There was a commit to change the driver license from GPLv3 to GPL(v2) but was reverted by TUXEDO Computers on the basis of “until the legal stuff is sorted out.”

Update: TUXEDO Computers Relicenses Some Of Their Drivers To GPLv2

As of yesterday, TUXEDO Computers has now been able to re-license their driver consisting of fully in-house code from GPLv3 to GPLv2+. These are the TUXEDO Computers drivers where it’s all written by TUXEDO employees and not having to worry about code from any third-party developers or other vendors.

The gxtp7380, ite_8291, ite_8291_lb, ite_8297, stk8321, tuxedo_compatibility_check, tuxedo_nb02_nvidia_power_ctrl, and tuxedo_tuxi drivers are the initial ones able to be moved to the GPLv2+ licensing for satisfying upstream Linux kernel developers. Moving the other drivers to GPLv2+ will take longer due to needing to check with the associated parties that contributed to those drivers.

  • dukatos@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    4 days ago

    Ah, that is why keyboard backlight stopped working on my Aura 2 last week.

  • grue@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 days ago

    Imagine having such a hard-on for letting corporations exploit your work in abusive Tivoized products that you stoop to retaliation against a company that’s actually trying to protect their customers.

  • eldavi@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    8 days ago

    one of the awesome things about buying a linux laptop from a linux company like tuxedo is that you don’t have to worry about things like this since they have paid developers who maintain their own distro to “take care” of things like this and buying one of these linux laptops has made my experience smooth and thought free as a mac user.

    it’s a double edge sword however: lemmy has taught me that smooth sailing with linux laptops keeps you unaware of the trouble that lurks beneath the surface and that’s disconnected me from the general linux user experience and has gated me from understanding the common themes and problems they encounter; i’ve started a new linux build and this time i’m going to do it the same way everyone here does, with a windows laptop.

      • ⁂ jnk :InfinityVerified:@masto.es
        link
        fedilink
        arrow-up
        1
        ·
        8 days ago

        @bunitor @eldavi yeah, why? This just shows that, if more hardware companies actively supported linux, there would be no issues left for non-tech end users, which would be awesome.

        Please buy laptops and desktops from tuxedo, system76, framework, etc, and recommend them. They’re doing a great job and do deserve the support.

    • devfuuu@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      Because the linux is explicitly only gpl2. If it was gpl2+ then gpl3 code could use it. It’s a very known problem around the incompatibility of some licenses. The kernel people explicitly only want to use gpl2 and refuse changing the license because it’s better for companies that want to use linux without giving back the code.