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

No compatible devices found #1

Closed
GabeConsalter opened this issue May 27, 2020 · 4 comments
Closed

No compatible devices found #1

GabeConsalter opened this issue May 27, 2020 · 4 comments

Comments

@GabeConsalter
Copy link

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:
image

@illixion
Copy link
Owner

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

@GabeConsalter
Copy link
Author

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 },
# ...

@illixion
Copy link
Owner

Interesting, the product ID is different from my Anne Pro 2. I've updated annemone to detect this variant of the keyboard, please run npm update -g annemone and if the error still occurs, reopen this ticket.

@GabeConsalter
Copy link
Author

Now, it works like a charm.

Thank you @manualmanul.

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