I recently installed Linux Mint Cinnamon on my Razer Blade 15 (2023, RTX4070), but I'm having trouble getting the speakers to work, despite trying all the advice I found in the forums. I'm considering switching to a different distribution altogether. Are there any distros that are likely to be more compatible with my hardware for both gaming and office use? It's been about ten years since I last used Linux, so I could use some guidance!
5 Answers
Remember that the underlying kernel drives the hardware support. Different distros might use different kernels, but if your hardware issues arise from the configuration or driver level, just switching distros won't necessarily help. It's worth checking your logs: you can run commands like `journalctl -b` to look for errors related to sound devices.
Since these distros are free, why not experiment a little? You can use Ventoy to load multiple distros onto a USB drive and test them out. Personally, I'd recommend trying Fedora, Pop!_OS, or even Cachy OS. They might suit your needs better.
I'd suggest creating a Ventoy USB stick and hopping around different distros. It could be fun and help you find the perfect setup. Starting with Fedora KDE could be a great choice, but do check what kind of connector you’re using—if it’s just the 3.5mm Aux, the issue might not be with the distro at all!
You might want to check the drivers first. Try live booting with Ultramarine, which offers a choice between the Fedora kernel and the CatchyOS kernel. If that doesn't work, it could be a good idea to install the openrazer package or check if the AKmods are needed for your laptop.
I just switched to Ubuntu and honestly, everything worked right out of the box—Bluetooth, Wi-Fi, applications, you name it! If you're having driver issues with Mint, this could be a solid option for you.

True, but keep in mind that if the issue is with the hardware itself, moving to a different distro might not solve the problem.