jazzyguy Posted August 16, 2011 Share Posted August 16, 2011 What do you mean that you will implement those fixes separately? (referring to the wifi and other edit for the 4530s) Link to comment Share on other sites More sharing options...
MaLd0n Posted August 16, 2011 Author Share Posted August 16, 2011 Wireless and IntelHD Link to comment Share on other sites More sharing options...
jazzyguy Posted August 16, 2011 Share Posted August 16, 2011 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 More sharing options...
amber7 Posted August 16, 2011 Share Posted August 16, 2011 Asus P5K motherboard flashed with P5KR BIOS Thanks for answer! send_me.zip Link to comment Share on other sites More sharing options...
MaLd0n Posted August 16, 2011 Author Share Posted August 16, 2011 Asus P5K motherboard flashed with P5KR BIOS Thanks for answer! dsdt.amber7.zip Link to comment Share on other sites More sharing options...
mmvie Posted August 16, 2011 Share Posted August 16, 2011 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 More sharing options...
MaLd0n Posted August 16, 2011 Author Share Posted August 16, 2011 use AppleHdaDisabler in S/L/E see the first post Link to comment Share on other sites More sharing options...
antispammer Posted August 16, 2011 Share Posted August 16, 2011 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 More sharing options...
MaLd0n Posted August 16, 2011 Author Share Posted August 16, 2011 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 More sharing options...
edexley Posted August 16, 2011 Share Posted August 16, 2011 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 Link to comment Share on other sites More sharing options...
MaLd0n Posted August 16, 2011 Author Share Posted August 16, 2011 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 More sharing options...
sirbow2 Posted August 16, 2011 Share Posted August 16, 2011 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 More sharing options...
MaLd0n Posted August 16, 2011 Author Share Posted August 16, 2011 send me DSDT Link to comment Share on other sites More sharing options...
mmvie Posted August 16, 2011 Share Posted August 16, 2011 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/Esee the first post 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... Link to comment Share on other sites More sharing options...
sirbow2 Posted August 16, 2011 Share Posted August 16, 2011 send me DSDT 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.zip Link to comment Share on other sites More sharing options...
MaLd0n Posted August 16, 2011 Author Share Posted August 16, 2011 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 More sharing options...
nesnfsn Posted August 16, 2011 Share Posted August 16, 2011 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 More sharing options...
MaLd0n Posted August 17, 2011 Author Share Posted August 17, 2011 use search forum Link to comment Share on other sites More sharing options...
jazzyguy Posted August 17, 2011 Share Posted August 17, 2011 for the 4530s, how are you planning on having the separate patches? Everyone but one person out of like 30 has the wireless card, so it would be more helpful left in if you have to leave it in or out. Link to comment Share on other sites More sharing options...
MaLd0n Posted August 17, 2011 Author Share Posted August 17, 2011 wait for update Link to comment Share on other sites More sharing options...
nesnfsn Posted August 17, 2011 Share Posted August 17, 2011 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 More sharing options...
DeadlyBunny Posted August 17, 2011 Share Posted August 17, 2011 Acer Aspire 2920z Processor Intel Pentium Dual Core T2390Graphics 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 send_me.zip Link to comment Share on other sites More sharing options...
nesnfsn Posted August 17, 2011 Share Posted August 17, 2011 Acer Aspire 2920z 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 From what I have read on this website and other OSX86 forums, the x3100 graphics chipset and the Atheros wireless care may prove problematic for OSX. I hope for you that MaLdOn says otherwise. nesnfsn in sunny South Florida Link to comment Share on other sites More sharing options...
DeadlyBunny Posted August 17, 2011 Share Posted August 17, 2011 From what I have read on this website and other OSX86 forums, the x3100 graphics chipset and the Atheros wireless care may prove problematic for OSX. I hope for you that MaLdOn says otherwise. nesnfsn in sunny South Florida my X3100 works great on 10.6.8 32-bit (there's no kext for 64-bit). my problem just on my webcam, it detected on system profiler but I can't use it. the indicator is turned on but it doen't show anything. then I have desperated with my Atheros AR5007, I never get it work since my first time installed hackintosh sorry for my english Link to comment Share on other sites More sharing options...
MaLd0n Posted August 17, 2011 Author Share Posted August 17, 2011 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. are many users every day I do my part and you guys need to do to you guys I can not stand using the search forum for each case is very hard for me I do edits just me Acer Aspire 2920z 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 dsdt.cide_cide.zip Webcam try with Macam or CamTwist Wireless use kext if there is support you will find Audio http://www.projectosx.com/forum/index.php?showtopic=465 x3100 use 32 bit Link to comment Share on other sites More sharing options...
Recommended Posts