66
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 12 May 2025
66 points (100.0% liked)
Linux
54134 readers
478 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
A person can only specialize in a small number of things.
I’m happy to learn about computers, but when it comes to, say, cars, I have no desire to learn. If I have a car problem, I don’t have the knowledge of how to even look up a problem.
Can you put gas in your car? Do you know how to check your oil and add more? Can you put wiper fuild in? Do you know how to check coolant levels?
Most importantly: do you know how to RTFM to do this stuff if needed?
That would put you miles above the typical PC using idiot that we keep coddling by ruining things we use.
In today world, you don't need to specialize in something to fix basic issues. Simple online search will help you with most basic issues You encounter which is probably 60-70% issues most people have with cars, computers or etc.
I don't blame people that they can't recompile a kernel, applying a patch to fix some random issue. But I blame people that didn't want to spend 30s on searching how to fix their minor issue like for example checking execute permission for appimage, Search engines today even tell you how to do it in a small AI window on top of the page.
Internet really helped people to gain a basic knowledge in a matter of seconds and yet they still don't want it
Just built a new PC literally this weekend. WiFi mouse and Bluetooth drivers did not work out of the box. I had to spend hours searching through what little info exists out there tangentially related to my problem to find:
WiFi drivers were fixed in kernel 6.10, which fortunately Mint let's you upgrade to 6.11 at this time with relative ease.
Bluetooth drivers do not appear to have been fixed, but I might have a shot if I switch over to a rolling release distro and relearn everything I'm used to from using Debian-based distros for years. Dongle is on order, but I don't love having to have 2 bluetooth devices.
It's unclear if mouse drivers have been fixed in the kernel, but I was able to find a nice set of drivers/controller on github which fixed some mouse problems but only if i used their experimental branch and it did not work with my wireless adapter. Very fortunately I had an old wireless adapter from a mouse from the same brand that was able to close the loop, but that was just dumb luck.
By EOD today I should have everything I want working, but it wasn't "30s" of searching - to your point, 60-70% of problems may be solvable that way, but having 1/3 of your problems require technical expertise is not going to bring Linux out of the hobbyist domain.
Note: this is not a complaint against Linux, just a statement of fact. These things have gotten a lot better over the years, and things get easier to find as the community grows and these struggles get discussed more openly, but there's still lots of challenges out there that take more than a 30s search.