Skip to content

Fedora specific udev rule #14

@Handrail9

Description

@Handrail9

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions