Hi! What’s not quite right with Roon?
· None of the above quite fits
None of the above quite fits
· None of these quite match
Tell us what's going on
· USB Audio on QNAP Docker installation
Tell us about your home network
· Router: Asus RT-AC88U
VPN: None
Good morning,
I am having issues with the detection of the USB DAC (SMSL M500 in this case) connected to my QNAP.
Previously, when I had ROON installed as a QNAP app, I didn’t have any problems and it always detected the DAC. However, since I switched to the Docker installation, every so often I have to restart the container where ROON is installed for it to detect it again.
The docker-compose I have deployed is this:
services:
roonserver:
image: Package roonserver · GitHub
container_name: roonserver
network_mode: host
environment:
- ROON_INSTALL_BRANCH=production
- TZ=Europe/Madrid
volumes: - /share/Container/RoonServer/roonData:/Roon
- /share/Multimedia/Music:/Music
- /share/Container/RoonServer/roonBackup:/RoonBackups
- /run/udev:/run/udev:ro
restart: unless-stopped
devices: - /dev/snd:/dev/snd
- /dev/bus/usb:/dev/bus/usb
- /dev/dri:/dev/dri
group_add: - audio
logging:
driver: local
As you can see, I have the options configured for USB and HDMI detection. Is there any known bug or issue with USB?
Best regards