Olivier Posted December 27, 2005 Share Posted December 27, 2005 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 More sharing options...
joblack Posted December 27, 2005 Share Posted December 27, 2005 you should exactly specify what´s the boot output and your exact configuration ... Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-38648 Share on other sites More sharing options...
Mary Donna Posted December 28, 2005 Share Posted December 28, 2005 Disable your onboard sound in BIOS and the installation will go. Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-38816 Share on other sites More sharing options...
Olivier Posted December 28, 2005 Author Share Posted December 28, 2005 Yes, tnx it works ) Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-38833 Share on other sites More sharing options...
matix Posted December 30, 2005 Share Posted December 30, 2005 are you able to get sound now?? after install, does it boot when you enable it again in bios? Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-39038 Share on other sites More sharing options...
phi Posted December 30, 2005 Share Posted December 30, 2005 (edited) 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. Cheers AppleAzaliaAudio.kext.zip Edited December 30, 2005 by phi Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-39075 Share on other sites More sharing options...
pion Posted December 30, 2005 Share Posted December 30, 2005 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 Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-39082 Share on other sites More sharing options...
matix Posted January 2, 2006 Share Posted January 2, 2006 well thanks phi and pion. i was able to copy and paste the commands into terminal and was fixed in 2 minutes! awesome! Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-39494 Share on other sites More sharing options...
Olivier Posted January 3, 2006 Author Share Posted January 3, 2006 It works for me toooooooo ! Thanks and best regards, Olivier Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-39676 Share on other sites More sharing options...
ile Posted January 26, 2006 Share Posted January 26, 2006 Does audio input work with this motherboard? Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-48481 Share on other sites More sharing options...
Olivier Posted January 26, 2006 Author Share Posted January 26, 2006 YES ! Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-48660 Share on other sites More sharing options...
moss Posted March 17, 2006 Share Posted March 17, 2006 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 Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-77382 Share on other sites More sharing options...
jdxxx Posted March 27, 2006 Share Posted March 27, 2006 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!!) Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-83766 Share on other sites More sharing options...
declan Posted March 27, 2006 Share Posted March 27, 2006 Well i have done the above last night on a fresh install, without your additional step, and i have audio fine. It has always worked fine for me. Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-83783 Share on other sites More sharing options...
BuXb Posted July 13, 2006 Share Posted July 13, 2006 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 .. Thank you, Bugs. Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-144261 Share on other sites More sharing options...
MrBryan Posted August 1, 2006 Share Posted August 1, 2006 YES ! HANG ON, what, you got the INPUT working on an ALC882 card? Please explain how you did this! I think you're the only one in all the forums. Many have gotten output to work, and input only on alc880, but not 82. Awaiting news, Bryan Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-153293 Share on other sites More sharing options...
Maxster Posted August 1, 2006 Share Posted August 1, 2006 Yes please reply Olivier cause if you really got the input to work you're gonna make a lot of people happy on this forum. Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-153530 Share on other sites More sharing options...
Olivier Posted August 1, 2006 Author Share Posted August 1, 2006 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 Link to comment https://www.insanelymac.com/forum/topic/6161-kernel-panic-on-asus-p5ld2-vm/#findComment-153701 Share on other sites More sharing options...
Recommended Posts