Jump to content

thedecline

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by thedecline

  1. I'm using the latest version of Clover and booting from a USB stick. I installed your kext into /S/L/E with kext wizard. PM sent with a dropbox link. Let me know if you can't access it. Thanks!
  2. Hello there I have a what seems to be an eBay knock off iMac BCM94360CD wifi/combo card with device id 4500 and vendor id 0a5c I've added entries in the two info.plists as so: <key>BCM-Test-4500-0a5c</key> <dict> <key>BTController</key> <string>BCMCOMBO</string> <key>CFBundleIdentifier</key> <string>org.emlydinesh.driver.BTFirmwareUploader</string> <key>DeviceSpecificFw</key> <false/> <key>IOClass</key> <string>BTFirmwareUploader</string> <key>IOProviderClass</key> <string>IOUSBDevice</string> <key>idProduct</key> <integer>17664</integer> <key>idVendor</key> <integer>2652</integer> </dict> and <key>AppleBroadcomBTUSBController_4500</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string> <key>IOClass</key> <string>BroadcomBluetoothHostControllerUSBTransport</string> <key>IOProviderClass</key> <string>IOUSBDevice</string> <key>LMPLoggingEnabled</key> <false/> <key>idProduct</key> <integer>17664</integer> <key>idVendor</key> <integer>2652</integer> </dict> I've tried DeviceSpecificFw as true and false. The messages in the log are as follows: 2/04/2015 9:40:06.000 pm kernel[0]: BTFirmwareUploader :: Broadcom WiFi/BT combo Bluetooth controller found 2/04/2015 9:40:06.000 pm kernel[0]: BTFirmwareUploader :: ProductID 0x4500, VendorID 0xa5c 2/04/2015 9:40:06.000 pm kernel[0]: BTFirmwareUploader :: failed to find Bulk OUT pipe 2/04/2015 9:40:06.000 pm kernel[0]: BTFirmwareUploader :: HCI command request failed with error (0xe000404f) 2/04/2015 9:40:06.000 pm kernel[0]: BTFirmwareUploader :: Firmware patch failed. I also have the requisite IOreg, system.log and system profile files if needed. How can I send them? Many, Many, Many Thanks!
×
×
  • Create New...