Jump to content
1042 posts in this topic

Recommended Posts

14 minutes ago, oSxFr33k said:

Is "VoodooHdaSettingsLoader" working in Catalina and where do I place the app in applications or in /etc?  Do I need to make it executable and do you have a link to the latest version of it?

 

Thanks!

1. I don't know if it works in Catalina.

2. Into applications.

3. Executable as any app.

4. Version 1.0 is the latest version.

I never used it and not support it.

  • Like 1
1 hour ago, Slice said:

1. I don't know if it works in Catalina.

2. Into applications.

3. Executable as any app.

4. Version 1.0 is the latest version.

I never used it and not support it.

 

Is there an alternate way to save the settings for me just the PCM and iMix volume sliders.  Thanks!

7 hours ago, bronxteck said:

open the kext and edit the info.plist values by hand

Ah ok I see iMix and PCM set to 90 I should have known better, thanks!

Edited by oSxFr33k
  • 2 weeks later...

Hi @Slice, I'm using the latest version 2.9.2, I usually have the video call via Google hangout using a headset with microphone, and some time the devices stop working, no sound on the speaker, no sound input to the mic. I did try restart the sound service, change the ports, but the only way to resolve it is restart the computer.
I hope you can help to fix this, let me know if I can provide any more information, logs or something.
Here is my spec:
CPU: Ryzen 5 2600
Mobo: MSI B450M Mortar Max, ALC892
MacOS Mojave 10.14.6

 

 

dump

Edited by finn319
added dump file
  • 1 month later...

please help start the sound.

Installed VoodooHDA.kext and AppleHDADisabler.kext, sound control appeared in the system settings, but it doesn’t give any sound in the speakers, tried different devices for output (HDMI identifies no sound), please help me fix the sound

Снимок экрана 2019-12-03 в 01.23.56.png

DarwinDumper_3.0.4_03.12_02.16.48_Macmini8,1_AMI_X64_4945_Unknown_19A583_maxim.zip

 

 

ps: board ASUS H81T, sound chip ALC887

Edited by NEOSoftWare
13 hours ago, NEOSoftWare said:

please help start the sound.

Installed VoodooHDA.kext and AppleHDADisabler.kext, sound control appeared in the system settings, but it doesn’t give any sound in the speakers, tried different devices for output (HDMI identifies no sound), please help me fix the sound

Снимок экрана 2019-12-03 в 01.23.56.png

DarwinDumper_3.0.4_03.12_02.16.48_Macmini8,1_AMI_X64_4945_Unknown_19A583_maxim.zip

 

 

ps: board ASUS H81T, sound chip ALC887

It may be due to jack inserted into Headphone hole. There is an autodetect if sound will go to internal speaker or to headphone.

4 hours ago, Slice said:

It may be due to jack inserted into Headphone hole. There is an autodetect if sound will go to internal speaker or to headphone.

I use a green connector, the front panel connector is not used. but the sound is still not working

 

speakers on another computer work

Снимок экрана 2019-12-03 в 20.19.52.png

14 hours ago, NEOSoftWare said:

I use a green connector, the front panel connector is not used. but the sound is still not working

 

speakers on another computer work

 

Provide the dump with getdump utility to see what is working and why.

15 hours ago, Slice said:

Provide the dump with getdump utility to see what is working and why.

It turns out the sound works, it perfectly transmits from the AAFP connector and also the strong sound from the white connector that is nearby, but there is no sound from the green connector, there is probably a mechanical malfunction of the connector itself. thank you

13 hours ago, NEOSoftWare said:

It turns out the sound works, it perfectly transmits from the AAFP connector and also the strong sound from the white connector that is nearby, but there is no sound from the green connector, there is probably a mechanical malfunction of the connector itself. thank you

No, there is a configuration problem. Dump shows

Tracing association 1 (2)
 Tracing pin 20 with min nid 0
   nid 12 busy by association 0
 Unable to trace pin 20 seq 0 with min nid 0

It looks like the mixer 12 is busy with association 1 and can not be used for association 2. (0x01014020)

So my proposition is to change config for node 20 to be in association 1.

			<key>NodesToPatch</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Change LineOut to be in group 1</string>
					<key>Codec</key>
					<integer>0</integer>
					<key>Config</key>
					<string>0x0101401f</string>
					<key>Node</key>
					<integer>20</integer>

Be careful about other lines in the info.plist

10 hours ago, Slice said:

No, there is a configuration problem. Dump shows


Tracing association 1 (2)
 Tracing pin 20 with min nid 0
   nid 12 busy by association 0
 Unable to trace pin 20 seq 0 with min nid 0

It looks like the mixer 12 is busy with association 1 and can not be used for association 2. (0x01014020)

So my proposition is to change config for node 20 to be in association 1.


			<key>NodesToPatch</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Change LineOut to be in group 1</string>
					<key>Codec</key>
					<integer>0</integer>
					<key>Config</key>
					<string>0x0101401f</string>
					<key>Node</key>
					<integer>20</integer>

Be careful about other lines in the info.plist

 

 

added, another device appeared in the list, but the sound still does not work

 

Снимок экрана 2019-12-06 в 02.26.17.png

dump2.txt

Make node 26 to be in group 3

0x99130130

and Headphone node 27 0x0221403f

It is more common when Speaker+Headphone are in one group and Line-out is in another group

then Lineout node 20 to be 0x01014010

  • Thanks 1
On 12/9/2019 at 1:37 PM, Slice said:

Make node 26 to be in group 3

0x99130130

and Headphone node 27 0x0221403f

It is more common when Speaker+Headphone are in one group and Line-out is in another group

then Lineout node 20 to be 0x01014010

thanks, it helped :thumbsup_anim:

  • 1 month later...

Hello Slice , how are you ?

 

It seems strange to me that on the asus p5q pro turbo, the vodoohda does not make my audio work, I did an audio dump via clover with F8 ... I also used the disablerHda, but it doesn't work, can you see the dump ??

misc.zip

Hi Slice. Thanks for your work. VoodooHDA might be the easiest way to get sounds in Hackintosk.

 

But I got some troubles in my laptop.
My laptop have "Beats Audio quad speakers and two subwoofers" according to HP website.
I want to make all the speakers works.

 

The inner speaker nodes are:
Node 13 bottom speakers
Node 15 upper speakers
Node 16 subwoofers

 

The Codec is IDT 92HD91BXX.

The VoodooHDA version is 2.9.2.


1st try:
Remove all NodesToPatch
Sound panel shows 1 device. (It's Node 13. It works)

 

2nd try:
Patch Node 15
Sound panel shows 2 devices. (They are Node 13 and 15. Both works)
<key>NodesToPatch</key>
<array>
    <dict>
        <key>Codec</key>
        <integer>0</integer>
        <key>Config</key>
        <string>0x92180150</string>
        <key>Node</key>
        <integer>15</integer>
    </dict>
</array>

 

3rd try:
Patch Node 16
Sound panel shows 2 devices. (They are Node 13 and 16. Both works)
<key>NodesToPatch</key>
<array>
    <dict>
        <key>Codec</key>
        <integer>0</integer>
        <key>Config</key>
        <string>0x92180160</string>
        <key>Node</key>
        <integer>16</integer>
    </dict>
</array>

 

4th try:
Patch Node 15 and 16.
Sound panel shows 2 devices. (They are Node 13 and 15. Both works)
But Node 16 is no show.

<key>NodesToPatch</key>
<array>
    <dict>
        <key>Codec</key>
        <integer>0</integer>
        <key>Config</key>
        <string>0x92180150</string>
        <key>Node</key>
        <integer>15</integer>
    </dict>
    <dict>
        <key>Codec</key>
        <integer>0</integer>
        <key>Config</key>
        <string>0x92180160</string>
        <key>Node</key>
        <integer>16</integer>
    </dict>
</array>

 

 

Is there any solution to make both Node 13,15,16 works?
Thank You.
 

Clover_dump.txt

codec#0.svg

Ubuntu.dump.txt

Voodoo_NoPatch.txt

Voodoo_Patch_15_16.txt

Voodoo_Patch_15.txt

Voodoo_Patch_16.txt

Edited by bin456789
×
×
  • Create New...