View Single Post
 
Old 06-04-2010, 02:48 PM
vultu's Avatar
vultu vultu is offline
Cheetah
 
Join Date: Jul 2009
Location: Brasil
Posts: 10
Quote:
Originally Posted by clavieramolette View Post
Hi vultu, thanks for your reply, i would love to know how can i patch my DSDT ?
Hi Clavier,

Im sorry but I dont speak english well enough to teach someone.

I could try to give you some tips where you need to put the code, but before that you need to have access to your DSDT.

You can get your DSDT with the program DSDTSE (http://www.osx86.es/Archivos/DSDTSE.zip) choose the option Extract DSDT and save the file in some folder.

You need this program iASL (I attached to this msg) to compile the DSDT.DSL file.

Sintax to Compile
(open the terminal and go to folder that you save the iASL file)
Code:
./iasl -f /path_to_file/filename.dsl
I attached too a .TXT file with customizations that I use, others customizations you will find in DSDTSE program (DSDT hacks) below are the most important:
02. HPET FIX
03. RTC FIX
04. CPUS=1 fix
Start with this after you have a DSDT working if you want you could try other things, but I prefer change the minimum in my original DSDT.
Attached Files
File Type: zip iasl.zip (248.0 KB, 16 views)
File Type: txt DSDT Varios Patches.txt (2.9 KB, 28 views)
Reply With Quote