alex9440 Posted April 19, 2018 Share Posted April 19, 2018 On 16.04.2018 at 8:39 PM, blackheatinc said: Still running and it works great. Thanks a lot. And by the way, do you know how to enable AirDrop with external USB Bluetooth. I have the ASUS BT-400 4.0 LE (USB 4.0) and TPLink Archer T6E (PCIe) but I can't seem to enable AirDrop and Handsoff. Thanks a lot. Airdrop, Handsoff will not work with BT-400! You need this here:http://s.aliexpress.com/qE3EJRNj I have everything working with him !!! Link to comment Share on other sites More sharing options...
Hackmac101 Posted April 19, 2018 Share Posted April 19, 2018 Hi, MaLd0n, I want to add my PCI cards to "PCI" section in System Information. So I need to add _SUN property. I found the PCI address, and added the _SUN property. But I don't know how to make it compilable. That's what I have right now: Device (PEG0) { Name (_ADR, 0x00010000) // _ADR: Address Name(_SUN, ONE) Method (_PRT, 0, NotSerialized) // _PRT: PCI Routing Table { If (PICM) { Return (AR01) } Return (PR01) } Device (PEGP) { Name (_ADR, Zero) // _ADR: Address } } What else do I need to do? Link to comment Share on other sites More sharing options...
visin Posted April 19, 2018 Share Posted April 19, 2018 (edited) 0.0 Edited April 19, 2018 by visin Link to comment Share on other sites More sharing options...
blackheatinc Posted April 19, 2018 Share Posted April 19, 2018 5 hours ago, alex9440 said: Airdrop, Handsoff will not work with BT-400! You need this here:http://s.aliexpress.com/qE3EJRNj I have everything working with him !!! Thanks a lot. I'll give it a try Link to comment Share on other sites More sharing options...
MaLd0n Posted April 19, 2018 Author Share Posted April 19, 2018 14 hours ago, strakm39 said: the only think i would like to get working is the microphone. u need test other layout-id for ur codec 1 Link to comment Share on other sites More sharing options...
MaLd0n Posted April 19, 2018 Author Share Posted April 19, 2018 11 hours ago, Babiloe said: Hi mald0n I have a friend using X550VX asus notebook i7 -7700hq asus touchpad not i2c GTX950M - Intel UHD630 RTL8723BE Wireless LAN RTS5287 PCI-E Card Reader RT8111 PCI-E Gigabit Ethernet NIC Intel Skylake PCH-H - High Definition Audio Controller / REALTEK 255 i suppose VEN_10EC&DEV_0255 original DSDT https://drive.google.com/file/d/14CKSKgDQ_Q5NlzyvOIQMWnVNWcMR5XjE/view runme https://drive.google.com/file/d/1XieNseYj_KgaCwdq3gnPxZi_32Jn8vLk/view his patched dsdt and kext, 4 configuration config.plist only config.n70.plist worked, others stopped or restart. http://www.mediafire.com/file/le8y1y...OVERx550vx.zip Status: battery status power management not worked trackpad sudden move gesture not captured, via voodoops2 kext jack audio weird with voodoohda kext brightness via fn not worked via dsdt numlock not worked via voodoops2 kext brightness key need a debug kext for check the others is a config kext test battery https://www23.zippyshare.com/v/3yomFVRV/file.html 10 hours ago, Hackmac101 said: Hi, MaLd0n, I want to add my PCI cards to "PCI" section in System Information. So I need to add _SUN property. I found the PCI address, and added the _SUN property. But I don't know how to make it compilable. That's what I have right now: Device (PEG0) { Name (_ADR, 0x00010000) // _ADR: Address Name(_SUN, ONE) Method (_PRT, 0, NotSerialized) // _PRT: PCI Routing Table { If (PICM) { Return (AR01) } Return (PR01) } Device (PEGP) { Name (_ADR, Zero) // _ADR: Address } } What else do I need to do? for example Device (PEG0) { Name (_ADR, 0x00010000) // _ADR: Address Method (_PRT, 0, NotSerialized) // _PRT: PCI Routing Table { If (PICM) { Return (AR01) } Return (PR01) } Device (PEGP) { Name (_ADR, Zero) // _ADR: Address Name (_SUN, One) // _SUN: Slot User Number } Device (HDAU) { Name (_ADR, One) // _ADR: Address Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x0A) { "AAPL,slot-name", "Built In", "name", "HDMI Controller", "built-in", Buffer (One) { 0x00 }, "model", Buffer (0x4C) { "Advanced Micro Devices, Inc., Ellesmere Radeon RX 580 HDMI Audio Controller" }, "device_type", Buffer (0x10) { "HDMI Controller" } }) } } } 1 Link to comment Share on other sites More sharing options...
Hackmac101 Posted April 19, 2018 Share Posted April 19, 2018 Device (PEG0) { Name (_ADR, 0x00010000) // _ADR: Address Method (_PRT, 0, NotSerialized) // _PRT: PCI Routing Table { If (PICM) { Return (AR01) } Return (PR01) } Device (PEGP) { Name (_ADR, Zero) // _ADR: Address Name (_SUN, One) // _SUN: Slot User Number } Device (HDAU) { Name (_ADR, One) // _ADR: Address Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x0A) { "AAPL,slot-name", "Built In", "name", "HDMI Controller", "built-in", Buffer (One) { 0x00 }, "model", Buffer (0x4C) { "Advanced Micro Devices, Inc., Ellesmere Radeon RX 580 HDMI Audio Controller" }, "device_type", Buffer (0x10) { "HDMI Controller" } }) } } } How do I make this into a tiny DSDT file? Link to comment Share on other sites More sharing options...
Babiloe Posted April 19, 2018 Share Posted April 19, 2018 (edited) 1 hour ago, MaLd0n said: brightness key need a debug kext for check the others is a config kext test battery https://www23.zippyshare.com/v/3yomFVRV/file.html for example Device (PEG0) { Name (_ADR, 0x00010000) // _ADR: Address Method (_PRT, 0, NotSerialized) // _PRT: PCI Routing Table { If (PICM) { Return (AR01) } Return (PR01) } Device (PEGP) { Name (_ADR, Zero) // _ADR: Address Name (_SUN, One) // _SUN: Slot User Number } Device (HDAU) { Name (_ADR, One) // _ADR: Address Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x0A) { "AAPL,slot-name", "Built In", "name", "HDMI Controller", "built-in", Buffer (One) { 0x00 }, "model", Buffer (0x4C) { "Advanced Micro Devices, Inc., Ellesmere Radeon RX 580 HDMI Audio Controller" }, "device_type", Buffer (0x10) { "HDMI Controller" } }) } } } Brightness ok.. Sound not working Battery Status not working, after plug off cable still.... the gesture pad blank in preferences runme result https://drive.google.com/open?id=1k6v8cWpxqNcWjsvGY4-h1jhAvkikuNcS Edited April 19, 2018 by Babiloe Link to comment Share on other sites More sharing options...
MaLd0n Posted April 19, 2018 Author Share Posted April 19, 2018 15 minutes ago, Babiloe said: Brightness ok.. Sound not working Battery Status not workins runme result https://drive.google.com/open?id=1k6v8cWpxqNcWjsvGY4-h1jhAvkikuNcS DSDT.aml.zip audio, inject via clover 1 Link to comment Share on other sites More sharing options...
Babiloe Posted April 19, 2018 Share Posted April 19, 2018 33 minutes ago, MaLd0n said: DSDT.aml.zip audio, inject via clover So i Change layout id from 3 to trial 13 /17 / 18 / 27 / 28 / 99 ? With clover configurator Link to comment Share on other sites More sharing options...
MaLd0n Posted April 19, 2018 Author Share Posted April 19, 2018 32 minutes ago, Babiloe said: So i Change layout id from 3 to trial 13 /17 / 18 / 27 / 28 / 99 ? With clover configurator yes 1 Link to comment Share on other sites More sharing options...
loscamos Posted April 19, 2018 Share Posted April 19, 2018 (edited) What do I have to select when I am using clover? I don't know what to select eveyone do it differently. Currently I am selecting Install for UEFI, Install Clover in ESP, Drivers64 (AptioFix2Dvr-64, EmuVariable. PartitionDXE64) And then I replace the clover folder with the one posted here. Is it correct? Also I am having another issue, clover won't see the high sierra bootable partition, it seems to be a clover issue. Anyone? Edited April 19, 2018 by loscamos Link to comment Share on other sites More sharing options...
Babiloe Posted April 19, 2018 Share Posted April 19, 2018 (edited) 33 minutes ago, MaLd0n said: yes Battery OK.Good Sleep plain white....not work tryin sound layout id via clover configurator. do I need turn on add DTGP and fixHDA fixes on acpi clover configurator. i see the plist editor you are using layout-id data. the clover using inject string I use both ? see the picture. Edited April 19, 2018 by Babiloe Link to comment Share on other sites More sharing options...
visin Posted April 20, 2018 Share Posted April 20, 2018 Hello, MaLd0n: I have updated the BIOS. Do I need to update the DSDT? Updated new hardware? A new flag appears in the status bar. Clicking on the power off card restarts and a new hardware appears in the PCI in the System Report. Look in trouble, thank you. https://drive.google.com/open?id=1dIDq49pL2KGtRLNNXcVl0gpT528lzKok Link to comment Share on other sites More sharing options...
MaLd0n Posted April 20, 2018 Author Share Posted April 20, 2018 the best is, update bios, patched DSDT again 1 Link to comment Share on other sites More sharing options...
zakiprasasti Posted April 20, 2018 Share Posted April 20, 2018 Hi, I want to ask, if I installing hackintosh my Harddrive / SSD must be clean ? I mean does not contain any windows or data partitions, just empty storage like a new buy ? Link to comment Share on other sites More sharing options...
visin Posted April 20, 2018 Share Posted April 20, 2018 2 hours ago, MaLd0n said: the best is, update bios, patched DSDT again I have updated the bios and re-acquired ACPI in Clover F4 4 hours ago, visin said: https://drive.google.com/open?id=1dIDq49pL2KGtRLNNXcVl0gpT528lzKok Link to comment Share on other sites More sharing options...
fryysyd Posted April 20, 2018 Share Posted April 20, 2018 (edited) How are you ? here is my another one , plese! https://drive.google.com/open?id=1xY1DOsUprcpfefIFfhNjpPj--iVb7c32 Edited April 20, 2018 by fryysyd Link to comment Share on other sites More sharing options...
MaLd0n Posted April 20, 2018 Author Share Posted April 20, 2018 8 hours ago, zakiprasasti said: Hi, I want to ask, if I installing hackintosh my Harddrive / SSD must be clean ? I mean does not contain any windows or data partitions, just empty storage like a new buy ? have some options, the best is it, clean, just format and install 1 Link to comment Share on other sites More sharing options...
MaLd0n Posted April 20, 2018 Author Share Posted April 20, 2018 8 hours ago, visin said: I have updated the bios and re-acquired ACPI in Clover F4 if u have a stable system and bios version don't need update it, just use ur hack, gain ur money and enjoy 2 hours ago, fryysyd said: How are you ? here is my another one , plese! https://drive.google.com/open?id=1xY1DOsUprcpfefIFfhNjpPj--iVb7c32 CLOVER.zip 1 Link to comment Share on other sites More sharing options...
p4antonio Posted April 20, 2018 Share Posted April 20, 2018 Hello MaLd0n or built new PC can you check whether or done well? Intel i3-8350K Gigabyte GAZ370n-Wifi 2x8 GB ddr4 2400mhz Sapphire RX 560 4GB https://drive.google.com/open?id=1M06rQ9x9BosdGai5DLd7sx0VNmMpEqlO Link to comment Share on other sites More sharing options...
MaLd0n Posted April 20, 2018 Author Share Posted April 20, 2018 2 hours ago, p4antonio said: Hello MaLd0n or built new PC can you check whether or done well? Intel i3-8350K Gigabyte GAZ370n-Wifi 2x8 GB ddr4 2400mhz Sapphire RX 560 4GB https://drive.google.com/open?id=1M06rQ9x9BosdGai5DLd7sx0VNmMpEqlO https://www97.zippyshare.com/v/qhakoiUK/file.html 1 Link to comment Share on other sites More sharing options...
RandomTech Posted April 20, 2018 Share Posted April 20, 2018 Hi Mald0n, I updated my BIOS for some 8700K compatibility issues, can you please help me to create new ssdt ? Link to comment Share on other sites More sharing options...
MaLd0n Posted April 20, 2018 Author Share Posted April 20, 2018 16 minutes ago, RandomTech said: Hi Mald0n, I updated my BIOS for some 8700K compatibility issues, can you please help me to create new ssdt ? send me files with new original tables RunMe.app.zip 1 Link to comment Share on other sites More sharing options...
RandomTech Posted April 20, 2018 Share Posted April 20, 2018 (edited) 13 minutes ago, MaLd0n said: send me files with new original tables RunMe.app.zip Is this good ? Send me Radeons-iMac.zip Edit: Error while sending the file Edited April 20, 2018 by RandomTech Link to comment Share on other sites More sharing options...
Recommended Posts