olarila.com

Mac OS X x86 - Hackintosh
It is currently 21 May 2013, 17:48

All times are UTC [ DST ]




Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2, 3  Next
Author Message
PostPosted: 25 Sep 2011, 18:57 
User avatar
Staff

Joined: 05 Dec 2010, 21:49
Posts: 1120
If you are having problems applying large patch files using DSDT Editor, you can use this simplified version of DSDT Auto-Patcher (by el coniglio)

Image

Download: DSDT_Auto-Patcher.tar.bz2 (Mac OS, Windows and Linux)

Patches can be downloaded here.


Top
 Profile  
 
PostPosted: 24 Nov 2011, 21:02 
GeekInTraining

Joined: 22 Nov 2011, 22:34
Posts: 33
Is really necessary apply patch in the DSDT?
I have problems (no sound in the Lion 10.7.2) because i have 2 audios (VT1828S (motherboard P7P55D-E-PRO) and HDMI (ATI 5670) and Im using VoodooHDA 2.7.2.
If i patch my DSDT fix the problem?


Top
 Profile  
 
PostPosted: 24 Nov 2011, 23:33 
User avatar
Staff

Joined: 05 Dec 2010, 21:49
Posts: 1120
No, VoodooHDA doesn't need DSDT patch.

OTOH it can fix other issues, like power management, sleep, etc.

Read this topic
viewtopic.php?f=19&t=634


Top
 Profile  
 
PostPosted: 21 Dec 2011, 19:14 
Noob

Joined: 21 Dec 2011, 15:20
Posts: 5
Need helpl with a DSDT compilation it will not compile where is good place to post.


HP DV6205us Laptop

1.5 gigs of ram
gma950 video


currently working with no DSDT file but I would like power management and speedstep working.

Thanks,


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
PostPosted: 21 Dec 2011, 19:34 
User avatar
iGenius

Joined: 26 Aug 2011, 23:53
Posts: 3757
You can't use Auto-Patcher if there isn't a patch for your laptop, use DSDT Editor instead.

Read this viewtopic.php?f=19&t=634

_________________
ASUS N53Jq • CPU: Intel Core i7-740QM 1.73GHz • RAM: 6,0GB • HD: 500GB • GPU: GeForce GT 425M 1GB 1920x1080 • OS: OS X 10.8.3 • Linux Mint 14 • Windows 8


Top
 Profile  
 
PostPosted: 21 Dec 2011, 22:18 
Noob

Joined: 21 Dec 2011, 15:20
Posts: 5
I tried the editor, All I get is more errors that I cannot fix resulting in a non compiled DSDT file That I cannot use. Thats why I posted the the Zip file to see if someone could help.

Sounds like you cannot help!



snakeman


Top
 Profile  
 
PostPosted: 21 Dec 2011, 22:59 
User avatar
iGenius

Joined: 26 Aug 2011, 23:53
Posts: 3757
If by "help" you mean do it for you, you are right, I cannot help.

If you wanna try doing it yourself and ask specific questions, I can try to answer.

_________________
ASUS N53Jq • CPU: Intel Core i7-740QM 1.73GHz • RAM: 6,0GB • HD: 500GB • GPU: GeForce GT 425M 1GB 1920x1080 • OS: OS X 10.8.3 • Linux Mint 14 • Windows 8


Top
 Profile  
 
PostPosted: 22 Dec 2011, 00:02 
Noob

Joined: 21 Dec 2011, 15:20
Posts: 5
OK that works for me. The error message I'm getting is
syntax error, unexpected PARSEOP_STRING_LITERAL and the compile never completes

snakeman


Top
 Profile  
 
PostPosted: 22 Dec 2011, 00:13 
User avatar
iGenius

Joined: 26 Aug 2011, 23:53
Posts: 3757
I found this
http://www.insanelymac.com/forum/index. ... &p=1235986
Quote:
In fact de Intel ASL assembler, and the Microsoft one, not properly disassemble the ToUUID fonction.
You get :
Code:
If (LEqual (Arg0, Z012))
                 {
                     "33DB4D5B-1FF7-401C-9657-7441C03DD766"

instead of :
Code:
If(LEqual(Arg0,ToUUID("33DB4D5B-1FF7-401C-9657-7441C03DD766")))
{


So the fix would be
Code:
            Method (_OSC, 4, NotSerialized)
            {
                If (LEqual (Arg0, ToUUID("33DB4D5B-1FF7-401C-9657-7441C03DD766")))
                {
                    CreateDWordField (Arg3, 0x00, CDW1)
                    CreateDWordField (Arg3, 0x04, CDW2)
                    CreateDWordField (Arg3, 0x08, CDW3)
                    ...

_________________
ASUS N53Jq • CPU: Intel Core i7-740QM 1.73GHz • RAM: 6,0GB • HD: 500GB • GPU: GeForce GT 425M 1GB 1920x1080 • OS: OS X 10.8.3 • Linux Mint 14 • Windows 8


Top
 Profile  
 
PostPosted: 22 Dec 2011, 00:39 
Noob

Joined: 21 Dec 2011, 15:20
Posts: 5
newbie alert how would I patch that into the editor, or am I too new?


snakeman


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2, 3  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group