Contribute
Register

<< Solved >> opencore audio alc233

Status
Not open for further replies.
Joined
Dec 29, 2019
Messages
26
Motherboard
Laptop > Need make and model names > See Forum Rules!
CPU
I7-8750H
Graphics
UHD630
Mac
  1. MacBook Pro
this is my first time to install Catalina with open core.
I don't no how to solve audio problem.
can somebody help me plz
 

Attachments

  • EFI.zip
    17.7 MB · Views: 156
this is my first time to install Catalina with open core.
I don't no how to solve audio problem.
can somebody help me plz
try hackintool:

and trial and error different Layout ID's
 
try hackintool:

and trial and error different Layout ID's
hi there,
I'm using hackintool to check my audio, but it didn't say anything, like this.
截圖 2020-08-22 下午10.51.26.png

before I'm using opencore, i using clove to boo my computer, and the alc id is 03000000
thank you for helping
 

Attachments

  • EFI.zip
    5.7 MB · Views: 109
hi there,
I'm using hackintool to check my audio, but it didn't say anything, like this.View attachment 485315
thank you for helping
you are missing your audio properties in your config.plist:
Code:
<key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x1f,0x0)</key>
            <dict>
                <key>compatible</key>
                <string>pci8086,8c4b</string>
                <key>device-id</key>
                <data>S4wAAA==</data>
                <key>model</key>
                <string>QM87 Express LPC Controller</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>BgAmCg==</data>
                <key>device-id</key>
                <data>EgQAAA==</data>
                <key>disable-external-gpu</key>
                <data>AQAAAA==</data>
                <key>enable-hdmi20</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con1-alldata</key>
                <data>AQUSAAAEAACHAAAA</data>
                <key>framebuffer-con1-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con2-alldata</key>
                <data>AgQSABAAAACHAAAA</data>
                <key>framebuffer-con2-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-cursormem</key>
                <data>AACQAA==</data>
                <key>framebuffer-patch-enable</key>
                <data>AQAAAA==</data>
            </dict>
        </dict>

you should have something like this added as well:
Code:
<key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>layout-id</key>
                <integer>3</integer>
                <key>#PinConfigurations</key>
                <data></data>
            </dict>
            <key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>layout-id</key>
                <integer>3</integer>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
 
It isn't working too
截圖 2020-08-23 上午7.10.11.png
 

Attachments

  • EFI.zip
    5.7 MB · Views: 145
can you check my config audio part
 
Status
Not open for further replies.
Back
Top