mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 16:45:49 +03:00
[GH-ISSUE #46] (qemu) ALSA lib confmisc.c:767:(parse_card) cannot find card '0' #42
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/46
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 :)