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 OSX 10.14 not installing #144

Open
joelven opened this issue Oct 5, 2018 · 9 comments
Open

Mojave OSX 10.14 not installing #144

joelven opened this issue Oct 5, 2018 · 9 comments

Comments

@joelven
Copy link

joelven commented Oct 5, 2018

I tried audio_cloverALC-130.command installation in OSX 10.14 and did not work.
Kindly requesting upgrade.

@technicus82
Copy link

technicus82 commented Oct 5, 2018

Had the same problem. It works with macOS 10.14. Add the following to the audio_cloverALC-130.sh file:

10.14* ) gSysName="Mojave"
    gSysFolder=kexts/10.14
    gSID=$(csrutil status)
    ;;

After running the shell script, move the kext file from clover kexts folder "other" to "10.14" and reboot. Audio should now working again.

@joelven
Copy link
Author

joelven commented Oct 7, 2018

@technicus82
Thanks, I will try it while new rev. is issued.

@Gerjan77
Copy link

Gerjan77 commented Oct 22, 2018

@technicus82 tested it for Mojave 👍
Remember to use Audio ID: 2

@wagenheimer
Copy link

It does not work for me. My motherboard is a Gigabyte Ga H270 Hd3.
It was working on High Siera.

After Upgrading to Mojave, I had an "output device" on Settings, but no audio.

After running the script, it does shows me "No Output Devices Found". When running the script it shows me that ALC887 is not compatible. Is this correct?

@toleda
Copy link
Owner

toleda commented Nov 6, 2018

Do you mean after restart, the system shows "No Output Devices Found." Script showing "ALC887 is not compatible" is not correct. Attack edited script and Terminal output.

@wagenheimer
Copy link

wagenheimer commented Nov 7, 2018

`Last login: Wed Nov 7 01:42:37 on ttys000
/Users/cezarwagenheimer/Desktop/No\ Audio\ Fix/audio_cloverALC-130_v0.6.command ; exit;
Cezars-iMac:~ cezarwagenheimer$ /Users/cezarwagenheimer/Desktop/No\ Audio\ Fix/audio_cloverALC-130_v0.6.command ; exit;

Agreement
The audio_cloverALC script is for personal use only. Do not distribute
the patch, any or all of the files or the resulting patched AppleHDA.kext
for any reason without permission. The audio_cloverALC script is
provided as is and without any kind of warranty.

File: audio_cloverALC-130.command_v0.6
Release Mode
Password:
EFI partition is mounted
/Users/cezarwagenheimer/Desktop/No Audio Fix/audio_cloverALC-130_v0.6.command: line 913: [: =: unary operator expected
Supported RealtekALC codecs: 885, 887, 888, 889, 892, 898, 1150, 1220 and 1220A (0 to exit)
Enter codec: 887
ALC887 v_ not supported
Use Legacy (v100202) Patch (y/n): `

audio_cloverALC-130_v0.6.command.zip

@toleda
Copy link
Owner

toleda commented Nov 7, 2018

The script did not see a codec, attach IOReg.

@technicus82
Copy link

With macOS 10.14.1 it does not work anymore. The script no longer finds a codec. AppleALC works with realtek onboard audio 1150 codec and audio id2 with the instructions found at tonymacx86.

@toleda
Copy link
Owner

toleda commented Nov 15, 2018

Deprecated, see README

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

5 participants