Contribute
Register

Sleep issue and Sound issue

Status
Not open for further replies.
ok I did them still only headphone works but all shown
this:
Code:
<key>Audio</key>
        <dict>
            <key>Inject</key>
            <integer>28</integer>
            <key>ResetHDA</key>
            <true/>
        </dict>

should be:

Code:
<key>Audio</key>
        <dict>
            <key>Inject</key>
            <integer>No</integer>
            <key>ResetHDA</key>
            <true/>
        </dict>

this:
Code:
<key>PciRoot(0)/Pci(0x1f,3)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>28</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>

should be:
Code:
<key>PciRoot(0)/Pci(0x1f,3)</key>
            <dict>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>layout-id</key>
                <integer>28</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
 
Sorry for delay I was testing something about my issue also sorry for misunderstood I ve added that just like you wrote but it was still same so I deleted and reinstalled codeccommander.kext and reboot sound worked for one or two reboots and its gone again. so that might help.
 

Attachments

  • debug_8395.zip
    2.4 MB · Views: 53
I fixed my sound issue actualy there was no issue the issue comes from bios i think when I boot on windows I had to shutdown my pc not restart if I restart it somehow macos cant show my audio. So for fix when I want to switch os I need to complate shutdown to my PC then I can use my audio on mac.

Still all of my problems there I cant fix my sleep still trying
 
I fixed my sound issue actualy there was no issue the issue comes from bios i think when I boot on windows I had to shutdown my pc not restart if I restart it somehow macos cant show my audio. So for fix when I want to switch os I need to complate shutdown to my PC then I can use my audio on mac.

Still all of my problems there I cant fix my sleep still trying
hibernatemode should be set to 0
https://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/post-1126820


ForceKextsToLoad from config.plist should now be removed as you have a working system

also you may want to do this:
https://www.tonymacx86.com/threads/...sdt-for-usbinjectall-kext.211311/post-1405329
 
Finally I fixed all yes these fixed work for me but I had minor issues as well I find a guide for my laptop model on a chinese git web site if someone had my issue they can check. In that build they also added correct layout for my laptop on AppleALC. Layout id-15 works perfect on that guide here is the link. Thread may marked it solved.

Here is the link for guide FX553VD or GL553VD
 
Status
Not open for further replies.
Back
Top