this post was submitted on 19 Jul 2024
2 points (100.0% liked)
Linux Gaming
15250 readers
146 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
Thank you so much for continuing to try and help. It’s greatly appreciated. I am very new to Linux so while I can do some basics, this is very helpful. I installed pyUSB but still get an error when running the script. I have the script placed in my home folder. Should it be elsewhere? The error I get is “No module named ‘usb’. I did adjust the script to have my controller’s proper identification so feels like I’m missing a small piece of the puzzle!
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.