• Norgur
    link
    fedilink
    82 years ago

    The very evening I installed Linux for the first time (I think it was Ubuntu 12.04), my Wifi stick was the first major hurdle. I was a teenager, had no idea about package managers and such, but the drivers for my stick were only available in an uncompiled format, so I had to first learn what build utils and kernel dev packages were, download them and their dependencies onto the windows PC of my dad and copy them onto a CD.

    After I had figured all that out (took me.a while), I learned how to compile on the fly.

    After I had run ./configure and it finallyfinally ran through without error, the config script had this last line:

    Configure done successfully. Now type ‘make’ and pray

    Things have changed over the years, but they haven’t changed enough.

      • Norgur
        link
        fedilink
        22 years ago

        Netgear WiFi USB drivers. Weren’t good for much, but this one message was true as fuck!

    • @[email protected]
      link
      fedilink
      English
      3
      edit-2
      2 years ago

      Whenever I come across something I’d have to build myself, I just give up. No matter the instruction, there is always something wrong.

      • @[email protected]OP
        link
        fedilink
        English
        4
        edit-2
        2 years ago

        That is true on any LTS distro. Try rolling release, works without a glitch almost every time… well, at least on Void it does.

        • Norgur
          link
          fedilink
          22 years ago

          I read the previous comment and thought to myself “I bet there is some reply about LTS vs rolling release to this”. I KNEW IT!

          • @[email protected]OP
            link
            fedilink
            English
            2
            edit-2
            2 years ago

            Yep, been in the same boat 😂. Was an LTS fan for a long long time till I realized… this shit ain’t worth it 😂.

            Everthing there is out there in 99% of the cases compiles against latest libraries. And well, LTS is just… lagging behind 🤷. So, you solve one lib dependcy and then, bam, another one pops up… OK, solved that one, bam, another one 😒… it just gets frustrating to compile stuff on LTS.

            And then you get all sorts of errors from the package manager cuz you did the unthinkable - install latest libs on an LTS distro.

            LTS is good for one thing only nowadays - servers.