Contribute
Register

(HELP) No sound in Big Sur OpenCore

Status
Not open for further replies.
Joined
Apr 22, 2022
Messages
3
Motherboard
Lenovo
CPU
Intel(R) Core(TM) i5-4300U 1.90 GHz
Graphics
Intel(R) HD Graphics Family
So I have just done my first hackintosh on a Lenovo Thinkpad T440, but the audio is not working for some reason.
The output isn't even showing up at the audio settings.

Things I have tried:
Tried every layout codes
reinstall AppleAlc


The Specs are:
Model: Lenovo Thinkpad T440
GPU: Intel(R) HD Graphics Family
CPU: Intel(R) Core(TM) i5 4300U 1.90 GHz
Chipset: Intel(R) 8 series
Audio Codec: ALC 292
Network adapter: Intel(R) Dual Band Wireless AC 7260

I have attached my EFI folder down bellow.
Thank you in advance!
 

Attachments

  • EFI.zip
    25.5 MB · Views: 99
So I have just done my first hackintosh on a Lenovo Thinkpad T440, but the audio is not working for some reason.
The output isn't even showing up at the audio settings.

Things I have tried:
Tried every layout codes
reinstall AppleAlc


The Specs are:
Model: Lenovo Thinkpad T440
GPU: Intel(R) HD Graphics Family
CPU: Intel(R) Core(TM) i5 4300U 1.90 GHz
Chipset: Intel(R) 8 series
Audio Codec: ALC 292
Network adapter: Intel(R) Dual Band Wireless AC 7260

I have attached my EFI folder down bellow.
Thank you in advance!
missing other audio properties from:


Code:
<key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>layout-id</key>
                <data>BgAmCg==</data>
            </dict>
        </dict>
        <key>Delete</key>
        <dict/>
    </dict>

have a read on:
 
missing other audio properties from:


Code:
<key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>layout-id</key>
                <data>BgAmCg==</data>
            </dict>
        </dict>
        <key>Delete</key>
        <dict/>
    </dict>

have a read on:
Hello. I have added these lines to the config file
Code:
<key>DeviceProperties</key>

    <dict>

        <key>Add</key>

        <dict>

            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>

            <dict>

                <key>layout-id</key>

                <data>BgAmCg==</data>

            </dict>

            <key>PciRoot(0x0)/Pci(0x1b,0x0)</key>

            <dict>

                <key>alc-verbs</key>

                <data>AQAAAA==</data>

                <key>layout-id</key>

                <data>HAAAAA==</data>

            </dict>

        </dict>

        <key>Delete</key>

        <dict/>

    </dict>

However no audio device is showing up still
 
So I have just done my first hackintosh on a Lenovo Thinkpad T440, but the audio is not working for some reason.
The output isn't even showing up at the audio settings.

Things I have tried:
Tried every layout codes
reinstall AppleAlc


The Specs are:
Model: Lenovo Thinkpad T440
GPU: Intel(R) HD Graphics Family
CPU: Intel(R) Core(TM) i5 4300U 1.90 GHz
Chipset: Intel(R) 8 series
Audio Codec: ALC 292
Network adapter: Intel(R) Dual Band Wireless AC 7260

I have attached my EFI folder down bellow.
Thank you in advance!
My current EFI folder
 

Attachments

  • EFI.zip
    25.4 MB · Views: 201
Hello. I have added these lines to the config file
Code:
<key>DeviceProperties</key>

    <dict>

        <key>Add</key>

        <dict>

            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>

            <dict>

                <key>layout-id</key>

                <data>BgAmCg==</data>

            </dict>

            <key>PciRoot(0x0)/Pci(0x1b,0x0)</key>

            <dict>

                <key>alc-verbs</key>

                <data>AQAAAA==</data>

                <key>layout-id</key>

                <data>HAAAAA==</data>

            </dict>

        </dict>

        <key>Delete</key>

        <dict/>

    </dict>

However no audio device is showing up still
you should only have one <key> for your audio, with only one layout-id
 
Status
Not open for further replies.
Back
Top