Jump to content

DSDT Auto-Patcher


MaLd0n
 Share

5,753 posts in this topic

Recommended Posts

...

dsdt.LinearBurn.zip

Audio

http://olarila.com/forum/viewtopic.php?f=10&t=139

http://www.projectosx.com/forum/index.php?showtopic=465

 

CardReader

I have no idea

 

PATCH

into method label _Q0E code_regex Return\s\(Zero\) remove_matched;
into method label _Q0E insert
begin
Return (Zero)
end;
into method label _Q0F code_regex Return\s\(Zero\) remove_matched;
into method label _Q0F insert
begin
Return (Zero)
end;
into_all all code_regex _T_0 replaceall_matched begin T_0 end;
into_all all code_regex _T_1 replaceall_matched begin T_1 end;
into_all all code_regex _T_2 replaceall_matched begin T_2 end;
into_all all code_regex _T_3 replaceall_matched begin T_3 end;
into_all all code_regex _T_4 replaceall_matched begin T_4 end;
into_all all code_regex _T_5 replaceall_matched begin T_5 end;
into_all all code_regex _T_6 replaceall_matched begin T_6 end;
into method label DTGP remove_entry;
into definitionblock code_regex . insert
begin
Method (DTGP, 5, NotSerialized)\n
{\n
   If (LEqual (Arg0, Buffer (0x10)\n
           {\n
               /* 0000 */    0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44, \n
               /* 0008 */    0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B\n
           }))\n
   {\n
       If (LEqual (Arg1, One))\n
       {\n
           If (LEqual (Arg2, Zero))\n
           {\n
               Store (Buffer (One)\n
                   {\n
                       0x03\n
                   }, Arg4)\n
               Return (One)\n
           }\n
           If (LEqual (Arg2, One))\n
           {\n
               Return (One)\n
           }\n
       }\n
   }\n
   Store (Buffer (One)\n
       {\n
           0x00\n
       }, Arg4)\n
   Return (Zero)\n
}
end;
into method label _DSM parent_adr 0x001D0000 remove_entry;
into device name_adr 0x001D0000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package ()\n
       {\n
           "device-id", \n
           Buffer (0x04)\n
           {\n
               0x26, 0x1c, 0x00, 0x00\n
           }, \n
           "built-in", \n
           Buffer (One)\n
           {\n
               0x00\n
           }, \n
           "AAPL,clock-id", \n
           Buffer (One)\n
           {\n
               0x01\n
           }, \n
           "device_type", \n
           Buffer (0x05)\n
           {\n
               "EHCI"\n
           }, \n
           "AAPL,current-available", \n
           0x0834, \n
           "AAPL,current-extra", \n
           0x0898, \n
           "AAPL,current-extra-in-sleep", \n
           0x0640, \n
           "AAPL,device-internal",\n
           0x02,\n
           "AAPL,max-port-current-in-sleep",\n
           0x834,  \n
           Buffer (One)\n
           {\n
               0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end;
into method label _DSM parent_adr 0x001A0000 remove_entry;
into device name_adr 0x001A0000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package ()\n
       {\n
           "device-id", \n
           Buffer (0x04)\n
           {\n
               0x26, 0x1c, 0x00, 0x00\n
           }, \n
           "built-in", \n
           Buffer (One)\n
           {\n
               0x00\n
           }, \n
           "AAPL,clock-id", \n
           Buffer (One)\n
           {\n
               0x02\n
           }, \n
           "device_type", \n
           Buffer (0x05)\n
           {\n
               "EHCI"\n
           }, \n
           "AAPL,current-available", \n
           0x0834, \n
           "AAPL,current-extra", \n
           0x0898, \n
           "AAPL,current-extra-in-sleep", \n
           0x0640, \n
           "AAPL,device-internal",\n
           0x02,\n
           "AAPL,max-port-current-in-sleep",\n
           0x834,  \n
           Buffer (One)\n
           {\n
               0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end;
into definitionblock code_regex External\s\(\\TNOT\) remove_matched;
into device name_hid PNP0303 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x02)\n
       {\n
           "AAPL,has-embedded-fn-keys", \n
           Buffer (0x04)\n
           {\n
               0x01, 0x00, 0x00, 0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}\n
end;
into method label GLCS code_regex Return\s\(Zero\) remove_matched;
into method label GLCS insert
begin
Return (Zero)
end;
into device label HDEF insert
begin
Method (_DSM, 4, NotSerialized)\n
   {\n
       Store (Package (0x04)\n
           {\n
               "layout-id", \n
               Buffer (0x04)\n
               {\n
                   0x0C, 0x00, 0x00, 0x00\n
               }, \n
               "PinConfigurations", \n
               Buffer (Zero) {}\n
           }, Local0)\n
       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
       Return (Local0)\n
   }
end;
into method label _STA parent_hid PNP0103 remove_entry;
into device name_hid PNP0103 insert
begin
Method (_STA, 0, NotSerialized)\n
{\n
   Return (0x0F)\n
}
end;
into device name_hid PNP0000 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
into device name_hid PNP0100 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
into device name_hid PNP0B00 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
into device name_hid PNP0103 code_regex_not IRQNoFlags code_regex Name\s\(([^,]+),\sResourceTemplate\s\(\)\n\s+\{((?:.|\n)*)\}\) replace_matched
begin
Name (%1, ResourceTemplate ()\n
                   {\n
                       IRQNoFlags ()\n
                           {0}\n
                       IRQNoFlags ()\n
                           {8}\n
%2
})
end;
into method label _DSM parent_adr 0x001F0000 remove_entry;
into device name_adr 0x001F0000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x02)\n
       {\n
           "device-id", \n
           Buffer (0x04)\n
           {\n
               0x49, 0x1C, 0x00, 0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end;
into DefinitionBlock code_regex_not PBIF code_regex Package\s\(0x0D\) replaceall_matched
begin
Package ()
end;
into scope label \_SB insert
begin
Device (PNLF)\n
{\n
Name (_HID, EisaId ("APP0002"))\n
Name (_CID, "backlight")\n
Name (_UID, 0x0A)\n
Name (_STA, 0x0B)\n
}
end;
into method label _Q0E code_regex Return\s\(One\) remove_matched;
into method label _Q0F code_regex Return\s\(One\) remove_matched;
into device name_hid PNP0B00 code_regex (IO\s\((?:\s*[^,]+,\s*(?:\/\/\s.*)?\s*\n)+\s*)(\dx\d+)(,\s*(?:\/\/\s.*)?\s*\n\s*\)) replace_matched begin %10x02%3 end;
into method label _PTS code_regex_not If\s\(LEqual\s\(Arg0,\s0x05\)\) code_regex ^((?:.|\n)*)$ replace_matched
begin
       If (LEqual (Arg0, 0x05)) {}\n
       Else\n
       {\n
%1
       }
end;
into method label SMAT code_regex Return\s\(Zero\) remove_matched;
into method label SMAT insert
begin
Return (Zero)
end;
into method label _DSM parent_adr 0x001D0001 remove_entry;
into device name_adr 0x001D0001 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x02)\n
       {\n
           "device-id", \n
           Buffer (0x04)\n
           {\n
               0x27, 0x1c, 0x00, 0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end;
into method label _DSM parent_adr 0x001D0002 remove_entry;
into device name_adr 0x001D0002 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x02)\n
       {\n
           "device-id", \n
           Buffer (0x04)\n
           {\n
               0x2c, 0x1c, 0x00, 0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end;
into method label _DSM parent_adr 0x001D0003 remove_entry;
into device name_adr 0x001D0003 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x02)\n
       {\n
           "device-id", \n
           Buffer (0x04)\n
           {\n
               0x27, 0x1c, 0x00, 0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end;
into method label _DSM parent_adr 0x001D0004 remove_entry;
into device name_adr 0x001D0004 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x02)\n
       {\n
           "device-id", \n
           Buffer (0x04)\n
           {\n
               0x2c, 0x1c, 0x00, 0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end;
into method label _DSM parent_adr 0x001A0001 remove_entry;
into device name_adr 0x001A0001 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x02)\n
       {\n
           "device-id", \n
           Buffer (0x04)\n
           {\n
               0x27, 0x1c, 0x00, 0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end;
into method label _DSM parent_adr 0x001A0002 remove_entry;
into device name_adr 0x001A0002 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x02)\n
       {\n
           "device-id", \n
           Buffer (0x04)\n
           {\n
               0x2c, 0x1c, 0x00, 0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end;
into method label _DSM parent_adr 0x001A0003 remove_entry;
into device name_adr 0x001A0003 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x02)\n
       {\n
           "device-id", \n
           Buffer (0x04)\n
           {\n
               0x27, 0x1c, 0x00, 0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end;
into_all all code_regex (Acquire\s\(MUTE,\s0x)....\)
replace_matched
begin
%1FFFF)
end;
into method label _QAA parent_label \_SB.PCI0.SBRG.EC0 code_regex Return\s\(Zero\) remove_matched;
into method label _QAB parent_label \_SB.PCI0.SBRG.EC0 code_regex Return\s\(Zero\) remove_matched;
into method label _QA6 parent_label \_SB.PCI0.SBRG.EC0 code_regex Return\s\(Zero\) remove_matched;
into method label _QA7 parent_label \_SB.PCI0.SBRG.EC0 code_regex Return\s\(Zero\) remove_matched;
into method label _QA8 parent_label \_SB.PCI0.SBRG.EC0 code_regex Return\s\(Zero\) remove_matched;
into method label _QA9 parent_label \_SB.PCI0.SBRG.EC0 code_regex Return\s\(Zero\) remove_matched;
into method label _DSM parent_label \_SB.PCI0.PEG0.GFX0 code_regex Return\s\(\s*\n?\s*Package\s*\n?\s*\(0x02\)\s*\n?\s*\{\s*\n?(?:\s*Zero,?\s*\n?){2}\s*\}\s*\n?\s*\) remove_matched;
into method label _DSM parent_label \_SB.PCI0.PEG0.GFX0 insert
begin
Return (Package (0x02)\n
{\n
   Zero, \n
   Zero\n
})
end;
into device label WLAN parent_label RP02 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
Store (Package (0x0C)\n
{\n
"AAPL,slot-name",\n
Buffer (0x08)\n
{\n
"AirPort"\n
},\n
"device-id",\n
Unicode ("*"),\n
"device_type",\n
Buffer (0x08)\n
{\n
"AirPort"\n
},\n
"model",\n
Buffer (0x34)\n
{\n
"Atheros 9285 8802.11 b/g/n Wireless Network Adapter"\n
},\n
"subsystem-id",\n
Buffer (0x04)\n
{\n
0x8F, 0x00, 0x00, 0x00\n
},\n
"subsystem-vendor-id",\n
Buffer (0x04)\n
{\n
0x6B, 0x10, 0x00, 0x00\n
}\n
}, Local0)\n
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
Return (Local0)\n
}
end;
into method label _DSM parent_adr 0x001F0003 remove_entry;
into device name_adr 0x001F0003 insert
begin
Device (BUS0)\n
               {\n
                   Name (_CID, "smbus")\n
                   Name (_ADR, Zero)\n
                   Device (DVL0)\n
                   {\n
                       Name (_ADR, 0x57)\n
                       Name (_CID, "diagsvault")\n
                       Method (_DSM, 4, NotSerialized)\n
                       {\n
                           Store (Package (0x02)\n
                               {\n
                                   "address", \n
                                   0x57\n
                               }, Local0)\n
                           DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
                           Return (Local0)\n
                       }\n
                   }\n
               }
end;
into method label _INI parent_label _SB.PCI0 insert
begin
If (_OSI ("Darwin"))\n
{\n
Store (0x2710, OSYS)\n
}
end;
into method label _INI parent_label \_SB.PCI0 insert
begin
If (_OSI ("Darwin"))\n
{\n
Store (0x2710, OSYS)\n
}
end;
into method label _INI parent_label _SB insert
begin
If (_OSI ("Darwin"))\n
{\n
Store (0x2710, OSYS)\n
}
end;
into method label _INI parent_label \_SB insert
begin
If (_OSI ("Darwin"))\n
{\n
Store (0x2710, OSYS)\n
}
end;
into method label _INI parent_label PCI0 insert
begin
If (_OSI ("Darwin"))\n
{\n
Store (0x2710, OSYS)\n
}
end

Link to comment
Share on other sites

Runnning "-x" brings me to white screen.

So I plugged it into an external monitor and everything was OK.

I ran kextstat and the output is attached.

I put it to sleep and got this message when I resumed:

 

"Loaded HFS + Files [system/Library/CoreServices/SystemVersion.plist] 479 bytes from 43b890

"Loaded HFS + Files [Private/var/SleepImage] 512 bytes from 43b890

header read size 200

mem_base 74266000

not enough space to restore image. press any key to proceed with normal boot"

 

Thanks a million from all your help. I'm learning a lot from you, not just typing texts in terminal, etc. You're a leader here.

try this dod modified dsdt

Link to comment
Share on other sites

USB

try it

USBBusFix=Yes

do you use original kexts or use USB roll back?

 

Audio

try another version

 

I have started the computer with bootflag USBBusFix=Yes, computer starts but still no action with external mouse. I should point out however that the mouse gets power from the USB port as it's lit up.

 

I do use the original kext for USB and did not use any updated one for USB.

 

I will try some other VoodooHDA version and report back here.

 

Thanks

Link to comment
Share on other sites

I have started the computer with bootflag USBBusFix=Yes, computer starts but still no action with external mouse. I should point out however that the mouse gets power from the USB port as it's lit up.

Very strange

I have no idea

sorry

Link to comment
Share on other sites

Hi MaLd0n.

 

Can you please help me patch my DSDT.

 

Current Setup:

 

Tyan s2696

Dual Xeon 5150

ALC888

Nvidia Fx 3500

Lion 10.7GM

 

Everything including sleep is working with or with DSDT.aml. Tried auto patcher and DSDT editor.

 

When I add C & P states in Chameleon I got temps of 46-50 deg C, but audio stutters.

 

Without C&P states my temps are 62-69 deg, but my audio works fine.

 

I read several threads about removing IRQ's. I also tried several patches (hpet, IRQ, adding speedstep, etc.)without

success, but honestly it's way over my head. Only kexts I am using are fakesmc, nvenabler, alc888 x64, and atheros

fix.kext).

 

I would appreciate oh great one!

Link to comment
Share on other sites

Very strange

I have no idea

sorry

 

many thanks for your effort trying to help em.. appreciate that..

 

just a bit more info:

 

I basically did this now:

Installed VoodooHDA 2.7.1 (which is a package)

The installed AppleHDADisabler.kext with the help of KextHelper b7

and then restarted the laptop and I get Kernel Panic (Double Panic)

 

Funny though I can boot into safemode however my Synaptic Touch PAd barely works. The mouse moves very slowly and clicks do not work.

 

Hence I had to boot in -s single user mode and delete both of these kexts. Things get back to original state. That is that USB ports & Sound & Brightness control do not work.

 

Thanks a lot again.

Link to comment
Share on other sites

dsdt.apav.zip

after reboot send me kextstat

run on terminal

 

Reboot. Sound working without stuttering! Temps 49c - 50c !

 

Your a genius..

 

Here is kexstat run from terminal....

 

Without getting too technical, what did you do?

 

Thanks so much...

 

apav

Link to comment
Share on other sites

 

Thank you for the file. I have 2 problems:

1) it doesn't resume from sleep (it sleeps ok, but it doesn't awake: black screen). pmset -g log command says :

Wake: Loginwindow Authorization Failure - AC , Time... etc

2) poor performance ... without dsdt it gives me 5200 geekbench, with your dsdt it gives me 3300 . If i reboot sometimes it gives me 5200 sometimes 3300 ... dunno why. Any clue? I have set MacBookPro6,1 model in smbios.plist . is it correct?

Thank you

Sn

Link to comment
Share on other sites

Without getting too technical, what did you do?

DTGP

IRQs

REMOVE

SMBUS

FIX WARNINGS

 

 

1) it doesn't resume from sleep (it sleeps ok, but it doesn't awake: black screen). pmset -g log command says :

Wake: Loginwindow Authorization Failure - AC , Time... etc

2) poor performance ... without dsdt it gives me 5200 geekbench, with your dsdt it gives me 3300 . If i reboot sometimes it gives me 5200 sometimes 3300 ... dunno why. Any clue? I have set MacBookPro6,1 model in smbios.plist . is it correct?

1- the charger is connected?

try without it

 

2- do you add in boot.list?

<key>GeneratePStates</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>

 

send me a new kextstat

run on terminal

Link to comment
Share on other sites

put in System/Library/Extensions

after

double click in kext utility

http://www.insanelymac.com/forum/index.php...st&id=87694

dont drag

 

ultimate fight

dsdt.hannah187.zip

PS2

use VoodooPs2 or ApplePS2

 

 

 

OK ...no improvements however appreciate all your effort... here is the detail:

 

Extracted the new DSDT.aml and copied to / and /Extra then restarted the laptop..I do not see any improvements

 

then I copied

AppleHDADisabler.kext &

VoodooHDA.kext directly at S/L/E

 

and then run the kext utility that you posted..

 

kext utility reports that AppleHDADisabler.kext was not installed properly and cannot be used and I get kernel panic at this stage.

 

So I restart the laptop in single user mode and delete both of these kexts and exit to my Snow Leopard

desktop.

 

Then I just copied VoodooHDA.kext directly at S/L/E and not AppleHDADisabler.kext

then run kext utility.

 

Utility runs fine and everything is ok at this stage.

 

Restarted the laptop and I get Kernel Panic hence log in as single user and delete VoodooHDA.kext.

 

So back to square one.

 

The Synaptics touchpad I think is a PS2 device and it's working fine hence did not do anything related to PS2 kexts.

 

BTW I like when you say that this is the Ultimate Fight..

 

thanks a lot for your effort..I mean it..

Link to comment
Share on other sites

ok using the nativehda now after the dsdt i get this at boot

 

 

7/20/11 12:27:48.000 AM kernel: Sound assertion "0 == pathMap_aDriverInstance" failed in AppleHDADriver at line 1902 goto Exit

7/20/11 12:27:48.000 AM kernel: Sound assertion "0 != createAudioEngines ( fPathMap_aDriverInstance )" failed in AppleHDADriver at line 204 goto Exit

7/20/11 12:27:48.000 AM kernel: Sound assertion "false == me->completeStart ()" failed in AppleHDADriver at line 861 goto Exit

 

cool thing is now it lists the ports under sysinfo are these errors related to the driver its self or what is causing it

audio3.tiff

post-310077-1311140264_thumb.png

Link to comment
Share on other sites

Mr.Mald0n

 

I'm sorry that "send_me.zip" that I sent to you before wasn't a clean install

I'm just the beginner at that time I don't even know what the clean install is = ='

 

Now I try to Install Retail snow leopard for the first time and success

by use of [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url], (don't installed [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url] yet)

 

And I run "Run_me"

 

And get this 'Send_me.zip"

 

Mr.Mald0n, Please -/\- make a DSDT for me

send_me.zip

Link to comment
Share on other sites

...

send me you DSDT

I remove the HDEF

 

...

What is audio codec?

 

BUS0

run on terminal

paste here

kextstat|grep SMBus

OSI Darwin

Apple DSDT

Method (_INI, 0, NotSerialized)
       {
           Store (0x07D0, OSYS)
           If (CondRefOf (\_OSI, Local0))
           {
               If (_OSI ("Darwin"))
               {
                   Store (0x2710, OSYS)
               }

               If (\_OSI ("Linux"))
               {
                   Store (0x03E8, OSYS)
               }

               If (\_OSI ("Windows 2001"))
               {
                   Store (0x07D1, OSYS)
               }

               If (\_OSI ("Windows 2001 SP1"))
               {
                   Store (0x07D1, OSYS)
               }

               If (\_OSI ("Windows 2001 SP2"))
               {
                   Store (0x07D2, OSYS)
               }

               If (\_OSI ("Windows 2006"))
               {
                   Store (0x07D6, OSYS)
               }

               If (\_OSI ("Windows 2007"))
               {
                   Store (0x07D7, OSYS)
               }

               If (\_OSI ("Windows 2008"))
               {
                   Store (0x07D8, OSYS)
               }

               If (\_OSI ("Windows 2009"))
               {
                   Store (0x07D9, OSYS)
               }
           }
       }

 

I'm sorry that "send_me.zip" that I sent to you before wasn't a clean install

I'm just the beginner at that time I don't even know what the clean install is = ='

 

Now I try to Install Retail snow leopard for the first time and success

by use of [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url], (don't installed [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url] yet)

 

And I run "Run_me"

 

And get this 'Send_me.zip"

 

Specs? model, etc

Link to comment
Share on other sites

- Acer travelmate 4740G -

Mainboard : travelmate 4740G

CPU : Intel Core i5-460M @2.53Ghz (2 cores, 4 threads)

Graphics Card : nvidia geforce GT330M (10de:0a29)

HDMI out of GT 330M (10de:000a) >>> (10de:0be2)

Soundcard : Realtek ALC 272X (10ec:0272) via intel Ibex peak (8086:3b56)

RAM DDR3 : 2 GB (1067 Mhz)

Synaptics touchpad

Acer crystal eye webcam (Suyin Webcam)

Wifi Atheros AR9287

LAN Broadcom BCM57780

Bluetooth

Card reader

Battery

DVD Drive

 

Thank you again -/\-

send_me.zip

Link to comment
Share on other sites

- Acer travelmate 4740G -

Mainboard : travelmate 4740G

CPU : Intel Core i5-460M @2.53Ghz (2 cores, 4 threads)

Graphics Card : nvidia geforce GT330M (10de:0a29)

HDMI out of GT 330M (10de:000a) >>> (10de:0be2)

Soundcard : Realtek ALC 272X (10ec:0272) via intel Ibex peak (8086:3b56)

RAM DDR3 : 2 GB (1067 Mhz)

Synaptics touchpad

Acer crystal eye webcam (Suyin Webcam)

Wifi Atheros AR9287

LAN Broadcom BCM57780

Bluetooth

Card reader

Battery

DVD Drive

 

Thank you again -/\-

dsdt_Paoz.zip

Link to comment
Share on other sites

Please help with Intel DH67GD, i7-2600, 16GB Ram, HDSapphire 6670, send_me.zip is attached.

So far: system is booting, USB2 is OK, network is OK (I have internet), graphics OK (though card is not identified). Time is set 2 hours back, no sound so far.

 

THANKS!

 

Andreas

send_me.zip

Link to comment
Share on other sites

send me you DSDT

I remove the HDEF

 

What is audio codec?

 

I just did a combo update to 10.6.8 and the Hacintosh is dead at the moment...

 

booting stops at "PCI Configuration Begin"

 

See a lot of people have the same problem.. let me solve it and then I will resend you the DSDT..

thanks again

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...