Contribute
Register

Post-install specifics

Status
Not open for further replies.
Joined
Jan 2, 2015
Messages
3
Motherboard
ASUS X79D
CPU
Intel 4820
Graphics
GTX 760
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hello - Completed a new Yosemite install using Unibeast/Multibeast. Computer boots well from SSD, awakens quickly, yet lacks any audio devices, and produces DVD error 70012. I have searched for solutions specific to my build and OS X, but finally need to turn to those with far greater experience. What post-installation mods do I need to install in order to get dvd and audio? Thanks so much (this is my very first Hackintosh)

ASUS X79D
Intel 4820K
NVIDIA GeForce GTX 760
Corsair 2x8GB

Here is my Multibeast config:
Quick Start > DSDT Free
Drivers > Audio > Realtek ALCxxx > ALC1150Drivers > Disk > 3rd Party SATA

Drivers > Misc > FakeSMC v6.11.1328
Bootloaders > Chimera v4.0.1
Customize > Boot Options > Basic Boot OptionsCustomize > Boot Options > Generate CPU StatesCustomize > Boot Options > Hibernate Mode - DesktopCustomize > Boot Options > Kext Dev Mode
Customize > Boot Options > Use KernelCacheCustomize > System Definitions > Mac Pro > Mac Pro 3,1Customize > Themes > tonymacx86 Black





Here is my Chameleon boot.plist:

<dict>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>No</string>
<key>IGPEnabler</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string>npci=0x2000</string>
<string>kext-dev-mode=1</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>HDEFLayoutID</key>
<string>01000000</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>Yes</string>
<key>HDAEnabler</key>
<string>Yes</string>

Do I need to provide any other data in order to facilitate a solution? Thanks once again
 
Hello - Completed a new Yosemite install using Unibeast/Multibeast. Computer boots well from SSD, awakens quickly, yet lacks any audio devices, and produces DVD error 70012. I have searched for solutions specific to my build and OS X, but finally need to turn to those with far greater experience. What post-installation mods do I need to install in order to get dvd and audio? Thanks so much (this is my very first Hackintosh)

ASUS X79D
Intel 4820K
NVIDIA GeForce GTX 760
Corsair 2x8GB

Here is my Chameleon boot.plist:

<dict>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>No</string>
<key>IGPEnabler</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string>npci=0x2000</string>
<string>kext-dev-mode=1</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>HDEFLayoutID</key>
<string>01000000</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>Yes</string>
<key>HDAEnabler</key>
<string>Yes</string>

Do I need to provide any other data in order to facilitate a solution? Thanks once again

Delete IGPEnabler key/string - you do not have CPU graphics.
Your kernel flags need to be on a single line - only one string, each flag separated by a single space

<key>Kernel Flags</key>
<string>npci=0x2000 kext-dev-mode=1</string>

so far as the audio devices goes, see toleda's guides - http://www.tonymacx86.com/audio/ in the stickies.
 
Thank you very much, Going Bald. I made suggested changes on .plist with kernel flags. I still receive same error on DVD Player (70012).

I am working through the toleda guide for no audio devices. I have two questions:

1. Is the 70012 error related to the audio devices fix?
2. Where do I find "IOReg"? A search yields nothing which means there is not an IOReg or I am not looking in the correct place.

Thanks once again,
 
Status
Not open for further replies.
Back
Top