todbot / blink1-tool

Command-line tools and C library for blink(1) USB RGB LED
https://blink1.thingm.com/
Other
84 stars 15 forks source link

Blink1 doesn't show up anymore as of 2.1.0 #43

Closed kallisti5 closed 3 years ago

kallisti5 commented 3 years ago

My blink1 mk2 isn't showing up anymore as of blink1-tool 2.1.0. I reverted to blink1-tools 2.0.5 and it is working as expected.

# dpkg -l | egrep "udev|libusb|libhid"
ii  libgudev-1.0-0:armhf                     230-3                                armhf        GObject-based wrapper library for libudev
ii  libhidapi-dev:armhf                      0.8.0~rc1+git20140818.d17db57+dfsg-1 armhf        Multi-Platform library for communication with HID devices (development files)
ii  libhidapi-hidraw0:armhf                  0.8.0~rc1+git20140818.d17db57+dfsg-1 armhf        Multi-Platform library for communication with HID devices (hidraw backend)
ii  libhidapi-libusb0:armhf                  0.8.0~rc1+git20140818.d17db57+dfsg-1 armhf        Multi-Platform library for communication with HID devices (libusb backend)
ii  libinput-bin                             1.6.3-1                              armhf        input device management and event handling library - udev quirks
ii  libudev-dev:armhf                        232-25+deb9u12                       armhf        libudev development files
ii  libudev1:armhf                           232-25+deb9u12                       armhf        libudev shared library
ii  libusb-0.1-4:armhf                       2:0.1.12-30                          armhf        userspace USB programming library
ii  libusb-1.0-0:armhf                       2:1.0.21-1                           armhf        userspace USB programming library
ii  libusb-dev                               2:0.1.12-30                          armhf        userspace USB programming library development files
ii  libusbmuxd4:armhf                        1.0.10-3+b1                          armhf        USB multiplexor daemon for iPhone and iPod Touch devices - library
ii  udev                                     232-25+deb9u12                       armhf        /dev/ and hotplug management daemon
todbot commented 3 years ago

What version of Debian is this and does it have hidraw? I believe that was the main change between 2.0.5 vs 2.1

kallisti5 commented 3 years ago

libhidapi-hidraw0 in list above. Debian 9.13

todbot commented 3 years ago

Apologies, I missed that. Are you using a pre-compiled version of blink1-tool or compiling your own?