shiecldk Posted October 7, 2013 Share Posted October 7, 2013 Hi EMlyDinEsH, https://osxlatitude.com/index.php?/topic/2946-asus-k46ca/ My friend own a X202E, which use the same Wifi/Bluetooth card as yours. Could you tell me how did you make AR3012 work? Thanks! Link to comment Share on other sites More sharing options...
EMlyDinEsH Posted October 8, 2013 Share Posted October 8, 2013 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. 1 Link to comment Share on other sites More sharing options...
shiecldk Posted October 22, 2013 Author Share Posted October 22, 2013 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 More sharing options...
Recommended Posts