Jump to content

[SUCCESS] GA-P35-DS3P


T a D
 Share

20 posts in this topic

Recommended Posts

After a bit of mucking around I've managed to get Mavericks booting on my Gigabyte GA-P35-DS3P.

 

Steps:

  1. Create USB like this: http://www.insanelymac.com/forum/topic/289062-109-mavericks-simple-vanilla-hackintosh-install-guide/
  2. Copy /Extra onto USB
  3. Copy FakeSMC.kext and any other kexts into /System/Library/Extensions on USB
  4. Make sure you have the latest Chameleon as your boot loader (either on USB or on your current system)
  5. Boot from USB (either from BIOS or from Chameleon on one of your current systems)
  6. Install
  7. At Restart prompt start Terminal from the Utilities menu
  8. Copy FakeSMC.kext and any other from /System/Library/Extensions to /Volumes/<Name of your install volume>/System/Library/Extensions
  9. Quit terminal
  10. Reboot

 

Kexts Required:

  1. FakeSMC.kext
  2. RealtekRTL81xx.kext (lnx2mac's Realtek NIC kext)

 

Everything is working at the moment except for the built in ALC889a HDA.  The DSDT is patched but I usually need to patch the AppleHDA.kext to get it working.  That's next on the list.

 

Attached is the DSDT I am using.

 

System spec:

  • Gigabyte GA-P35-DS3P V1.1
  • Intel Q6700 Quad Core @ 2.67Ghz w/ 6GB RAM
  • NVidia GT640 2GB VRAM

 

DSDT.zip

post-240958-0-23814500-1370995033_thumb.png

post-240958-0-13310400-1370995062_thumb.png

Link to comment
Share on other sites

I have ALC892 codec, layout id 1 in DSDT, did not work for me with patched appleHDA from ML. (AppleHDA v2.3.7).  System profile report  

 

Intel High Definition Audio:

 

  Audio ID: 1

 

but OUTPUT = nothing except for Apple TV.

Any suggestion? 

Link to comment
Share on other sites

  • 2 weeks later...

Use layout id 66 (0x42), you don't need to patch jack.

Defaults to HP so change to line out, works after updates ;)

Thanks man, working for me on my GA-P35C-DS3R with ALC889A.

Link to comment
Share on other sites

  • 3 months later...

If you're using a DSDT layout id should be:
0x42, 000, 000, 000

Or you can use ErmaC Chameleon with HDAenabler:
<key>HDAEnabler</key>
<string>Yes</string>
<key>HDAULayoutID</key>
<string>42000000</string>
<key>HDEFLayoutID</key>
<string>42000000</string>

Do not forget to change in System prefs > Audio > line out
Headphones does not work.

DR.png

This way you always use the Vanilla AppleHDA, never needs patching again after an update :)

 

[Edit]

If the Chameleon HDAEnabler doesn't work, use this HDAEnabler42.kext: http://cl.ly/VL0b

(only if you're NOT using a DSDT).

Edited by René_
Link to comment
Share on other sites

  • 3 weeks later...

Great, mines a Sapphire Vapor-X but I'll give it a go anyway. I like the DS3P, shame it was before SATA3 and DDR3 but I guess that's how the cookie crumbles.

 

My board version is 1.0 and I'm still using BIOS F4 because I'm scared to update it. Last time I had to boot from CD because I couldn't get it to boot from USB.

Link to comment
Share on other sites

  • 1 month later...

Hi, I've installed succesfully with some tweaks, but at the moment the system is working well (it seems).

 

The only problem is that I need NullCPUPowerManagement.kext to let the system stay "alive" without kernel panic. 

 

I've HPET setting enabled in Bios, version is F14.

 

How did you solve this issue?

 

Thanks!

 

UPDATE: Solved using the same dsdt.aml I got on a flawlessly working Snow Leopard Installation. Now The system is stable... it seems

Link to comment
Share on other sites

Thx! Work for me.

 

Q6600

P35-DS3

nVidia GeForce 8400S (GraphicsEnabler=Yes)

 

FakeSMC.kext
RealtekRTL81xx.kext (lnx2mac's Realtek NIC kext)
NullCPUPowerManagement.kext (Maybe I can remove it now and it will work without it).
- Sound doesn't work.
 
1. I don't understand how DSDT works. How this patches works and where I can find it? I want to make my own DSDT.
2. There is a lot of kexts loaded on Mac OS X startup. Can I delete some of them? Where .log that I see with -v option?
Link to comment
Share on other sites

Extract your RAW DSDT in windows or Linux with DSDT Editor.

http://www.insanelymac.com/forum/topic/223205-dsdt-editor-and-patcher/

 

Use Autopatcher to patch it:

http://www.insanelymac.com/forum/topic/275658-dsdt-auto-patcher/

 

For your patch you have to register on olarila.com (free) and download the "GA P35-DS3" patch

http://olarila.com/forum/packs.php

Link to comment
Share on other sites

  • 2 weeks later...

Use layout id 66 (0x42), you don't need to patch jack.

Defaults to HP so change to line out, works after updates ;)

What does it mean? Where to change? I have created my own dsdt.aml with dsdt Editor from scratch for my EP-35-DS3?

 

Audio Codec should also be ALC889a. I also don't understand all the other threads with audio id = 1 and so on

 

Please give me a hint where to go on for my mavericks install, unfortunately no audio at the moment.

Link to comment
Share on other sites

See post #8

 

Or change it in your DSDT, look for layout ID: 0x42, 0x00, 0x00, 0x00

 

 

 

 

Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                Method (_PRW, 0, NotSerialized)
                {
                    Return (Package (0x02)
                    {
                        0x0D, 
                        0x05
                    })
                }
 
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x08)
                        {
                            "codec-id", 
                            Buffer (0x04)
                            {
                                0x85, 0x08, 0xEC, 0x10
                            }, 
 
                            "layout-id", 
                            Buffer (0x04)
                            {
                                0x42, 0x00, 0x00, 0x00
                            }, 
 
                            "device-type", 
                            Buffer (0x10)
                            {
                                "Realtek ALC889a"
                            }, 
 
                            "PinConfigurations", 
                            Buffer (One)
                            {
                                0x00
                            }
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }

Link to comment
Share on other sites

You should use the DSDT method OR the HDAEnabler method NOT both.

Also, you should not use the HDAEnabler.dylib in Chameleon Wizard "Modules". The latest versions of Chameleon has an integrated HDAEnabler.
Chameleon Wizard does not have the option to add the keys: New version has these keys.
<key>HDAEnabler</key>
<string>Yes</string>
<key>HDAULayoutID</key>
<string>42000000</string>
<key>HDEFLayoutID</key>
<string>42000000</string>

To be short, just use the DSDT and you'll be fine.
Remove the rest you've added.

Link to comment
Share on other sites

  • 1 year later...

 

After a bit of mucking around I've managed to get Mavericks booting on my Gigabyte GA-P35-DS3P.

 

Steps:

  1. Create USB like this: http://www.insanelymac.com/forum/topic/289062-109-mavericks-simple-vanilla-hackintosh-install-guide/
  2. Copy /Extra onto USB
  3. Copy FakeSMC.kext and any other kexts into /System/Library/Extensions on USB
  4. Make sure you have the latest Chameleon as your boot loader (either on USB or on your current system)
  5. Boot from USB (either from BIOS or from Chameleon on one of your current systems)
  6. Install
  7. At Restart prompt start Terminal from the Utilities menu
  8. Copy FakeSMC.kext and any other from /System/Library/Extensions to /Volumes/<Name of your install volume>/System/Library/Extensions
  9. Quit terminal
  10. Reboot

 

Kexts Required:

  1. FakeSMC.kext
  2. RealtekRTL81xx.kext (lnx2mac's Realtek NIC kext)

 

Everything is working at the moment except for the built in ALC889a HDA.  The DSDT is patched but I usually need to patch the AppleHDA.kext to get it working.  That's next on the list.

 

Attached is the DSDT I am using.

 

System spec:

  • Gigabyte GA-P35-DS3P V1.1
  • Intel Q6700 Quad Core @ 2.67Ghz w/ 6GB RAM
  • NVidia GT640 2GB VRAM

 

Hi there, I have the same mobo (except v2) Quadcore 9550 and GE 9600 GT and 8gb ddr3.

I bought a ssd disk, and decided to install yosemite... the problem its after a couple of hours of use (Iam Graphic designer, I use illustrator, Fontexplorer, Photoshop, Indesign...) it get very slowy , I close all process and no luck, have to reboot to recover speed (and sometimes dont turn off ok in this scenario)

Any advice?

Link to comment
Share on other sites

 Share

×
×
  • Create New...