• 1 Post
  • 47 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle

  • Have you tried a running a different distro live f/usb or something like that? Doesn’t seem likely that it would help, but who knows…

    It’s unlikely the kernel or other low-level code is the problem on 10 year old Intel hardware, though. I’ve run numerous distros on numerous different machines, many of which were Intel-based, over the last couple decades, and never had this kind of basic, low-level problem with SATA before without it being the cable or controller. Oh, I just remembered: check the PSU as well if you can. A faulty PSU could have a bad rail or wire or something that leads to these problems. If you have a known-good one lying around, depending on the motherboard, you could try temporarily hooking it up to the board and drive and see if it changes anything.

    To eliminate Linux as a potential culprit, you could try to install Windows (7, 8, 10, whatever) and see if it exhibits similar problems.




  • If you are getting actual hardware/sata errors on the host (not sure if that’s exactly what’s happening from your description), and multiple drives have had a similar problem, I’d suspect the sata cable or controller/mobo. Intel had a lot of weird sata issues on their older chipsets, so I’d also recommend making sure it has the latest bios update. Could you be more specific on what kind of hardware errors are showing up? Like, maybe parts of the logs.










  • mortrek@lemmy.mltoOpen Source@lemmy.mlThank You devs.
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    11 months ago

    I agree. I’m very grateful to OSS developers. I use almost exclusively OSS software every day at this point, and it wouldn’t be possible without the countless people devoting countless hours of their valuable time to these projects.

    So, a question to devs, especially for smaller, more approachable projects: I have a minor (plus a bit more) in CS, a lifetime of casual coding, but never really built anything larger-scale than a C-based sh-like shell in one of my CS courses, or many years ago an IRC front-end for a chatbot engine. Mostly I just write scripts (sometimes kinda complex), or small C/C++ projects. I would try to contribute to a project directly, but I don’t want to step on toes, and most projects have people who are deeply intertwined in the code of the project. It feels impossible to get involved in any way other than testing without possibly just annoying people who have been doing it for years. I’ve known enough intimidating grizzled *nix guru people to make me paranoid that I’ll just get in the way.

    How do you get a foothold in a project? Should I just start with creating my own OSS project, and once I get somewhere where I’m familiar with the flow and project management and such, then I can consider contributing more to other projects?

    Or is it really more helpful to the community to just test stuff, create documentation, answer questions, etc? Would becoming another dev be more helpful to OSS, or would working on supporting projects in these other ways be more helpful?





  • mortrek@lemmy.mltoLinux@lemmy.mlSo I installed EndeavourOS ...
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 months ago

    Only significant issue that I’ve had with EndeavourOS/Arch is when I had a laptop with it installed and didn’t update for like 6 months because I rarely needed it. When I went to do a full update, it really messed multiple things up. There were just too many massive changes at once. I just shrugged and reinstalled with the newest ISO, but if I had heavily customized it or something, I would have been pretty annoyed. Ever since then I usually install it with BTRFS and auto pacman snapshots.

    Also, never perform partial upgrades unless you know what you are doing. That’s apparently the fastest way to mess things up. I played with this before and it definitely will break things.