mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
(qemu) ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
#42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CaptainTux on GitHub (Jun 16, 2020).
log.txt
So I am having an issue with ALSA, see the log attached.
I did everything in the README and tried running docker with
I tried to find a solution online, I suppose it is not exactly an issue with the docker image, but I couldn't find anything that works.
I am running Manjaro with XMonad, I have all the alsa libs and drivers installed, not sure what else I can do...
@sickcodes commented on GitHub (Jun 16, 2020):
The problem is the display. Alsa errors show up for everyone.
Have you tried all the troubleshooting docs in the readme?
@CaptainTux commented on GitHub (Jun 16, 2020):
yes I looked at the trouble shooting docs, didn't help
I tried
docker run --privileged -e "DISPLAY=${DISPLAY:-:0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx, but gtk initialization always failsEDIT: after running
xhost +, I'm getting@CaptainTux commented on GitHub (Jun 16, 2020):
Never mind, somehow it works now with the original command
docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osxthe problem seems to have been that I was unable to connect to the X-server and gtk failed
@sickcodes commented on GitHub (Jun 16, 2020):
Great :)