14
linux kernel compatibility
(piefed.social)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
It's hard to say for sure what's causing the issue, but it's definitely possible that it's kernel related. I've never used cachyOS, but when i was still using Arch i've had issues with newer kernels multiple times. Switching to the LTS kernel would usually fix the problem though. I'm actually facing a weird issue myself right now on GNU Guix, where my pc has randomly rebooted itself multiple times over the past few weeks. My first thought was the kernel since Guix is also rolling release, but i haven't tried the LTS kernel yet because the nonguix substitute servers are having issues, so i would have to wait for it to compile lol.
Oh btw regarding your question, i don't know if cachy offers the regular arch kernel in its repos as well, but generally speaking kernels should be pretty compatible regardless of distro. You can also install the cachy kernel on NixOS for example.
thank you!