pmkoch Posted November 8, 2009 Share Posted November 8, 2009 Hi, I am on a GA-P35-DS3L REV:1.0 (still running 10.5.7). Can you tell me how you got to 10.5.7? I can get 10.5.1 installed but everything after that hoses the install. I have the GA-P35-DS3L Rev 1 also. Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1323123 Share on other sites More sharing options...
levtop Posted November 9, 2009 Share Posted November 9, 2009 I have a p-35-ds3l rev 1 with f9 bios. I have tried uzmis extra folder as well as josh8178's extra folder and other dsdt files and kext configs for p35-ds3l. I have everything working perfect other then being able to wake from sleep. When I awake from sleep the cpu fan starts going again and the lights turn back on however the screen remains blank. When I power the computer off and back on after the apple logo screen disappears the screen goes black right right after all the pro-boot stuff. The only way I can get the computer to boot up again is to start from my boot 123 and then restart and boot from hd again with chameleon. I have read in forums "To fix sleep/wake, tick “Restart automatically after a power failure.” box in Energy Saver." I want to try this method however I do not have those options in energy saver as I am using desktop not laptop. ANy help that can be provided to me would be great thanks by the way my video card is a 9400 gt with one gig of ram Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1324536 Share on other sites More sharing options...
metamotion Posted November 11, 2009 Share Posted November 11, 2009 Well, the update to 10.6.1 went so flawlessly that I, for the first time ever, clicked the update button without first checking these boards to see if 10.6.2 was safe. Now my machine KPs almost immediately after I click through the Chameleon screen upon startup. This guide worked so well for me, I'm hoping someone here can help me fix my installation without starting from scratch. I wonder if I can reboot using the boot CD and retail DVD, and then restore using my Time Machine backup? I'm grateful in advance for any tips. Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1326745 Share on other sites More sharing options...
Ianxxx Posted November 11, 2009 Share Posted November 11, 2009 Well, the update to 10.6.1 went so flawlessly that I, for the first time ever, clicked the update button without first checking these boards to see if 10.6.2 was safe. Now my machine KPs almost immediately after I click through the Chameleon screen upon startup.This guide worked so well for me, I'm hoping someone here can help me fix my installation without starting from scratch. I wonder if I can reboot using the boot CD and retail DVD, and then restore using my Time Machine backup? I'm grateful in advance for any tips. You probably only need to delete sleepenabler.kext and install the new version for 10.6.2 Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1327323 Share on other sites More sharing options...
metamotion Posted November 12, 2009 Share Posted November 12, 2009 You probably only need to delete sleepenabler.kext and install the new version for 10.6.2 Removing SleepEnabler.kext worked like a charm. Many thanks. It wasn't simple for me, as I'm still a newbie, because I had to delete the directory using Terminal from the SL retail DVD. For others, here are the steps: 1) Boot from SL boot CD as outlined in this guide. Remove CD after Chameleon loads. 2) Load SL retail DVD, press F5, boot from DVD using verbose mode (- v from Chameleon screen) 3) Choose your language, move to next installer screen. Go no further, instead open Terminal from Utilities menu. 4) Remember that you are working from the Apple DVD, so you need to navigate into the hard drive that contains your SL installation that is having troubles. Thus, at command line prompt, type cd /Volumes 5) Find your startup volume, the one that's been having kernel panics at startup. (using the command "ls" with no quotes) 6) cd /[YourVolume]/Extra/Extensions/ In this Extensions directory you'll find the SleepEnabler.kext using the ls command. In my case, I couldn't remove in one shot the whole kext, which is seen as a full directory by Terminal, without working my way into each subdirectory and using the rm or rmdir commands on the individual files, and then the empty subdirectories. For more on the basics of working in Terminal, I suggest this primer (thanks to Hayne): http://hayne.net/MacDev/Notes/unixFAQ.html For now, I'm going to leave the sleep turned off in my Energy Saver panel and make sure everything else works. But I have sound, ethernet and my GeForce 9500 GT (1 Gb) video is working fine. Next maybe I will try the new SleepEnabler.kext by Netkas. Again, thanks to lanxxx for the help and to everyone who is contributing to this guide for GA-P35-DS3L. Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1328194 Share on other sites More sharing options...
jfcarbel Posted November 16, 2009 Share Posted November 16, 2009 Anyone use this DSDT on a GA-P35-DS3R? Or should I focus on other guides that are specific to the GA-P35-DS3R? Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1332463 Share on other sites More sharing options...
Ianxxx Posted November 16, 2009 Share Posted November 16, 2009 Next maybe I will try the new SleepEnabler.kext by Netkas. I would it works fine Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1332778 Share on other sites More sharing options...
juice_e Posted November 19, 2009 Share Posted November 19, 2009 Removing SleepEnabler.kext worked like a charm. Many thanks.It wasn't simple for me, as I'm still a newbie, because I had to delete the directory using Terminal from the SL retail DVD. For others, here are the steps: 1) Boot from SL boot CD as outlined in this guide. Remove CD after Chameleon loads. 2) Load SL retail DVD, press F5, boot from DVD using verbose mode (- v from Chameleon screen) 3) Choose your language, move to next installer screen. Go no further, instead open Terminal from Utilities menu. 4) Remember that you are working from the Apple DVD, so you need to navigate into the hard drive that contains your SL installation that is having troubles. Thus, at command line prompt, type cd /Volumes 5) Find your startup volume, the one that's been having kernel panics at startup. (using the command "ls" with no quotes) 6) cd /[YourVolume]/Extra/Extensions/ In this Extensions directory you'll find the SleepEnabler.kext using the ls command. In my case, I couldn't remove in one shot the whole kext, which is seen as a full directory by Terminal, without working my way into each subdirectory and using the rm or rmdir commands on the individual files, and then the empty subdirectories. For more on the basics of working in Terminal, I suggest this primer (thanks to Hayne): http://hayne.net/MacDev/Notes/unixFAQ.html For now, I'm going to leave the sleep turned off in my Energy Saver panel and make sure everything else works. But I have sound, ethernet and my GeForce 9500 GT (1 Gb) video is working fine. Next maybe I will try the new SleepEnabler.kext by Netkas. Again, thanks to lanxxx for the help and to everyone who is contributing to this guide for GA-P35-DS3L. Im in the same situation and would LOVE to try this method to fix it but for some reason now i cant load the bootloader i have on my one partition and i cant load it on the boot cd that i have. have any ideas? I dont mind starting over from scratch but i at least want to access my files to save them first...... any idea's? Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1336335 Share on other sites More sharing options...
pumkinut Posted December 10, 2009 Share Posted December 10, 2009 Sorry to revive a dying thread, but I've got an issue. I've used Empire EFI to install and everything seems good. I put Uzmi's DSDT.aml in /Extra and I can boot without my BIOS puking on me, but I'm stuck at 1024x768 on my monitor. It's a widescreen monitor with a native resolution of 1680x1050. I'm not sure how to get it to work at its native resolution. The 10x7 is the only available option within OS X. BTW, I have an nVidia 8800GT 512MB graphics card. Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1356063 Share on other sites More sharing options...
pumkinut Posted December 11, 2009 Share Posted December 11, 2009 Update: Got the resolution fixed, reboots okay, haven't tried sleep. Can't get QE running. I've tried the GraphicsEnabler key in com.apple.Boot.plist and setting it to yes, but so far no dice. Does anyone know of any other way to get it working? Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1356136 Share on other sites More sharing options...
penquissciguy Posted December 31, 2009 Share Posted December 31, 2009 I am having the hardest time getting my ga-p35-ds3l 2.0 to work with 10.6.2. I can install 10.6 from the retail DVD using Empire EFI and run it all day. Using the dsdts in this thread I got audio working. I can't for the life of me get a successful upgrade to 10.6.2. After installation, the computer keeps rebooting just as Chameleon times out and goes to the MyHack splash screen. I know about the SleepEnabler problem and have tried both deleting the kext altogether and updating to the 10.6.2 version, rebuilding the kext cache in /Extra in both cases, but nothing seems to make a difference. The stupid thing never gets past the Chameleon screen. Any help in this area would be greatly appreciated. Ken Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1373142 Share on other sites More sharing options...
gugin Posted January 31, 2010 Share Posted January 31, 2010 Has anyone gotten the onboard audio to work? I think I've tried all the kext files with no luck. Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1400241 Share on other sites More sharing options...
Fearlessleader Posted March 13, 2010 Share Posted March 13, 2010 So did you ever get your audio working ? I got mine working just fine with a DSDT edit and a legacyHDA kext if you would like I could post my DSDT.aml and the kext. I am Using A GA-P35-DS3L with F8 Bios. It has full working sound plus the ich10 trick so it fixes the USB and the unknown SATA, No Video in my DSDT edit. I use graphic enable in boot.plist and Legacy4800contoller.kext in my extra folder. Has anyone gotten the onboard audio to work? I think I've tried all the kext files with no luck. Here is my DSDT DSDT.aml.zip Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1427987 Share on other sites More sharing options...
gugin Posted March 13, 2010 Share Posted March 13, 2010 I did get two channel audio to work, but I went back to windows 7 temporarily. So did you ever get your audio working ? I got mine working just fine with a DSDT edit and a legacyHDA kext if you would like I could post my DSDT.aml and the kext. I am Using A GA-P35-DS3L with F8 Bios. It has full working sound plus the ich10 trick so it fixes the USB and the unknown SATA, No Video in my DSDT edit. I use graphic enable in boot.plist and Legacy4800contoller.kext in my extra folder. Here is my DSDT Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1428005 Share on other sites More sharing options...
bellbottom Posted March 30, 2010 Share Posted March 30, 2010 PLease, some help to 10.6.3 Upgrade? I just have kernel panic. Thanks Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1437511 Share on other sites More sharing options...
ottoman1384 Posted April 5, 2010 Share Posted April 5, 2010 PLease, some help to 10.6.3 Upgrade? I just have kernel panic. Thanks Same here. I will be trying to fix it tonight. If I get anywhere, I will let you know. Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1442404 Share on other sites More sharing options...
plipli Posted April 8, 2010 Share Posted April 8, 2010 The kernel Panik is due to the SleepSomething.kext, try to remove it before the update. I forgot too, I'll try to delete it tomorrow. Boot in verbose mode to see if something else is wrong Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1444737 Share on other sites More sharing options...
plipli Posted April 11, 2010 Share Posted April 11, 2010 I've removed SleepEnabler.kext, it boots without KP but is stucks, looks like JMicron is problematic Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1446562 Share on other sites More sharing options...
plipli Posted April 11, 2010 Share Posted April 11, 2010 ok i used this one : http://www.tonymacx86.com/Public/JMicron36xATA.kext.zip . Everything good except the slow graphics with 7300GT, i'm still searching. Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1446598 Share on other sites More sharing options...
thepiecesfit Posted June 20, 2010 Share Posted June 20, 2010 I used your kit. Booted it on my P35DS3L V2 , picked the snow leopard from the list and got a version mismatch between kernel and cpu. Any ideas? Snow Gigabyte P35 DS3L v2 We need to create a file from Leopard DSDT.aml basic (at least with the correction of Device (RTC) so it does not unconfigurate the bios on every boot).I also added audio and graphics. Restart with SLBoot Change cd SLBoot for dvd Snow 10a432 Install (unchecking printers in Customize) Reboot after installation, again changing the DVD Snow for cd SLBoot Configure Upgrading to 10.6.1 and rebooting Install Chameleon 2RC 3 In the Extra folder create another folder called Extensions and install kext's: AHCIPortInjector fakesmc (version 2) IOAHCIBlockStorageInjector JMicronATA LegacyHDA NullCPUPowerManagement OpenHaltRestart PlatformUUID SleepEnabler Also put DSDT.aml Extra, com, apple.Boot.plist and smbios.plist (modify the settings according to your Hardware) Install and run kext Utility 2.3.2 Reboot .... And enjoy. Note: Every time I used to restart my computer the Bios used to unconfigurate until I used DSDT.aml http://www.megaupload.com/?d=R3VFU736 Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1493854 Share on other sites More sharing options...
npereira Posted August 20, 2010 Share Posted August 20, 2010 That might be because the DSDT is not compatible with your setup. I'm having the same and that's using someone elses DSDT, which is probebly why, but I cannot figure out how to make my own DSDT based on my HW. I have a rev2 P35-DS3L with an E2180 and a ATI Radion 3850 HD. Not to mention my Wifi USB WDA130 which I have no idea how to set up. Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1533751 Share on other sites More sharing options...
MaLd0n Posted October 31, 2010 Share Posted October 31, 2010 http://www.insanelymac.com/forum/index.php?showtopic=235523 Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1573345 Share on other sites More sharing options...
bellbottom Posted June 25, 2011 Share Posted June 25, 2011 Any success in 10.6.8 update? Grets. Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1703216 Share on other sites More sharing options...
haXis Posted June 25, 2011 Share Posted June 25, 2011 updated to 10.6.8. for sound you will need to delete LegacyHDA.kext and use this ALC888 driver: http://bit.ly/joPSs5 All works fine now :censored2: Link to comment https://www.insanelymac.com/forum/topic/186065-guid-for-ga-p35-ds3l-rev20-vanilla-snow-leopard/page/3/#findComment-1703266 Share on other sites More sharing options...
Recommended Posts