Giter VIP home page Giter VIP logo

Comments (20)

CLAY-BIOS avatar CLAY-BIOS commented on May 20, 2024

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/

from lenovo-thinkpad-t450s-hackintosh-opencore.

mybabysexy avatar mybabysexy commented on May 20, 2024

ok I'll try

from lenovo-thinkpad-t450s-hackintosh-opencore.

CLAY-BIOS avatar CLAY-BIOS commented on May 20, 2024

ok I'll try

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

from lenovo-thinkpad-t450s-hackintosh-opencore.

mybabysexy avatar mybabysexy commented on May 20, 2024

still no sound after sleep
image

from lenovo-thinkpad-t450s-hackintosh-opencore.

mybabysexy avatar mybabysexy commented on May 20, 2024

image
image

from lenovo-thinkpad-t450s-hackintosh-opencore.

CLAY-BIOS avatar CLAY-BIOS commented on May 20, 2024

still no sound after sleep
image

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

from lenovo-thinkpad-t450s-hackintosh-opencore.

mybabysexy avatar mybabysexy commented on May 20, 2024

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

from lenovo-thinkpad-t450s-hackintosh-opencore.

CLAY-BIOS avatar CLAY-BIOS commented on May 20, 2024

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.

from lenovo-thinkpad-t450s-hackintosh-opencore.

CLAY-BIOS avatar CLAY-BIOS commented on May 20, 2024

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

from lenovo-thinkpad-t450s-hackintosh-opencore.

mybabysexy avatar mybabysexy commented on May 20, 2024

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

from lenovo-thinkpad-t450s-hackintosh-opencore.

CLAY-BIOS avatar CLAY-BIOS commented on May 20, 2024

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

of course can.

from lenovo-thinkpad-t450s-hackintosh-opencore.

mybabysexy avatar mybabysexy commented on May 20, 2024

what files do you need?

from lenovo-thinkpad-t450s-hackintosh-opencore.

CLAY-BIOS avatar CLAY-BIOS commented on May 20, 2024

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

from lenovo-thinkpad-t450s-hackintosh-opencore.

mybabysexy avatar mybabysexy commented on May 20, 2024

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

from lenovo-thinkpad-t450s-hackintosh-opencore.

CLAY-BIOS avatar CLAY-BIOS commented on May 20, 2024

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.

from lenovo-thinkpad-t450s-hackintosh-opencore.

mybabysexy avatar mybabysexy commented on May 20, 2024

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

from lenovo-thinkpad-t450s-hackintosh-opencore.

mybabysexy avatar mybabysexy commented on May 20, 2024

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

from lenovo-thinkpad-t450s-hackintosh-opencore.

CLAY-BIOS avatar CLAY-BIOS commented on May 20, 2024

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.

from lenovo-thinkpad-t450s-hackintosh-opencore.

CLAY-BIOS avatar CLAY-BIOS commented on May 20, 2024

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

Has the problem been solved?

from lenovo-thinkpad-t450s-hackintosh-opencore.

mybabysexy avatar mybabysexy commented on May 20, 2024

Cleared NVRAM and audio detected! Thanks

from lenovo-thinkpad-t450s-hackintosh-opencore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.