View Single Post
 
Old 11-10-2009, 08:47 AM
JaysFreaky JaysFreaky is offline
Puma
 
Join Date: Nov 2009
Posts: 24
Okay, so that patch got audio installed, whereas before it said no device installed. Unfortunately, still not getting any sound. Gonna try the full document tomorrow and see if I can get both working. Too tired now.

EDIT: Okay, because I got tired of moving back and forth between my MacBook, I burned a copy of Psystar's Rebel-EFI and am using that as a temporary "mac installation" to do all the things I normally do from my MacBook. Anyway, as soon as I booted into that partition, it had ethernet ready to go. I looked at it loading in -v mode and it said it was loading RealtekR1000. I googled it and downloaded that network driver from Psystar's site and installed with Kext Utility. I'm still not getting ethernet on my installed drive. Here's the picture of that psystar drive with ethernet ready to go. Sorry for the camera shot, for some reason I couldn't cmd+shift+4 the screen.

EDIT2: After looking at that .pdf, it looks like I forgot to change the AZAL to HDEF in this line of code:
Code:
Method (_L0D, 0, NotSerialized)
{
    Notify (\_SB.PCI0.USBE, 0x02)
    Notify (\_SB.PCI0.USE2, 0x02)
    Notify (\_SB.PWRB, 0x02)
    Notify (\_SB.PCI0.AZAL, 0x02)
}
I'm pretty convinced that's what's stopping it from actually outputting sound.
Attached Images
File Type: jpg photo.jpg (157.9 KB, 23 views)

Last edited by JaysFreaky; 11-10-2009 at 05:13 PM.
Reply With Quote