Jump to content
18 posts in this topic

Recommended Posts

Hello,

 

I just made a computer specially for Mac OS X

 

The Mobo is a P5LD2-VM, with an integred MGA 950

 

CPU is P4 630

 

I tried to make several DVD, with

 

- JAS1111a patch

 

- Wesley Patch V1.1

 

None of them works

 

When I boot with -v I just get a kernel Panic

 

Any idea ?

 

Best regards,

 

Olivier

Link to comment
https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/
Share on other sites

thx phi, it works.

 

cheers

 

 

 

 

 

for newbie:

 

 

945G's Realtek ALC882 instructions for 10.4.3 (8f1111)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 

To get 2- channel sound you have to move AppleHDA.kext out of the Extensions Folder and replace the AzaliaAudio with this one, repair permissions and enable sound in the bios.

 

 

 

instructions

---------------------------------------------

 

Download the file

unzip the file to your desktop

open terminal

do the following:

 

sudo -s

enter your password

cp -r /system/library/extensions/AppleHDA.kext /system/library/extensions.disabled

cp -R /System/Library/Extensions/AppleAzaliaAudio.kext /System/Library/Extensions.disabled

cp -R /Users/YOUR USER NAME HERE/Desktop/AppleAzaliaAudio.kext /System/Library/Extensions/

chown -R root:wheel /System/Library/Extensions/AppleAzaliaAudio.kext

kextcache -k /System/Library/Extensions/

 

then you're done!!!

reboot system

  • 4 weeks later...
  • 1 month later...

Hi everybody and soory for my bad english (i'm french)

I have this board asus p5wd2 premium with ALC 882 audio

with 10.4.5 and the sound doesn't works with this patch why???? Idid all you said on this topics

HELP

 

FOR PION i have same card ATI X850XT PE (device id 0x5d4d )

Can u explain me please for have CI & QE supported i need this for motion

 

THX A LOTS

 

My mail mossdooni@caramail.com

  • 2 weeks later...

Moss:

 

There is one step left out in the instructions above. Use these steps instead. Open Terminal application, and enter the commands in BOLD one by one:

 

sudo -s

 

enter your password

 

cp -R /system/library/extensions/AppleHDA.kext /system/library/Extensions.Disabled

 

cp -R /System/Library/Extensions/AppleAzaliaAudio.kext /System/Library/Extensions.Disabled

 

These steps copy the existing files to a backup folder.

 

THEN you need to remove the AppleHDA.kext from the folder. This step is left out above, and it is critical. Use this command:

 

rm -R /System/Library/Extensions/AppleHDA.kext

 

After doing this, complete the steps above:

 

cp -R /Users/YOUR_USER_NAME_HERE/Desktop/AppleAzaliaAudio.kext /System/Library/Extensions/

 

chown -R root:wheel /System/Library/Extensions/AppleAzaliaAudio.kext

 

kextcache -k /System/Library/Extensions/

 

Now go to Disk Utility, Repair Permissions. Reboot. It will work.

 

Using the P5LD2-VM, audio comes out the GREEN jack on the back panel only. No input. No headphone jack on front panel

 

This worked for me (and the above steps without the remove did not!!)

  • 3 months later...

Hi guys - esp. Pion & jdxxx. I have a Toshiba Laptop (Satellite P100-191) with that same Intel/ Conexant HDA. I tried both your methods - initial and, @ the second boot, even with the additional steps from jdxxx, but the result stays the same: the volume slider appears, but no sound coming out of the Laptop's speakers and neither out of the jacks. In Sys Profiler it still only says "Intel High Definition Audio" and nothing more (no IDs etc.). Does your Sys Profiler list anything more ??

 

Now here's what DXDiag (Windows) is saying about my soundchip:

Description: Conexant HD Audio output
Hardware ID: HDAUDIO\FUNC_01&VEN_14F1&DEV_5047&SUBSYS_1179FF31&REV_1000
Manufacturer ID: 1
Product ID: 100

so I guess my Vendor-ID is 14F1 and the Device-ID is 5047.

 

In AppleAzaliaAudio.kext Info.plist it reads as follows:

 

<key>IOHDAudioCodecVendorID</key>

<string>0x10ec0880</string>

 

Here I am stuck. I tried both 0x14F15047 and 0x504714F1, re-wheeled, deleted/rebuilt kextcaches etc., but still: no sound.

 

Maybe you guys can give me a little hint where/ how2 set vendor + id correctly - is the DXInfo above sufficient? Maybe I am just one or two lines away from working sound here .. :)

 

PS: I just saw that inside the AppleAzaliaAudio.kext there are two kexts stored, IOHDAudioFamily.kext and AppleAzaliaController.kext. Do I maybe have to edit the Info.plist inside the IOHDAudioFamily.kext? hm .. :whistle:

 

Thank you,

Bugs.

  • 3 weeks later...

Hello Friends,

 

I am sorry. Seems that "Input" was not working. Now, I do not have my OS X box, and canot make test again.

 

Well, I should come back ;>)) I will have a look on what it is going now

 

Thanks to call me back !

 

Olivier

×
×
  • Create New...