this post was submitted on 06 Aug 2025
129 points (91.6% liked)

Linux

12499 readers
145 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

We love to praise linux constantly and tell everyone to change to it (they should) but what are your biggest annoyances ?

Mine would be, installing software (made even more complex by flatpaks being added, among the 5 other ways there already were to install software) and probably wifi power management issues.

you are viewing a single comment's thread
view the rest of the comments
[–] sbv@sh.itjust.works 25 points 5 days ago (7 children)

When I was running a Linux distro regularly (1995-2015), audio output would break every couple of upgrades.

It was frustrating, because I was pretty happy with the rest of the OS.

[–] jondur@lemmy.world 10 points 5 days ago (1 children)

After switching my gaming PC from Win 11 to Linux Mint earlier this year, audio is the only thing I consistently have issues with. I have the PC connected to my living room TV via HDMI via an Onkyo AVR. I have pipewire installed (correctly, I think).

Whenever audio starts, there's a couple second delay before I can hear it. Haven't been able to solve that so I just live with it.

The more annoying thing is after an update earlier this week, the audio output is now defaulting to "Dummy Output" instead of HDMI. I have to manually switch it via pipewire. It randomly switches back and I haven't figured it out either.

[–] toddestan@lemmy.world 1 points 5 days ago* (last edited 5 days ago) (1 children)

Whenever audio starts, there’s a couple second delay before I can hear it. Haven’t been able to solve that so I just live with it.

That can be because of a power saving feature - basically PulseAudio puts your sound card to sleep when nothing is playing, and then there's a bit of lag before it wakes up. In my case it was really annoying because I use the optical output, so when PulseAudio put the sound card to sleep, my receiver would also go to sleep after a bit, and resulted in quite a bit of a delay when it was time to get it come back up.

This fixed it for me (see part 4.8): https://wiki.archlinux.org/title/PulseAudio/Troubleshooting

[–] jondur@lemmy.world 1 points 9 hours ago

I tried this and it worked for about a day haha.

I've gone through a couple pulseaudio configuration tutorials, but nothing is working consistently. Seems to work fine after initial reboot, but almost every time after waking from sleep I have to reconfigure the audio outputs. I swear this all worked fine until I updated something last week.

[–] neidu3@sh.itjust.works 9 points 5 days ago (1 children)

Ironically, it's only gotten better since 2015ish. For the most part I've used pulseaudio like most others, but I've also used jackd when I need to do audio stuff. After pipewire became usable it's more or less flawless for me.

[–] grue@lemmy.world 1 points 5 days ago

Audio output doesn't "break," but it's easy for it to get redirected to the wrong device (e.g. by plugging something in, like headphones or an HDMI monitor, and the system trying to be "helpful" by automatically reconfiguring). With so many layers (OSS, ALSA, PulseAudio, JACK, PipeWire) it's hard to figure out how to fix it.

[–] TropicalDingdong@lemmy.world 7 points 5 days ago (1 children)

When I was running a Linux distro regularly (1995-2015), audio output would break every couple of upgrades.

It seems to go hand-in-hand with bluetooth breaking.

Bluetooth is still... not great.

[–] sbv@sh.itjust.works 4 points 5 days ago

I didn't even try Bluetooth. That would have been too frustrating.

[–] hash@slrpnk.net 4 points 5 days ago

That's exactly why I hopped back on windows for my desktop. I've put off fixing it for longer than I should.

[–] bridgeenjoyer@sh.itjust.works 4 points 5 days ago (2 children)

I've amazingly not had a single audio problem, and i mess with inputs and outputs on the front and back panel often, as well as use usb audio devices. Mint and pulseaudio

[–] over_clox@lemmy.world 4 points 5 days ago

I just find it annoying that I have to manually change audio output device every time I connect or disconnect HDMI to our TV. Annoying, but at least not difficult.

[–] sbv@sh.itjust.works 1 points 5 days ago

That's awesome! I'm not sure if/when I'll go back to Linux as a daily driver, but I that I have your experience.

This does need some attention from the Pipewire profiles perspective. It's mostly a hardware combo thing though. Even if you're using an audio code that has kernel support, the speaker configuration from manufacturers changes CONSTANTLY, really causing problems. They need to break this out into its audio profile IMO.

[–] coherent_domain -2 points 5 days ago

I hope image-based distro can solve this issue. In general I feel a lot of these breakages are caused by repeatedly migrating configuration files, yet fresh install usually fixes these issues.

I think one of the advantage of image based distros is that they are much more principled in migrating config files.