Jump to content

Schlichi

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Schlichi

  1. I already tried that. Even though I seem to have 3 USB controllers - almost everything is connected to Host 3. I juggled around with the BIOS settings - and some things changed, but without completely disabling xHCI (USB 3.0) I didn't come to a satisfying solution. I ordered the PCI USB 3.0 controller card now (knowing that the PCI Bus won't give me FULL USB 3.0 speed - but that's ok) and will try that works in OS X. If it doesn't I will have to get rid of another card to make space for a PCIe USB 3.0 card. I came to realize that having a Plug & Play USB controller has quite a few advantages and should solve my problem. Greets Schlichi
  2. Thank you for your reply. My Problem is that I just used my last PCIe slot for this Combo Card (WiFi / BT). I only got a spare PCI (Classic) slot left. But I only found one USB3 Controller for this slot that costs 60€ and might not even work in OS X OOTB. I could also get an old PCI USB 2 Controller for a few bucks- But which one is supported by OS X? Or I could return my New Combo card - renounce Handoff/Contuinity (which doesn‘t even work yet) and get a USB 3 card and a standalone BT dongle. What would you do? Greets Schlichi
  3. Hello you all, okay - I got it working by attaching the Bluetooth Adapter via USB Hotplug AFTER High Sierra bootet fully up. However, everytime I add it before booting the system, it gets lost. And I think I found out why... UNRAID itself is using the Bluetooth dongle - I recognized that because I could use my Apple Trackpad in the UNRAID GUI. And everytime I boot up my High Sierra VM I lose the connection for a few seconds and then it comes back. I also recognized that the adapter changes its name from "Apple Bluetooth Host Adapter" to simply "Apple". Later it becomes "Apple Bluetooth Host Adapter" again. Is there any way to tell UNRAID to NOT use the Bluetooth adapter so it's exclusively available for the VM? I think that might be a solution. Greets Schlichi
  4. Hello you all, I need your help. I bought a ABWB 802.11 AC WiFi BCM94360CD Combo Card for my UNRAID Server to passthrough to my OS X High Sierra to get a) WiFi b) Bluetooth c) Continuity Features I managed to get the WiFi part working by simply passthrough the PCI-e card. But the Bluetooth part works via USB and even though I select the USB device for passthrough, it doesn't seem to be recognized. Other USB devices (Mouse, Keyboard) however work properly. I think it may have something to do that I use libvirt and not qemu - but I'm a newbie and I don't fully understand what I do. So please - can anybody help me? Here is my XML: <domain type='kvm' id='10' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>002 macOS - High Sierra</name> <uuid>I removed that</uuid> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="osx3.png" os="linux"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='6'/> <vcpupin vcpu='2' cpuset='3'/> <vcpupin vcpu='3' cpuset='7'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-2.10'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/e98b79d6-44d1-1bc9-ba21-6e5667511df9_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='2' threads='2'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/disks/VMs/002 macOS High Sierra/vdisk2.img'/> <backingStore/> <target dev='hdc' bus='sata'/> <boot order='1'/> <alias name='sata0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x8'/> <alias name='pci.1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x9'/> <alias name='pci.2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0xa'/> <alias name='pci.3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0xb'/> <alias name='pci.4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0xc'/> <alias name='pci.5'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x4'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0xd'/> <alias name='pci.6'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x5'/> </controller> <controller type='pci' index='7' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='7' port='0xe'/> <alias name='pci.7'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x6'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:fc:21:cd'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='e1000-82545em'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/1'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/1'> <source path='/dev/pts/1'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-10-002 macOS - High Sie/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='mouse' bus='ps2'> <alias name='input0'/> </input> <input type='keyboard' bus='ps2'> <alias name='input1'/> </input> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x09' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x09' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </source> <alias name='hostdev2'/> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x05ac'/> <product id='0x0221'/> <address bus='3' device='18'/> </source> <alias name='hostdev3'/> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x05ac'/> <product id='0x0304'/> <address bus='3' device='19'/> </source> <alias name='hostdev4'/> <address type='usb' bus='0' port='2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x05ac'/> <product id='0xf007'/> <address bus='3' device='20'/> </source> <alias name='hostdev5'/> <address type='usb' bus='0' port='3'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> <qemu:commandline> <qemu:arg value='-usb'/> <qemu:arg value='-device'/> <qemu:arg value='usb-mouse,bus=usb-bus.0'/> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd,bus=usb-bus.0'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,vendor=GenuineIntel,kvm=on,+invtsc,vmware-cpuid-freq=on,'/> </qemu:commandline> </domain>
  5. Thank you for your reply. I updated my system to 6.4 RC21 and everything works as it should. I got macOS High Sierra 10.13.2 working with GPU passthrough (NVIDIA GT 710), iMessage/Facetime Fix and HDMI Audio working as well. Greets Schlichi
  6. First of all - thank you gridrunner for your FANTASTIC videos. I just recently started using UNRAID and you helped me a great deal getting everything working (e.g. Windows 10 VM). Now my question: I want to create a High Sierra VM and passthrough a GPU so it can (maybe) replace my Mac Mini. But I'm currently using UNRAID 6.3.5 because I wanted to use a stable version for my system. Is it possible to install High Sierra with GPU passthrough on UNRAID 6.3.5 or is it necessary to upgrade to a 6.4 RC Version? Greets Zodac
×
×
  • Create New...