Jump to content

jplafor

Members
  • Posts

    2
  • Joined

  • Last visited

jplafor's Achievements

Private

Private (2/17)

0

Reputation

  1. @Jake Lo good catch, I edited the post.
  2. Hello, I'm sorry to have to ask this as this isn't your full time job and you're putting your own free time into this kext, but I was wondering if you might be able to add support for the Atheros AR9462, it's able to be seen perfectly fine on OS X, but OS X is injecting the wrong firmware(it's not able to connect or detect devices with this firmware). It's able to work fine when doing the classic boot into windows to load the correct firmware and then restart into OS X trick though so maybe there is hope. I tried modifying your BTFirmwareUploader_v3.0.5_10.11.zip kext to add support myself, but the final product didn't change the loaded firmware version or allow it to detect or connect to devices. The AR9462 is a wi-fi and bluetooth two in one that comes on the Asus Z-87 Pro motherboard and potentially others, the wifi portion of it is a lost cause but maybe its bluetooth could work? Vendor and Product Ids: VID: 0b05 PID: 17d0 Thank you for your time, and I hope you consider supporting my bluetooth adapter. The attachment is of my system profiler with the correct firmware that was loaded from windows, the incorrect firmware version that is loaded from a cold boot is Version: 7.4354 (6.1) Finally, here are the edits I tried to make In BTFirmwareUploader.kext <key>Atheros-AR9462-17d0-0b05</key> <dict> <key>BTController</key> <string>AR9462</string> <key>CFBundleIdentifier</key> <string>org.emlydinesh.driver.BTFirmwareUploader</string> <key>IOClass</key> <string>BTFirmwareUploader</string> <key>IOProviderClass</key> <string>IOUSBHostDevice</string> <key>Pipe OUT</key> <integer>0</integer> <key>Use Linux fw</key> <false/> <key>Windows fw</key> <integer>1</integer> <key>idProduct</key> <integer>6096</integer> <key>idVendor</key> <integer>2821</integer> </dict> In BluetoothDevQAtherosInjector.kext <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleUSBMergeNub</string> <key>IOClass</key> <string>AppleUSBMergeNub</string> <key>IOProviderClass</key> <string>IOUSBHostDevice</string> <key>IOProviderMergeProperties</key> <dict> <key>USB Product Name</key> <string>Atheros USB AR9462 Bluetooth 3.0 Controller</string> </dict> <key>idProduct</key> <integer>6096</integer> <key>idVendor</key> <integer>2821</integer> </dict>
×
×
  • Create New...