- Using the NVIDIA Web Driver (367.10.10.05b01) causes a GPU Panic when accessing Safari web sites and other applications. USB Device: BRCM20702 Hub.
- Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
03-10-2016, 06:19 AM
(05-04-2015, 04:42 PM)jackoalan Wrote: The package provides the installation files for Broadcom BCM20702 Bluetooth 4.0 USB Adapter Driver version 12.0.1.1010. If the driver is already installed on your system, updating.
Hello!
I'm a developer running the master branch of Dolphin on OS X 10.10.
I was disappointed to discover that the GCN smash-adapter is unsupported (according to the wiki article)..
After some investigation, I determined that the cause of the problem is Apple's HID driver seizing the adapter, preventing dolphin's libusb integration from opening a handle to it.
I've written a codeless .kext file that pre-empts IOKit from loading the HID driver, instead leaving the adapter's endpoints open for
any userspace application to use. No modification to dolphin necessary!!
It works on my system (seemingly without having to disable Gatekeeper signature-validation), although I want some verification from other OS X users first..
Installation instructions:
sudo cp -r ~/Downloads/SmashEnabler.kext /Library/Extensions/SmashEnabler.kext
sudo chown -R root:wheel /Library/Extensions/SmashEnabler.kext
sudo touch /Library/Extensions
sudo reboot
Once this is confirmed to work, I can roll it into a codesigned installer package so the Terminal-apprehensive users can install it with ease. Fingers crossed!!
Bcm20702a0 Hub Driver Kit
Bcm20702a0 Hub Driver For Sale
I have question. I was able to set up 1 controller, but the second does not work. I can not use 2 controllers at once. One controller controls everything. How do I fix that.
03-10-2016, 06:19 AM
(05-04-2015, 04:42 PM)jackoalan Wrote: Hello!
I'm a developer running the master branch of Dolphin on OS X 10.10.
I was disappointed to discover that the GCN smash-adapter is unsupported (according to the wiki article)..
After some investigation, I determined that the cause of the problem is Apple's HID driver seizing the adapter, preventing dolphin's libusb integration from opening a handle to it.
I've written a codeless .kext file that pre-empts IOKit from loading the HID driver, instead leaving the adapter's endpoints open for
any userspace application to use. No modification to dolphin necessary!!
It works on my system (seemingly without having to disable Gatekeeper signature-validation), although I want some verification from other OS X users first..
Installation instructions:
sudo cp -r ~/Downloads/SmashEnabler.kext /Library/Extensions/SmashEnabler.kext
sudo chown -R root:wheel /Library/Extensions/SmashEnabler.kext
sudo touch /Library/Extensions
sudo reboot
Once this is confirmed to work, I can roll it into a codesigned installer package so the Terminal-apprehensive users can install it with ease. Fingers crossed!!
I have question. I was able to set up 1 controller, but the second does not work. I can not use 2 controllers at once. One controller controls everything. How do I fix that.