Tutorial of Black Apple DSDT injection code driving part of sound card

  • A+
Classification: DSDT SSDT
abstract

Thanks for the contribution of shangty. These days, the website has a serious problem of spam messages, and it has changed to a charging invitation registration, which makes it easy to manage users, and spam messages are gradually becoming less and less. It is also just time to make some money to maintain the server. Take a look at the content of your contribution! This article describes in detail how to use the DSDT code injection method to drive your sound card device and get rid of voodohda. This tutorial supports updates. First, take a look at the sound card models that support updates in this article!

Preface

thank you very much shangty During this period of time, the website had a lot of spam messages. Instead, it was charged to invite users to register, which made it easier for users to manage, and the spam messages gradually became less and less. It was just time to make some money to maintain the server. Take a look at the content of your contribution!

play Black apple Installation is not the key point, but the key point is whether the driver is easy to find. If the hardware supports it, it is not necessary to mention smooth installation and use. If it does not support it, it is laborious. You'd better check whether your hardware equipment is suitable and whether there are successful cases before installing, and then find a suitable tutorial to install. Each tutorial is not suitable for everyone, but the general steps are just like that and can only be used as a reference.

This article details how to use DSDT Drive your sound card device by injecting code, and get rid of voodohda. This tutorial supports updates. First, take a look at the sound card models that support updates in this article!

Supported model: notebook

Click the display below to view the supported notebook sound card models

open

  • AppleHDA -272.18-ALC233
  • AppleHDA -272.18-ALC235
  • AppleHDA-272.18-ALC255
  • AppleHDA-272.18-ALC268
  • AppleHDA-272.18-ALC269
  • AppleHDA-272.18-ALC269
  • AppleHDA-272.18-ALC269
  • AppleHDA-272.18-ALC269VB
  • AppleHDA-272.18-ALC269VB
  • AppleHDA-272.18-ALC269VB
  • AppleHDA-272.18-ALC269VC
  • AppleHDA-272.18-ALC269VC
  • AppleHDA-272.18-ALC270
  • AppleHDA-272.18-ALC270
  • AppleHDA-272.18-ALC271x
  • AppleHDA-272.18-ALC272
  • AppleHDA-272.18-ALC275
  • AppleHDA-272.18-ALC280
  • AppleHDA-272.18-ALC282
  • AppleHDA-272.18-ALC282
  • AppleHDA-272.18-ALC283
  • AppleHDA-272.18-ALC284
  • AppleHDA-272.18-ALC288
  • AppleHDA-272.18-ALC290
  • AppleHDA-272.18-ALC663
  • AppleHDA-272.18-ALC663
  • AppleHDA-272.18-ALC888
  • AppleHDA-272.18-ALC892
  • AppleHDA-272.18-CX20583
  • AppleHDA-272.18-CX20585
  • AppleHDA-272.18-CX20588
  • AppleHDA-272.18-CX20590
  • AppleHDA-272.18-CX20752
  • AppleHDA-272.18-CX20756
  • AppleHDA-272.18-CX20757
  • AppleHDA-272.18-IDT_92HD66C3:65
  • AppleHDA-272.18-IDT92HD75B2X5
  • AppleHDA-272.18-IDT92HD75B3X5
  • AppleHDA-272.18-IDT92HD81B1X5
  • AppleHDA-272.18-IDT92HD87B1
  • AppleHDA-272.18-IDT92HD91BXX
  • AppleHDA-272.18-IDT92HD93BXX
  • AppleHDA-272.18-VIA_VT1802
  • AppleHDA-272.18-VIA_VT1802

Is there anything suitable for you? Next, let's take a look at the

Supported model: desktop

open

  • AppleHDA-272.18-ADI1988B
  • AppleHDA-272.18-ADI2000B
  • AppleHDA-272.18-ALC662
  • AppleHDA-272.18-ALC882
  • AppleHDA-272.18-ALC883
  • AppleHDA-272.18-ALC887VD
  • AppleHDA-272.18-ALC888
  • AppleHDA-272.18-ALC889
  • AppleHDA-272.18-ALC889a
  • AppleHDA-272.18-ALC892
  • AppleHDA-272.18-ALC898
  • AppleHDA-272.18-ALC1150
  • AppleHDA-272.18-VIA__VT2020_2021

Special tip: Baidu online disk often has the possibility of losing sharing. Please save it to your online disk as soon as possible to avoid the failure of sharing link below!

Step 1: Determine your (sound card) audio codec first

Open the Device Manager in Win, DEVICE_ID Corresponding audio codec Codec_id: 10ec0889 As shown below:

黑苹果DSDT注入代码驱动部分声卡的教程

Step 2: Inject the device ID of your sound card

There are many injection methods. Here we teach you about dsdt injection:

In the clover boot interface, press f4 to extract, without any prompt, it will be automatically saved in the (directory) efi clover API origin, and then compiled into the dsl format (not explained here). Maciasl is used in the Mac. With idt92hd91bxx Sound card injection ID as an example

First, open Maciasl and search for "hdef", as shown in the following figure:

黑苹果DSDT注入代码驱动部分声卡的教程

Next, open the downloaded Sound card driver Package, as shown below:

黑苹果DSDT注入代码驱动部分声卡的教程

With a set of DSDT Inject code. Replace this code with us DSDT The code under hdef in, as shown in the following picture:

黑苹果DSDT注入代码驱动部分声卡的教程

Codec id

Where: codec id is the DEVICE_ID found in the first step, for example, my idt92hd91bxx=10ec0889. Fill in all in reverse order, and add 0x before every two values, that is 0x89,0x08 , 0xEC , 0x10

Code interpretation layout id

The layout id is the sound card layout id corresponding to the download driver. It is found that the download idthd91bxx driver, Layout_ID=3 (notebooks are generally three), all of which are filled in reverse order, and every two values are supplemented with 0x, that is, 0x07, 0x00, 0x00, 0x00.

In addition, if there is no DTGP function in the dsdt, copy the following code and add it
open

  1. Method (DTGP, 5, NotSerialized)
  2.     {
  3.         If (LEqual (Arg0, Buffer (0x10)
  4.                 {
  5.                     /* 0000 */    0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44,
  6.                     /* 0008 */    0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B
  7.                 }))
  8.         {
  9.             If (LEqual (Arg1, One))
  10.             {
  11.                 If (LEqual (Arg2, Zero))
  12.                 {
  13.                     Store (Buffer (One)
  14.                         {
  15.                             0x03
  16.                         }, Arg4)
  17.                     Return (One)
  18.                 }
  19.                 If (LEqual (Arg2, One))
  20.                 {
  21.                     Return (One)
  22.                 }
  23.             }
  24.         }
  25.         Store (Buffer (One)
  26.             {
  27.                 0x00
  28.             }, Arg4)
  29.         Return (Zero)
  30.     }


The Layout_ID values defined by the number of sound card interfaces on the motherboard are as follows:

Layout_ID 3=For Notebook PC
Layout_ID 5=support 3 interfaces (pink, green, blue)
Layout_ID 7=support 5/6 interface (gray, black, orange, pink, green, blue)
Layout_ID 9=support 5/6 interface (gray, black, orange, pink, green, blue, CodecAddress: 2)

End of article

The above article is from the user shangty If you find any problems, please leave a message or add a group discussion!

Drive download

Price: zero X coins
Extract password: ******** [Hide information, log in and post comments, then refresh and see!]
  • WeChat official account of Black Apple Paradise
  • The WeChat official account of Black Apple Paradise pushes the latest articles. Thank you for your attention!
  •  weinxin
  • WeChat service account of Black Apple Paradise
  • This is the WeChat public service account of Black Apple Paradise, and also the WeChat customer service of Black Apple Paradise.
  •  weinxin

Comment

You must To comment!

Current comments: 1232 of which: visitors 1229 bloggers 3

    •  avatar [email protected] one

      Try downloading

      •  avatar werty120 three

        Thank you, God. Thank you

        •  avatar cydatou four

          Try downloading

          •  avatar majie0032 six

            Try downloading it.

            •  avatar sixty-eight million eight hundred and forty-four thousand seven hundred and forty-six four

              Try downloading it.

              •  avatar zhang5201 four

                have a try? Always show download loading failure

                •  avatar wolaiwojian four

                  The picture doesn't show

                  •  avatar BIGMST four

                    have a try? Always show download loading failure

                    •  avatar eight hundred and sixty-three million five hundred and forty-four thousand two hundred and fifty four

                      Thank you for sharing!

                      •  avatar leonly four

                        Thank you for sharing, thank you

                        •  avatar avarsog four

                          Thanks for sharing

                          •  avatar sniurt four

                            Thanks for sharing!!

                            •  avatar yangzhensen one

                              Thanks for sharing!!!

                              •  avatar xinyuxinyuan three

                                Thanks for sharing!!!

                                •  avatar yangzhijie two

                                  Ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah ah

                                  •  avatar shioyy six

                                    Thank you for sharing, very good

                                    •  avatar ppptttppp five

                                      Thank you for sharing, very good

                                      •  avatar wlsoga five

                                        Thank you for sharing, very good

                                        •  avatar [email protected] four

                                          Try this method

                                          •  avatar zyc_mem four

                                            This program is necessary. I want it too much

                                            •  avatar biegaosuwo three

                                              Chameleon 10.12 for help..

                                              •  avatar YJ198001 four

                                                Thank you for sharing, very good

                                                •  avatar jykjyk three

                                                  Thank you for sharing, very good

                                                  •  avatar beyondxxrl five

                                                    Thank you for sharing, very good

                                                    •  avatar xxh_xj five

                                                      Thank you for sharing!!

                                                      •  avatar one billion four hundred and thirty-five million three hundred and ninety-one thousand four hundred and fourteen four

                                                        I really, really