mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Virtualization loop problem with ALSA (audio driver) #75
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 @JuSt19 on GitHub (Oct 7, 2020).
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?