timothycrosley / streamdeck-ui

A Linux compatible UI for the Elgato Stream Deck.
https://timothycrosley.github.io/streamdeck-ui/
MIT License
1.12k stars 240 forks source link

New streamdeck model #286

Closed s4dic closed 1 year ago

s4dic commented 1 year ago

I have bought a new Streamdeck, I observed a new model code :

Please can you add this line to your guide when we need to edit this file /etc/udev/rules.d/70-streamdeck.rules: SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="008f", TAG+="uaccess"

0500380500 the problem is that the code "008f" is not listed in the official documentation

LinuxGamesTV commented 1 year ago

It is. I have the same model and it works.

Only add this line to the udevrules: SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", TAG+="uaccess"

This rule is for all Elgato Products

dodgyrabbit commented 1 year ago

Thanks @LinuxGamesTV - that is exactly right.