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

Control Write failure - Win11 #61

Open
danistl opened this issue Jan 15, 2024 · 1 comment
Open

Control Write failure - Win11 #61

danistl opened this issue Jan 15, 2024 · 1 comment

Comments

@danistl
Copy link

danistl commented Jan 15, 2024

When i run try to set anything, for example:
./cherryrgb_cli --product-id 121 --brightness medium animation wave fast 00ff00

I get this error:
Error: Fetching device state failed

Caused by:
USB Error, detail=Control Write failure

i tried to comment out the device fetching in Main.rs, but this gives me an error with setting the color with the same cause of Control Write failure.

@felfert
Copy link
Collaborator

felfert commented Jan 17, 2024

Try enabling debug logging. Maybe it shows some more helpful info.

Other than that, I'm afraid, that I never tested this on WIndows. (I use cherry's utility on Windows)
Do you have cherry's software running? If yes, there might be a conflict with libusb - which is used as generic USB driver. (can't have two drivers for the same device).

Good luck
-Fritz

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

2 participants