Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Catalina Support #10

Open
ghost opened this issue Oct 6, 2019 · 4 comments
Open

Catalina Support #10

ghost opened this issue Oct 6, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Oct 6, 2019

While this fix has been working great in Mojave. I received the attached error in latest Catalina beta.
Screenshot 2019-10-06 at 2 49 50 PM

@Juan-VC-gh
Copy link

I have not actually seen that window pop, however what I have noticed is that on Catalina (but also happened in Mojave) is that if I wake the laptop quickly after sleep it may not relauch ComboJack so I get output noise. Also I am using VerbStub.kext in L/E because in Clover/kexts/Other leaves me with no Audio (while having AppleALC there too). Does any of those also happen to you?

@maz-1
Copy link
Member

maz-1 commented Oct 16, 2019

try
sudo spctl --add /usr/local/sbin/ComboJack

@jianglinchun
Copy link

截屏2020-03-10下午10 04 22

After I modify the code and bypass the sem check like below:
//Allow only one instance // if (sem_open("XPS_ComboJack_Watcher", O_CREAT, 600, 1) == SEM_FAILED) // { // fprintf(stderr, "Another instance is already running!\n"); // return 1; // }

I got this output:
Starting jack watcher. CodecID: 0x10de0080 subVendor: 0x0 subDevice: 0x0 No compatible audio device found! Exit now. Program ended with exit code: 1

I'm looking forward to your help.

@jianglinchun
Copy link

fixed by put AppleALC.kext into EFI/CLOVER/kexts/Other/.

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

No branches or pull requests

3 participants