toleda / audio_CloverALC

macOS Realtek ALC onboard audio with Clover
679 stars 109 forks source link

Mojave OSX 10.14 not installing #144

Open joelven opened 5 years ago

joelven commented 5 years ago

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

technicus82 commented 5 years ago

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 commented 5 years ago

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

Gerjan77 commented 5 years ago

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

wagenheimer commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

`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-130v0.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 commented 5 years ago

The script did not see a codec, attach IOReg.

technicus82 commented 5 years ago

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 commented 5 years ago

Deprecated, see README