rashevskyv / dbi

Author is duckbill
2.08k stars 91 forks source link

Additional requirements to run DBIbackend on linux machine #320

Closed teeedubb closed 5 months ago

teeedubb commented 6 months ago

Hi,

Thanks for this software - it makes working with my switch real easy. I have just gottent the backend running on a Ubuntu 22.04 machine and there are a few more steps required than listed in the readme file.

*Install python-tk: sudo apt install python-tk

*Create a udev rule to allow non root users to communicate with the Switch: sudo nano /etc/udev/rules.d/nintendo-switch.rules

Paste in the following: SUBSYSTEM=="usb", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="3000", MODE="0666"

Reload udev: sudo udevadm control --reload-rules

rashevskyv commented 5 months ago

Please make PR to documentation

teeedubb commented 5 months ago

Done - PR#329