this post was submitted on 11 Apr 2025
72 points (68.9% liked)

Linux

53442 readers
506 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hey folks. I've had an on-again, off-again relationship with Linux for over 20 years. Usually, my attempts to use it are either thwarted by issues installing, issues booting, or general problems while using it... leading to “catastrophic failure” that I can't fix without digging into hours of research and terminal commands.

Windows 11 (even 10) are rock solid for me, even as a very heavy multitasker. No crashes. No needing to reboot, unless I'm forced to with an update, and really no issues with any hardware or software I was running.

But with Linux, I just can't believe how unstable it is, even when I do the absolute basic things.

I'm trying to learn why this is, and how I can prevent these issues from coming up. As I said, I'm committed to using Linux now (I'm done with American software), so I'm open to suggestions.

For context, I'm using a Framework laptop, which is fully (and officially) supports Fedora and Ubuntu. Since Fedora has American ties, I've settled with Ubuntu.

All things work as they should: fingerprint scanner, wifi, bluetooth, screen dimming, wake up from suspend, external drives, NAS shared folders, etc. I've even got VirtualBox running Windows 11 for the few paid software that I need to load up from time to time.

But I'm noticing issues that seemingly pop out of nowhere on the software/os end of things.

For example, after having no issues updating software, I get this an error: "something went wrong, but we're not sure what it is."

Then sometimes I'll be using Firefox, I'll open a new tab to type in a search term or URL, and the typing will "lag", then the address bar will flicker like it's reloading, and it doesn't respond well to my mouse clicks. I have to close it out, then start over for it to resolve.

Then I'll open a different app, sometimes it might open, sometimes it won't.

Or an app will freeze for no obvious reason, and I'll get a popup asking to wait or quit.

Another time I left my computer while I went out for a walk, came back, and it was like I just rebooted... all my work was gone, and it was starting fresh from the login screen.

I'm trying not to overload things, and I'm doing maybe 1/5th of what I'd normally be doing when running windows. But I don't understand why it's so unstable.

Any suggestions would be greatly appreciated.

FWIW, I'm not keen to switch away from Ubuntu, because I do still want official support if there's ever a problem with getting hardware to work.

UPDATE: Wow, I did not expect to get so many responses! Amazing!

Per suggestions, I ran a memtest86 for over 3 hours and it was clean.

I installed Fedora 41 and am now setting it up. Seems good so far, and elevated permissions can be authorized with biometrics! This was not something I had to. Ubuntu, so awesome there!

Any specific tips for Fedora that I should know? Obviously, no more Snap packages now! 😂

UPDATE 2: Ok, Fedora seems waaaay more stable than Ubuntu (and Mint). No strangeness like before... but not everything works as easily. For example, getting a bridged network adapter to work in virtualbox was one-click easy on Ubuntu... not so much on Fedora (still trying to get it working). And Virtualbox didn't even run my VM without more terminal hackery.

But the OS seems usable, and I'm still setting things up.

One thing I have noticed, however. When I search for how to fix or do something, nearly all websites and forums reference Debian/Ubuntu commands, so the fragmentation there is a little annoying

(page 2) 50 comments
sorted by: hot top controversial new old
[–] BCsven@lemmy.ca 5 points 1 week ago

This has not been my experience. I'm not on Ubuntu, but OpenSUSE and NixOS. Everything works and operates as expected everytime. The only issue once was nvidia driver updated versions before kernel did and I had to reboot to a previous snapshot and wait a few days till the kernel update was released to work with whatever happened to the driver. But 8 years of a dependable system otherwise

[–] solrize@lemmy.world 5 points 1 week ago* (last edited 1 week ago)

I use Debian on an old Thinkpad and (mostly) don't have such issues. Installs and upgrades in particular work fine. I had probs with the wifi driver on my x220 but it works fine on the similar t520. Framework might be trying to do too much.

[–] wuphysics87@lemmy.ml 5 points 1 week ago

Using only non american oss is literally impossible.

[–] ArcaneSlime@lemmy.dbzer0.com 5 points 1 week ago* (last edited 1 week ago)

Running a framework 16 with FedoraKDE and before that a 4gb ram 2015 toshiba satellite (in 2024) running Fedora (regular Gnome) and haven't had one of these issues. Most issues I have had were caused by me, every now and again I run into a regular old bug in something and half the time that gets fixed pretty quick.

I wish I could help, but we just have opposite experiences unfortunately. That said, because of this I don't think it's "linux," or I'd likely have at least similar experiences.

OH for a while I did have a bug where VLC would stutter playing video and nobody had a fix, so I uninstalled/reinstalled VLC and it works now. Idk, I've had shit like that happen on windows too though, it's basically the software version of power cycling hardware when it acts up.

[–] whaleross@lemmy.world 3 points 1 week ago (1 children)

Another potential cause for random slowdown, errors and crashes could be overheating. Check that the fans are spinning and airflow is unobstructed. I don't remember from the top of my head and I'm not near a computer but maybe somebody else remembers his to check that all sensors are detected and operational.

load more comments (1 replies)
[–] sabin@lemmy.world 3 points 1 week ago

If you're using Ubuntu make sure you're using the most recent LTS release instead of the latest one. Stability issues shouldn't be a problem on those.

[–] ReversalHatchery@beehaw.org 3 points 1 week ago

NAS shared folders

now that is something that can easily make the system unstable, especially a laptop that will disconnect from the network at least ince in a while. my experience is with KDE, that if there's an unresponsive SMB mount 8n the filesystem, the whole KDE plasma environment fill freeze left and right, maybe with the exception of the window manager. but I have experienced this with other programs too. I suspect they all do filesystem accesses on the main thread and that's why when a directory read hangs, they can't do anything even handle clicksuntil the read times out.

its infuriating honestly, in a sense. of course, I have got all my money back lol. but it's like nobody is testing software with SMB shares, but I guess probably same goes for NFS, SSHFS or anything remote

[–] mr_strange@discuss.tchncs.de 3 points 1 week ago

The latest Ubuntu defaults to using Wayland. On my Framework, it would freeze the whole box every few days. I switched to Xorg, and it was much better. (It's an option on the login screen - just clock the little cog and choose Xorg before you log in.)

[–] 0xtero@beehaw.org 3 points 1 week ago

If it’s for work, I’d suggest using whatever works for you best. Sounds incredibly frustrating so I don’t know why’d you be so set on ditching windows. Use the tools that work for you. Having said that, I’ve been running Linux since early 0.99 kernels and Debian since 1.3 and stability is really unmatched these days.

Your screen flicker issues with browser sound like hardware acceleration related bugs and I’d hazard a quess that random freezes and reboots have something to do with graphics drivers as well. But of course it’s impossible to tell without logs, which you didn’t provide.

[–] socphoenix@midwest.social 3 points 1 week ago (1 children)

Offhand anecdotes here as I only have Ubuntu on a 2012 MacBook.

That said the error post update is likely just a service that didn’t restart properly. Many of these are not necessarily critical, does it say what program crashed? A reboot would guarantee a fix here.

Unfortunately the issues with apps might be the snap packaging, this does slow apps down a bit which could cause pretty much all the remaining issues. I haven’t personally used it but might look up flatpak as a replacement and see if that helps. If others don’t explain how to do this I will try to come edit this later with an explainer or link or something to help.

[–] Showroom7561@lemmy.ca 2 points 1 week ago (3 children)

Unfortunately the issues with apps might be the snap packaging, this does slow apps down a bit which could cause pretty much all the remaining issues. I haven’t personally used it but might look up flatpak as a replacement and see if that helps. If others don’t explain how to do this I will try to come edit this later with an explainer or link or something to help.

I've been reading about Snap packages not being ideal.

I did get flatpak working (one app is only distributed through flatpaks), but I wonder if it would be better to move any packages to flatpaks, or even just DEB packages instead of Snap.

load more comments (3 replies)
[–] ijhoo@lemmy.ml 2 points 1 week ago (1 children)

Like @wildbus8979@sh.itjust.works just said, run memory test.

What hw do you have in that laptop?

something went wrong, but we're not sure what it is.

Check the system journal with

sudo journalctl -e

[–] Showroom7561@lemmy.ca 2 points 1 week ago (4 children)

What hw do you have in that laptop?

It's the 11th Gen Framework 13 running:

  • Intel® Core™ i5-1135G7 , integrated Intel XE graphics chip
  • Western Digital Black 770 2TB SSD
  • 32gb ram (16GB x 2) Crucial DDR4-3200

sudo journalctl -e

This generates a lot of stuff. Anything in particular that I should post?

load more comments (4 replies)
[–] Stanley_Pain@lemmy.dbzer0.com 2 points 1 week ago (1 children)

Linux has always been the way you've described across many different distros for me over the years.

By far the most stable for me was Fedora. I've been running CachyOS over the last year or so and it's been solid.

Until today. For some reason KDE takes forever to startup now. A few apps have this problem as well.

[–] wildbus8979@sh.itjust.works 4 points 1 week ago (1 children)

I've used Linux as my main and only workstation for over twenty years, and I've never had an experience close to what OP describe, so no, I wouldn't say it's always been that way.

load more comments (1 replies)
load more comments
view more: ‹ prev next ›