Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Hi guys, all done fine here 🇨🇦 🇧🇷 🇮🇹 🇷🇺 🇺🇦 🇮🇱
  3. Today
  4. I mistyped - I should have said '4 Mb' - I removed them to slightly lessen the load on insanely mac's servers since the images were no longer relevant.
  5. I know this topic and people and I actually want to help them test things out. That's why I'm here in the first place 😀. About the black screen tho, I've installed macOS Sonoma before and It was working well but yeah, without acceleration. But they are mainly working on Ventura and I also wanted to switch to Ventura as well. That's why I'm trying to get the Ventura.
  6. Show preboot.log obtained by F2 in Clover GUI. We might see what is wrong.
  7. I know some way using Clover (DSDT fixes) if you want to use it. But there is another problem, Intel Iris Xe Graphics will not work in macOS until jalavoui&Co finished the special driver for it. Without their driver you will see black screen with white text. [80% Solved] Iris Xe iGPU on Tiger Lake successfully loaded ICLLP Frambuffer and VRAM also recognizes 1536MB! + However, some issues.
  8. You are not the first asking the question. Be the first who will answer.
  9. I don't exactly know if this is an error, but whenever I try to boot my system, It throws me this screen and doesn't proceed on. I've tried to change my ports but it didn't changed. What can I do about that? Greetings -Shimijda
  10. Thank you for your reply. 10th gen core i series + 400 series + Clover success EFI is hard to find.... Tried to add GeForce GPU but same KP.
  11. added the linux code for i2c changed if (value == ~0u) continue; i'm not getting the same logs you guys are but i noticed some fields on my dsdt Scope (_SB.PC00.I2C3) { Device (TPAD) { Name (_ADR, One) // _ADR: Address Name (_UID, One) // _UID: Unique ID Name (_S0W, 0x03) // _S0W: S0 Device Wake State Name (HID2, Zero) Name (TPID, Package (0x12) { Package (0x05) { 0x10, 0x15, One, "ELAN050A", "PNP0C50" }, Package (0x05) { 0x11, 0x15, One, "ELAN050B", "PNP0C50" }, Package (0x05) { 0x12, 0x15, One, "ELAN0514", "PNP0C50" }, Package (0x05) { 0x13, 0x15, One, "ELAN0515", "PNP0C50" }, Package (0x05) { 0x14, 0x2C, 0x20, "SYNA7DAB", "PNP0C50" }, Package (0x05) { 0x15, 0x2C, 0x20, "SYNA7DB5", "PNP0C50" }, Package (0x05) { 0x16, 0x15, One, "ELAN0521", "PNP0C50" }, Package (0x05) { 0x17, 0x15, One, "ELAN0522", "PNP0C50" }, Package (0x05) { 0x20, 0xFF, 0xFF, "ETD0518", 0x130FD041 }, Package (0x05) { 0x21, 0xFF, 0xFF, "ETD0519", 0x130FD041 }, Package (0x05) { 0x22, 0xFF, 0xFF, "ETD051B", 0x130FD041 }, Package (0x05) { 0x23, 0xFF, 0xFF, "ETD051C", 0x130FD041 }, Package (0x05) { 0x24, 0xFF, 0xFF, "SYN1B89", 0x130FD041 }, Package (0x05) { 0x25, 0xFF, 0xFF, "SYN1B8A", 0x130FD041 }, Package (0x05) { 0x26, 0xFF, 0xFF, "ETD0521", 0x130FD041 }, Package (0x05) { 0x27, 0xFF, 0xFF, "ETD0522", 0x130FD041 }, Package (0x05) { 0xFE, 0x15, One, "ELAN0504", "PNP0C50" }, Package (0x05) { 0xFF, 0xFF, 0xFF, "MSFT0003", 0x030FD041 } }) Name (SBFB, ResourceTemplate () { I2cSerialBusV2 (0x0000, ControllerInitiated, 0x00061A80, AddressingMode7Bit, "\\_SB.PC00.I2C3", 0x00, ResourceConsumer, _Y59, Exclusive, ) }) Name (SBFI, ResourceTemplate () { Interrupt (ResourceConsumer, Level, ActiveLow, ExclusiveAndWake, ,, ) { 0x0000001B, } }) Name (SBFG, ResourceTemplate () { GpioInt (Level, ActiveLow, ExclusiveAndWake, PullUp, 0x0000, "\\_SB.GPI0", 0x00, ResourceConsumer, , ) { // Pin list 0x0003 } }) CreateWordField (SBFB, \_SB.PC00.I2C3.TPAD._Y59._ADR, ADR0) // _ADR: Address Method (_HID, 0, Serialized) // _HID: Hardware ID { If (~CondRefOf (TPDF)) { Name (TPDF, 0xFE) } Switch (One) { Case (Zero) { TPDF = 0xFE } Case (One) { } Default { TPDF = 0xFE } } Return (TPDS (0x03, 0xFE, TPDF, "MSFT0001")) } Method (_CID, 0, Serialized) // _CID: Compatible ID { If (~CondRefOf (TPDF)) { Name (TPDF, 0xFE) } Switch (One) { Case (Zero) { TPDF = 0xFE } Case (One) { } Default { TPDF = 0xFE } } Return (TPDS (0x04, 0xFE, TPDF, "PNP0C50")) } Method (TPDS, 4, NotSerialized) { Local0 = Zero Local1 = Zero Local1 = DerefOf (DerefOf (TPID [Local0]) [Zero]) While (((Local1 != Arg1) && (Local1 != Arg2))) { Local0++ If ((Local0 >= SizeOf (TPID))) { Return (Arg3) } Local1 = DerefOf (DerefOf (TPID [Local0]) [Zero]) } Return (DerefOf (DerefOf (TPID [Local0]) [Arg0])) } Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If ((Arg0 == ToUUID ("3cdff6f7-4267-4555-ad05-b30a3d8938de") /* HID I2C Device */)) { If ((Arg2 == Zero)) { If ((Arg1 == One)) { Return (Buffer (One) { 0x03 // . }) } Else { Return (Buffer (One) { 0x00 // . }) } } If ((Arg2 == One)) { Return (HID2) /* \_SB_.PC00.I2C3.TPAD.HID2 */ } } Else { Return (Buffer (One) { 0x00 // . }) } If ((Arg0 == ToUUID ("ef87eb82-f951-46da-84ec-14871ac6f84b") /* Unknown UUID */)) { If ((Arg2 == Zero)) { If ((Arg1 == One)) { Return (Buffer (One) { 0x03 // . }) } Else { Return (Buffer (One) { 0x00 // . }) } } If ((Arg2 == One)) { Return (ConcatenateResTemplate (SBFB, SBFG)) } } Else { Return (Buffer (One) { 0x00 // . }) } Return (Buffer (One) { 0x00 // . }) } Method (_STA, 0, Serialized) // _STA: Status { If (~CondRefOf (TPDD)) { Name (TPDD, Zero) } Switch (TPDD) { Case (Zero) { If (Ones) { Return (0x0F) } Else { Return (Zero) } } Case (One) { Return (Zero) } Case (0x02) { Return (0x0F) } Default { Return (Zero) } } } Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { If (~CondRefOf (TPDF)) { Name (TPDF, 0xFE) } Local0 = Zero Local1 = Zero Local1 = DerefOf (DerefOf (TPID [Local0]) [Zero]) While (((Local1 != 0xFE) && (Local1 != TPDF))) { Local0++ If ((Local0 >= SizeOf (TPID))) { Break } Local1 = DerefOf (DerefOf (TPID [Local0]) [Zero]) } ADR0 = DerefOf (DerefOf (TPID [Local0]) [One]) HID2 = DerefOf (DerefOf (TPID [Local0]) [0x02]) If ((OSYS < 0x07DC)) { Return (SBFI) /* \_SB_.PC00.I2C3.TPAD.SBFI */ } If (Ones) { Return (ConcatenateResTemplate (SBFB, SBFG)) } Return (ConcatenateResTemplate (SBFB, SBFI)) } } } VoodooI2C-d0b9679f498b0aa90cabb914129ba127a72b2fb3.zipbin.zip
  12. I think I might have fix the wake issue. This is time monitor is off but tower rgb lights still on. I can wake by pressing keyboard. Whereas before both monitor and tower rgb lights are off but can't wake the system. Before I noticed that the setting for Energy Saver does not save after a reboot. It's default back to off. Now it's stick to what I selected even after a reboot. What i did: DeviceProperties --> Add--> PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) and shikigva=80 or maybe 128 Hardware Acceleration error -12473: Now fixed and fully supported Source: https://dortania.github.io/OpenCore-Post-Install/universal/drm.html#testing-hardware-acceleration-and-decoding
  13. My hackintoshs suffered from this issue in Sonoma even I repeated enter command "sudo pmset schedule cancelall" in Terminal. It always recurs soon or later as shown here: How to fix it ?
  14. @hiphopboy In addition to using @jrhende 's kext, did you change the LayoutID? If this requires further debugging, please start a new thread for your HP EliteDesk 800 SFF since this audio solution does not apply to the 800 Mini documented in this thread. Thank you.
  15. What distinguishes true Hackintoshers is that they have completely banished the word "give up" from their vocabulary and from their thoughts. Congratulations.😀
  16. I know the acceleration and other features are missing, the reason I want to install is contribute and test some of the researchs about this unsupported iGPU on macOS. About the link you sent, no, it won't help me. I'm using Intel Iris Xe Graphics as I said.
  17. Hello RobertT_XeS, about Ventura shutdown and restarting after a few seconds, can you help me fix it?
  18. Yesterday
  19. Full Installer https://swcdn.apple.com/content/downloads/45/47/052-93231-A_3Q8LSEFRFG/191igxy96wgv1hq5px3j04sks0chlzu24l/InstallAssistant.pkg 😂
  20. I just wanted to let you know that I published version 1.0.4 of IntelLucy in which some important bug fixes have been implemented: Resolves an issue which caused the machine to wake up immediately on the next sleep attempt after it has been woken using WoL. Wake on LAN is fully working now. Fixed manual medium selection on X540 and X550 adapters. All users are advised to update to version 1.0.4. Have fun! 😺
  21. @Shimijda I don't know the chipset of the mobo of the ASUS Vivobook X515EA. Depending on the chipset, TigerLake may or may not have Intel iGPU support. Maybe your machine can't install macOS with the integrated graphics card. There is a user with 515JA but his CPU is 10th gen. and the iGPU works. In case it helps you in any way: https://github.com/Bhavinjain260/Asus-Vivobook15-X515JA-Opencore
  1. Load more activity
×
×
  • Create New...