[GH-ISSUE #184] ALSA playback fails? #119

Closed
opened 2026-02-28 14:25:30 +03:00 by kerem · 2 comments
Owner

Originally created by @SaverinOnRails on GitHub (May 2, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/184

Hi, I cannot play any media sent to go-librespot. I am using zeroconf, this is the error printed on the console:

WARN[0065] failed handling dealer request                error="failed starting playback: ALSA error at snd_pcm_open: Device or resource busy"

Is there a way around this please? Thanks.

Originally created by @SaverinOnRails on GitHub (May 2, 2025). Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/184 Hi, I cannot play any media sent to go-librespot. I am using zeroconf, this is the error printed on the console: ``` WARN[0065] failed handling dealer request error="failed starting playback: ALSA error at snd_pcm_open: Device or resource busy" ``` Is there a way around this please? Thanks.
kerem closed this issue 2026-02-28 14:25:30 +03:00
Author
Owner

@devgianlu commented on GitHub (May 2, 2025):

Something is using the ALSA device on your system. You can see who's that with:

fuser -fv /dev/snd/* /dev/dsp*
<!-- gh-comment-id:2848037724 --> @devgianlu commented on GitHub (May 2, 2025): Something is using the ALSA device on your system. You can see who's that with: ``` fuser -fv /dev/snd/* /dev/dsp* ```
Author
Owner

@SaverinOnRails commented on GitHub (May 2, 2025):

Thank you!

<!-- gh-comment-id:2848090226 --> @SaverinOnRails commented on GitHub (May 2, 2025): Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-librespot#119
No description provided.