Jump to content

DSDT Auto-Patcher


MaLd0n
 Share

5,756 posts in this topic

Recommended Posts

Wireless and IntelHD

 

Right, but like they will be add on options, or they won't be included or what?

 

Because most users will want the dsdt with wifi. There are a few that won't.

 

And then we should not put in the gfx one until we know what it does. Like I know I don't want it, as I don't need it.

Link to comment
Share on other sites

Hello MaLd0n

 

I'm having a hard time with my first hackintosh, especially with the dsdt. I've been trying to patch it myself for the past couple of days but no luck at all. Seems you're the expert! Could you help me out? (Cannot use the autopatcher cause I'm unable to get a stable boot and hence make use of internet.)

 

My specs of Alienware M14xR1:

CPU: Intel Core i7-2720QM (Sandy Bridge-MB SV)

Chipset: Intel HM67

Bios Version: A03

Graphics: Intel HD 3000 / NVidia GT555M

Audio codec: RealTek ALC665

Network card (wired): Atheros AR8151 (L1c)

Network card (wireless): Intel Centrino Advanced-N 5205 AGN 2x2 HMC

 

 

 

And I'm getting this kernel panic:

 

Kexts in backtrace (with dependencies):

org.voodoo.driver.VoodooHDA(0.2.1)

dependency: com.apple.iokit.IOPCIFamily (2.6.5)

dependency: com.apple.iokit.IOAudioFamily (1.8.3fc2)

com.apple.iokit.IOAudioFamily (1.8.3fc2)

dependency: com.apple.kext.OSVKernDSPLib (1.3)

 

Delete VoodooHDA ??

 

 

Thanks in advance!

Link to comment
Share on other sites

Hi Maldon,

 

I started to do this dsdt-thing, but I´m to stupid to build a working one. I can´t boot the Hackintosh directly from HDD. It´s working just with a Boot-CD/USB.

 

You haven´t my system in your auto-patcher database, so I hope you can add my laptop, so i can use my HacBook Pro like it has to be.

 

Short description of the working things, without a dsdt-Installation from AppStore MacOSX Lion 10.7:

 

Graphics Nvidia GT520M: not working

Graphics Intel HD3000: check

WiFi Atheros: check

LAN Broadcom: check

Sound ALC269: check

Battery Symbol: check

Software-Updates: check

AppStore: check

Boot from HDD: not working

Speedstep: don´t know

Sleep: check

USB 2.0: check

USB 3.0: not working

 

Hope you can help me, seeing the light at the end of the tunnel.

You can see my system in my signature too.

 

send_me_Antispam

Link to comment
Share on other sites

Hi Maldon,

 

I started to do this dsdt-thing, but I´m to stupid to build a working one. I can´t boot the Hackintosh directly from HDD. It´s working just with a Boot-CD/USB.

 

You haven´t my system in your auto-patcher database, so I hope you can add my laptop, so i can use my HacBook Pro like it has to be.

 

Short description of the working things, without a dsdt-Installation from AppStore MacOSX Lion 10.7:

 

Graphics Nvidia GT520M: not working

Graphics Intel HD3000: check

WiFi Atheros: check

LAN Broadcom: check

Sound ALC269: check

Battery Symbol: check

Software-Updates: check

AppStore: check

Boot from HDD: not working

Speedstep: don´t know

Sleep: check

USB 2.0: check

USB 3.0: not working

 

Hope you can help me, seeing the light at the end of the tunnel.

You can see my system in my signature too.

 

send_me_Antispam

dsdt.antispammer.zip

remove EvOreboot, NullCPUPowerManagement, SleepEnabler

use SpeedStepper

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

if you use VoodooHda use AppleHdaDisabler

see the first post

 

USB3

see the first post too

Link to comment
Share on other sites

Hi MaLd0n,

 

great work!

The last 3 weeks I try to fire up my system and everything is doing well but need help for dsdt.

 

GA Z68X-UD5-B3

Core i5-2500K

GT 9800

2 monitors, DVI & VGA

 

thx in advance!

edEX

use Auto-Patcher

Link to comment
Share on other sites

hey im doing some DSDT fixing and normally i dont have any issues sorting them out via google etc. but this time im really stuck!

 

that's the original code

 

DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
							0x00000000,		 // Granularity
							0xFEE00400,		 // Range Minimum
							0xFEE00FFF,		 // Range Maximum
							0x00000000,		 // Translation Offset
							0x00000BFF,		 // Length
							,, , AddressRangeMemory, TypeStatic)

i get a error sating that " 0x00000BFF" isnt the right length, to big.

 

i find a post from mitch_de saying:

Max - Min +1 = correct length

 

so i google and get:

0xFEE00FFF - 0xFEE00400 + 1= 0xC00

 

then i put it in the dsdt:

DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
							0x00000000,		 // Granularity
							0xFEE00400,		 // Range Minimum
							0xFEE00FFF,		 // Range Maximum
							0x00000000,		 // Translation Offset
							0xC0000000,		 // Length
							,, , AddressRangeMemory, TypeStatic)

and i still have error!

 

but i did this same method on:

DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
0x00000000, // Granularity
0x00100000, // Range Minimum
0xFEBFFFFF, // Range Maximum
0x00000000, // Translation Offset
0xFFF00000, // Length
,, _Y00, AddressRangeMemory, TypeStatic)

TO:

0xFEB00000, // Length

and it worked, got rid of error, im stumped

 

Thanks for your time.

Link to comment
Share on other sites

Hello MaLd0n

 

I'm having a hard time with my first hackintosh, especially with the dsdt. I've been trying to patch it myself for the past couple of days but no luck at all. Seems you're the expert! Could you help me out? (Cannot use the autopatcher cause I'm unable to get a stable boot and hence make use of internet.)

 

My specs of Alienware M14xR1:

CPU: Intel Core i7-2720QM (Sandy Bridge-MB SV)

Chipset: Intel HM67

Bios Version: A03

Graphics: Intel HD 3000 / NVidia GT555M

Audio codec: RealTek ALC665

Network card (wired): Atheros AR8151 (L1c)

Network card (wireless): Intel Centrino Advanced-N 5205 AGN 2x2 HMC

 

 

 

And I'm getting this kernel panic:

 

Kexts in backtrace (with dependencies):

org.voodoo.driver.VoodooHDA(0.2.1)

dependency: com.apple.iokit.IOPCIFamily (2.6.5)

dependency: com.apple.iokit.IOAudioFamily (1.8.3fc2)

com.apple.iokit.IOAudioFamily (1.8.3fc2)

dependency: com.apple.kext.OSVKernDSPLib (1.3)

 

Delete VoodooHDA ??

 

 

Thanks in advance!

 

AtherosL1cEthernet kext works and able to use auto patch. So extracted dsdt.

 

use AppleHdaDisabler in S/L/E

see the first post

 

Do you suggest VoodooHDA + AppleHDADisabler or ALC665 specific ? Remember, first hackintosh here :P I'd go specific but then I need to adapt dsdt I suppose...

Link to comment
Share on other sites

here is DSDT.dsl zip, also if you would like could you do what ever you see fit for the UHC0-6 devices? sleep built in etc. i could do it but i would like to see your opinion. it is a AMD 890 gigabyte mobo

thanks

dsdt.sirbow2.zip

SLEEP

use sleepenabler

no NativePM in AMDs

 

USB

use kexts

I've tried to fix it

adding "device-id" and "vendor-id"

but...

fails

 

SHUTDOWN

dont work

use kext too

 

Do you suggest VoodooHDA + AppleHDADisabler or ALC665 specific ? Remember, first hackintosh here :) I'd go specific but then I need to adapt dsdt I suppose...

use VoodooHDA + AppleHDADisabler

Link to comment
Share on other sites

MaLdOn:

 

I have modded my BIOS since you had graciously provided me a dsdt file for my Sony Vaio VGN-AR840E. Also, I see that this notebook is now listed in DSDT Auto-Patcher. Ran the application, compiled, and no (zero) errors. Question, now that I have the dsdt.aml file and placed it in /Extra, do I need the following kexts in /Extra/Extensions?

 

AppleACPIPS2Nub.kext

ApplePS2Controller.kext

BroadcomWiFiInjector.kext

ElliottForceLegacyRTC.kext (before dsdt.aml file used, BIOS settings changed on reboot)

fakesmc.kext

IOAHCIBlockStorageInjector.kext

IOATAFamily.kext

IONetworkingFamily.kext (see comment on next kext, not sure if relevant to same issue)

LegacyAppleYukon2.kext (has never recognized my Ethernet LAN connection anyways)

NullCPUPowerManagement.kext (could this be periodically causing me the Power Down Restart Screen error)

TotallyFixStillWaiting.kext

VoodooBattery.kext.

 

My only issues with OS X 10.6.8 at this point are:

1. Graphics not working properly on internal display (works on external monitor, but no QE/CI on internal monitor for laptop);

2. No Ethernet Lan (Marvell Yukon 88E8055) mentioned above; and

3. Periodically the computer crashes (?) and have to hold down Power button and restart computer.

Link to comment
Share on other sites

use search forum

MaLdOn - I have searched and searched the forums here on Insanely Mac, but search terms, "DSDT removal of kexts", "DSDT kexts not required", "DSDT required kexts", "DSDT Vaio kexts", and "DSDT Vaio required kexts" have lead me nowhere fast before I posted on this thread, or since your response. The only thing that has changed since then, is my eyes are strained, and I am about to fall asleep (after midnight now).

 

If you see fit, I am only asking for advice on which kexts in /Extra/Extensions, if any, might no longer be required after the insertion of the dsdt.aml file in /Extra. A bonus would be if you or anyone else could explain if any of these kexts are causing me the problems with Ethernet or Graphics on this Sony Vaio VGN-AR840E.

Link to comment
Share on other sites

Acer Aspire 2920z

 

Processor Intel Pentium Dual Core T2390

Graphics Intel GMA X3100

Sound Realtek ALC268

Wifi Atheros AR5007EG

Ethernet Broadcom 5787M

Acer CrystalEye Webcam

 

Maldon, Everything works fine on my notebook except my webcam, internal mic, and wireless card

I hope you would create a DSDT file for my Aspire 2920z :thumbsup_anim:

send_me.zip

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...