Contribute
Register

[SOLVED] ALC8xxHDA and 64Bits Kernel

Status
Not open for further replies.
Re: ALC8xxHDA and 64Bits Kernel

I have full analog audio sound running in 64-bit mode on my P55M-USB. The latest version of MultiBeast (v3.1.0) has an updated ALC8xxHDA kext which cured all my sound problems.

Did you use your motherboard's (MB) DSDT.aml file with MultiBeast? If yes, did you get the DSDT.aml file from the database here (located under the Resource menu at top right of this page)? Check out the MultiBeast Configuraton thread to see if anybody with your MB has posted their configuration. If not, ask for one.

Please fill out your signature block, per FAQ #3, with enough detail on your system as it helps us help you better. TIA.
 
Re: ALC8xxHDA and 64Bits Kernel

Im using no DSDT with Multibeast. Im really new to Hackinthoses, and im using a Gigabyte EP45-UD3L (I dont know where i can find my BIOS version) , thats why im using a EasyBeast solution.

Im running SL 10.6.6 with 64 bits kernel and a Radeon HD5770 Vapor-X.
 
Re: ALC8xxHDA and 64Bits Kernel

neophitus said:
I found my Bios Version, its a EP45-UD3L F3. where i can find the correct DSDT for my board?
At the top of this page, there is line of menu items right under the forum logo. On the far right, there is menu item called Resources. In the a drop down menu is the DSDT database link.

I would have looked for you but I don't know who makes your motherboard. Please fill out a detail signature block in your personal profile so you can help us help you better (see FAQ #3).
 
Re: ALC8xxHDA and 64Bits Kernel

neophitus said:
I found my Bios Version, its a EP45-UD3L F3. where i can find the correct DSDT for my board?
There's no DSDT for your MoBo in the DB...Easybeast was the right choice. Now do this and reboot
Bildschirmfoto 2011-01-30 um 21.38.35.png
 

Attachments

  • Bildschirmfoto 2011-01-30 um 21.38.35.png
    Bildschirmfoto 2011-01-30 um 21.38.35.png
    107.6 KB · Views: 357
Re: ALC8xxHDA and 64Bits Kernel

neophitus said:
Thx Karacho, i did like you image and still no sound. That worked before with 32 bits kernel, but it does not with 64 bits.
That's strange. Have you installed any other kexts for sound before and not deleted them? Have a look to your /S/L/E and /E/E folders if there's a Voodooxxx.kext and search for any LegacyHDA also. If you find one of them, or both, delete them and run kext utility (doubleclick)...and run disk utility after and repair permissions on your OSX HD. Reboot

Hint: Always after installing/deleting kexts run Kext Utility and Disk Utility to repair the permissions (personally i do it always)...this costs you 4-5 min. but might prevent to waste your time after all.
 
Re: ALC8xxHDA and 64Bits Kernel

Did you try to read this viewtopic.php?f=16&t=7730?
You have ALC888 and Sapphire HD5770 and you should use the latest patched AppleHDA.kext v1.9.9f12. Also, you can add these line in you DSDT.dsl and compile it to DSDT.aml so that you can get sound thru HDMI.

Code:
            Device (PEGP)
            {
                Name (_ADR, 0x00010000)
                Device (GFX0)
                {
                    Name (_ADR, Zero)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x02)
                            {
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-1"
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
                }

                Device (HDAU)
                {
                    Name (_ADR, One)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x02)
                            {
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-1"
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
                }
            }
 
Re: ALC8xxHDA and 64Bits Kernel

intamara said:
Did you try to read this viewtopic.php?f=16&t=7730?
You have ALC888 and Sapphire HD5770 and you should use the latest patched AppleHDA.kext v1.9.9f12. Also, you can add these line in you DSDT.dsl and compile it to DSDT.aml so that you can get sound thru HDMI.

Code:
            Device (PEGP)
            {
                Name (_ADR, 0x00010000)
                Device (GFX0)
                {
                    Name (_ADR, Zero)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x02)
                            {
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-1"
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
                }

                Device (HDAU)
                {
                    Name (_ADR, One)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x02)
                            {
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-1"
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
                }
            }
Your posted link is from nov. last year. He don't use a DSDT and i assume he is using the latest version of Multibeast. Otherwise it makes no sense to write here any longer
 
Status
Not open for further replies.
Back
Top