-
Notifications
You must be signed in to change notification settings - Fork 346
Could not open playback device 'default': No such file or directory #634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@0smile, thanks for reporting the issue. I believe this could be same issue as #455, thanks! |
I receive this same error in the terminal when trying to run a rust-lang program with dependencies on libsdl2-dev and libasound2-dev.
|
same problem with rust and wsl2 |
Had the same problem with sound playback in Epiphany / GNOME Web, but managed to fix it:
export PULSE_SERVER=unix:$(sed 's/unix://g' <<< "$PULSE_SERVER") And now it should work, at least it did for me :) |
@jonaskuske Hi, I have encountered a same issue and I could not resolve it with your way. Using Ubuntu 22.04. I'd be appreciated if you could give me some idea. I prepended
Without
After modifying
Could it be due to a bug of WSLg, a misconfiguration, or a bug in my program? Do you have any idea what does the error mean, why does the program does not respect |
I found a resolution, which I described in #864 . Actually, I didn't need to modify |
Version
Microsoft Windows [版本 10.0.22000.376]
WSL Version
Kernel Version
5.10.60.1
Distro Version
Ubuntu 20.04
Other Software
gazebo 11
Repro Steps
run gazebo.
Expected Behavior
Gazebo should show 3d simulation world in the right windows.
Actual Behavior
Gazebo only show gray background, no 3d object.
Output from teminal:
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
AL lib: (EE) ALCplaybackAlsa_open: Could not open playback device 'default': No such file or directory
Diagnostic Logs
I'm using a intel Xe graphic with latest driver.
The text was updated successfully, but these errors were encountered: