[GH-ISSUE #627] ALSA lib error just after installation #1302

Open
opened 2026-03-14 14:19:35 +03:00 by kerem · 0 comments
Owner

Originally created by @hakuoku on GitHub (Dec 7, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/627

Describe the bug
Despite the integrated UI is displayed and playlists and other favorites are loaded, cannot start any playback and the error below occurs.

ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1342:(snd_func_refer) error evaluating name
ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5727:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2721:(snd_pcm_open_noupdate) Unknown PCM default

To Reproduce
Install a binary and dependencies as readme.md (sudo apt install libssl-dev libasound2-dev libdbus-1-dev)

Environment

  • OS: Ubuntu 24.04.1 LTS on WSL
  • Application version: 0.20.3
Originally created by @hakuoku on GitHub (Dec 7, 2024). Original GitHub issue: https://github.com/aome510/spotify-player/issues/627 **Describe the bug** Despite the integrated UI is displayed and playlists and other favorites are loaded, cannot start any playback and the error below occurs. ``` ALSA lib confmisc.c:855:(parse_card) cannot find card '0' ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory ALSA lib confmisc.c:1342:(snd_func_refer) error evaluating name ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory ALSA lib conf.c:5727:(snd_config_expand) Evaluate error: No such file or directory ALSA lib pcm.c:2721:(snd_pcm_open_noupdate) Unknown PCM default ``` **To Reproduce** Install a binary and dependencies as readme.md (`sudo apt install libssl-dev libasound2-dev libdbus-1-dev`) **Environment** - OS: Ubuntu 24.04.1 LTS on WSL - Application version: 0.20.3
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/spotify-player#1302
No description provided.