Jump to content

xdnuos

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by xdnuos

  1. @Hervé I try to block it to see if it works. if disable there is no difference
  2. @Hervé here is my file OC.zip MacBook Pro.ioreg
  3. Hi, @Hervé. Thanks for your answer and sorry for my little information because I don't know how to present it. My english so bad. When i use catalina or windows, my SD card is still working properly. But i can't use it on Bigsur. Apple tells me that the drive you inserted cannot be read.
  4. hello. I have E6530 and using bigsur. all working well but when i insert the sdcard.I can't use it. Sorry, English is not my native language. SSDT-SDCard.aml.zip
  5. Hi Herve. Can you tell me how to upgrade Bigsur. Add no_compat_check in bootarg and update normaly or fresh install?
  6. Fixed. Here is my EFI E6530-A13-Clover EFI.zip
  7. I have e6530 i5 3230M+HD4000. I try use brightnesfix.zip by Jake Lo in old topic but FN+Up/down not working. I am currently using Fn+f3/insert to change brightness. Sorry English is not my native language brightnessFix.zip DSDT-E6530-A13.zip
  8. specs: - core I5-3230M 2.6Ghz - Intel HD4000 - intel 7 series - network intel - audio IDT 92HD93 Not working: - wifi/BT (need card replacement) - Sleep - Fn + Up/Down to change brightness - Vga port (not support) Working: - audio - powermanagement - brightness - usb 2.0/3.0 - wired network - trackpad (three fingers) - battery status Unknow - HDMI 1. CREATE USB INSTALLER Use my EFI folder & behind USB 2.0 port EFI-install E6530.zip 2. DSDT patcher Open MaciASL, in preference, add source: http://raw.github.com/RehabMan/Laptop-DSDT-Patch/master Open your dsdt.dsl, select patch, and apply following patches: [audio] Audio Layout 12 [syn] Fix *pnp/pnp lower case Error [sys] Add IMEI [sys] Fix _WAK Arg0 v2 [sys] fix Mutex with non-zero SyncLevel [sys] fix PNOT/PPNT [sys] HPET Fix [sys] IRQ fix [sys] RTC Fix [sys] SMBUS Fix [usb] 7-series/8-series USB OS Check Fix ( win 7/8/visa) In the text field, paste directly: # Disable BAT1 and BAT2 devices into method label _STA parent_label BAT1 replace_content begin Return(0) end; into method label _STA parent_label BAT2 replace_content begin Return (0) end; ## Not All control path return a value (_SRS) into method label _SRS parent_label LPTE code_regex Store\s+\(Zero,\s+CRAA\) replaceall_matched begin Store (Zero, CRAA)\n return (Zero) end; 3.SSDT PATCHES: Use ssdtPRgen.sh from piker-alpha or Download it in GOOGLE Paste /Extra/ssdt.aml in /EFI/CLOVER/ACPI/patched 4. O2 Card reader Open DSDT.aml and go to _SB/PCI0/RP06/PXSX Replace Device (PXSX) { Name (_ADR, Zero) // _ADR: Address Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake { 0x09, 0x04 }) } TO Device (SDXC) // Renamed from PXSX to SDXC as per Apple convention { Name (_ADR, Zero) // _ADR: Address Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake { 0x09, 0x04 }) Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x08) { "AAPL,slot-name", Buffer (0x09) { "Built-in" }, "device_type", Buffer (0x11) { "Media Controller" }, "model", Buffer (0x18) { "O2 Micro SD Card Reader" }, "compatible", Buffer (0x0D) { "pci14e4,16bc" } }) } } 5. USB 3.0 USE FakePCIID_XHCIMux.kext & IOAHCISerialATAPI_Injector.kext + Hackintool 6. Baterry Use ACPIBatteryManager.kext 7. Brigness Use SSDT-PNLF.dsl MY FOLDER EFI: My EFI.zip Sorry I bad English
×
×
  • Create New...