Forums » Tutorial and setups »
Rpi4 + TV-Hat - muxes scan no data, failed
Added by modi navon over 3 years ago
Hi I am running tvheadend on doker
I configured the network and the adapter, but the muxes scan are failing
docker config:
tvheadend:
image: ghcr.io/linuxserver/tvheadend
container_name: tvheadend
environment:
- PUID=1000
- PGID=1000
volumes:
- ./tvheadend/config:/config
- ./tvheadend/recordings:/recordings
ports:
- 9981:9981
- 9982:9982
devices:
- /dev/dvb:/dev/dvb
restart: unless-stopped
logs:
2021-05-14 14:32:40.570 mpegts: 538MHz in Idan+ - tuning on Sony CXD2880 #0 : DVB-T #0
2021-05-14 14:32:40.571 subscription: 0019: "scan" subscribing to mux "538MHz", weight: 6, adapter: "Sony CXD2880 #0 : DVB-T #0", network: "Idan+", service: "Raw PID Subscription"
2021-05-14 14:32:45.570 mpegts: 538MHz in Idan+ - scan no data, failed
2021-05-14 14:32:45.570 subscription: 0019: "scan" unsubscribing
2021-05-14 14:32:45.571 mpegts: 514MHz in Idan+ - tuning on Sony CXD2880 #0 : DVB-T #0
2021-05-14 14:32:45.571 subscription: 001B: "scan" subscribing to mux "514MHz", weight: 6, adapter: "Sony CXD2880 #0 : DVB-T #0", network: "Idan+", service: "Raw PID Subscription"
2021-05-14 14:32:50.570 mpegts: 514MHz in Idan+ - scan no data, failed
2021-05-14 14:32:50.570 subscription: 001B: "scan" unsubscribing
Replies (3)
RE: Rpi4 + TV-Hat - muxes scan no data, failed - Added by saen acro over 3 years ago
Build native from git.
RE: Rpi4 + TV-Hat - muxes scan no data, failed - Added by modi navon over 3 years ago
Hi, Tnx for the response.
So I built from git as you suggested, but still the same logs.
Any other idea? =/
RE: Rpi4 + TV-Hat - muxes scan no data, failed - Added by saen acro over 3 years ago
Use femon/dvb-fe-tool to monitor scan status of tuner.
Also try with W-SCAN when TVH is stopped to scan.