QNAP with Roon 2.65 and the RoonServer Docker image - no USB (everything was great before 2.65!)

Hi!

I have a QNAP with Roon 2.65 and the RoonServer Docker image, but I can’t see my dCS Vivaldi via USB. Is it possible?

*services:
roonserver:
image: Package roonserver · GitHub
container_name: roonserver
network_mode: host
environment:

  • ROON_INSTALL_BRANCH=production
  • TZ=Europe/Zurich
    volumes:
  • /share/Container/roon:/Roon
  • /share/Music:/Music
  • /share/Container/roon-backups:/RoonBackups
  • /run/udev:/run/udev:ro
    restart: unless-stopped
    cap_add:
  • SYS_ADMIN
  • DAC_READ_SEARCH
    security_opt:
  • apparmor:unconfined
  • label:disable
    devices:
  • /dev/snd:/dev/snd
  • /dev/bus/usb:/dev/bus/usb
    group_add:
  • audio
    logging:
    driver: local*

Cheers!
Marcin

Did you enable the option in the configurator?

Yes, I received extra lines of code with this move. OK, I found the problem: the Vivadli was disabled in Roon. It’s working!