yusz Posted July 16, 2013 Share Posted July 16, 2013 Hi, Need help on bluetooth with OSX 10.9 DP3. I'm using Apple Bluetooth Module from Macbook Pro A1260 (BCM2046 Chipset). It was working great under Mountain Lion 10.8.4. It also work under OSX 10.9 DP1 and DP2. However, when I upgraded to DP3, the bluetooth module is no longer detected by the OS. I've checked and verified that Device ID and Manufacturer ID are available in Info.plist in the IOBluetoothFamily.kext and its related kext. I've also tried with various USB Bluetooth dongle that worked with 10.8.4 up to 10.9 DP2, however they did not work under 10.9 DP3. I've also tried to use the kext from OSX 10.8.4, but still no luck. Any advise to resolve the issue is very much appreciated. System : Gigabyte GA-Z77P-D3 (Ver 1.1), i7 3770, Gigabyte GTX 650 OC, 8MB RAM, 1TB Samsung HDD, 1TB WD HDD Link to comment https://www.insanelymac.com/forum/topic/290604-osx-109-dp3-bluetooth-not-working/ Share on other sites More sharing options...
ameris_cyning Posted July 16, 2013 Share Posted July 16, 2013 What are your boot args? Link to comment https://www.insanelymac.com/forum/topic/290604-osx-109-dp3-bluetooth-not-working/#findComment-1932691 Share on other sites More sharing options...
yusz Posted July 16, 2013 Author Share Posted July 16, 2013 Here is my bootflag; <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>DSDT</key> <string>/Extra/DSDT.aml</string> <key>Default Partition</key> <string>hd(0,2)</string> <key>EthernetBuiltIn</key> <string>Yes</string> <key>GenerateCStates</key> <string>Yes</string> <key>GeneratePStates</key> <string>Yes</string> <key>Graphics Mode</key> <string>1920x1080x32</string> <key>Legacy Logo</key> <string>Yes</string> <key>SMBIOS</key> <string>/Extra/SMBios.plist</string> <key>SystemType</key> <string>1</string> <key>Theme</key> <string>Default</string> <key>Timeout</key> <string>2</string> <key>UseKernelCache</key> <string>Yes</string> </dict> boot using chameleon V2.2svn r2544, earlier versions also no luck. Regards Link to comment https://www.insanelymac.com/forum/topic/290604-osx-109-dp3-bluetooth-not-working/#findComment-1932693 Share on other sites More sharing options...
ameris_cyning Posted July 16, 2013 Share Posted July 16, 2013 Remove UseKernelCache and its key. Add this to org.chameleon.boot.plist: <key>Kernel Flags</key> <string>-f</string> Link to comment https://www.insanelymac.com/forum/topic/290604-osx-109-dp3-bluetooth-not-working/#findComment-1932700 Share on other sites More sharing options...
yusz Posted July 17, 2013 Author Share Posted July 17, 2013 Thanks tried it but still no luck. tried to rebuilt the kernel cache and get the following message; WARNING - Invalid signature -67054 0xFFFFFFFFFFFEFA12 for kext "/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothUSBDFU.kext" WARNING - Invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext "/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/BroadcomBluetoothHCIControllerUSBTransport.kext" Link to comment https://www.insanelymac.com/forum/topic/290604-osx-109-dp3-bluetooth-not-working/#findComment-1932764 Share on other sites More sharing options...
nyolc8 Posted July 17, 2013 Share Posted July 17, 2013 You modified your bluetooth kext if it's have invalid signature.... Link to comment https://www.insanelymac.com/forum/topic/290604-osx-109-dp3-bluetooth-not-working/#findComment-1932859 Share on other sites More sharing options...
yusz Posted July 17, 2013 Author Share Posted July 17, 2013 Thanks, that's using unmodified kext. I just check in the kext whether the device id and vendor id available in the kext Link to comment https://www.insanelymac.com/forum/topic/290604-osx-109-dp3-bluetooth-not-working/#findComment-1932900 Share on other sites More sharing options...
nyolc8 Posted July 18, 2013 Share Posted July 18, 2013 The kext's signature not becoming invalid just because you check it. It's modified/rollbacked if it's signature is invalid. Did you tried to put older plugins to the iobluetoothfamily kext in dp1-2?Try to reinstall dp3, or get the iobluetoothfamily kext from the update package and replace yours. Link to comment https://www.insanelymac.com/forum/topic/290604-osx-109-dp3-bluetooth-not-working/#findComment-1932968 Share on other sites More sharing options...
yusz Posted July 18, 2013 Author Share Posted July 18, 2013 anybody can help me with the iobluetoothfamily.kext from the DP3? your kind assistance is very much appreciated. Link to comment https://www.insanelymac.com/forum/topic/290604-osx-109-dp3-bluetooth-not-working/#findComment-1933021 Share on other sites More sharing options...
Onixs Posted July 18, 2013 Share Posted July 18, 2013 Remove UseKernelCache and its key. Add this to org.chameleon.boot.plist: <key>Kernel Flags</key> <string>-f</string> Are you for real? You only use -f to debug and not to make it permananent by puting it in chameleon.plist Link to comment https://www.insanelymac.com/forum/topic/290604-osx-109-dp3-bluetooth-not-working/#findComment-1933025 Share on other sites More sharing options...
C.44 Posted October 31, 2013 Share Posted October 31, 2013 Did you guys get this working? I'm having a similar problem. I have just installed Mavericks to a new SSD and it doesn't recognise my BCM2046 as BT either (it's listed in the systemprofiler though so i know Mavericks knows it's there). I then booted into 10.8.5 in which i previously had a with a USB BT dongle so i un-paired my keyboard, re-paired it and now it's working flawless in 10.8.5. Heck it even works in BIOS and Chameleon... Mavericks however is one tough and stubborn cookie, that shows no signs of give or crumbs. So, have you guys solved this one yet? Link to comment https://www.insanelymac.com/forum/topic/290604-osx-109-dp3-bluetooth-not-working/#findComment-1961679 Share on other sites More sharing options...
santa1 Posted November 1, 2013 Share Posted November 1, 2013 for me was a really working prob to install 10.9 with bluetooth 4.0 usb stick witch was working OK in 10.8.5. I was unable to to get this usb working in 10.9 so my solution was to replace this stick with another but wit 3.0 version of bluetooth standard. Now every thing seems to be OK, once in wile I need to make repairing at boot. Link to comment https://www.insanelymac.com/forum/topic/290604-osx-109-dp3-bluetooth-not-working/#findComment-1961875 Share on other sites More sharing options...
Recommended Posts