-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver digital signature error #8
Comments
No, it should be good. 8 April 2018 is the signing date, not the expiry date. Click "View Certificate" to see the expiration date. Should be 5th July 2020. |
yes you're right, I've jumped to conclusions to fast because the driver is giving me the following error in Device Manager: |
Which Windows version is this? It could be that it can't handle SHA-2 signatures. I googled and came up with this (different driver, similar problem): https://kb.hilscher.com/display/CIFXDRV/Device+Manager+error+%28Code+52%29+with+cifx+Driver+V1.3.0.0+or+above |
it's Windows 10 1709 (10.0.16299.371) |
I did some digging and it looks like a policy issue in newer Windows 10 editions as described here: |
Thanks, that makes sense. All the Windows installations I've tested on have been upgraded from Windows 7, so the new policy does not apply. |
One more question: On that system, is secure boot enabled? If yes, does it help to disable it? |
Yes, Secure Boot is enabled but I don't want to disable it. I've managed to install a previous version of the driver with changing the clock back one year. |
Looks like there's no way to avoid buying an EV cert that would cost me ~1kUSD per year. I don't really feel like that. For the time being, I'll add a note to the README, so that people can turn off secure boot. |
I'm using Windows 7 and the driver wouldn't work, the SHA-2 Windows Update fixed it. I have been using scream for two weeks now, having my Raspberry Pi as my audio output without any flaw whatsoever. But that's also why it pains me so much to see it behind this awful wall put up by Micro$oft... |
Hi Leonardo, you're welcome :) |
It seems recent Windows 10 users will need to boot with TESTSIGNING ON to make trivial changes like #14. devcon fails installing the driver unless Windows is in test mode or the developer signed the release with a real EV cert, or the older cross-signed cert (non-EV with secure boot off only) |
Any chance you could join forces with the creator of Virtual Audio Cable (https://vac.muzychenko.net/en/) to have your driver signed with his certificate? |
Thanks for the suggestion, the topic came up again in another issue ... I'll contact the VAC author, but AFAIK the Dev Center signing requires submitting the driver to MS, along with documentation, test reports etc. Not sure if that is possible by proxy. |
This project looks really interesting (great work!) and I am wanting to try it out on a new laptop (arriving today!). I expect the laptop to arrive with Windows 10 Version 1903. I plan to reinstall Windows immediately.
Could I install Windows 10 Version 1511, install The only caveats I can think of:
Część, @aboryczko : does this have any negative repercussions? Can I change the date back to the correct year once installed? (forgive me if I'm totally off—I'm a Linux user, mostly. No activation keys or stupid versioning 😃 ). |
I was able to install it on a Windows 10 1909 PC today without any issues. |
@RolandLeFranc Did you install on a machine that had a been first installed with an older (pre-1607) version of Windows? |
@duncanthrax I googled around some more last night and came across a few good resources.
Both the blogpost and the forum post corroborate each other. I subsequently added the following registry value on a Windows 10 1909 machine (the same I described back in December 2019; I installed a fresh copy of Windows 10 at the time, so probably version 1903).
Lo and behold...it worked. Previously, the driver had installed itself and appeared in the Device Manager, albeit with the oft-described "Code 52" warning. Now that error is gone and I can select the Scream audio device as described in the README.md. Like I wrote before, I'm really not a Windows guru. My previous (naïve) experiences have shown me that modifying the registry can lead to issues, so I don't really know what sort of externalities will follow from adding this registry key. I'll defer instead to Geoff Chappell's blogpost, as he seems to know what he's writing about; it seems like adding this registry value is, at least to date, harmless. I'm going to append this information to the README.md and submit a pull request. |
what about windows server 2019? certificate Code 52 still.. latest version |
Is it possible to cross sign kernel drivers in windows 11? For me "UpgradedSystem"=dword:00000001 does not work. |
For anyone wondering, it doesn't seem that code signing would happen since EV code signing certificates still cost > 300$/year I can confirm the regedit fix still works under Windows 11 22H2 (just restart the computer once you made the regedit fix) |
I run a Microsoft Surface Pro X with a Microsoft SQ2 (ARM64) processor. OS details: Edition Windows 11 Pro The ARM64 version of this driver does not install. The batch file, when run as administrator, tells me that devcon-arm64 failed: Attempting to install this driver directly results in the driver signing error that others have noted in the comments above. Adding the registry key noted earlier does not work, even after rebooting. I do get a slightly different error message after disabling Secure Boot and attempting to install the driver again (by directly installing the driver by right-clicking on the .inf file and clicking Install): Has anyone seen this yet? I'm here because Virtual Audio Cable and VB-Audio do not support this platform, and apparently have no plans to do so. |
You can follow these steps to install:
|
Confirmed the fix from @ZaDarkSide works |
The drivers code signing certificate has expired
The text was updated successfully, but these errors were encountered: