Contribute
Register

<< Solved >> AsusUX510UXK Audio Problem After Reboot from Windows10

Status
Not open for further replies.
ok, also the config.plist has changed since Mojave in the way you implement audio and graphics:

example of what the audio properties should look like:
Code:
<key>PciRoot(0)/Pci(0x1f,3)</key>
            <dict>
                <key>layout-id</key>
                <integer>3</integer>
                <key>#PinConfigurations</key>
                <data></data>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>

(the guide has them disabled but you enable them by removing the #s)

and you change the layout-ID (from 3 above) to whatever is compatible from:

i had huge issues testing each one for my ALC255 trying to get the perfect match for speakers and hdmi out and also for speakers

i ended using id=17 as that worked for speakers and hdmi but headphones was distorted until i created an ALCPluginFix and then everything is perfect, even after sleep audio on headphones it perfect

obviously id=17 may not work for as we have different codecs, as you will have to test each one to see which one does work for you

I know the right way to set up WEG and AppleALC, but the provider of Clover config didn't do that and I don't want to make a change beacause it just works fine now.

I'm going to stay in layout 21 for test
 
the smchelper is disabled in clover by Disable Driver
 
I fresh install 10.15 Catalina and use Migration Assistant to restore Applications, user's file from my TimeMachine.
Up to now, everything has been working properly.

Audio is working, bluetooth is working, WEG is working.
I have updated all kexts and installed them into clover/kexts.

New debug_file and EFI par:
 

Attachments

  • CLOVER-10.15-All-fine.zip
    5.9 MB · Views: 49
  • debug_12616.zip
    6 MB · Views: 42
you still may need virtualsmc.efi to go in there as well

I just discovered there was an error about VirtualSMC:

Code:
2020-02-25 19:20:28.677168+0800 0x73       Default     0x0                  0      0    kernel: (kernel) VirtualSMC:   efend @ failed to find valid status (800000000000000E, 8), VirtualSMC EFI module is broken
in my kernal log
I'm going to install it.
 
I just discovered there was an error about VirtualSMC:

Code:
2020-02-25 19:20:28.677168+0800 0x73       Default     0x0                  0      0    kernel: (kernel) VirtualSMC:   efend @ failed to find valid status (800000000000000E, 8), VirtualSMC EFI module is broken
in my kernal log
I'm going to install it.
yes, that would be best :)
 
I install Virtual SMC and nothing changed at that time. Anything was working at that time.
But after a night sleep(Hibernation?), the speaker boom again. Realizing the experience I use VoodooHDA, it sometimes boomed in sleep. I wonder whether it have sth with the sleep and hibernation.

debug_file:
 

Attachments

  • debug_2792.zip
    6.8 MB · Views: 45
I thought this was a random event...
 
And there is a new question: I can't open wifi hotspot in network share.
It just turns to WiFi mode after about 30sec, the hotspot logo appear for a while but I can't search the ssid in my phone.
 
log file:
 

Attachments

  • wifi-log.zip
    248.4 KB · Views: 36
Status
Not open for further replies.
Back
Top