-
Posts
43 -
Joined
-
Last visited
Everything posted by lightpower
-
Hi @MaLd0n Can you integrate these 2 ssdt into my dsdt? Dsdt & Ssdt.zip
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
-
Hi MaLd0n! do you have the link to downloaded?
-
Hi MaLdOn! Can you patch the dsdt with the code of my graphics card (igpu uhd630)?DSDT.aml External (_SB_.PCI0.IGPU, DeviceObj) Device (_SB.PCI0.IGPU) { Name (_ADR, 0x00020000) Method (_DSM, 4, NotSerialized) { If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) } Return (Package () { "AAPL,slot-name", Buffer () { "Internal@0,2,0" }, "enable-hdmi20", Buffer () { 0x01, 0x00, 0x00, 0x00 }, "framebuffer-patch-enable", Buffer () { 0x01, 0x00, 0x00, 0x00 }, "framebuffer-unifiedmem", Buffer () { 0x00, 0x00, 0x00, 0x80 }, "AAPL,ig-platform-id", Buffer () { 0x07, 0x00, 0x9B, 0x3E }, "model", Buffer () { "Intel UHD Graphics 630 (Desktop)" }, "disable-external-gpu", Buffer () { 0x01, 0x00, 0x00, 0x00 }, "device-id", Buffer () { 0x92, 0x3E, 0x00, 0x00 }, "enable-lspcon-support", Buffer () { 0x01, 0x00, 0x00, 0x00 }, "device_type", Buffer () { "VGA compatible controller" }, "hda-gfx", Buffer () { "onboard-1" }, }) } }
-
hi MaLd0n! the full dsdt you made for me works very well, the only problem I have is: that the front usb ports in the case do not work for me, the case has 4 usb ports in front, 2 are usb 3.0 and the other 2 that work with Usb 2.0 work just fine they do not work, can you fix it for me? DSDT.aml
-
USB Xhci Port Limit patch for macOS. Hackintosh
lightpower replied to MaLd0n's topic in Patches, Tips & Tricks
hi! for Big Sur patch exists? -
Is the dsdt patched for Fixing SMBus support?
-
Brother! Work you are very good! Can the dsdt be patched with the graphics card (uhd630) with the frammebuffer without having to put in config.plist? my framebuffer is: <key>PciRoot(0x0)/Pci(0x2,0x0)</key> <dict> <key>AAPL,ig-platform-id</key> <data>BwCbPg==</data> <key>AAPL,slot-name</key> <string>Internal@0,2,0</string> <key>device-id</key> <data>mz4AAA==</data> <key>device_type</key> <string>Display controller</string> <key>disable-external-gpu</key> <data>AQAAAA==</data> <key>enable-hdmi20</key> <data>AQAAAA==</data> <key>enable-lspcon-support</key> <data>AQAAAA==</data> <key>framebuffer-con0-busid</key> <data>AQAAAA==</data> <key>framebuffer-con0-enable</key> <data>AQAAAA==</data> <key>framebuffer-con0-type</key> <data>AAgAAA==</data> <key>framebuffer-con1-busid</key> <data>AgAAAA==</data> <key>framebuffer-con1-enable</key> <data>AQAAAA==</data> <key>framebuffer-con1-has-lspcon</key> <data>AQAAAA==</data> <key>framebuffer-con1-pipe</key> <data>CAAAAA==</data> <key>framebuffer-con1-preferred-lspcon-mode</key> <data>AQAAAA==</data> <key>framebuffer-con1-type</key> <data>AAgAAA==</data> <key>framebuffer-con2-busid</key> <data>BAAAAA==</data> <key>framebuffer-con2-enable</key> <data>AQAAAA==</data> <key>framebuffer-con2-pipe</key> <data>CgAAAA==</data> <key>framebuffer-con2-type</key> <data>AAgAAA==</data> <key>framebuffer-patch-enable</key> <data>AQAAAA==</data> <key>hda-gfx</key> <string>onboard-1</string> <key>model</key> <string>Intel UHD Graphics 630 (Desktop)</string> </dict>
-
Hi MaLd0n! The dsdt you made for me, the motherboard wifi does not work can you fix it? My system is: Motherboard: Gigabyte Vision D CPU: i9-10850k GPU: i-gpu uhd630 RAM: 64gb M.2: Samsung 250gb Sata: Corsair 256gb Wifi-Bluetooth: Onboard DSDT.aml
-
Basic features include but are not limited to: 1. Syntax highlighting 2. Automatic code prompt 3. Code folding 4. Show indent edit line 5. Display matching of large and small brackets 6. Multi-language support (currently supports Chinese and English) source: https://www.insanelymac.com/forum/topic/344860-open-source-cross-platform-dsdtssdt-analysis-editor/ ......
-
- 1
-
-
Thanks MaLd0n! I put the full patch dsdt and turned off the ssdt (AWAC, ECUSBX, PLUG-DRTNIA), and it works fine, my motherboard wifi network card does not work and bluetooth works normally. Still deciding if it's better iMac20,2 or iMacPro1,1 as the SMBIOS profile. What do you think?
-
Can you FULLpatch this DSDT.aml file? --Full DSDT Patched-- --Removed all unused devices-- --Injected all Apple devices-- --Real Native Intel Quick Sync with no Whatevergreen.kext-- I've extracted it from Windows Binary Tools ACPICA is version 20200925, selecting DSDT and saving the file with the BIN option and renaming it to DSDT.aml I'm using a MOTHERBOARD Gigabyte Vision D (bios ver F6) CPU i9-10850K GPU UHD630 64GB RAM M.2 SAMSUNG 970 250GB SATA 256GB CORSAIR DSDT.rar
-
Good evening to all! Can I put big sur on my system and it works like above? --Full DSDT Patched-- --Removed all unused devices-- --Injected all Apple devices-- --Real Native Intel Quick Sync with no Whatevergreen.kext-- --Minimal third party kexts-- my system is: MOTHERBOARD Gigabyte Vision D CPU i9-10850K GPU UHD630 64GB RAM M.2 SAMSUNG 970 250GB SATA 256GB CORSAIR
-
Hi! Is there a guide to make your own dsdt full patch?
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
-
[Guide] Easy Brightness Hotkey Remapping
lightpower replied to MaLd0n's topic in Guides and Tutorials
is there a PNLF Patch for comet lake?- 24 replies
-
- hackintosh
- mobiles
-
(and 1 more)
Tagged with:
-
Good Evening! @MaLd0nCan you make me a dsdt full patch for the following system: Motherboard: Gigabyte Z490 Vision D Cpu: Intel I9-10850K Gpu: Intel UHD630 Ram: 64gb ? System DSDT.dsl
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
