i'm trying to configure TVHeadEnd on OpenMediaVault installed on Raspberry Pi OS Lite, the Xbox ONE TV tuner works perfectly on Windows 10, while on OpenMediaVault i can't run the Container with the error reported in the attached image, how i install the tuner correctly?
this is the script i found online (adapted to my folders)
---
version: "2.1"
services:
tvheadend:
image: linuxserver/tvheadend:latest
container_name: tvheadend
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
# - RUN_OPTS=<run options here> #optional
volumes:
- /srv/dev-disk-by-uuid-f520377b-3bd7-4d92-90cf-5e23cc56c047/Tvheadend/config:/config
- /srv/dev-disk-by-uuid-f520377b-3bd7-4d92-90cf-5e23cc56c047/Tvheadend/recordings:/recordings
ports:
- 9981:9981
- 9982:9982
devices:
- /dev/dri:/dev/dri #optional
- /dev/dvb/adapter0:/dev/dvb/adapter0 #optional
- /dev/dvb/adapter1:/dev/dvb/adapter1 #optional
- /dev/dvb/adapter2:/dev/dvb/adapter2 #optional
- /dev/dvb/adapter3:/dev/dvb/adapter3 #optional
restart: unless-stopped
this is the script i found online (adapted to my folders)
---
version: "2.1"
services:
tvheadend:
image: linuxserver/tvheadend:latest
container_name: tvheadend
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
# - RUN_OPTS=<run options here> #optional
volumes:
- /srv/dev-disk-by-uuid-f520377b-3bd7-4d92-90cf-5e23cc56c047/Tvheadend/config:/config
- /srv/dev-disk-by-uuid-f520377b-3bd7-4d92-90cf-5e23cc56c047/Tvheadend/recordings:/recordings
ports:
- 9981:9981
- 9982:9982
devices:
- /dev/dri:/dev/dri #optional
- /dev/dvb/adapter0:/dev/dvb/adapter0 #optional
- /dev/dvb/adapter1:/dev/dvb/adapter1 #optional
- /dev/dvb/adapter2:/dev/dvb/adapter2 #optional
- /dev/dvb/adapter3:/dev/dvb/adapter3 #optional
restart: unless-stopped
Statistics: Posted by Greyzard — Sat Feb 22, 2025 6:34 am — Replies 0 — Views 21