You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you're on the latest stable or beta build
I have tested this on the latest stable or beta release
Is this a bug in companion itself or a module?
I believe this to be a bug in companion and not a specific module
Is there an existing issue for this?
I have searched the existing issues
Describe the bug
I am trying to run companion inside a LXC on my Proxmox server
i have setup the LXC to enable USB passthru and see the Streamdeck on lsusb
root@HA-Bitfocus:~# lsusb Bus 001 Device 005: ID 0fd9:0060 Elgato Systems GmbH Stream Deck
when trying to rescan USB the streamdeck does not show up and checking logs i get this
25.07.19 19:49:26 Surface/Controller: Found "elgato-streamdeck" device, but no access. Please quit any other applications using the device, and try again.
I assume this is related to being a LXC and there should be an easy fix but cant find anything online
This discussion was converted from issue #3564 on July 21, 2025 20:54.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Make sure you're on the latest stable or beta build
Is this a bug in companion itself or a module?
Is there an existing issue for this?
Describe the bug
I am trying to run companion inside a LXC on my Proxmox server
i have setup the LXC to enable USB passthru and see the Streamdeck on lsusb
root@HA-Bitfocus:~# lsusb Bus 001 Device 005: ID 0fd9:0060 Elgato Systems GmbH Stream Deck
when trying to rescan USB the streamdeck does not show up and checking logs i get this
25.07.19 19:49:26 Surface/Controller: Found "elgato-streamdeck" device, but no access. Please quit any other applications using the device, and try again.
I assume this is related to being a LXC and there should be an easy fix but cant find anything online
Steps To Reproduce
install Ubuntu 24.10 LTS LXC on Proxmox
add the following lines to the LXC's conf
`lxc.cgroup2.devices.allow: a
lxc.cap.drop:
lxc.cgroup2.devices.allow: c 188:* rwm
lxc.cgroup2.devices.allow: c 189:* rwm
lxc.mount.entry: /dev/serial/by-id dev/serial/by-id none bind,optional,create=dir
lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file
lxc.mount.entry: /dev/ttyUSB1 dev/ttyUSB1 none bind,optional,create=file
lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file
lxc.mount.entry: /dev/ttyACM1 dev/ttyACM1 none bind,optional,create=file`
run the headless script to install companion
try scanning for USB devices
Expected Behavior
No response
Environment (please complete the following information)
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions