a4tech-bloody-linux-driver icon indicating copy to clipboard operation
a4tech-bloody-linux-driver copied to clipboard

Not connecting. LIBUSB_ERROR_TIMEOUT

Open ForumLiker opened this issue 3 years ago • 1 comments

I can't solve the problem....LIBUSB_ERROR_TIMEOUT sudo ./bloody Available devices: 2:Bloody P91 Enter device address: 2 Current backlight level: LIBUSB_ERROR_TIMEOUT 239 Select backlight level(0-3):0 LIBUSB_ERROR_TIMEOUT Select backlight level(0-3)

Mouse.cpp case BLOODY_J95S_PID: name = "Bloody J95S"; break; case BLOODY_P91_PID: name = "Bloody P91"; break; default: name = "Unknown";

Mouse.h static const int BLOODY_A9_PID = 0x1003; static const int BLOODY_P91_PID = 0x7ccf; . . . ...BLOODY_A9_PID, BLOODY_P91_PID};

lsusb -d 09da: | cut -d ' ' -f6 | cut -d ':' -f2 7ccf Mouse: Bloody P91 PRO OS: Arch Linux x64 libusb 1.0.26-1 What could be the problem?

ForumLiker avatar Jun 19 '22 12:06 ForumLiker

This repo is dead, since you're on Arch, use aur/a4tech-bloody-driver-git

Still a dead repo(it is mine), but less dead than that and should work with your mouse.

C0rn3j avatar Dec 28 '23 21:12 C0rn3j