companion icon indicating copy to clipboard operation
companion copied to clipboard

[BUG] StreamDeck Module (15key) doesn't get recognized on RaspberryPi5 running v4.0.3

Open MNCreative opened this issue 4 months ago • 4 comments

Make sure you're on the latest stable or beta build

  • [x] I have tested this on the latest stable or beta release

Is this a bug in companion itself or a module?

  • [x] I believe this to be a bug in companion and not a specific module

Is there an existing issue for this?

  • [x] I have searched the existing issues

Describe the bug

I'm running Companion on a Raspberry Pi 5 (not Companion Pi, but the full version). I newly received a StreamDeck Module 15key and it doesn't get recognized by Companion v4.0.3 on the Pi - tried to rescan several times. I tested it on Windows, there it works fine.

Any knows issues here?

Thanks, Martin

Steps To Reproduce

No response

Expected Behavior

No response

Environment (please complete the following information)

- OS:
- Browser:
- Companion Version:

Additional context

No response

MNCreative avatar Aug 01 '25 10:08 MNCreative

Do other streamdeck models work?

Did you follow the instructions on setting up udev rules? https://github.com/bitfocus/companion/blob/main/assets/linux/README#L21-L36

Julusian avatar Aug 01 '25 10:08 Julusian

Yes, I have an old 15key Streamdeck, that works perfectly fine on the Pi.

I did not follow those instructions in the first place, but I did now, but it didn't help...

MNCreative avatar Aug 01 '25 11:08 MNCreative

Can you share lsusb -v output.

peternewman avatar Aug 18 '25 11:08 peternewman

Maybe try to add the user companion to group plugdev

usermod -a -G plugdev companion

toke avatar Oct 25 '25 17:10 toke