Contribute
Register

After install BrcmBluetoothInjector LMP still 0x4

Status
Not open for further replies.
REALLY? :banghead::banghead::banghead: Ok then... Is there a recommendation that you can give me for a pci card with wifi/bluetooth that works for my build and hopefully can keep using in the future OOB without any hassles? :(

I went into Windows and looked up the driver info in device manager, and it tells me bluetooth device, but I don't think I have the right drivers for it, although it seems like it works... I couldn't find the hex file. And I don't know how to use Windows well to try to find the right drivers.... How disappointing...

Latest Broadcom bluetooth drivers can be found on station-drivers.com. Device Manager properties can be used to determine driver components (including any firmware hex if present).

But look at this:
Code:
SPEEDY-OSX:brcmpatch.git RehabMan$ grep 33421 -R /System/Library/Extensions/IOBluetoothFamily.kext/
/System/Library/Extensions/IOBluetoothFamily.kext//Contents/PlugIns/BroadcomBluetoothHostControllerUSBTransport.kext/Contents/Info.plist:            <integer>33421</integer>
/System/Library/Extensions/IOBluetoothFamily.kext//Contents/PlugIns/IOBluetoothUSBDFU.kext/Contents/Info.plist:            <integer>33421</integer>

0x828d (33421) appears to be natively supported by the native drivers.
 
Latest Broadcom bluetooth drivers can be found on station-drivers.com. Device Manager properties can be used to determine driver components (including any firmware hex if present).

But look at this:
Code:
SPEEDY-OSX:brcmpatch.git RehabMan$ grep 33421 -R /System/Library/Extensions/IOBluetoothFamily.kext/
/System/Library/Extensions/IOBluetoothFamily.kext//Contents/PlugIns/BroadcomBluetoothHostControllerUSBTransport.kext/Contents/Info.plist:            <integer>33421</integer>
/System/Library/Extensions/IOBluetoothFamily.kext//Contents/PlugIns/IOBluetoothUSBDFU.kext/Contents/Info.plist:            <integer>33421</integer>

0x828d (33421) appears to be natively supported by the native drivers.


Do I paste the code you put in for me I terminal and run?? So I might have hope?
 
Do I paste the code you put in for me I terminal and run?? So I might have hope?

I'm just showing you that the native Broadcom bluetooth drivers (that result is from macOS 10.12) support your device.
 
I'm just showing you that the native Broadcom bluetooth drivers (that result is from macOS 10.12) support your device.

Do you think I need to upgrade to Sierra OS to see if it works? Or do you think I have a problem with my native drivers due to me fiddling around with this too much? Is there a way to check before I pull the trigger and go for the upgrade?
 
Do I paste the code you put in for me I terminal and run?? So I might have hope?

Do I have to download each version of the drivers and try to see which one works? Or go for the latest version? And would you possibly know how to install the drivers? I haven't used Windows since Win98... And wasn't very good at it either...
 
Do you think I need to upgrade to Sierra OS to see if it works? Or do you think I have a problem with my native drivers due to me fiddling around with this too much? Is there a way to check before I pull the trigger and go for the upgrade?

Probably same support in earlier OS X...
 
Do I have to download each version of the drivers and try to see which one works? Or go for the latest version? And would you possibly know how to install the drivers? I haven't used Windows since Win98... And wasn't very good at it either...

Installing drivers is as easy as running the EXE. Basic, basic stuff.
 
I wonder why it isn't working natively then... Do you think you can send me the native kexts, so I can try to paste over what I have in my system? Will it crash? :banghead:

You can obtain native kexts by running the OS X installer.
 
Status
Not open for further replies.
Back
Top