Jump to content

XLR

Premium Black
  • Posts

    49
  • Joined

  • Last visited

Everything posted by XLR

  1. Thank you for quick response! But how did you fix it? This dsdt isn't finished yet, i still need to apply many other patches so i have to know how to fix those errors.
  2. I'm deleting ARG0, trying to compile - everything looks good, the only thing left to do is to fix PARSEOP_ZERO. I'm deleting a bunch of Zero's, trying to compile - everything goes bat$h1t crazy! Trying to fix both errors in reverse order, getting the same results... The compiler i'm using is pretty updated (iasl_20140424_64). What am i doing wrong?? Here's my dsdt: http://www.sendspace.com/file/1o8qp4 Thanks in advance
  3. Is it possible without Chameleon, dsdt only?
  4. Changed to 14,2 and got the same result, with and without dsdt... Btw, my only edits in dsdt are DTGP IRQ's LPC SMBUS and the one you posted. Installed 3 kexts only (fakesmc, realtek network, and genericusbxhci) OS version 10.8.5, but same happens in 10.9.2 too on 3 different Gigabyte motherboards with 4770 and 4790 CPU's. When intel gfx enabled - it gets stuck at this point:
  5. Doesn't works at all, same problem... Btw, i have i7-4790 desktop on Gigabyte B85M board. Tried setting graphics memory allocation in bios to 32MB and 64MB. Maybe MacPro3,1 is not the right model identifier for this?
  6. Is there a way to make HD4600 work via DSDT, to avoid getting stuck at "Missing Bluetooth Controller Transport!" error during boot? Thanks in advance
  7. I renamed UID, Zero to UID, One and removed line 1740, now it works. Thanks for the quick reply:)
  8. It says "Name already exists in scope"...
  9. Please help me to change PCIRootUID value in DSDT from 0 to 1, iDon't understand how to do this correctly... Device (PCI0) { Name (_HID, EisaId ("PNP0A08")) Name (_CID, EisaId ("PNP0A03")) Name (_ADR, Zero) Method (^BN00, 0, NotSerialized) { Return (Zero) } Method (_BBN, 0, NotSerialized) { Return (BN00 ()) } Name (_UID, Zero) Method (_PRT, 0, NotSerialized) { If (PICM) { Return (AR00 ()) } Return (PR00 ()) } OperationRegion (HBUS, PCI_Config, Zero, 0x0100) Field (HBUS, DWordAcc, NoLock, Preserve) { Thanks in advance.
  10. The following method works for 10.8.5 to 10.9 only, but doesn't works for 10.8.4 and earlier versions. Is there a universal method that works for all OS versions by any chance?
  11. Thank you guys, now my AppleLPC.kext loads perfectly!
  12. Is there a new LPC patch for 10.8.5? The old one doesn't load LPC kext anymore...
  13. Thank you! No more warnings during compilation!
  14. I've been fixing this warning by replacing ABCDEFGH with 12345678, not sure which is the right way.
  15. I'd like to create a script for Auto Patcher with the following fixes for my motherboard: DTGP SMBUS LPC Sandy Bridge IRQ's _T_0 Shutdown Intel Mac Devices And during compilation i get the following warnings: The first one i fix by replacing DWord with QWord Second one i add another "F" Third one i add Return (Zero) And the fourth one disappears after compilation. My question is: how to add those 3 warning fixes to an auto-patch script? Thanks in advance.
  16. This is what i'm using right now, but it doesn't supports Ivy Bridge... I've tried installing 10.7.5 on 2012 makbook pro 13, it didn't worked for the same reason. So i installed 10.7.4 on older mac and then updated to 10.7.5 , and cloned the content of his HDD back to mbp13 and it worked. The question is how to to make a 10.7.4 boot CD/USB that will work on Ivy Bridge, based on the same principles as 10.6.3 installation for Sandy Bridge?
  17. How can i install the latest AppStore Lion 10.7.4 on a H77 based computer with 3770? Only 10.7.5 and up supports Ivy, so while i'm trying to install 10.7.4 it ends up in instant reboot. Tried copying 10.7.5 kernel to 10.7.4 installation flash drive, but seems like it's more complicated than that... Any ideas?
  18. Is there anything important i should look for in kextstat and ioreg, in addition to the above?
  19. Should i check for anything else except LPC HPET and SMBUS?
  20. Those two pics create a beautiful abstract composition, by the way.
  21. Cool thanks! Got it loaded with regular LPC patch. It's an Intel "Thorsby" motherboard with i7-3820 and 32GB of ram. Btw, i can't boot properly without NullCPU - getting instant reboots on 10.6.8 and 10.7.3, but on 10.7.4 i end up with KP on AICPM. Do you think it's a Kernel issue, a Bootloader issue, or AICPM issue?
  22. Should i use the Sandy Bridge patch or the one for Nehalem or anything else for my X79 chipset? If i "kextstat | grep LPC" and the AppleLPC kext loads, does it means i applied the right patch, or there's anything else i should know? Thanks in advance!
  23. Hi, I'd like to sort out the DSDT for my DZ68DB, but i'm not sure how to diagnose what patches i need to apply. My configuration is: i7 2600, 16GB DDR3 1333, and DZ68DB obviously) (attached clean dsdt with ioreg and kextstat) Thanks in advance dz68db_send_me.zip
  24. Hi MaLd0n, can you please help me with DSDT on Intel DZ68DB? http://www.intel.com/products/desktop/motherboards/db-DZ68DB/DZ68DB-overview.htm Thanks in advance:) dz68db_send_me.zip
×
×
  • Create New...