UPDATE: Starting with OS X 10.10 "Yosemite" all kernel mode extensions (drivers) must be approved by Apple, one way or another (signed with an Apple-rooted certificate or white-listed by OS). For now, the only way to install DASPI driver on OS X 10.10 "Yosemite" is by disabling the driver signature checks for ALL drivers in the system. Please use this method as the last resort, only if your blu-ray drive doesn't work without DASPI and you've got "Please install DASPI" message from MakeMKV.
The following command has to be typed from the terminal in order to disable "approved by Apple" check for device drivers after next reboot:
Code: Select all
sudo nvram boot-args="kext-dev-mode=1"