Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mojave - Audio not working after sleep #41

Closed
mybabysexy opened this issue Jun 3, 2021 · 20 comments
Closed

Mojave - Audio not working after sleep #41

mybabysexy opened this issue Jun 3, 2021 · 20 comments

Comments

@mybabysexy
Copy link

I downgraded from Big Sur to Mojave.
Audio works fine on first boot, but not working after sleep.
This only happens on Mojave, not Big Sur.
How can I fix this?

@CLAY-BIOS
Copy link
Owner

I downgraded from Big Sur to Mojave.
Audio works fine on first boot, but not working after sleep.
This only happens on Mojave, not Big Sur.
How can I fix this?

The bin Directory in Big Sur and Catalina is / usr/local/bin/
While the bin directory in Mojave is / usr/bin
In theory, you just need to modify the ALCPlugFix--> install.sh file:
BIN_PATH= / usr/local/bin/ is modified to BIN_PATH= / usr/bin/

@mybabysexy
Copy link
Author

ok I'll try

@CLAY-BIOS
Copy link
Owner

ok I'll try

ALCPlugFix -> CLAY.win.ALCPlugFix.plist
The path in the file also needs to be modified

@mybabysexy
Copy link
Author

still no sound after sleep
image

@mybabysexy
Copy link
Author

image
image

@CLAY-BIOS
Copy link
Owner

still no sound after sleep
image

No sound from the external player, or no sound from the headphones?

@mybabysexy
Copy link
Author

still no sound after sleep
image

No sound from the external player, or no sound from the headphones?

No sound from internal speaker, 3.5mm jack loud noise

@CLAY-BIOS
Copy link
Owner

still no sound after sleep
image

No sound from the external player, or no sound from the headphones?

No sound from internal speaker, 3.5mm jack loud noise

The ALCPlugFix script is used to fix the 3.5mm noise.
As for the speakers having no sound, I ' m not sure what is wrong.
I will install the Mojave to test it.

@CLAY-BIOS
Copy link
Owner

@mybabysexy
I tested it on Mojave, but I didn't find the problem you said. Audio works normally.

@mybabysexy
Copy link
Author

can I dump my configurations or something to help you check?

@CLAY-BIOS
Copy link
Owner

can I dump my configurations or something to help you check?

of course can.

@mybabysexy
Copy link
Author

what files do you need?

@CLAY-BIOS
Copy link
Owner

what files do you need?

1.Execute at the terminal:log show --last boot | grep -Ei "Wake"
2.Are you using Intel-WiFi? If so, try disabling it in the BIOS.
3.Execute at the terminal:log show --last boot | grep -Ei "ACPI"
I need to print the information

@mybabysexy
Copy link
Author

what files do you need?

1.Execute at the terminal:log show --last boot | grep -Ei "Wake"
2.Are you using Intel-WiFi? If so, try disabling it in the BIOS.
3.Execute at the terminal:log show --last boot | grep -Ei "ACPI"
I need to print the information

acpi.after-sleep.log
acpi.before-sleep.log
wake.after-sleep.log
wake.before-sleep.log

@CLAY-BIOS
Copy link
Owner

what files do you need?

1.Execute at the terminal:log show --last boot | grep -Ei "Wake"
2.Are you using Intel-WiFi? If so, try disabling it in the BIOS.
3.Execute at the terminal:log show --last boot | grep -Ei "ACPI"
I need to print the information

acpi.after-sleep.log
acpi.before-sleep.log
wake.after-sleep.log
wake.before-sleep.log

Sorry, I didn't find anything wrong.
Everything works fine in my tests.
Maybe the reinstallation can be resolved.

@mybabysexy
Copy link
Author

what files do you need?

1.Execute at the terminal:log show --last boot | grep -Ei "Wake"
2.Are you using Intel-WiFi? If so, try disabling it in the BIOS.
3.Execute at the terminal:log show --last boot | grep -Ei "ACPI"
I need to print the information

acpi.after-sleep.log
acpi.before-sleep.log
wake.after-sleep.log
wake.before-sleep.log

Sorry, I didn't find anything wrong.
Everything works fine in my tests.
Maybe the reinstallation can be resolved.

I tried to reinstall yesterday but audio didn't work after sleep. I'll try Catalina instead

@mybabysexy
Copy link
Author

Hi, I installed Catalina today but audio isn't recognized, how can I fix this?
Hackintool shows below
image

@mybabysexy mybabysexy reopened this Jun 16, 2021
@CLAY-BIOS
Copy link
Owner

Hi, I installed Catalina today but audio isn't recognized, how can I fix this?
Hackintool shows below
image

Select reset nvram on the boot interface to clear nvram.

@CLAY-BIOS
Copy link
Owner

Hi, I installed Catalina today but audio isn't recognized, how can I fix this?
Hackintool shows below
image

Has the problem been solved?

@mybabysexy
Copy link
Author

Cleared NVRAM and audio detected! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants