Jump to content

Atheros AR3012


shiecldk

Recommended Posts

Send me an ioregfile of your friend so i can take a look at device id's needed in order to make it work with my BTFIrmwareUploaderxxx kext from Projects section.

Thanks for reply.

Sorry, I didn't know that you moved my post to here.  :)

idProduct: 12293=0x3005

idVendor: 1226=0x4CA

I've tried both BTFirmwareUploader.kext and IOath3kfrmwr.kext. I could get BT recognized, but it's not working.

 

PS. I also made a kext with the following code. Do I need to move it?

<key>IOKitPersonalities</key>
	<dict>
		<key>Broadcom2046FamilyUSBBluetoothHCIController_3404</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
			<key>IOClass</key>
			<string>BroadcomBluetoothHostControllerUSBTransport</string>
			<key>IOProviderClass</key>
			<string>IOUSBDevice</string>
			<key>idProduct</key>
			<integer>12293</integer>
			<key>idVendor</key>
			<integer>1226</integer>
		</dict>
	</dict>
Link to comment
Share on other sites

×
×
  • Create New...