Mint definitely seems to be the least-buggy for my needs, so that's been my choice as well!
I had a lot of audio issues happening with my latest installation which kind of ruined things for me, something about audio workstations not connecting to whatever audio server they needed (yes, my lack of understanding of the issue was also a huge problem and I admit that!), so now I'm just running it in Virtualbox like a pleb once again.
Although lately, the only real use for it that I have is trying to up my abysmal x86 assembly skills in NASM... but there will always be more reasons to tinker and install more distros in the future for various reasons!
Audio issues? Maybe I can help you.
When I first installed Linux Mint 20 and 21.0 I had zero audio at all. Nada. The same when I installed Pop!OS22.04 and Manjaro as well. I had to do some serious investigating to discover that I needed to do the following to not only get sound at all, but to get flawless sound at that. All because apparently Linux seemed to have issues with onboard Intel HDA (High-Definition-Audio)
based on Realtek ALC887-VD codecs.
Just to get any sound at all, I needed to "retask" some parameters of my audio jack. In essence, this means you need to download the "Alsa Tools GUI". Software that allows you to make two simple changes in how Linux reads the sound coming from an external jack. In my case, it involved my rear audio jack connecting two external speakers. To start, you need to download the software either from your repository (software store) if it is there, or use the terminal to download it directly in two steps:
sudo apt-get update -y
sudo apt-get install -y alsa-tools-gui
A. Provide sound to external speakers:
1. Download “Alsa-Tools-GUI”. Select the icon named “HDA Jack Retask” and select “Realtek ALC887-VD”. Then
check the override box marked “Green Line Out, Rear Side” - ”Internal Speaker (Back)”.
2. Check the box under “Options” marked “Parser Hints”. Then select from “Hints” menu that comes up, and
change the first line called “Jack_Detect” value to “no”.
3. Then click the box marked
“Install Boot Override” and click the “ok” prompt. Then reboot the system. You should now get audio through your external speakers if you did not before.
B. Fix random popping sounds:
Root Authority: Right-click your file manager (Nemo in Linux Mint) to choose
“open as root”, then access the files accordingly:
1. Using root authority access: sys/module/snd_hda_intel/parameters/power_save
Change the value from 1 to 0.
2. Using root authority access: sys/module/snd_hda_intel/parameters/power_save_controller
Change the value from Y to N.
3. Using root authority, access: etc/modprobe.d/alsa-base.conf
Add the following as the last line:
options snd-hda-intel power_save=0 power_save_controller=N
4. Then access the Terminal, and input the following: sudo apt update and reboot the system.
C. Install this software: Pulse-Audio Volume Control
1. Download the following application from the repository: Pulse Audio Volume Control. Access “Configuration” and change the built-in audio profile from “Analog Stereo Duplex” to “Analog Stereo Output”. Then reboot the system, one last time. All these changes should not only restore speaker sound, but fix the output so the audio output no longer has any discernable audio glitches as heard through external speakers or headphones.
The good news is that with Linux Mint version 21.1, they seemed to have solved the jack retask issue so that when you install the OS and reboot, this time you get sound right off. So if you create an .iso flash drive for Mint 21.1 you can skip that step. However you'll still need to do the other steps to get flawless audio. Assuming of course that you may have the same Realtek codec issues as I have. But then my motherboard and bios is 11 years old, so this kind of thing is par for the course.