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.

  • xophos@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    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.

    • monkee@discuss.tchncs.deOPM
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      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"