vikingosx Posted November 15, 2013 Share Posted November 15, 2013 all are fine except for bluetooth. Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted November 15, 2013 Administrators Share Posted November 15, 2013 did you have a combo wifi/BT card you might have swiped out of your machine for a compatible wifi card? Link to comment Share on other sites More sharing options...
vikingosx Posted November 18, 2013 Author Share Posted November 18, 2013 did you have a combo wifi/BT card you might have swiped out of your machine for a compatible wifi card? I'm sure it's a Independent BT card, I tried to boot from win7 system after replaced wifi card from my 6230, bt works fine under win7. thanks Link to comment Share on other sites More sharing options...
peekstar Posted November 18, 2013 Share Posted November 18, 2013 To get bluetooth working on my E6330 on both Mountain Lion and Mavericks I had to edit IOBluetoothFamily.kext/BroadcomBluetoothHCIControllerUSBTransport.kext and add my device ID's into the info.plist. (On Mavericks it is IOBluetoothFamily.kext/BroadcomBluetoothHostControllerUSBTransport.kext) Is yours a Broadcom(Dell Wireless 380) Vendor ID 0x413c Product ID 0x8197? Link to comment Share on other sites More sharing options...
vikingosx Posted November 19, 2013 Author Share Posted November 19, 2013 To get bluetooth working on my E6330 on both Mountain Lion and Mavericks I had to edit IOBluetoothFamily.kext/BroadcomBluetoothHCIControllerUSBTransport.kext and add my device ID's into the info.plist. (On Mavericks it is IOBluetoothFamily.kext/BroadcomBluetoothHostControllerUSBTransport.kext) Is yours a Broadcom(Dell Wireless 380) Vendor ID 0x413c Product ID 0x8197? you are correct, I checked BT Vendor ID under win7, it is VID 0x413C & PID 0x8197. and I tried to edit info.plist, but it didn't work for me. would you help me how to edit it? thanks Link to comment Share on other sites More sharing options...
vikingosx Posted November 19, 2013 Author Share Posted November 19, 2013 just tried again, it works fine after reboot thanks below is the content I added to. 0x8197=33175, 0x413c=16700 (hexadecimal to decimal) <key>Broadcom380FamilyUSBBluetoothHCIController</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> <true/> <key>idProduct</key> <integer>33175</integer> <key>idVendor</key> <integer>16700</integer> </dict> Link to comment Share on other sites More sharing options...
girardpallet Posted February 11, 2014 Share Posted February 11, 2014 just tried again, it works fine after reboot thanks below is the content I added to. 0x8197=33175, 0x413c=16700 (hexadecimal to decimal) <key>Broadcom380FamilyUSBBluetoothHCIController</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> <true/> <key>idProduct</key> <integer>33175</integer> <key>idVendor</key> <integer>16700</integer> </dict> Hello, is it possible to have a copy of your kext ? thank Link to comment Share on other sites More sharing options...
Administrators Hervé Posted February 11, 2014 Administrators Share Posted February 11, 2014 Just patch yours as posted above. Link to comment Share on other sites More sharing options...
girardpallet Posted February 15, 2014 Share Posted February 15, 2014 Just patch yours as posted above. Hi Hervé it is what i have done (attached my file) but it didn't work, i still have "Bluetooth not available" ! i place it under S/L/E same result and also under Extra/E , repare the permission but no luck. for info bluetooth work under win7. thank for your help IOBluetoothFamily.kext.zip Link to comment Share on other sites More sharing options...
Administrators Hervé Posted February 15, 2014 Administrators Share Posted February 15, 2014 It's not a simple matter of placing the patched kext in /S/L/E/ or/E/E and repairing permissions, you have to rebuild cache too! Keeping your /S/L/E/IOBluetoothFamily kext untouched, copy the attached to /E/E, then re-run myFix (quick) and reboot. BroadcomBluetoothHostControllerUSBTransport.kext.zip Link to comment Share on other sites More sharing options...
Recommended Posts