thenickdude / KVM-Opencore

OpenCore disk image for running macOS VMs on Proxmox/QEMU

Home Page:https://www.nicksherlock.com/2021/10/installing-macos-12-monterey-on-proxmox-7/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only 3 USB ports are able to access in macOS

jarryson opened this issue · comments

I tried to add more USB ports to passthrough, but they can not be seen in macOS.

It seems vm type "Other" can only add 5 USB ports. but 'usb3' and 'usb4' port can not be used in macOS.

I tried to inject usb by using 'Hackintool', but it's different to a real pc and I don't know how.

Can someone show me how to add more usb ports(at least 2 more)?

here is the vm config file.

args: -global nec-usb-xhci.msi=off -global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" -smbios type=2 -cpu host,kvm=on,vendor=GenuineIntel,+hypervisor,+invtsc,kvm=on,vmware-cpuid-freq=on
balloon: 0
bios: ovmf
boot: order=virtio0
cores: 4
cpu: host
hostpci0: 0000:01:00.0,pcie=1,x-vga=1
machine: q35
memory: 16384
meta: creation-qemu=8.1.2,ctime=1706267517
name: MacOS
net0: virtio=BC:24:11:70:35:34,bridge=vmbr0,firewall=1
numa: 1
onboot: 1
ostype: other
parent: use
scsihw: virtio-scsi-single
smbios1: uuid=6eae4d31-ed8d-41da-b532-816b02995bf7
sockets: 1
startup: up=10
->usb0: host=1-13.1
->usb1: host=1-13.2
->usb2: host=2-7.4,usb3=1
->usb3: host=2-7.3,usb3=1
vga: none
virtio0: WDS500G:103/vm-103-disk-0.qcow2,discard=on,iothread=1,size=250205963K
vmgenid: ac3424b2-0a26-477a-b312-653f785282e8```

solved by change vm model to "linux" and use https://github.com/USBToolBox.