mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
2d301ea0ea
# Objective Every few months a person using Arch asks for help with the following error on discord: ``` ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave ``` This error is caused by their sound server not being configured for ALSA. The fix is to install `pipewire-alsa` or `pulseaudio-alsa` depending on the sound server they use. Examples: - https://discord.com/channels/691052431525675048/749690364792668301/924380204237987861 - https://discord.com/channels/691052431525675048/742884593551802431/907392651689619486 - https://discord.com/channels/691052431525675048/742884593551802431/838062316360433664 ## Solution Add the instruction to install either `pipewire-alsa` or `pulseaudio-alsa` to [linux_dependencies.md](https://github.com/bevyengine/bevy/blob/main/docs/linux_dependencies.md#arch--manjaro) ## Extra Info A lot of people don't run into this issue because `pipewire-alsa` / `pulseaudio-alsa` is a dependency for gnome and cinnamon. @alice-i-cecile Sorry, had to recreate the pr. It doesn't let me reopen and change the branch of the original pr. |
||
---|---|---|
.. | ||
cargo_features.md | ||
debugging.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
linters.md | ||
linux_dependencies.md | ||
plugins_guidelines.md | ||
profiling.md | ||
release_checklist.md |