Spyke
fedistream·Federated Streamingbymonkee

Sidequest: Streamdeck Plus on Linux

Anyone got it running? No success so far.

Found that these two which seem to work with older models.

Both run but do not detect my Streamdeck.

I mean it's there (i tried multiple USB ports):

$> lsusb
$> Bus 001 Device 010: ID 0fd9:0084 Elgato Systems GmbH Stream Deck Plus

Edit: Found another Thing. Uses a different approach - "hidraw". Strangely - the Web-App detects the Streamdeck + correctly. (But Fails upon access Problems )

No device access granted: NotAllowedError: Failed to open the device.

Out of ideas. Any hints are appreciated.

Sidequest: Streamdeck Plus on Linuxhttps://www.elgato.com/us/en/p/stream-deck-plus-blackOpen linkView original on discuss.tchncs.de
discuss.tchncs.de

Did you set the permissions for the usb-device so that your user is allowed to access it? It depends on your distribution how to do that.

1

I think so. But' ill have another look. Thanks!

I tried every possible combination of udev-rules



# Stream Deck +
#SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0084", MODE:="666", GROUP="plugdev", TAG+="uaccess"

# HiDraw
#KERNEL=="hidraw*", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0084", MODE:="666", GROUP="plugdev", TAG+="uaccess"

SUBSYSTEM=="usb", MODE="0660" ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0084", GROUP="plugdev", SYMLINK+="streamdeck-plus"

SUBSYSTEM=="usb", OWNER="plugdev"
1

You reached the end