Wagnard / display-drivers-uninstaller

Display Driver Uninstaller (DDU) a driver removal utility / cleaner utility
https://www.wagnardsoft.com
Other
517 stars 28 forks source link

Stop to delete amdacpksl with AMD drivers #51

Closed mirh closed 4 years ago

mirh commented 4 years ago

It comes with realtek driver, and of course they break when you wipe the gpu one.

Wagnard commented 4 years ago

Can you point me the Realtek driver package that have this file? I only see this with AMD Catalyst driver.

I was able to spot some situation where it seems to come with some realtek distribution too. I'll try to see if I can identify the Realtek vs the AMD one.

If you have a system with the problem you described, can you please do a search from this key (Without A DDU run and with everything installed / working) : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum and search for a LowerFilters named amdacpksl once/if you find it, tell me the reg path of where you found it. I suspect it to be under a similar location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HDAUDIO\FUNC_01&VEN_10EC&DEV_1168&SUBSYS_10438723&REV_1001\4&1c71647&0&0001

mirh commented 4 years ago

I'm getting killed if I try any little more to "understand rather than straight fix".

Said this.. It seems you might be right about that file ever shipping inside the graphics drivers. But that was the I2S driver, not the HDMI one. Which imo hasn't really much to do with graphics, and indeed newer driver packages don't have it. It's just shipped by realtek and/or OEMs.

Wagnard commented 4 years ago

For the moment, I'll follow your advise and prevent its removal as it seem to be used at many places. I'll try to make it more intelligent in the future and remove it only when not used. But for the moment, I'll prevent completely.

Wagnard commented 4 years ago

Fixed with : 0064361166d9e89cf9cebef766f6647a1aaf538d

mirh commented 4 years ago

Uhm? I never argued for amdacpksd. That's still shipped in modern display drivers (for as much as only in the W8+ editions).

Wagnard commented 4 years ago

I preferred to remove it too while I was at it until further investigation.

Le sam. 16 mai 2020 08 h 04, mirh notifications@github.com a écrit :

Uhm? I never argued for amdacpksd. That's still shipped in today display drivers (for as much as only in the W7 edition).

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Wagnard/display-drivers-uninstaller/issues/51#issuecomment-629635253, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXWDGPYEZYFJENMBQWXSDTRRZ6LZANCNFSM4NCRVU5Q .

mirh commented 4 years ago

They have nothing to do with each other? Yes, they both have "ACP" in the name, but one refers to the audio coprocessor meaning trueaudio (and that's why it ships with gpu drivers). I reckon it's just a firmware loader for the DSP. The other is the embedded audio coprocessor found in APUs.

Wagnard commented 4 years ago

It seem you are right, I will re-add amdacpksd in the removal process.