telepati
Members-
Posts
123 -
Joined
-
Last visited
Everything posted by telepati
-
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
-
I need to add all these codes to my DSDT. I tried many times but I can't make it correctly. I attached my DSDT could you please somebody help me with those; DefinitionBlock ("", "SSDT", 1, "Pike", "MISC", 0x00003000) { External (_SB_.PCI0, DeviceObj) // (from opcode) Scope (\) { Name (SLTP, Zero) Method (_TTS, 1, NotSerialized) // _TTS: Transition To State { Store (Arg0, SLTP) } } Scope (\_SB.PCI0) { Method (LPS0, 0, NotSerialized) { Return (One) } } Scope (\_GPE) { Method (LXEN, 0, NotSerialized) { Return (One) } } } DefinitionBlock ("", "SSDT", 1, "toleda", "amihdas1", 0x00003000) { External (_SB_.PCI0, DeviceObj) // Warning: Unknown object External (_SB_.PCI0.HDAS._ADR, UnknownObj) // Warning: Unknown object Scope (\_SB.PCI0) { Name (HDAS._STA, Zero) // _STA: Status Device (HDEF) { Name (_ADR, 0x001F0003) // _ADR: Address Method (_INI, 0, NotSerialized) // _INI: Initialize { Store (Zero, \_SB.PCI0.HDAS._ADR) } Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x06) { "hda-gfx", Buffer (0x0A) { "onboard-1" }, "layout-id", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (Zero) {} }) } } } } DefinitionBlock ("", "SSDT", 1, "toleda", "100s530", 0x00003000) { External (_SB_.PCI0, DeviceObj) // (from opcode) External (_SB_.PCI0.GFX0._ADR, UnknownObj) // (from opcode) External (_SB_.PCI0.HECI._ADR, UnknownObj) // (from opcode) Scope (\_SB.PCI0) { Name (GFX0._STA, Zero) // _STA: Status Device (IGPU) { Name (_ADR, 0x00020000) // _ADR: Address Method (_INI, 0, NotSerialized) // _INI: Initialize { Store (Zero, \_SB.PCI0.GFX0._ADR) } Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x16) { "AAPL,ig-platform-id", Buffer (0x04) { 0x00, 0x00, 0x12, 0x19 }, "model", Buffer (0x16) { "Intel HD Graphics 530" }, "hda-gfx", Buffer (0x0A) { "onboard-1" }, "AAPL,Gfx324", Buffer (0x04) { 0x00, 0x00, 0x00, 0x01 }, "AAPL,GfxYTile", Buffer (0x04) { 0x00, 0x00, 0x00, 0x01 }, "AAPL00,PanelPowerUp", Buffer (0x04) { 0x00, 0x00, 0x00, 0x30 }, "AAPL00,PanelPowerOn", Buffer (0x04) { 0x00, 0x00, 0x01, 0x19 }, "AAPL00,PanelPowerOff", Buffer (0x04) { 0x00, 0x00, 0x00, 0x11 }, "AAPL00,PanelPowerDown", Buffer (0x04) { 0x00, 0x00, 0x00, 0x3C }, "AAPL00,PanelCycleDelay", Buffer (0x04) { 0x00, 0x00, 0x00, 0xFA }, "device-colors", Buffer (0x10) { /* 0000 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0008 */ 0x00, 0x9D, 0x9D, 0xA0, 0x00, 0x00, 0x02, 0x00 } }) } } Name (HECI._STA, Zero) // _STA: Status Device (IMEI) { Name (_ADR, 0x00160000) // _ADR: Address Method (_INI, 0, NotSerialized) // _INI: Initialize { Store (Zero, \_SB.PCI0.HECI._ADR) } Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x02) { "device-id", Buffer (0x04) { 0x3A, 0xA1, 0x00, 0x00 } }) } } } Store ("ssdt-ami_100_skl-hd530_v2.0 github.com/toleda", Debug) } DefinitionBlock ("", "SSDT", 1, "toleda", "ami789n", 0x00003000) { External (_SB_.PCI0.PEG0, DeviceObj) // Warning: Unknown object External (_SB_.PCI0.PEG0.PEGP._ADR, UnknownObj) // Warning: Unknown object Scope (\_SB.PCI0.PEG0) { Device (GFX0) { Name (_ADR, Zero) // _ADR: Address Name (_SUN, One) // _SUN: Slot User Number Method (_INI, 0, NotSerialized) // _INI: Initialize { Store (0x0F, \_SB.PCI0.PEG0.PEGP._ADR) } Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x0E) { "@0,connector-type", Buffer (0x04) { 0x00, 0x08, 0x00, 0x00 }, "@1,connector-type", Buffer (0x04) { 0x00, 0x08, 0x00, 0x00 }, "@2,connector-type", Buffer (0x04) { 0x00, 0x08, 0x00, 0x00 }, "@3,connector-type", Buffer (0x04) { 0x00, 0x08, 0x00, 0x00 }, "@4,connector-type", Buffer (0x04) { 0x00, 0x08, 0x00, 0x00 }, "@5,connector-type", Buffer (0x04) { 0x00, 0x08, 0x00, 0x00 }, "hda-gfx", Buffer (0x0A) { "onboard-2" } }) } } 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 (0x04) { "layout-id", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 }, "hda-gfx", Buffer (0x0A) { "onboard-2" } }) } } } Store ("ssdt-ami-7/8/9series_nvidia_hdmi_audio_v3.0 github.com/toleda", Debug) } DefinitionBlock ("", "SSDT", 1, "APPLE", "SSDT-LPC", 0x00003000) { Method (_SB.PCI0.LPCB._DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x02) { "compatible", "pci8086,9cc1" }) } } DSDT.dsl.zip
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
-
Thank you. But I can't open DSDT.aml. I think its broken.
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
-
Hi @Artur-pt I must to add this patch to my DSDT but I am getting these error. Could you please help me with that 14895 6126 syntax error, unexpected PARSEOP_ARG0 18732 6126 syntax error, unexpected PARSEOP_ARG0 this patch I must to add; this is goodwin_c patch for HD530 on Sierra. # inject "hda-gfx"="onboard-1" into IGPU (GFX0 originally) into device label GFX0 set_label begin IGPU end; into_all all code_regex GFX0 replaceall_matched begin IGPU end; into method label _DSM parent_label IGPU remove_entry; into device label IGPU insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Store (Package()\n {\n "model", Buffer() { "Intel HD Graphics 530" },\n "hda-gfx", Buffer() { "onboard-1" },\n "AAPL,ig-platform-id", Buffer() { 0x00, 0x00, 0x1b, 0x19 },\n "AAPL,Gfx324", Buffer() { 0x00, 0x00, 0x00, 0x01 },\n "AAPL,GfxYTile", Buffer() { 0x00, 0x00, 0x00, 0x01 },\n "AAPL00,PanelPowerUp", Buffer() { 0x00, 0x00, 0x00, 0x30 },\n "AAPL00,PanelPowerOn", Buffer() { 0x00, 0x00, 0x01, 0x19 },\n "AAPL00,PanelPowerOff", Buffer() { 0x00, 0x00, 0x00, 0x11 },\n "AAPL00,PanelPowerDown", Buffer() { 0x00, 0x00, 0x00, 0x3C },\n "AAPL00,PanelCycleDelay", Buffer() { 0x00, 0x00, 0x00, 0xFA },\n "device-colors", Buffer() { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9D, 0x9D, 0xA0, 0x00, 0x00, 0x02, 0x00 },\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n }\n end; DSDT.aml.zip
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
-
Thank you man as always you are perfect.
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
-
Hi Artur, My ASUS Z170-A DSDT giving some errors and need to be fix. Could you help me with that? I removed DSDT with F4 command when Clover boot screen come. I attached it. DSDT.aml.zip
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
-
How to fix object does not exist ( _sb.pci0.peg0.pegp)?
telepati replied to telepati's topic in DSDT & Patch Requests
Thank you so much. -
How to fix object does not exist ( _sb.pci0.peg0.pegp)?
telepati replied to telepati's topic in DSDT & Patch Requests
Here is my .dsl file. System DSDT.zip -
Hi guys how to fix that error 'object does not exist ( _sb.pci0.peg0.pegp)'. After used PJALM Gigabyte Z87X UD5H patch Im getting this error. I marked with red. Line 12032 object does not exist ( _sb.pci0.peg0.pegp) Method (BRTN, 1, Serialized) { If (LEqual (And (DIDX, 0x0F00), 0x0400)) { Notify (\_SB.PCI0.GFX0.DD1F, Arg0) } } Scope (_GPE) { Method (_L09, 0, NotSerialized) // _Lxx: Level-Triggered GPE { If (LEqual (RP1D, Zero)) { \_SB.PCI0.RP01.HPME () Notify (\_SB.PCI0.RP01, 0x02) } If (LEqual (RP2D, Zero)) { \_SB.PCI0.RP02.HPME () Notify (\_SB.PCI0.RP02, 0x02) } If (LEqual (RP3D, Zero)) { \_SB.PCI0.RP03.HPME () Notify (\_SB.PCI0.RP03, 0x02) } If (LEqual (RP4D, Zero)) { \_SB.PCI0.RP04.HPME () Notify (\_SB.PCI0.RP04, 0x02) } If (LEqual (RP5D, Zero)) { \_SB.PCI0.RP05.HPME () Notify (\_SB.PCI0.RP05, 0x02) } If (LEqual (RP6D, Zero)) { \_SB.PCI0.RP06.HPME () Notify (\_SB.PCI0.RP06, 0x02) } If (LEqual (RP7D, Zero)) { \_SB.PCI0.RP07.HPME () Notify (\_SB.PCI0.RP07, 0x02) } If (LEqual (RP8D, Zero)) { \_SB.PCI0.RP08.HPME () Notify (\_SB.PCI0.RP08, 0x02) } If (LEqual (D1F0, One)) { \_SB.PCI0.PEG0.HPME () Notify (\_SB.PCI0.PEG0, 0x02) Notify (\_SB.PCI0.PEG0.PEGP, 0x02) } If (LEqual (D1F1, One)) { \_SB.PCI0.PEG1.HPME () Notify (\_SB.PCI0.PEG1, 0x02) } If (LEqual (D1F2, One)) { \_SB.PCI0.PEG2.HPME () Notify (\_SB.PCI0.PEG2, 0x02) } }
-
Hi I need a DSDT. Im using El Capitan 10.11.1, Here is my problem Actually I don't know should I need DSDT but maybe help my problem; 1. When I boot my machine my screen looks orange and blue like a x-ray. This is not happening all the time but after install El Capitan I start to get this problem. But when I try to restart everything goes to been normal even print screen I took. 2. Common USB 3 problem 3. My Bluetooth problem actually its working well OTB(even I'm using handoff etc.)but when I download or update my app or install anything from web mouse cursor really really been slow I can't move it when updates or downloads finished everything been normal. I can start to use mouse again. Motherboard: GA-Z87X-UD5H CPU: i7 4770K GPU: NVIDIA GTX 660 Bluetooth and Wireless: Broadcom BCM94360CD Dual-band 2.4&5GHz AC 4 Antennas Wireless Network Card with BT4.0 for Apple Mouse: Magic Mouse Send me iMac.zip
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
-
Thank you artur-pt.
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
-
I need a DSDT for GA-Z87X-UD5H. I attached my System DSDT.dsl. Its given 1 error 6126 sytax error unexpected PARSEOP_ARG0 When I add / / before ARG0 give a tons of error and warning remark... Could you please fixing my DSDT. Also DPCIManager Suggestion for SMBus Brige this; where am I add this shit? System DSDT.zip
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
-
Thank you Artur.. You are good guy...
-
If Im write to zero there problem solve. But this is right or not? Before { ADBG ("SAta DEP NULL") Return (Package (0x00) {}) } } After { ADBG ("SAta DEP NULL") Return (Package (Zero) {}) } }
-
In this has remark error 9131 Remark Effective AML package length is zero
-
I got some errors and warning for my Z87X-UD5H card DSDT? How can I fix that warning and errors? Syntax error unexpected $end and premature end-of-file 9786 1099 Unknown reserved name (_DEP) 9786 1099 Unknown reserved name (_DEP) 9786 1099 Unknown reserved name (_DEP) 12895 1099 Unknown reserved name (_WDG) I attached my dsl files... Please help me. System DSDT.zip
-
Im running 10.7.5 with 3k bios. I install voodoo 2.7.4 r63 sound working. But some times I getting KP and voodoo prefpanel doesn't work. I add my ID on info.plist but I still same problem happening. getdump down below; Last login: Fri Oct 12 17:12:55 on console Macintosh:~ MuratOzgul$ /Users/MuratOzgul/Desktop/VoodooHDA\ 2.7.4/getdump ; exit; Found a device of class VoodooHDADevice: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPCI2PCIBridge/PEGP@0,1/VoodooHDADevice Probing codec #0... HDA Codec #0: ATI R6xx HDMI HDA Codec ID: 0x1002aa01 Vendor: 0x1002 Device: 0xaa01 Revision: 0x02 Stepping: 0x00 PCI Subvendor: 0xaa80174b startNode=1 endNode=2 Found audio FG nid=1 startNode=2 endNode=4 total=2 Processing audio FG cad=0 nid=1... Powering up... Parsing audio FG... GPIO: 0x00000000 NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 Parsing vendor patch... VHDevice NID=2 Config=00000000 Type=00000000 Cap=00000000 Ctrl=00000000 -- Conns: VHDevice NID=3 Config=18560010 Type=00000004 Cap=00000094 Ctrl=00000040 -- Conns: 0=2 Disabling nonaudio... Disabling useless... Patched pins configuration: nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 Parsing pin associations... 1 associations found: Association 0 (1) out: Pin nid=3 seq=0 Redir type=-1 jack=0 def=0 Building AFG tree... Tracing association 0 (1) Tracing pin 3 with min nid 0 tracing via nid 3 tracing via nid 2 nid 2 returned 2 nid 3 returned 2 Pin 3 traced to DAC 2 Association 0 (1) trace succeeded Tracing input monitor Tracing other input monitors Tracing beeper Disabling unassociated widgets... Disabling nonselected inputs... Disabling useless... Disabling crossassociated connections... Disabling useless... Binding associations to channels... Assigning names to signal sources... Parsing Ctls... Assigning mixers to the tree... Preparing pin controls... AFG commit... Creating PCM devices... pcmAttach: HDA ATI R6xx HDMI PCM #0 HDMI at cad 0 nid 1 +--------------------------------------+ | DUMPING PCM Playback/Record Channels | +--------------------------------------+ Playback: Stream cap: 0x00000005 AC3 PCM PCM cap: 0x00020070 16 bits, 32 44 48 KHz DAC: 2 +-------------------------------+ | DUMPING Playback/Record Paths | +-------------------------------+ Playback: nid=3 [pin: Digital-out (HDMI)] | + <- nid=2 [audio output] [src: pcm] bindSeq=00000001 +-------------------------+ | DUMPING Volume Controls | +-------------------------+ OSS mixer initialization... Registering PCM channels... FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref HP switch init... +-------------------+ | DUMPING HDA NODES | +-------------------+ Default Parameter ----------------- Stream cap: 0x00000001 PCM PCM cap: 0x00020070 16 bits, 32 44 48 KHz IN amp: 0x00000000 OUT amp: 0x00000000 nid: 2 Name: audio output Widget cap: 0x00000201 DIGITAL STEREO Association: 0 (0x00000001) OSS: pcm (pcm) Stream cap: 0x00000001 PCM PCM cap: 0x00020070 16 bits, 32 44 48 KHz nid: 3 Name: pin: Digital-out (HDMI) Widget cap: 0x00400381 DIGITAL UNSOL STEREO Association: 0 (0x00000001) Pin cap: 0x00000094 PDC OUT HDMI Pin config: 0x18560010 Pin control: 0x00000040 OUT connections: 1 enabled 1 | + <- nid=2 [audio output] logout [Process completed] info.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>VoodooHDA</string> <key>CFBundleIdentifier</key> <string>org.voodoo.driver.VoodooHDA</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>VoodooHDA</string> <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleShortVersionString</key> <string>2.7.4</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.7.4</string> <key>IOKitPersonalities</key> <dict> <key>VoodooHDA</key> <dict> <key>CFBundleIdentifier</key> <string>org.voodoo.driver.VoodooHDA</string> <key>IOClass</key> <string>VoodooHDADevice</string> <key>IOMatchCategory</key> <string>VoodooHDADevice</string> <key>IOPCIClassMatch</key> <string>0x04030000&0xffff0000</string> <key>IOPCIPrimaryMatch</key> <string>0x1c208086</string> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOUserClientClass</key> <string>VoodooHDAUserClient</string> <key>InhibitCache</key> <true/> <key>MixerValues</key> <dict> <key>PCM</key> <string>90</string> <key>Rec</key> <string>70</string> <key>iGain</key> <string>0</string> <key>iMix</key> <string>0</string> </dict> <key>NodesToPatch</key> <array/> <key>Noise</key> <integer>2</integer> <key>Vectorize</key> <true/> <key>VoodooHDAEnableHalfMicVolumeFix</key> <false/> <key>VoodooHDAEnableHalfVolumeFix</key> <false/> <key>VoodooHDAEnableMuteFix</key> <false/> <key>VoodooHDAEnableVolumeChangeFix</key> <false/> <key>VoodooHDAVerboseLevel</key> <integer>0</integer> </dict> </dict> <key>OSBundleLibraries</key> <dict> <key>com.apple.iokit.IOAudioFamily</key> <string>1.1fc9</string> <key>com.apple.iokit.IOPCIFamily</key> <string>2.1</string> <key>com.apple.kpi.iokit</key> <string>9.0.0</string> <key>com.apple.kpi.libkern</key> <string>9.0.0</string> <key>com.apple.kpi.mach</key> <string>9.0.0</string> <key>com.apple.kpi.unsupported</key> <string>9.0.0</string> </dict> </dict> </plist>
-
OS X 10.8 Mountain Lion GM installation
telepati replied to artur-pt's topic in Guides and Tutorials
Sorry man I read and understand wrong... Sorry again.... -
OS X 10.8 Mountain Lion GM installation
telepati replied to artur-pt's topic in Guides and Tutorials
Im saying I didnt make it install DP4 and got an error before starting to install you saying remove ATI6000Controller??? I you hearing to me? How can I remove ATI6000Controller even I dont start to install? My all HD epmty I trying to clean install to DP4 when I start to install Im getting error? -
OS X 10.8 Mountain Lion GM installation
telepati replied to artur-pt's topic in Guides and Tutorials
My hardware is; Asus P8P67 EVO INTEL P67 (B3) LGA1155 DDR3 USB3 SATA3 ATX, INTEL Core i7-2600K LGA 1155 8MB 3.4GH, Cooler Master RC 692 Advance II, Seasonic 750W, WD Caviar Green 2 TB IntelliPower 64 MB Ön Bellek 3,5" SATA II DISK, Sapphire ATI HD6950 New Cooler 2GB DDR5 256 Bit PC,Sunbeam Tuniq Tower 120 Extreme Intel/Amd, Geil Plus 16GB DDR3 1600Mhz CL9 Low Voltage, LG GH22NS50 SATA DVD-RW I cant send a photo vrbose mode cause I cant install DP4.. Im using USB method I boot from USB language screen coming I select language then click next select hardrive and click install error coming. -
OS X 10.8 Mountain Lion GM installation
telepati replied to artur-pt's topic in Guides and Tutorials
When I try to install DP4 Im getting error installation beginning. I add my error log down below. Installer Log 13-Jun-2012.rar -
[Help] Cannot compile patched DSDT Asus P8P67 LE BIOS 3206
telepati replied to ikram0673's topic in DSDT & Patch Requests
I used this for my Asus P8P67 EVO Bios 3207 also used this "Asus Generic Patch without Audio" for audio but just left 3 errors and 2 warnings and I don't know how to fix this? Error and Warning just like that; 2283 Warning ResourceTag larger than Field (Tag: 64 bits, Field: 32bits) 2307 Warning ResourceTag larger than Field (Tag: 64 bits, Field: 32bits) 7766 Error Name already exists in scope (BUS0) 7769 Error Name already exists in scope (_ADR) 11965 Error _HID suffix must be all hex digits (GH) Can I fix this and HOW? -
Compile dont fix all errors. I have Asus P8P67 Evo I download all patch from this site and my bios is latest bios. When I try to make own dsdt with dsdt editor doesn't fix all errors. Found a 161 errors and just fixed 29 errors. Editor left 142 errors and don't permission to save. How to fix this errors?
