Replies: 1 comment
-
|
The issue is that rtl_433 (via librtlsdr/libusb) specifically looks for USB devices in To fix this, you need to preserve the USB bus structure:
devices:
- /dev/bus/usb/001/003:/dev/bus/usb/001/003For unprivileged LXC, you'll also need:
Debugging steps:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I’m having trouble getting my RTL-SDR stick to work inside a Docker container that runs inside an unprivileged LXC on Proxmox.
Setup:
lxc.mount.entry: /dev/bus/usb/001/003 /dev/rtl_sdr none bind,optional,create=fileThe device
/dev/rtl_sdrshows up inside the container (I can see it withls -l /dev/rtl_sdr).In Docker-compose, I pass the device like this:
In the rtl_433.conf file I just have
device 0or i tried withdevice /dev/rtl_sdr, but the container keeps crashing right away. The logs don’t show any clear errors about missing device or permissions, it just restarts constantly.Does anyone know what the correct config should be? Should the device path in the config be /dev/rtl_sdr or something else? Or is it even possible to use the stick like this in an unprivileged LXC + Docker setup?
Any help or hints would be appreciated, thanks!
If you want, I can help test or provide configs/logs. - Thanks and best Regards - Daniel
Beta Was this translation helpful? Give feedback.
All reactions