Open ForumLiker opened 2 years ago
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_ERRORTIMEOUT Select backlight level(0-3)
Mouse.cpp _case BLOODY_J95S_PID: name = "Bloody J95S"; break; case BLOODY_P91PID: 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_P91PID};
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?
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.
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_ERRORTIMEOUT Select backlight level(0-3)
Mouse.cpp _case BLOODY_J95S_PID: name = "Bloody J95S"; break; case BLOODY_P91PID: 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_P91PID};
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?