-
Notifications
You must be signed in to change notification settings - Fork 9
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
No compatible devices found #1
Comments
Hello! Thank you for bringing this to my attention, I haven't tested annemone on Linux yet. Could you please run the following commands and let me know what the output is? This will output a list of USB devices connected to your computer, feel free to remove entries that aren't the keyboard. npm install -g node-hid
hid-showdevices |
devices: [ { vendorId: 1241,
productId: 32777,
path: '/dev/hidraw6',
serialNumber: 'SN0000000001',
manufacturer: 'OBINLB',
product: 'USB-HID Keyboard',
release: 256,
interface: 0 },
{ vendorId: 1241,
productId: 32777,
path: '/dev/hidraw7',
serialNumber: 'SN0000000001',
manufacturer: 'OBINLB',
product: 'USB-HID Keyboard',
release: 256,
interface: 1 },
{ vendorId: 1241,
productId: 32777,
path: '/dev/hidraw8',
serialNumber: 'SN0000000001',
manufacturer: 'OBINLB',
product: 'USB-HID Keyboard',
release: 256,
interface: 2 },
{ vendorId: 1241,
productId: 32777,
path: '/dev/hidraw9',
serialNumber: 'SN0000000001',
manufacturer: 'OBINLB',
product: 'USB-HID Keyboard',
release: 256,
interface: 3 },
# ... |
Interesting, the product ID is different from my Anne Pro 2. I've updated annemone to detect this variant of the keyboard, please run |
Now, it works like a charm. Thank you @manualmanul. |
Hey.
I'm excited about this project.
For now, when I run
annemone single 255 0 255
returns No compatible devices found.My AnnePro 2 is connected by USB cable.
My environment:
The text was updated successfully, but these errors were encountered: