-
Notifications
You must be signed in to change notification settings - Fork 97
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
"unsigned" driver (Windows 7 AMD64) #6
Comments
Thanks for reporting this. I will look at the Windows driver installation and updating the instructions over the weekend. |
If the driver is unsigned, it will be hard to install it under windows 8 (http://www.makeuseof.com/tag/how-can-i-install-hardware-with-unsigned-drivers-in-windows-8/) Is there a way we can get a signed driver? |
I will investigate how to support Windows 8. The Alpha version of RFIDler just presented a virtual COM port over USB. I don't think Adam has changed this in the Beta, and so with some tweaking of the USB descriptors Windows 8 should not need a driver. |
I just commited a self signed driver package and instructions (branch AVT_signed_driver). Getting a real software publisher certificate (for Windows HCL) is way too expensive for a small number of devices, so i have choosen this way for our devices. EDIT: with changing USB descriptor VID to 04D8 and PID to 000A it is possible to use the original signed driver from Microchip MLA (mla\v2013-06-15\USB\Device - CDC - Basic Demo\inf\mchpcdc.inf/cat) - maybe this was what Adam used in the Alpha. |
Thank you, I proceeded to Import as per instructions - error remains. |
I think it is quite a common requirement for a USB virtual COM port device to want the default MS Windows (7, 8) usbser driver. However I cannot find instructions to do this. Though there plenty on how to configure the USB descriptors to request some other builtin Windows 8 drivers eg I will dig further, but if anyone finds the answer before I do please let me know. :-) |
With reference to "I may need someone with Windows 8 & an RFIDler to test any fix I make." - I am on standby for Windows8 Test |
I just rechecked the probloem with my provided self signed driver and found the INF changed after getting it from GitHub - maybe because of converting line ending or something like that. I uploaded a ZIP with all the files inside, to correct this. @tonynaggs i have multiple devices running with usbser driver, maybe i can help you with this...
Simple way would be changing usb_descriptors.c to identify as Microchip CDC Demo Vendor ID 0x04D8, Product ID 0x000A, then the WHQL signed mchpcdc.inf can be used to install. But, this is not allowed for production use. Somewhere in the MLA help files, i cannot rember where, was a WHQL recertification of MCHPCDC.INF through Microchip mentioned. I will check the help files again and see if i can find it in the next days. |
@march42 : Tested and works |
win7 64bit complains about unsigned driver, even though catalog file is present.
Maybe the INF was edited after signing the CAT ?
Edit: just recognized, its the mchpcdc.cat and customized mchpcdc.inf from the MLA, actually not a really signed driver package. Maybe the CAT should simply be removed.
The text was updated successfully, but these errors were encountered: