Contribute
Register

[Solved] audio_cloverALC-120.command Problems

Status
Not open for further replies.
Joined
Aug 8, 2012
Messages
122
Motherboard
Asus Maximus XI Hero (Wifi)
CPU
i9-9900K
Graphics
RX 5700 XT
Mobile Phone
  1. iOS
Hello
I have an x99 motherboard running Sierra 10.12.4, I want to enable the audio of the ALC1150.
I have problems running audio_cloverALC-120_v1.0f.command, I receive the following message in the terminal:

Code:
File: audio_cloverALC-120.command_v1.0f
Release Mode
Password:
EFI partition is mounted
System Integrity Protection status: disabled.

Ok to patch
/Users/admin/Downloads/audio_cloverALC-120_v1.0f 2.command: line 672: syntax error near unexpected token `fi '
/Users/admin/Downloads/audio_cloverALC-120_v1.0f 2.command: line 672: `fi '

[Process completed]

I have also tried with audio_cloverALC-120_v1.0d.command, but it seems to enter an infinite loop and fails to perform the installation:

Code:
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-120.command_v1.0d
Release Mode
Password:
EFI partition is mounted
System Integrity Protection status: disabled.

Ok to patch
Confirm Realtek ALC1150 (y / n): y
Clover Audio ID Injection (y / n): y
Use Audio ID: 1 (y / n): y

Download ALC1150 files ...
  % Total% Received% Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 9916 100 9916 0 0 1559 0 0:00:06 0:00:06 - - - - 2051
Edit config.plist / Devices / Audio / Inject / 1
Edit config.plist / SystemParameters / InjectKexts / YES
Download kext patches
  % Total% Received% Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 1838 100 1838 0 0 873 0 0:00:02 0:00:02 - - - - 873

It stays at this point without further advancement, checking the terminal processes I can see that it enters infinite cycle downloading files but does not finish the installation.

@toleda you could help me or explain the possible cause.
 
Last edited:
i have same problem... at morning my audio was fine, pc was turned off, came home after work and audio is gone, dont know what happend ... just uninstalled realtekalc and replaced applehda.kext to original, trying this new command and getting this:

/Users/admin/Downloads/audio_cloverALC-120_v1.0f.command: line 672: syntax error near unexpected token `fi'
/Users/admin/Downloads/audio_cloverALC-120_v1.0f.command: line 672: `fi'

EDIT: fixed command by me - see attached file
there is problem in line 672

this need to be deleted:
if [ $gDebug = 2 ]; then
echo "gCodecsInstalled = $gCodecsInstalled"
echo "gCodecsVersion = $gCodecsVersion"
fi

added to:
# debug
if [ $gDebug = 2 ]; then ##
# if [ $gDebug = 1 ] || [ $gDebug = 2 ]; then
# gCodecsInstalled=0x10ec0887
# gCodecsVersion=0x100101
# gCodecsVersion=0x100202
# gCodecsVersion=0x100302
# gCodecsInstalled=0x10ec0900
# gCodecsInstalled=0x10ec1168
# gCodecsInstalled=0x10ec1220
# gCodecsVersion=0x100001
# gCodecsInstalled=0x10134206
# gCodecsVersion=0x100302
echo "gCodecsInstalled = $gCodecsInstalled"
echo "gCodecsVersion = $gCodecsVersion"

fi

EDIT 2: audio working again
 

Attachments

  • audio_cloverALC-120_v1.0f.command.zip
    10.5 KB · Views: 678
Last edited:
Thanks for your adjustment to the perfect code, but I still can not finish the installation, just enter an infinite loop.

Captura de pantalla 2017-04-19 a la(s) 20.16.45.png
 
My mistake, updated. Download and run.
If not fixed, try previous version: audio_cloverALC-120.command.zip
Thanks @toleda, as I mentioned above, I am now able to execute the command, thanks for the correction. The problem is that once executed does not finish the execution of it.

It gets stuck as shown by the catch.

Captura de pantalla 2017-04-19 a la(s) 21.16.47.png


I do not understand what may be causing this?

I'm using Sierra 10.12.4, Asus x99, i7 5930k, other people have been successful.

Is it possible to manually do all the process that the command should do?

Thanks!!!
 
Thanks @toleda, as I mentioned above, I am now able to execute the command, thanks for the correction. The problem is that once executed does not finish the execution of it.

It gets stuck as shown by the catch.

View attachment 249604

I do not understand what may be causing this?

I'm using Sierra 10.12.4, Asus x99, i7 5930k, other people have been successful.

Is it possible to manually do all the process that the command should do?

Thanks!!!
Solved, for some reason clover was not disabled SIP, once SIP disabled the command could finish without problems.
 
Status
Not open for further replies.
Back
Top