Administrators Hervé Posted April 19, 2021 Administrators Share Posted April 19, 2021 Not that it'll help you much but I prefer to advise you that, afaik, no Hackintosh laptop ever got its Wifi LED to lit when running OS X/macOS. It's something that appears universally unsupported. 1 Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted April 19, 2021 Administrators Share Posted April 19, 2021 last time that led's worked was in leopard 10.5 1 Link to comment Share on other sites More sharing options...
osxfr33k Posted April 19, 2021 Author Share Posted April 19, 2021 I actually have it working with EmlyDinesh Custom LED patch for DSDT it works in BigSur. Just want to port it over to SSDT. See first post the patches are there. 2nd or 3rd post has native and patched DSDT. Link to comment Share on other sites More sharing options...
osxfr33k Posted April 20, 2021 Author Share Posted April 20, 2021 @Jake Lo I accidentally renamed the wrong method to XINI, now I know what you meant by I might need the INI method that was in the code section below must have had a brain fart. SO I have renamed this now, still no LED yet would like to see if we can try a few more things if possible? Method (XINI, 0, NotSerialized) { OSYS = 0x07DC If (CondRefOf (\XOSI, Local0)) { If (XOSI ("Linux")) { OSYS = 0x03E8 } Link to comment Share on other sites More sharing options...
osxfr33k Posted May 2, 2021 Author Share Posted May 2, 2021 @Jake Lo So the original method I am renaming to XREG has the Arg1 ECFL will this cause any issue since this will be ignored now in Native DSDT after the method is renamed to XREG. Method (_REG, 2, NotSerialized) // _REG: Region Availability { If ((Arg0 == 0x03)) { ECFL = Arg1 } } Name (WBTS, One) I see only 1 ACPI error preventing the SSDT from loading _WAK and if I comment out this portion in the SSDT then I get an _INI ACPI ERROR see below. 2021-05-02 18:05:15.118964-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error: 2021-05-02 18:05:15.118964-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error: 2021-05-02 18:05:15.119222-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) [_WAK] 2021-05-02 18:05:15.119223-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) [_WAK] 2021-05-02 18:05:15.119351-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Namespace lookup failure, AE_ALREADY_EXISTS 2021-05-02 18:05:15.119352-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Namespace lookup failure, AE_ALREADY_EXISTS 2021-05-02 18:05:15.120296-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/dswload-462) 2021-05-02 18:05:15.120296-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/dswload-462) 2021-05-02 18:05:15.131326-0500 0x73 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: init: returning, result = true, instance = <private>. 2021-05-02 18:05:15.143154-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS, 2021-05-02 18:05:15.143155-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS, 2021-05-02 18:05:15.143903-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) During name lookup/catalog 2021-05-02 18:05:15.143904-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) During name lookup/catalog 2021-05-02 18:05:15.144462-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/psobject-310) 2021-05-02 18:05:15.144463-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/psobject-310) 2021-05-02 18:05:15.155501-0500 0x73 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::init created and initing 2021-05-02 18:05:15.155575-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS, 2021-05-02 18:05:15.155576-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS, 2021-05-02 18:05:15.156325-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (SSDT: LED) while loading table 2021-05-02 18:05:15.156326-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (SSDT: LED) while loading table 2021-05-02 18:05:15.157076-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/tbxfload-319) 2021-05-02 18:05:15.157077-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/tbxfload-319) 2021-05-02 18:05:15.167963-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error: 2021-05-02 18:05:15.167964-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error: 2021-05-02 18:05:15.168221-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 1 table load failures, 17 successful 2021-05-02 18:05:15.168222-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 1 table load failures, 17 successful 2021-05-02 18:05:15.168993-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/tbxfload-342) 2021-05-02 18:05:15.168994-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/tbxfload-342) 2021-05-02 18:05:15.182467-0500 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled 2021-05-02 18:05:15.193738-0500 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled 2021-05-02 18:05:15.204788-0500 0x7a Default 0x0 0 0 So I commented out the _WAK code to see if I can get rid of the ACPI ERROR and now I get the ACPI _INI error instead: 2021-05-02 18:20:32.123513-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error: 2021-05-02 18:20:32.123514-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error: 2021-05-02 18:20:32.123772-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) [_INI] 2021-05-02 18:20:32.123773-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) [_INI] 2021-05-02 18:20:32.123901-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Namespace lookup failure, AE_ALREADY_EXISTS 2021-05-02 18:20:32.123902-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Namespace lookup failure, AE_ALREADY_EXISTS 2021-05-02 18:20:32.124846-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/dswload-462) 2021-05-02 18:20:32.124847-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/dswload-462) 2021-05-02 18:20:32.135880-0500 0x73 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: init: returning, result = true, instance = <private>. 2021-05-02 18:20:32.147806-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS, 2021-05-02 18:20:32.147807-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS, 2021-05-02 18:20:32.148556-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) During name lookup/catalog 2021-05-02 18:20:32.148557-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) During name lookup/catalog 2021-05-02 18:20:32.149115-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/psobject-310) 2021-05-02 18:20:32.149116-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/psobject-310) 2021-05-02 18:20:32.160061-0500 0x73 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::init created and initing 2021-05-02 18:20:32.160134-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS, 2021-05-02 18:20:32.160135-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS, 2021-05-02 18:20:32.160885-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (SSDT: LED) while loading table 2021-05-02 18:20:32.160886-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (SSDT: LED) while loading table 2021-05-02 18:20:32.161636-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/tbxfload-319) 2021-05-02 18:20:32.161637-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/tbxfload-319) 2021-05-02 18:20:32.172528-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error: 2021-05-02 18:20:32.172529-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error: 2021-05-02 18:20:32.172787-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 1 table load failures, 17 successful 2021-05-02 18:20:32.172787-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 1 table load failures, 17 successful 2021-05-02 18:20:32.173558-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/tbxfload-342) 2021-05-02 18:20:32.173559-0500 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/tbxfload-342) Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now