Jump to content

DSDT Auto-Patcher


MaLd0n
 Share

5,756 posts in this topic

Recommended Posts

I would greatly appreciate help modifying a DSDT for a vanilla install, using the most recent Nawcom Boot CD and retail 10.6.0 upgrade DVD; only one so far that makes a retail install possible on this board.

 

Aaeon EMB-945 mobo

Socket-478M Intel Core 2 Duo

Intel 945GME + ICH7M

GMA950 - ci/qe working, no native resolution, stuck at 1024x768; tried a number of methods

DVI, RGB, LVDS and TV outputs onboard, although not seeing any of it in the DSDT

2GB RAM DDR II 667

LAN Marvell 88E8053 Gigabit PCI-E - non-functional currently

USB 2 - Running at USB 1 speed

AC97 sound

send_me.zip

Link to comment
Share on other sites

I would greatly appreciate help modifying a DSDT for a vanilla install, using the most recent Nawcom Boot CD and retail 10.6.0 upgrade DVD; only one so far that makes a retail install possible on this board.

 

Aaeon EMB-945 mobo

Socket-478M Intel Core 2 Duo

Intel 945GME + ICH7M

GMA950 - ci/qe working, no native resolution, stuck at 1024x768; tried a number of methods

DVI, RGB, LVDS and TV outputs onboard, although not seeing any of it in the DSDT

2GB RAM DDR II 667

LAN Marvell 88E8053 Gigabit PCI-E - non-functional currently

USB 2 - Running at USB 1 speed

AC97 sound

 

test it

dsdt.sea2stars.zip

DTGP

EHCI

GMA950

HID/CID

IOATAFAMILY

IRQs

LPC

REMOVE

RENAME

RTC

SMBUS

WAK

 

EMB-945T???

 

Yeah, still KPs on AppleIntelCPUPowerManagment. The only thing in E \ E is fakesmc.

use http://www.insanelymac.com/forum/index.php?showtopic=133683

-newHPET

 

you can try this

Link to comment
Share on other sites

test it

dsdt.sea2stars.zip

DTGP

EHCI

GMA950

HID/CID

IOATAFAMILY

IRQs

LPC

REMOVE

RENAME

RTC

SMBUS

WAK

 

EMB-945T???

 

 

use http://www.insanelymac.com/forum/index.php?showtopic=133683

-newHPET

 

you can try this

 

Doesn't seem to work. Here is the file it made. I tried using it but I still get a KP with AppleIntelCPUPowerManagment.kext

ahollis.tar

Link to comment
Share on other sites

Doesn't seem to work. Here is the file it made. I tried using it but I still get a KP with AppleIntelCPUPowerManagment.kext

 

tomorrow I'll look into it

:help:

 

I'm almost dead in front of the computer ;)

Link to comment
Share on other sites

@MaLd0n

I don't know too much about DSDT editing. I just pointed out things, which were not clear to me. I would like to reduce my DSDT but i just simply don't know what can be removed and what can't... :( Oh, and you should add ALC888 HDEF. It's a must have for this mobo.

Device (HDEF)
		{
			Name (_ADR, 0x001B0000)
			Method (_PRW, 0, NotSerialized)
			{
				Return (Package (0x02)
				{
					0x05, 
					0x05
				})
			}

			Method (_DSM, 4, NotSerialized)
			{
				Store (Package (0x08)
					{
						"codec-id", 
						Buffer (0x04)
						{
							0x88, 0x08, 0xEC, 0x10
						}, 

						"layout-id", 
						Buffer (0x04)
						{
							0x78, 0x03, 0x00, 0x00
						}, 

						"device-type", 
						Buffer (0x0F)
						{
							"Realtek ALC888"
						}, 

						"PinConfigurations", 
						Buffer (One)
						{
							0x00
						}
					}, Local0)
				MCDP (Arg2, RefOf (Local0))
				Return (Local0)
			}
		}

 

BTW, i tried something:

With GIGE:

post-218498-1292925929_thumb.png

Without GIGE:

post-218498-1292925958_thumb.png

:P

Link to comment
Share on other sites

Hi there again MaLd0n, i going to buy some new stuff to my pc, and wondered if there something about in my DSDT i need to be concern about.

i'm planning on buying a new graphics card (GeForce GT 240), and RAM (i think memory is by the chameleon but correct me if i'm wrong).

 

i'm also considering OC my cpu, not by now cause i still need to learn some stuff about it (read about it for years but just now really interest in this), i'm also upgrading my PSU.

but as i'm just starting my research, i need to know if there are some thing i need to know about OSX with OC system

 

hope you can help me with those questions

thanks a lot!

Link to comment
Share on other sites

@MaLd0n

I don't know too much about DSDT editing. I just pointed out things, which were not clear to me. I would like to reduce my DSDT but i just simply don't know what can be removed and what can't... :unsure: Oh, and you should add ALC888 HDEF. It's a must have for this mobo.

BTW, i tried something:

With GIGE:

Screen_shot_2010_12_21_at_10.51.49_AM.png

Without GIGE:

Screen_shot_2010_12_21_at_10.55.00_AM.png

:P

test it

dsdt.Andrew180.zip

 

 

 

who want to apply the HDEF can use the DSDT EDITOR and PATCHER

 

Hi there again MaLd0n, i going to buy some new stuff to my pc, and wondered if there something about in my DSDT i need to be concern about.

i'm planning on buying a new graphics card (GeForce GT 240), and RAM (i think memory is by the chameleon but correct me if i'm wrong).

 

i'm also considering OC my cpu, not by now cause i still need to learn some stuff about it (read about it for years but just now really interest in this), i'm also upgrading my PSU.

but as i'm just starting my research, i need to know if there are some thing i need to know about OSX with OC system

 

hope you can help me with those questions

thanks a lot!

 

Video - remove what you have installed before changing the hardware

Memory - on some motherboards you'll find problems (operation region)

extract a new DSDT through windows and reapply

OC - http://browse.geekbench.ca/geekbench2/view/294364

2.4 GHZ / 3.6 GHZ

old

but still does the job

 

:rolleyes:

Link to comment
Share on other sites

test it

Thanks! It works. So now i have the vanillest ethernet ever... :(

 

BTW, i don't use my manual edited DSDT anymore... I took my dumped/untouched DSDT, ran it through your patcher, removed GIGE/added LAN0 and put HDEF in. Now i will try to compare your DSDT to mine and slim it down a bit... :(

Link to comment
Share on other sites

Here is the file.

 

which motherboard?

 

Thanks! It works. So now i have the vanillest ethernet ever... :(

 

BTW, i don't use my manual edited DSDT anymore... I took my dumped/untouched DSDT, ran it through your patcher, removed GIGE/added LAN0 and put HDEF in. Now i will try to compare your DSDT to mine and slim it down a bit... :(

I've updated the Auto-Patcher(GIGE > LAN0)

this week will launch the new

includes many motherboards

 

loveapple2117454552imag.gif

 

Hi MaLd0n

 

Been looking at trying to create a DSDT for my system, but then I found your script on the first page. Ran it, so please find attached output. Would appreciate an auto-patcher for my system if possible. Keep up the good work, it is appreciated.

 

look it

http://www.insanelymac.com/forum/index.php...t&p=1605954

 

Great great job NIXin and Mammoth ;)

Link to comment
Share on other sites

Hi MaLd0n,

I added the code for Graphics from the working dsdt that I currently use to the dsdt that you made for me.It compiles without any errors but still no proper graphics for me.

Also about Nixin's patch.do we have to apply each fix in his file by dsdtse to our dsdt and compile it or is there a way to add them all at once using your patcher ?

Can you point me in the right direction using these patches if possible.

thanks

Link to comment
Share on other sites

Hi MaLd0n,

I added the code for Graphics from the working dsdt that I currently use to the dsdt that you made for me.It compiles without any errors but still no proper graphics for me.

Also about Nixin's patch.do we have to apply each fix in his file by dsdtse to our dsdt and compile it or is there a way to add them all at once using your patcher ?

Can you point me in the right direction using these patches if possible.

thanks

use DSDT EDITOR and PATCHER

http://www.insanelymac.com/forum/index.php?showtopic=223205

 

Great Job NIXin and Mammoth :)

Link to comment
Share on other sites

test it

dsdt.Andrew180.zip

 

 

 

who want to apply the HDEF can use the DSDT EDITOR and PATCHER

 

 

 

Video - remove what you have installed before changing the hardware

Memory - on some motherboards you'll find problems (operation region)

extract a new DSDT through windows and reapply

OC - http://browse.geekbench.ca/geekbench2/view/294364

2.4 GHZ / 3.6 GHZ

old

but still does the job

 

:rolleyes:

 

hey there thnx for the reply, i don't have ANY extra kext in my S/L/E, because i disabled both LAN + Audio, since i don't really need them, so i have only your Patched DSDT + AppleVIAATA.kext on E/E.

so what do i need to remove (if there is something).

about memory, can i check before buying? i searched and found RAM sticks with 1066 that support my motherboard 100%, but is there something particular i need to know with OSX?

 

so, about the overclock again, no need for extra kexts or DSDT editing?

Link to comment
Share on other sites

Here is the file.

MSI p55a-g55

dsdt.Fantasy761.zip

:rolleyes:

 

ALIAS

DTGP

HID/CID

IRQs

LAN

REMOVE

RENAME

SMBUS

SHUTDOWN

FIX WARNINGS

 

hey there thnx for the reply, i don't have ANY extra kext in my S/L/E, because i disabled both LAN + Audio, since i don't really need them, so i have only your Patched DSDT + AppleVIAATA.kext on E/E.

so what do i need to remove (if there is something).

about memory, can i check before buying? i searched and found RAM sticks with 1066 that support my motherboard 100%, but is there something particular i need to know with OSX?

 

so, about the overclock again, no need for extra kexts or DSDT editing?

 

add memories

between the Windows or Linux

an extract DSDT with new hardware

apply patches

 

use Chameleon RC5 for native PM

no problem with overclocking

but you need to test

Link to comment
Share on other sites

MSI p55a-g55

dsdt.Fantasy761.zip

:blink:

 

ALIAS

DTGP

HID/CID

IRQs

LAN

REMOVE

RENAME

SMBUS

SHUTDOWN

FIX WARNINGS

 

 

 

add memories

between the Windows or Linux

an extract DSDT with new hardware

apply patches

 

use Chameleon RC5 for native PM

no problem with overclocking

but you need to test

 

last time i extracted from within the OSX (i have SL on my main HD and untouched kalyway 10.5.2 on other one for other troubles.) does the DSDT have to be from windows or linux?

if only to windows, i have a 32 but xp install and i'm planning on 4x2GB sticks. will i be able to extract 8 GB memory with 32 bit system or i need a 64 bit installation?

Link to comment
Share on other sites

Wow. Thanks for the quick reply. Yep.. it's an EMB-945T motherboard.

 

The provided DSDT.aml produces a blue boot screen and I've tried various outputs and disabling the on-board audio and LAN. I ended up booting into safe mode and removing the file. Any suggestions?

 

Thanks again!

 

test it

dsdt.sea2stars.zip

DTGP

EHCI

GMA950

HID/CID

IOATAFAMILY

IRQs

LPC

REMOVE

RENAME

RTC

SMBUS

WAK

 

EMB-945T???

 

 

use http://www.insanelymac.com/forum/index.php?showtopic=133683

-newHPET

 

you can try this

Link to comment
Share on other sites

Wow. Thanks for the quick reply. Yep.. it's an EMB-945T motherboard.

 

The provided DSDT.aml produces a blue boot screen and I've tried various outputs and disabling the on-board audio and LAN. I ended up booting into safe mode and removing the file. Any suggestions?

 

Thanks again!

test it

dsdt.sea2stars.zip

arch=i386

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...