Jump to content

DSDT Auto-Patcher


MaLd0n
 Share

5,753 posts in this topic

Recommended Posts

But I AM! :D

 

I'm using Macman's ALC8xx legacy audio kext in /extra/extensions...

 

and I'm using 10.6.2's AppleHDA.kext (HDA rollback in [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url])!

Link to comment
Share on other sites

But I AM! :D

 

I'm using Macman's ALC8xx legacy audio kext in /extra/extensions...

 

and I'm using 10.6.2's AppleHDA.kext (HDA rollback in [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url])!

ALC8xx in AMDs

dont work

Link to comment
Share on other sites

dsdt.Tristano.zip

remove EvOreboot, NullCPUPowerManagement

add in boot.plist

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

hi MaLd0n

I repaired permissions and the snow does not start up: (.

dst.aml fault of course, if I take it the system boots normal

depends on what?

you can help me.

thanks

Link to comment
Share on other sites

Thank you for this. I managed to install and get everything working on 10.6.3 but when I updated to 10.6.7 or 10.6.8, I have problems. I solved usb and firewire related problems but I get stuck at Still Waiting for root device. I tried Chameleon keys but no luck. I haven't tried 10.6.6 yet. Any idea?

Thanks,

Link to comment
Share on other sites

hi MaLd0n

I repaired permissions and the snow does not start up: (.

dst.aml fault of course, if I take it the system boots normal

depends on what?

you can help me.

thanks

post photo

use -v

 

Thank you for this. I managed to install and get everything working on 10.6.3 but when I updated to 10.6.7 or 10.6.8, I have problems. I solved usb and firewire related problems but I get stuck at Still Waiting for root device. I tried Chameleon keys but no luck. I haven't tried 10.6.6 yet. Any idea?

Thanks,

Humm

The problem is IOATA fix?

try it

dsdt.02.zip

Link to comment
Share on other sites

Hi Mald0n!

 

flAked helped me out with speed stepping. :) I don't need this NullCPUPowerManagment anymore. Thank you!

 

Next thing is the audio problem. I saw some posts about binary-patching and dsdt patching but I don't really understand what they want from me. Can you help me? ;)

 

Thanks!

xxmacmanxx

Link to comment
Share on other sites

Hi Mald0n!

 

flAked helped me out with speed stepping. ;) I don't need this NullCPUPowerManagment anymore. Thank you!

 

Next thing is the audio problem. I saw some posts about binary-patching and dsdt patching but I don't really understand what they want from me. Can you help me? :)

 

Thanks!

xxmacmanxx

read it

http://olarila.com/forum/viewtopic.php?f=17&t=212

Link to comment
Share on other sites

Hello,

 

Can you make DSDT Auto Patcher for Dell XPS M-1210 too ?

 

Dell XPS M1210 MXC062

CPU : Intel Core 2 Duo T7200 (2 GHz, 4 MB L2 cache, 667 MHz FSB) (Intel 82801G ICH7 Family)

RAM : Kingston HyperX Performance SO-DIMM 4 Go (Kit 2x 2 Go) DDR2-SDRAM PC5300 CL4 - KHX5300S2LLK2/4G

Graphic card : NVidia GeForce Go 7400 TurboCache (G72M) (256Mb) - (QE/QE2D/CI)

Sound : Sigmatel 9220

Storage : Intel X25-M SATA SSD 120 GB

Optical : 8x NEC DVD±RW ND-6650A Dual Layer with firmware 102C

LAN : Broadcom 4401 10/100

Wireless : WiFi Broadcom BCM4328 802.11a/b/g/n FastMac (Broadcom BCM94321MC)

Bluetooth : Dell Wireless 355 Bluetooth Module (Bluetooth 2.0 + EDR)

FireWire (IEEE 1394) : Ricoh R5C832 IEEE 1394 @ 400 MHz

Internal Card Reader : Ricoh R5C822

Keyboard/Trackpad (2 Finger Scrolling) / Multimedia front key

 

Or can you check/modify the file which I had made under Linux?

 

DSDT.aml.zip

 

Thanks a lot !!!

Link to comment
Share on other sites

Hello,

 

Can you make DSDT Auto Patcher for Dell XPS M-1210 too ?

 

Dell XPS M1210 MXC062

CPU : Intel Core 2 Duo T7200 (2 GHz, 4 MB L2 cache, 667 MHz FSB) (Intel 82801G ICH7 Family)

RAM : Kingston HyperX Performance SO-DIMM 4 Go (Kit 2x 2 Go) DDR2-SDRAM PC5300 CL4 - KHX5300S2LLK2/4G

Graphic card : NVidia GeForce Go 7400 TurboCache (G72M) (256Mb) - (QE/QE2D/CI)

Sound : Sigmatel 9220

Storage : Intel X25-M SATA SSD 120 GB

Optical : 8x NEC DVD±RW ND-6650A Dual Layer with firmware 102C

LAN : Broadcom 4401 10/100

Wireless : WiFi Broadcom BCM4328 802.11a/b/g/n FastMac (Broadcom BCM94321MC)

Bluetooth : Dell Wireless 355 Bluetooth Module (Bluetooth 2.0 + EDR)

FireWire (IEEE 1394) : Ricoh R5C832 IEEE 1394 @ 400 MHz

Internal Card Reader : Ricoh R5C822

Keyboard/Trackpad (2 Finger Scrolling) / Multimedia front key

 

Or can you check/modify the file which I had made under Linux?

 

DSDT.aml.zip

 

Thanks a lot !!!

send me complete files

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

Link to comment
Share on other sites

For Realtek (ALC88x) replace the 4 instances of 85 08 EC 10 (inverted bytes of codec 0885 and vendor 10EC) by your codec, for example, 88 08 EC 10.

 

Use an hex editor (0xED) or the command

Código:

sudo perl -pi -e 's|\x85\x08\xec\x10|\x88\x08\xec\x10|g' /System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA

 

 

For Analog Devices (AD) replace the 4 instances of 8B 19 D4 11 by your codec

Código:

sudo perl -pi -e 's|\x8b\x19\xd4\x11|\x9b\x98\xd4\x11|g' /System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA

 

 

Ok, I have a question. I have a ALC887 Codec. What Number should i use?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...