Skip to content
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

Device Not Recognized on Windows Without Using Zadig #487

Open
freshmakerzhao opened this issue Sep 26, 2024 · 2 comments
Open

Device Not Recognized on Windows Without Using Zadig #487

freshmakerzhao opened this issue Sep 26, 2024 · 2 comments

Comments

@freshmakerzhao
Copy link

I compiled the project using MSYS2 and attempted to run it on Windows. However, the application fails to recognize the device unless I install the driver using Zadig. After installing the driver with Zadig, the device is recognized, and the download process works correctly.

Is there an alternative method to complete this process without relying on external programs like Zadig?

@trabucayre
Copy link
Owner

Unfortunately with windows and MSYS2 Zadig can't be avoided. I'm not a windows specialist but it's maybe not required when using WSL2 (but you have to install a quite full GNU/Linux distribution to avoid to install one program...).

@ZhiyuanYuanNJ
Copy link
Contributor

I compiled the project using MSYS2 and attempted to run it on Windows. However, the application fails to recognize the device unless I install the driver using Zadig. After installing the driver with Zadig, the device is recognized, and the download process works correctly.

Is there an alternative method to complete this process without relying on external programs like Zadig?

There's no other way, hardware work requires drivers, so if you don't use manufacturer drivers, you can only use Zadig's winUSB driver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants