mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 16:45:49 +03:00
[GH-ISSUE #91] Virtualization loop problem with ALSA (audio driver) #75
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#75
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 @JuSt19 on GitHub (Oct 7, 2020).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/91
Hello to everyone,
Im trying to turn on the OSX Docker in my VM (that its already virtualized and has enabled the loop virtualization option).
When the virtualization option is enabled, a symbolic link in my machine appears and points internatlly into /dev/kvm, so im supposing that it's working.I already installed the dependencies (QEMU, libvirtd,etc...)
My problem came when i tried to run the osx:
Someone has experienced this problem or know any workaround?
Best regards
@sickcodes commented on GitHub (Oct 7, 2020):
Try adding
--device /dev/kvm@JuSt19 commented on GitHub (Oct 8, 2020):
Nothing... still not working....
@AdamMomen commented on GitHub (Nov 2, 2020):
@JuSt19 I have the same exact issue.
@frosty-sh commented on GitHub (Feb 26, 2021):
Any news on this?
@sickcodes commented on GitHub (Feb 26, 2021):
The error is unrelated to the audio, try the troubleshooting steps.
Start with this
https://github.com/sickcodes/Docker-OSX#requirements-kvm-on-the-host
Then this
https://github.com/sickcodes/Docker-OSX#troubleshooting
Run without sudo (GTK can't run in roots desktop because root isn't running a display server.)
Add yourself to docker group
xhost +State your OS, and the commands that you used to reach this error
@frosty-sh commented on GitHub (Mar 7, 2021):
Thank you!
xhost +has done it for me@lonngxiang commented on GitHub (Sep 19, 2024):
how about windows?