Jump to content

DSDT Auto-Patcher


MaLd0n
 Share

5,753 posts in this topic

Recommended Posts

run on terminal

ioreg -lw0 | grep CSTInfo

and

kextstat | grep LPC

 

Yes i386

 

Here:

ioreg -lw0 | grep CSTInfo

| | | "CSTInfo" = 19136773

kextstat | grep LPC

73 0 0x554a6000 0x3000 0x2000 com.apple.driver.AppleLPC (1.4.12) <14 5 4 3>

 

???

:(

Link to comment
Share on other sites

Et voilà my friend ;)

Just returned.

 

Hei Mr.

You're Welcome

fun.gif

 

I could not find Extra folder anywhere (where should I look) and Root ?? would you mind giving me some more details ??

Captura_de_tela_2011_05_03___s_20.34.07.png

;)

 

[Line 266 type Error message Object not found or not accessible from scope (_PPC)]
[Line 270 type Error message Object not found or not accessible from scope (_PPC)]
[Line 2824 type Error message syntax error, unexpected PARSEOP_STRING_LITERAL ]

 

the patch for DV6 Core i

 

send me files

Link to comment
Share on other sites

Dell Optiplex 780 Desktop

 

dsdt.lukin.zip

 

DTGP

HPET

IRQs

LPC

REMOVE

RENAME

RTC

SMBUS

SHUTDOWN

FIX WARNINGS

 

ioreg -lw0 | grep CSTInfo

| | | "CSTInfo" = 19136773

kextstat | grep LPC

73 0 0x554a6000 0x3000 0x2000 com.apple.driver.AppleLPC (1.4.12)

 

it seems ok

Link to comment
Share on other sites

Yes i386

 

Here:

ioreg -lw0 | grep CSTInfo

| | | "CSTInfo" = 19136773

kextstat | grep LPC

73 0 0x554a6000 0x3000 0x2000 com.apple.driver.AppleLPC (1.4.12) <14 5 4 3>

 

???

;)

 

All the same ! Temperature is still too high 81C full load, 3 min !!! In Windows, whatever i do, the temperature goes NOT over 65C ... People Help! I will shoot myself in the head! Aggrrrrr !

post-646273-1304467920_thumb.png

Link to comment
Share on other sites

All the same ! Temperature is still too high 81C full load, 3 min !!! In Windows, whatever i do, the temperature goes NOT over 65C ... People Help! I will shoot myself in the head! Aggrrrrr !

see if the tjmax(fakesmc) agrees tjmax with your processor

Link to comment
Share on other sites

see if the tjmax(fakesmc) agrees tjmax with your processor

 

 

Thanks MaLd0n but Yes ! Tjmax=100 in FakeSMC and my Q8400 is also Tjmax=100

 

I went crazy!! ;)

Damn ! These days i will buy Cooler Master Hyper 212 plus ! Looks like the only solution for me ! But I wonder why this does't happen in Windows 7?

Link to comment
Share on other sites

*ESB2 AHCI (silver icons for internal HDs instead of orange ones)

This "fix" was not used

IOAHCIBlockStorageInjector

 

So my understanding is the DSDT patcher does NOT contain the SATA to ESB2 AHCI "fix." I assume you put "fix" in quotes for a reason. Is fixing the Orange Drive Problem in the DSDT not a good idea? Does it cause problems? Is it just not Kosher?

 

Anyway the only kexts I'm using are Fakesmc, IOAHCIBlockStorageInjector, and VoodoHDA. Trying to get as vanilla as possible ;) ... you know how it is.

 

Thanks for all your help so far.

Link to comment
Share on other sites

:)

Maldon....it is aged. .according to me they are too many women :(

 

01o.png

 

Thanks man :D

01a.png

 

Hey there, curious if there was anything you could do for the Asus G72GX. I see you have the other i7 notebooks, this one is a step behind those. Thanks!send_me.zip

ICH10?

Link to comment
Share on other sites

Hey MaldOn

Can You insert the Baterry staff inside DSDT, because i have problem when waking from sleep, the MAcosx doesnt see the baterry power correct and instaed of waking the system, it shuts down.Whn on AC no problem at all.

Im using voodobaterry 1.33 and also have calibrated my baterry.

 

Thanks

 

here the dsdt:

Mal0n.zip

 

 

.. by the way, here from system profiler:

 

Battery Information:

 

Model Information:

Serial Number:

Manufacturer:

Device name:

Charge Information:

Charge below critical level: No

Charge below warning level: No

Charge remaining (mAh): 3586

Fully charged: No

Charging: Yes

Full charge capacity (mAh): 4218

Health Information:

Cycle count: 51

Condition: Normal

Battery Installed: Yes

Amperage (mA): 4293

Voltage (mV): 12406

Link to comment
Share on other sites

PS would you also be bale to patch the DSDT so I can get full resolution instead of getting 1024x768 on my Intel 950 GMA.

 

dsdt.01.zip

 

look at the Ioreg, video device and apply _DSM

 

Method (_DSM, 4, NotSerialized)
{
	Store (Package (0x04)
	{
		"AAPL,HasPanel", 
		Buffer (0x04)
		{
			0x01, 0x00, 0x00, 0x00
		},
		"model", 
		Buffer (0x07)
		{
		  "GMA950"
		}
		}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}

 

i use arch=i386

 

or

arch=i386 DSDT=/Extra/DSDT.aml

 

they do not work

the video works but no QE/CI

 

GMA X3100

sudo -s

perl -pi -e "s|\x86\x80\x02\x2A|\x86\x80\x12\x2A|g" /System/Library/Extensions/AppleIntelGMAX3100FB.kext/AppleIntelGMAX3100FB

perl -pi -e "s|\x86\x80\x02\x2A|\x86\x80\x12\x2A|g" /System/Library/Extensions/AppleIntelGMAX3100.kext/Contents/MacOS/AppleIntelGMAX3100

perl -pi -e "s|028086|128086|g" /System/Library/Extensions/AppleIntelGMAX3100FB.kext/Info.plist

perl -pi -e "s|028086|128086|g" /System/Library/Extensions/AppleIntelGMAX3100.kext/Contents/Info.plist

 

If I change my gfx card (currently 8800GT) to an AMD (6870). Will I need to make a new dsdt.aml?

 

if the video was activated by the DSDT, you'll need to remove

 

Hey MaldOn

Can You insert the Baterry staff inside DSDT, because i have problem when waking from sleep, the MAcosx doesnt see the baterry power correct and instaed of waking the system, it shuts down.Whn on AC no problem at all.

Im using voodobaterry 1.33 and also have calibrated my baterry.

 

I do not know a solution to this

Link to comment
Share on other sites

 

AS SAID BEFORE VOODO PS2 WORKED THX. :P

 

applied new dsdt with nativepm and along with lizard force wake option sleep now working. thx gain :)

 

about audio after dsdt audio device recognised as shown in pic before there was nothing here,but before i can record audio with disturbance now i have no audio at all. voodo hda 2.7.2, no audio at all but sound normal please :(:( help.lacoste_no_audio.tiff

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...