Jump to content
1042 posts in this topic

Recommended Posts

5 minutes ago, hiphopboy said:

any new release for this voodooHDA, hope soon support for Monterey

Still no any news what to change. For me release 2.9.7 is working in Monterey beta 4. Not tested in beta 5 yet.

  • 1 month later...
  • 2 weeks later...

I had to reproduce the trick to make VoodooHAD working.The reason was a boot with SIP enabled, csr-active-config=0. The system works but VoodooHDA no. It is unapproved kext.

So I set csr=0x285 as previously and reboot. No! VoodooHDA is not working!

 

So return to the guide.

sergey@iMac2017 % sudo kextutil -v /Library/Extensions/VoodooHDA.kext 
Password:
Defaulting to kernel file '/System/Library/Kernels/kernel'
Executing: /usr/bin/kmutil load --bundle-path /Library/Extensions/VoodooHDA.kext
Error Domain=KMErrorDomain Code=27 "Extension with identifiers org.voodoo.driver.VoodooHDA not approved to load. Please approve using System Preferences." UserInfo={NSLocalizedDescription=Extension with identifiers org.voodoo.driver.VoodooHDA not approved to load. Please approve using System Preferences.}
sergey@iMac2017 % 

OK, I opened System Preferences -> Security & Privacy and Unlock it

Screenshot 2021-10-03 at 21.28.22.png

Enter password and then Allow.

It asked for reboot, I agreed.

That's all fork.

Screenshot 2021-10-03 at 21.47.01.png

On 10/3/2021 at 9:48 PM, Slice said:

OK, I opened System Preferences -> Security & Privacy and Unlock it

Screenshot 2021-10-03 at 21.28.22.png

 

Please tell me, I did everything exactly the same, but only HDMI outputs appeared in the place of 5.1 sound,

364729352_2021-10-0623_32_37.png.abbef3e8dd85521ec6e9adc9d54f44d5.png

this is in system 11.4.
in 11.1 if you do the same, then everything works, what is it connected with?

csr-active-config = FF0F0000

sound card alc662

  • 2 weeks later...
  • 2 weeks later...
  • 2 months later...
On 10/21/2021 at 4:51 PM, hiphopboy said:

 

How to set this on Opencore, bro ?

 

<key>CsrActiveConfig</key>
            <string>0x0285</string>
  • For hackintoshes, set csr-active-config to 030A0000 (0xA03) and ensure this is correctly applied
    • Big Sur/Monterey (0xA03):
      • CSR_ALLOW_UNTRUSTED_KEXTS
      • CSR_ALLOW_UNRESTRICTED_FS
      • CSR_ALLOW_UNAPPROVED_KEXTS
      • CSR_ALLOW_UNAUTHENTICATED_ROOT
    • Mojave/Catalina (0x203):
      • CSR_ALLOW_UNTRUSTED_KEXTS
      • CSR_ALLOW_UNRESTRICTED_FS
      • CSR_ALLOW_UNAPPROVED_KEXTS
  • Like 3
  • Thanks 1
10 hours ago, pasha_infest said:
  • For hackintoshes, set csr-active-config to 030A0000 (0xA03) and ensure this is correctly applied
    • Big Sur/Monterey (0xA03):
      • CSR_ALLOW_UNTRUSTED_KEXTS
      • CSR_ALLOW_UNRESTRICTED_FS
      • CSR_ALLOW_UNAPPROVED_KEXTS
      • CSR_ALLOW_UNAUTHENTICATED_ROOT
    • Mojave/Catalina (0x203):
      • CSR_ALLOW_UNTRUSTED_KEXTS
      • CSR_ALLOW_UNRESTRICTED_FS
      • CSR_ALLOW_UNAPPROVED_KEXTS

 

Thanks, i changed to AppleALC already :)

  • 4 weeks later...

I made one more correction in the sources expected the kext will be more stable in new systems.

Tested in Monterey 12.3b1 and in Mojave.

Version 2.9.8 attached in the topic.

 

It's a pity the trick "How to make it working..." is still on place.

 

The sound is perfect!

  • Thanks 1
6 hours ago, LockDown said:

Hi @Slice

If i want to compile my own, which xcodeproj will i choose?

1. VoodooHDA_BS

2. VoodooHDA_old

3. VoodooHDA

 

1 for bigsur

2 for lion (Xcode 4)

3 I am using on Mojave.

 

  • Like 1
×
×
  • Create New...