this post was submitted on 19 Jul 2024
26 points (96.4% liked)
Linux Gaming
15224 readers
75 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not familiar with Nobara, but I can at least show how I would install pyUSB for use in Debian:
If you follow the instructions exactly as in the readme, it will error:
Instead, I would create a virtual environment (I'm using virtualenv instead of venv)
Then activate the environment and run the install with pip
Without the actual hub, that's as far as I can go I think - but maybe this will help give you some options and documentation to explore!
Thank you. This is great info. I will give this a shot when I can.