Jump to content
3 posts in this topic

Recommended Posts

I'm sure this is an easy problem to solve for someone knowing about kext versions. My USB bluetooth works only I boot with -f option and not otherwise. USB all works, only bluetooth is the problem.

 

Anyone know which kext's Info.plist to update for getting bluetooth to work with 9.3 kernel. Here is my kextstat grep:

sudo kextstat | grep USB
  35    8 0x47688000 0x28000    0x27000    com.apple.iokit.IOUSBFamily (3.1.5) <7 6 5 4>
  36    0 0x476e1000 0xe000     0xd000     com.apple.driver.AppleUSBUHCI (3.1.5) <35 17 7 6 5 4>
  47    0 0x47c2a000 0x12000    0x11000    com.apple.driver.AppleUSBEHCI (3.1.5) <35 17 7 6 5 4>
  52    1 0x47f44000 0x2000     0x1000     com.apple.iokit.IOUSBUserClient (3.0.7) <35 6 5 4>
  54    0 0x480ad000 0xb000     0xa000     com.apple.driver.AppleUSBHub (3.1.5) <35 6 5 4>
  63    0 0x4848c000 0x4000     0x3000     com.apple.driver.AppleUSBComposite (3.0.0) <35 5 4>
  65    0 0x475aa000 0x7000     0x6000     com.apple.driver.AppleUSBBluetoothHCIController (2.1f17) <64 35 12>
  83    0 0x479ee000 0x5000     0x4000     com.apple.iokit.IOUSBHIDDriver (3.1.0) <35 21 6 5 4>

 

and my Bluetooth grep

sudo kextstat | grep Blue
  64    1 0x47573000 0x37000    0x36000    com.apple.iokit.IOBluetoothFamily (2.1f17) <7 6 5 4 2>
  65    0 0x475aa000 0x7000     0x6000     com.apple.driver.AppleUSBBluetoothHCIController (2.1f17) <64 35 12>
  88    0 0x47a99000 0x9000     0x8000     com.apple.iokit.IOBluetoothSerialManager (2.1f17) <87 12>

 

My AppleUSBBluetoothHCIController Kext's info.plist says:

        <key>OSBundleCompatibleVersion</key>
       <string>1.2b9</string>
       <key>OSBundleLibraries</key>
       <dict>
               <key>com.apple.iokit.IOBluetoothFamily</key>
               <string>1.6.1d2</string>
               <key>com.apple.iokit.IOUSBFamily</key>
               <string>1.8</string>
               <key>com.apple.kernel.iokit</key>
               <string>6.0</string>
               <key>com.apple.kernel.libkern</key>
               <string>6.0</string>
               <key>com.apple.kernel.mach</key>
               <string>6.0</string>
       </dict>

 

My uname output:

uname -a
Darwin XXXX.local 9.3.0 Darwin Kernel Version 9.3.0: Fri May 23 00:49:16 PDT 2008; root:xnu-1228.5.18~1/RELEASE_I386 i386

Link to comment
https://www.insanelymac.com/forum/topic/108628-1053-bluetooth-broken/
Share on other sites

×
×
  • Create New...