• NABDad@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    6 months ago

    Way back in the olde tymes, I was having trouble with the NIC driver in my Linux install. I posted a question about it on USENET, and got a reply from the guy who wrote the drivers. He asked for some info about the card, then updated the driver to support it.

      • XTL@sopuli.xyz
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        6 months ago

        There used to be a lot of cards based on same or similar chips, but with small differences. That made little changes to drivers common. It’s a bit like LCD modules or audio chipset quirks. One driver with tons of little differences depending on what each manufacturer decided to do differently.

    • 9488fcea02a9@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      6 months ago

      Some dude wrote a driver for the temp sensors on my motherboard… Then quit maintining it because people were being shitty

      https://github.com/a1wong/it87

      DRIVER REMOVAL NOTICE ===================== I have been unable to meet support demands for this driver, resulting in unpleasant experience and frustration for everyone involved. Consequently, the driver will be removed from github, effective August 1, 2018. Interested parties are encouraged to clone the driver before that time and to start maintaining it on their own.

    • umbrella@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      6 months ago

      Software discoverability on linux sucks so much omg. I was looking for something like coolercontrol for almost forever and I find it now that I dont need it anymore.

        • cynar@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          6 months ago

          Break away fasteners are a thing now. Line it with some Kevlar fibre and some good thermal insulation/fire resistance and you have an amazing utility device.

          In public, it billows behind you, making you look dashing and heroic. When the shit hits the fan, instant bullet resistant cover for civilians. A way to shield them from the heat of a fire, or a small explosion. You could even use it offensively to tangle or deceive an opponent!

          • Liz@midwest.social
            link
            fedilink
            English
            arrow-up
            1
            ·
            6 months ago

            There is absolutely no way in hell a bullet-proof cape is billowing in the wind.

  • dan@upvote.au
    link
    fedilink
    arrow-up
    5
    ·
    6 months ago

    A lot of Linux drivers are like this - just one or two people maintaining them. They usually eventually mainline the driver rather than having a separate Git repo though.

    • 0x4E4F@lemmy.dbzer0.comOP
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      6 months ago

      It’s mind boggling just thinking that things like this depend on the effort of one or two guys… while on the other hand, it’s not so uncommon that a team of engineers and developers fails to deliver a working (mostly) bugfree product.

      I think management is who is responsible for the shitty decisions, as always… and, in general, just holding the team back.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        6 months ago

        The thing with drivers is that the hardware they’re written for doesn’t really change. A particular network card is always going to behave the same way. Once the driver works well, it’s pretty much complete, and the only changes that are needed are bug fixes, updates to handle new firmware, or adjustments if the kernel changes some implementation detail of how drivers are used. There could be months or years between updates to the driver.

        Some manufacturers have great first-party Linux support. Intel is a good example - they contribute a lot of code to the kernel, and their drivers are maintained by employees.

  • Raccoonn@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    6 months ago

    Had some problems while trying to compile and install a WiFi driver for the first time. Managed to find the email of the driver’s creator and sent them a message. They responded a few hours later with incredibly helpful guidance, walking me through the process and enabling me to get it working, all while gaining valuable insights…

    • SirNuke@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      6 months ago

      Send your thanks directly to the maintainer (preferably email/mastadon/twitter/etc, not a ticket)! Open source maintainers don’t get a lot of positive direct feedback.

  • cogman@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    One of the best parts about Linux. So much is open source which means your 20 year old hardware still likely has support.

  • KSP Atlas@sopuli.xyz
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    Shoutout to whoever maintained my wifi drivers before i switched to ethernet (i forgot who they are lol)

    • 0x4E4F@lemmy.dbzer0.comOP
      link
      fedilink
      arrow-up
      2
      ·
      6 months ago

      To be honest, yes. In general, not just tech or Linux related stuff. You look at humanity and what it has come down to, and then you notice these people… and hope fills your heart again.

      • CosmicTurtle@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        The vast majority of my open source projects, I’m the only user. I release it open source because back in the day, GitHub only allowed open source projects if you want to use it.

        But another reason is the hope that someone will find it helpful. If not the project itself but maybe the code.

        I have one project that has a significant following and honestly it’s sometimes very scary because I might not want to keep it updated because of my own interests changing.