Jump to content
2805 posts in this topic

Recommended Posts

You need to know your device ID for the card. Then inject it into ATI5000Controller.kext and ATIRadeonX3000.kext install with Kext Wizard and repair permissions. You can get the device ID from this app,

 

http://www.osx86.net/files/file/894-system-info/

According to the specs for your Mobo you have VIA VT1708S.
Try this for your Audio, 
 

VoodooHDA.kext.zip
  
Install in /System/Library/Extensions and delete AppleHDA.kext and AudioAUUC.kext

<dict>

<key>Boot Graphics</key>

<string>Yes</string>

<key>EthernetBuiltIn</key>

<string>Yes</string>

<key>GraphicsEnabler</key>

<string>Yes</string>

<key>Kernel</key>

<string>am_kernel</string>

<key>Kernel Flags</key>

<string></string>

<key>PCIRootUID</key>

<string>1</string>

<key>Quiet Boot</key>

<string>No</string>

<key>Timeout</key>

<string>5</string>

<key>UseKernelCache</key>

<string>No</string>

<key>npci</key>

<string>0x2000</string>

</dict>

</plist>

 

 

http://cl.ly/image/2u1s2t1G270J

sound doesn't work either

Booted with just -v it got to PCI configuration again. Went white screen after.

So I tried with -v and npci=0x2000 and it booted. I will time how long it takes to get to login screen but on a few of the -v code say unsupported by kernel. I still have no sound.

no worries thanks i think i need to add npci=0x2000 to the boot flags sections ill give it a shot and keep trying with my sound i guess


Ye I'm right it boots I timed it. Takes 30 seconds to desktop. Need to find sound. Is there any other kexts I would need?
×
×
  • Create New...