Tod Kurt
Tod Kurt
Oh I think I see the problem. For the "username" field you are inputting just "me" not "[email protected]", correct?
This is a great idea. But I'll need to refactor a bit to support it. Adding it to enhancement queue. Thanks!
Did you also do `sudo udevadm control --reload-rules` to reload the rules? If so and it didn't work, it could be Arch Linux has a different udev setup. I'll look...
Does arch have `lsusb`? That should give you something like this: ``` demo% lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID...
Did you compile blink1-tool yourself or use a precompiled version? I've found that pre-compiled versions of USB-based programs don't always work because of libusb issues. blink1-tool should always work with...
In that case, definitely try compiling it. Archlinux probably has different libusb library than Ubuntu. To recompile, checkout this repository (or download a zip of it) and then `cd blink1/commandline...
You'll need to install those libraries then, the "rt" and "usb-1.0" libraries. I don't have experience with Arch, sorry.
Isn't pkg-config part of build-essential or libusb-1.0-0-dev? (or, more general question: is there a command I can run to walk the dependency tree to determine if a package is dependent...
Hi, Could you provide more details as to the error you're seeing? `blink1-python` has always used Python `hidapi` library, which in turn uses the `hidapi` C library. So I think...
Hmmm. Okay it sounds like the Python `hidapi` package's "wheels" (Python's term for native code libraries associated with a package) are not getting built for the updated `hidapi` package that...