Contribute
Register

[Guide] Airport - PCIe Half Mini v2

Status
Not open for further replies.
what exactly u mean with incorrectly should i use BrcmPatchRAM with FirmwareData.kext for EFI/Clover/kexts?

You should install to /S/L/E or /L/E. Correct installation procedures are covered in detail in the README.
 
You should install to /S/L/E or /L/E. Correct installation procedures are covered in detail in the README.

okay i moved this 2 kexts from EFI/Clover/kexts/10.11 to S/L/E with Kextwizard

is anything to do with BrcmPatchRAM kext or only install in S/L/E?

sorry english is not my best skill :-/ the readme is very complex :(

i hope u have enough power to help a guy like me.. again...



dosnt work bluetooth device not found and not listed under system report
 
i dont know but my Bluetooth Device is nowhere listed eg IOreg i have renamed all DSDT Entries EHC1/EHC2 to EH01/EH02 and XHC1 is XHC

Sleep/Wake is working
USB 2.0 / USB 3.0 (Fullspeed 5Gbps) works too

but why i cant see the Bluetooth in IOreg?

can u give me an dumb step by step solution?

IOreg Screenshot and IOreg File DSDT.aml see Attachment Thanks in advance :)

ioregscreenshot.jpg
 

Attachments

  • DSDT.aml
    41.8 KB · Views: 102
  • ioreg andy.zip
    529.6 KB · Views: 90
Rehabman i think i success one more step and have one question

i have edited the Info.plist's files of AppleUSBEHCIPCI.kext and AppleUSBXHCIPCI.kext (Contents/Plugins dir of IOUSBHostFamily.kext)

in my DSDT i found one entry i dont know how to add them into the Info.plist

Code:
Device (PR16)                    {
                        Name (_ADR, 0x06)
                        Name (_UPC, Package (0x04)
                        {
                            0xFF, 
                            0xFF, 
                            Zero, 
                            Zero
                        })
                        Device (PR26)
                        {
                            Name (_ADR, 0x06)
                            Name (_PLD, Package (0x01)
                            {
                                Buffer (0x10)
                                {
[COLOR=#ff0000]                                    /* 0000 */    0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [/COLOR]
[COLOR=#ff0000]                                    /* 0008 */    0x24, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00[/COLOR]
                                }
                            })
                            Method (_STA, 0, NotSerialized)
                            {
                                If (LEqual (OSYS, 0x07DC))
                                {
                                    Return (0x0F)
                                }
                                Else
                                {
                                    Return (Zero)
                                }
                            }
                        }

i think PR26 is my Bluetooth Device it has 2 lines they i dont know which is die UsbConnector and which is the Adress. can u explain me or tell me which is correct?
 
Rehabman i think i success one more step and have one question

i have edited the Info.plist's files of AppleUSBEHCIPCI.kext and AppleUSBXHCIPCI.kext (Contents/Plugins dir of IOUSBHostFamily.kext)

in my DSDT i found one entry i dont know how to add them into the Info.plist

Code:
Device (PR16)                    {
                        Name (_ADR, 0x06)
                        Name (_UPC, Package (0x04)
                        {
                            0xFF, 
                            0xFF, 
                            Zero, 
                            Zero
                        })
                        Device (PR26)
                        {
                            Name (_ADR, 0x06)
                            Name (_PLD, Package (0x01)
                            {
                                Buffer (0x10)
                                {
[COLOR=#ff0000]                                    /* 0000 */    0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [/COLOR]
[COLOR=#ff0000]                                    /* 0008 */    0x24, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00[/COLOR]
                                }
                            })
                            Method (_STA, 0, NotSerialized)
                            {
                                If (LEqual (OSYS, 0x07DC))
                                {
                                    Return (0x0F)
                                }
                                Else
                                {
                                    Return (Zero)
                                }
                            }
                        }

i think PR26 is my Bluetooth Device it has 2 lines they i dont know which is die UsbConnector and which is the Adress. can u explain me or tell me which is correct?

_ADR defines the address (in this example it is 6).

The second entry in _UPC defines the UsbConnector (255 in this case).
 
I turned WirelessLAN OFF in BIOS and Bluetooth comes up in 10.11 but when i turn WirelessLAN back to ON in BIOS Bluetooth is gone...

i think its an issue due my Lenovo G580 BIOS (already whitelist patched)

maybe u have an idea how to fix them?
 
I turned WirelessLAN OFF in BIOS and Bluetooth comes up in 10.11 but when i turn WirelessLAN back to ON in BIOS Bluetooth is gone...

i think its an issue due my Lenovo G580 BIOS (already whitelist patched)

maybe u have an idea how to fix them?

Need more details. Does your BT device show on the USB bus?
 
Need more details. Does your BT device show on the USB bus?


No it is nowhere listed (Windows/OSX)

Only when i turn WirelessLAN in Bios to OFF

its crazy i taped PIN20 and PIN51 together or solo nothing :-/
 
Status
Not open for further replies.
Back
Top