Contribute
Register

Alc256 no speaker

Status
Not open for further replies.
Joined
May 1, 2019
Messages
14
Motherboard
Xiaomi MI Notebook Pro 2019 OpenCore
CPU
i7-10510u
Graphics
HD 620 (1920x1080) + mx250
Mobile Phone
  1. iOS
Hi, Im in the making of a hackintosh build.
The last thing is sound from speaker but even with vodoohda is not working.
i tried every appleid but nothing
Thanks in advance
 

Attachments

  • EFI.zip
    25.7 MB · Views: 85
Hi, Im in the making of a hackintosh build.
The last thing is sound from speaker but even with vodoohda is not working.
i tried every appleid but nothing
Thanks in advance
you are only listing your graphics:
Code:
<key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>model</key>
                <string>Intel UHD 620</string>
                <key>device-id</key>
                <data>mz4AAA==</data>
                <key>framebuffer-con1-busid</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con1-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con1-type</key>
                <data>AAgAAA==</data>
                <key>framebuffer-fbmem</key>
                <data>AACQAA==</data>
                <key>framebuffer-patch-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-stolenmem</key>
                <data>AAAwAQ==</data>
                <key>hda-gfx</key>
                <string>onboard-1</string>
            </dict>
        </dict>

would expect to see another section for audio, something like this:
Code:
<key>PciRoot(0x0)/Pci(0x1F,0x3)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,31,3</string>
                <key>device-id</key>
                <data>
                cKEAAA==
                </data>
                <key>device_type</key>
                <string>Audio device</string>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>layout-id</key>
                <integer>17</integer>
                <key>model</key>
                <string>100 Series/C230 Series Chipset Family HD Audio Controller</string>
            </dict>
obviously don't use all that as it may not work on your setup but you could try something like:
Code:
<key>PciRoot(0x0)/Pci(0x1F,0x3)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,31,3</string>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>layout-id</key>
                <integer>17</integer>
            </dict>
and change the layout id from 17 to whatever your codec uses
 
Sadly it doesn't change anything :(
 

Attachments

  • EFI.zip
    25.8 MB · Views: 84
  • Screenshot 2020-12-10 at 23.15.39.png
    Screenshot 2020-12-10 at 23.15.39.png
    289.2 KB · Views: 24
Sadly it doesn't change anything :(
have a read up on:
 
Status
Not open for further replies.
Back
Top