Reply To: Steam Remote Play can’t detect controller

Forum › Forums › General › Software › Steam Remote Play can’t detect controller › Reply To: Steam Remote Play can’t detect controller

#205708
Xunzi_23
Member

    Hi Gnollhide, welcome to the forum

    Have you already added a rule to /etc/udev/rules/d, you must do that as root.

    It must kook like below but with your device vendor and product id.
    Device id is easy to find using lsusb command in the terminal

    SUBSYSTEM=="usb", ATTR{idVendor}=="22d9", ATTR{idProduct}=="2769", MODE="0666", GROUP="plugdev"

    If you have activated the firewall UFW you will need to open required ports for steam.

    Please let us know how you get on. Steam controller connection info would be useful to other users.