-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Ubuntu 20.04 - Streamdeck broken #69
Comments
I tried this:
|
It looks like that made it work ;) I highly recommend updating the instructions here[1]. And also it might help to inform people who package it for various distros. |
One more thing: Even after the fix there needs to be "enough bandwidth" on the USB port where Streamdeck is conntected to.
Connected to another free port and it worked again ;) |
Perfect. Sorted it the problem I had. Thank you 😄 |
Same issue for me, still trying to hunt down why. |
Ok, so for me, it turns out that despite me thinking "No, that USB port 100% works... it turns out changing the USB port was the key to getting this working... shocked and stunned :D |
@hutber Might be speed limitations. For some reason, streamdeck seems to request a huge USB bandwidth for what it does. |
The usb library dependency stuff is quite a nightmare to be honest. Version 1.0.2 of streamdeck-ui uses version 0.6.3 of the streamdeck python library. This v 0.6.3, would "detect" which python library you installed for communicating with the streamdeck device. It would be either hid or hidapi. Some nuanced issues can crop up, mostly if you have both libhidapi-libusb0 and libhidapi-hidraw0 installed. The libhidapi-hidraw0 library is not compatible with all stream decks but libhidapi-libusb0 is, but sometimes it would pick the wrong one. Fast forward to today: TLDR: |
The text was updated successfully, but these errors were encountered: