-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB (including Keyboard and Mouse) Don't Work on macOS 14.4 Sonoma #103
Comments
This is a well known issue at this point, make sure to tell me how you edited the virt manager so I can update the repo |
No worries, will do 😄 |
I have created a pull request that has solved this issue for me: #104 Please let me know if you need more in order to accept it. |
Alright! |
I am unable to access the iPhone via the USB port on MacOS Sonoma. -usb -device qemu-xhci,id=ehci -device usb-kbd -device usb-tablet |
Which operating system are you trying to install?
macOS Sonoma
Describe the bug
When running macOS using the
make.sh --add
, USB devices including keyboard and mouse don't work.To Reproduce
Steps to reproduce the behavior:
make.sh --add
Expected behavior
Mouse and keyboard input should be picked up
Screenshots
n/a
Desktop (please complete the following information):
Additional context
The issue has been described in a reddit post found here:
https://www.reddit.com/r/macOSVMs/s/kzSuQrgOgt
As it looks, it's due to macOS dropping support for USB 2.
Switching to
qemu-xhci
is adviced.I believe I managed it to fix it by doing exactly that, but I need to test it first.
Probably related to #87
The text was updated successfully, but these errors were encountered: