InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   Snow Leopard AppleHDA / HDAEnabler kext help (http://infinitemac.com/showthread.php?t=4735)

chadp1a 11-15-2009 03:18 AM

Snow Leopard AppleHDA / HDAEnabler kext help
 
Hi. Could someone please help me with modifying AppleHDA abd HDAEnabler for Snow Leopard.

I have tried using my 10.5 kexts but have had no luck at all. I edited the 10.6 kexts to match the 10.5 ones using plist edit pro and it still doesn't work.

VoodooHDA works somewhat. It gives me sound when I use a usb headset but when setting to speakers there is no sound coming from the speakers. I have added the VoodooHDA preferences panel and played with the mixers for PCM and still no sound from the internal speakers.

My setup is

Gateway P6860FX

HDAUDIO\FUNC_01&VEN_111D&DEV_76B0&SUBSYS_107B0692& REV_1001
HDAUDIO\FUNC_01&VEN_111D&DEV_76B0&SUBSYS_107B0692

device id listed in OSX about>more info though is 0x107B0690


Hope someone can guide me in the right direction here. I have spent two days trying to get this thing to work.

Thanks in advance.

chadp1a 11-17-2009 03:30 AM

All is good! Finally got sound!!!

Thanks to this wonder guide.
http://www.infinitemac.com/f57/guide...a-to-sl-t3981/

Now wish I could get my wireless 4965AGN working :(

be11o 11-21-2009 03:17 AM

mate can u possibly upload yr kexts for audio and video im battling with those over 2 weeks already
or maybe mail em to me [email protected]
id be very greatfull thx in advance

managed to get qe/cl working but i still cant get sound... i read that guide u linked did as it says but still not working, ported applehda refuse to work =/

be11o 11-23-2009 01:22 AM

any1 able to help? =(

ps2pk 11-23-2009 03:49 PM

I've been trying for the past 2 days to get audio working.

It's fruitless. I've tried the whole guide and still no sound. I'm thinking about just buying those usb ones if I can't get it work.

Can you tell me what you did to get it working? Soooo frikin jealous!

edit: 6860fx. same device id in osx

I have audio in 10.5.8 but nothing in 10.6.

be11o 11-23-2009 11:09 PM

Quote:

Originally Posted by ps2pk (Post 39936)
I've been trying for the past 2 days to get audio working.

It's fruitless. I've tried the whole guide and still no sound. I'm thinking about just buying those usb ones if I can't get it work.

Can you tell me what you did to get it working? Soooo frikin jealous!

edit: 6860fx. same device id in osx

I have audio in 10.5.8 but nothing in 10.6.

same thing altho im doing this for a 2weeks or smth already and ye i got same laptop, tbh doubt he wil reply, if i manage to get it working ill post dsdt and kexts

be11o 11-23-2009 11:11 PM

think so we got problem with dsdt btw, its aint kext issue mine compliling with 3 warnings so...

chadp1a 11-24-2009 02:14 PM

@be11o

i sent you a pm two days ago concerning the kext.

here is my dsdt. place this right before Device (MCHC) replacing your current HDEF

Code:

Device (PCI0)
        {
            Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x06)
                        {
                            "codec-id",
                            Buffer (0x04)
                            {
                              0xB0, 0x76, 0x1D, 0x11
                            },                           
                            "layout-id",
                            Buffer (0x04)
                            {
                                0x0C, 0x00, 0x00, 0x00
                            },

                            "PinConfigurations",
                            Buffer (Zero) {}
                        }, Local0)
                      DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                      Return (Local0)
                }
               
            }



            Name (_S3D, 0x02)
            Name (_S4D, 0x02)
            Name (_HID, EisaId ("PNP0A08"))
            Name (_CID, EisaId ("PNP0A03"))

make sure you have the DTGP method below. I added mine right above this method Method (_INI, 0, NotSerialized)

Code:

Method (DTGP, 5, NotSerialized)
    {
        If (LEqual (Arg0, Buffer (0x10)
                {
                    /* 0000 */    0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44,
                    /* 0008 */    0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B
                }))
        {
            If (LEqual (Arg1, One))
            {
                If (LEqual (Arg2, Zero))
                {
                    Store (Buffer (One)
                        {
                            0x03
                        }, Arg4)
                    Return (One)
                }

                If (LEqual (Arg2, One))
                {
                    Return (One)
                }
            }
        }

        Store (Buffer (One)
            {
                0x00
            }, Arg4)
        Return (Zero)
    }


be11o 11-24-2009 07:29 PM

Quote:

Originally Posted by chadp1a (Post 39987)
@be11o

i sent you a pm two days ago concerning the kext.

wierd =/ i got it only today thx alot =)
now i got not warnings but errors even when trying to complile dsdt back any ideas?
Error 4063 - and its like hundred times

chadp1a 11-24-2009 07:41 PM

ummm. check your pm.