I am trying to use Bluetooth on a VirtualBox and as I understand it I have to stop OS X from using Bluetooth first. The instructions for doing this are fairly simple, but don't work for me:
I am told to execute the following two commands from terminal in superuser mode:
kextunload -b com.apple.driver.BroadcomUSBBluetoothHCIController
kextunload -b com.apple.driver.AppleUSBBluetoothHCIController
But the first one gives the following response:
(kernel) Can't unload kext com.apple.driver.BroadcomUSBBluetoothHCIController; classes have instances:
(kernel) Kext com.apple.driver.BroadcomUSBBluetoothHCIController class Broadcom2045FamilyUSBBluetoothHCIController has 1 instance.
Failed to unload com.apple.driver.BroadcomUSBBluetoothHCIController - (libkern/kext) kext is in use or retained (cannot unload).
And I can't find anything online that tells me what to do next, any ideas?
I am told to execute the following two commands from terminal in superuser mode:
kextunload -b com.apple.driver.BroadcomUSBBluetoothHCIController
kextunload -b com.apple.driver.AppleUSBBluetoothHCIController
But the first one gives the following response:
(kernel) Can't unload kext com.apple.driver.BroadcomUSBBluetoothHCIController; classes have instances:
(kernel) Kext com.apple.driver.BroadcomUSBBluetoothHCIController class Broadcom2045FamilyUSBBluetoothHCIController has 1 instance.
Failed to unload com.apple.driver.BroadcomUSBBluetoothHCIController - (libkern/kext) kext is in use or retained (cannot unload).
And I can't find anything online that tells me what to do next, any ideas?