Contribute
Register

ALC 280 - HP Elitebook 840 G2

Status
Not open for further replies.
Joined
Jun 13, 2020
Messages
16
Motherboard
HPElitebook840G2
CPU
i7
Graphics
ATI R7 M260
Mac
  1. MacBook
Specs are as follows -

HP Elitebook 840 G2 Laptop
I7-5500u
Intel HD Graphics 5500 (iGPU)
Radeon R7 M260 Dedicated
8GB RAM
Realtek ALC 280.

Cannot for the life of me get the audio to work! Fairly new to all this, tried AppleALC, VoodooHDA etc. When loading Clover EFI and I do the sound test it shows the ALC 280 speaker output and plays the chime fine. However soon as I get into 10.15.5 Catalina it doesn't show any audio devices etc. I've tried changing ID in config.plist in Clover Configurator and still nothing.

Can anyone help? Will post plist config etc.
Let me know what else you need?

Many thanks.
 

Attachments

  • config.plist
    12.9 KB · Views: 127
Specs are as follows -

HP Elitebook 840 G2 Laptop
I7-5500u
Intel HD Graphics 5500 (iGPU)
Radeon R7 M260 Dedicated
8GB RAM
Realtek ALC 280.

Cannot for the life of me get the audio to work! Fairly new to all this, tried AppleALC, VoodooHDA etc. When loading Clover EFI and I do the sound test it shows the ALC 280 speaker output and plays the chime fine. However soon as I get into 10.15.5 Catalina it doesn't show any audio devices etc. I've tried changing ID in config.plist in Clover Configurator and still nothing.

Can anyone help? Will post plist config etc.
Let me know what else you need?

Many thanks.
have moved your post to laptop support

try enabling these:
Code:
<dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
            </dict>

also try enabling these:
Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>4</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data></data>
                <key>#layout-id</key>
                <integer>13</integer>
            </dict>
(remove the #s)

and try the different layout ID's
 
Thanks! do I need to enable them in the config.plist? should I also be using AppleALC rather than voodoo or vice versa? quite confusing....

tyvm for your help!
 
When you say remove the #s how do you mean? I can’t see a #s to remove or am I just being stupid
 
When you say remove the #s how do you mean? I can’t see a #s to remove or am I just being stupid
here you go removed # ok try make sure to remove voodo.kext and replace with AppleALC
 

Attachments

  • config.plist.zip
    3.1 KB · Views: 95
Okay so I replaced config.plist with your one, removed voodoo kext and replaced with AppleALC, also tried all layout ID's and still no output devices. Am I missing something? Don't know what else to try?!
 
So in Clover it picks up Realtek ALC280 as startup sound and plays the test tone. But soon as I get into Mac it doesn't pick anything up
 
This is the config in clover
 

Attachments

  • F34A524D-86AD-483F-9E01-F54E08C76084.jpeg
    F34A524D-86AD-483F-9E01-F54E08C76084.jpeg
    4.7 MB · Views: 57
  • 03318F7D-84CD-4713-AE10-6AF52EF1979B.jpeg
    03318F7D-84CD-4713-AE10-6AF52EF1979B.jpeg
    4.6 MB · Views: 63
  • 74FD7B4F-E8F3-4FBA-A5E0-86666814FEF9.jpeg
    74FD7B4F-E8F3-4FBA-A5E0-86666814FEF9.jpeg
    5.3 MB · Views: 61
  • 7D5793A5-0380-42A6-B386-6B7C6C3C661B.jpeg
    7D5793A5-0380-42A6-B386-6B7C6C3C661B.jpeg
    4.7 MB · Views: 53
Status
Not open for further replies.
Back
Top