Hi, just wanted to share an issue specific to Fedora so that if anyone on Fedora wants to use this tool, they'll be able to.
First, run lsusb, find the line that looks like this
Bus 001 Device 021: ID 057e:2069 Nintendo Co., Ltd Pro Controller
Make a new udev rule:
sudo nano /etc/udev/rules.d/50-switch2pro.rules
Take the Vendor ID and Product ID and add it to the rule:
SUBSYSTEM=="usb", ATTR{idVendor}=="057e", ATTR{idProduct}=="2069", MODE="0666", GROUP="plugdev"
Ctrl S + Crtl X to save and exit
run
sudo udevadm control --reload-rules
sudo udevadm trigger
Restart Chrome/Chromium/Brave/Ungoogled Chromium/Edge/ Whatever chromium based browser you use on Fedora and all should be well and work.
Hi, just wanted to share an issue specific to Fedora so that if anyone on Fedora wants to use this tool, they'll be able to.
First, run
lsusb, find the line that looks like thisBus 001 Device 021: ID 057e:2069 Nintendo Co., Ltd Pro ControllerMake a new udev rule:
sudo nano /etc/udev/rules.d/50-switch2pro.rulesTake the Vendor ID and Product ID and add it to the rule:
SUBSYSTEM=="usb", ATTR{idVendor}=="057e", ATTR{idProduct}=="2069", MODE="0666", GROUP="plugdev"Ctrl S + Crtl X to save and exit
run
sudo udevadm control --reload-rulessudo udevadm triggerRestart Chrome/Chromium/Brave/Ungoogled Chromium/Edge/ Whatever chromium based browser you use on Fedora and all should be well and work.