Contribute
Register

Loss of Audio after installing Clover Bootloader

Status
Not open for further replies.
Joined
Jun 14, 2012
Messages
26
Motherboard
Motherboard OR System make and model names > See Rules!
CPU
i7-2600K
Graphics
HD 6870
As a means of returning full functionality to the Messages app, i installed the Clover bootloader over Chimera. As i installed the boot loader i had audio (the installer made a sound to confirm the installation) now however, i do not have audio. I can turn the audio up and down, but regardless, i cannot hear anything. Also i am running the latest version of Mountain Lion. Any help would be appreciated, and while im at it i might as well ask if anyone has a guide up for enabling audio over hdmi for my setup. Thanks.


Here are my specs:

MoBo: GA-Z68XP-UD3
CPU: Intel Core i7 (Sandy Bridge)
SSD: Samsung 830 Series
GPU: AMD Radeon HD 6870
 
As a means of returning full functionality to the Messages app, i installed the Clover bootloader over Chimera. As i installed the boot loader i had audio (the installer made a sound to confirm the installation) now however, i do not have audio. I can turn the audio up and down, but regardless, i cannot hear anything. Also i am running the latest version of Mountain Lion. Any help would be appreciated, and while im at it i might as well ask if anyone has a guide up for enabling audio over hdmi for my setup. Thanks.
Attach a copy of IOReg. [Guide] How to Make a Copy of IOReg.
For HDMI audio, Mountain Lion HDMI Audio
 
I installed too for the iMessages hack. Work fine except hdmi audio. (Output audio optical is ok). I'm using the same DSDT which work fine with Chimera

HDMI audio is ok with Chimera and a self extracted DSDT + HDMI patch.

It's not very important, but if I can get working hdmi with clover, I will consider installing clover definitively.


Config: H77N-wifi + HD4000

IOreg in attach.
 

Attachments

  • Clover + DSDT HDMI.ioreg.zip
    404.8 KB · Views: 128
Work fine except hdmi audio.
IOReg shows the 05 frambuffer is loading and it does not have a HDMI connector. Verify the dsdt has 0A injection:
Code:
                        "AAPL,ig-platform-id", 
                        Buffer (0x04)
                        {
                             0x0A, 0x00, 0x66, 0x01
                        },
If dsdt is correct, Clover is injecting the wrong framebuffer.
 
Thanks for answer.

No I don't find this code in my dsdt.
 

Attachments

  • dsdt.aml.zip
    13.4 KB · Views: 99
No I don't find this code in my dsdt.
Edit dsdt/IGPU/Method (_DSM, .. to:
Code:
            Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                Store (Package (0x06)
                    {
                        "device-id", 
                        Buffer (0x04)
                        {
                             0x66, 0x01, 0x00, 0x00
                        }, 

                        "AAPL,ig-platform-id", 
                        Buffer (0x04)
                        {
                             0x0A, 0x00, 0x66, 0x01
                        }, 

                        "hda-gfx", 
                        Buffer (0x0A)
                        {
                            "onboard-1"
                        }
                    }, Local0)
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }
 
Edit dsdt/IGPU/Method (_DSM, .. to:

Bingo :clap:

Many thanks !!


Do you known some good references (website,books...) to start learning DSDT editing ?
 
Hi,

just got my GA-H77N-WIFI with i3-3225 yesterday and I'm trying to setup the system right now.
To get HDMI sound working, I tried the attached DSDT and replaced the _DSM section as mentioned. Still got no audio though :-/
 

Attachments

  • DSDT_ioreg.zip
    349.8 KB · Views: 76
just got my GA-H77N-WIFI with i3-3225 yesterday and I'm trying to setup the system right now.
To get HDMI sound working, I tried the attached DSDT and replaced the _DSM section as mentioned. Still got no audio though :-/
What problem are you having with Clover; way off topic. Undo what you did. Repost in in Audio forum or HDMI Audio forum.
 
Status
Not open for further replies.
Back
Top