Hi everyone,
First of all, thanks to everyone working on Tvheadend. It's an amazing piece of software and I'm really impressed by what it can do. This post isn't a complaint. I spent a fair bit of time debugging this because I wanted to make sure I wasn't reporting my own configuration mistake before mentioning it here.
I think I may have found a regression between 4.2.8 and the current 4.3 nightly builds.
My environment:
- Ubuntu Server 24.04 LTS
- Kernel: 6.8.0-136-generic
- USB tuner: Astrometa RTL2832P + Sony CXD2837ER
- USB ID: 15f4:0131
- DVB-T2 (Poland)
The kernel detects the tuner correctly. Firmware loads successfully and the Sony frontend is registered without errors.
Tvheadend versions tested:
- Working: 4.2.8 (Snap package)
- Not working: 4.3-2738g15515d784noble (Cloudsmith nightly)
I also tried an earlier 4.3 nightly with identical results.
Symptoms on 4.3:
- The DVB scan appears to work normally.
- Network created
- Mux added manually
- Scan completes successfully
- The mux reports the expected number of services
However:
- Configuration → DVB Inputs → Services remains empty
- No channels can be mapped automatically
- Playback fails with "No input source available"
- The scheduler reports "No assigned adapters"
I completely removed the configuration (/var/lib/tvheadend) and repeated the setup from scratch several times. The behaviour is 100% reproducible.
Things I ruled out:
- Fresh Tvheadend configuration
- Different 4.3 nightly versions
- Reboot into latest Ubuntu kernel
- Firmware issues
- Driver issues
- Wrong frontend selected
- Incorrect network assignment
I also verified that the tuner itself is working using other DVB software.
I then removed the nightly build completely and installed the 4.2.8 Snap package. Using exactly the same hardware, machine, kernel and mux:
- Services appear immediately
- Channel mapping works
- Playback works (including browser playback)
- Everything behaves exactly as expected
The only meaningful change was the Tvheadend version.
My hardware:
- Bus 003 Device 003
- ID 15f4:0131
- Astrometa DVB-T/T2/C receiver
- RTL2832P + Sony CXD2837ER
Question: Has anyone seen something similar with the RTL2832P/CXD2837ER combination on recent 4.3 nightlies? If there's any debug logging, patches or specific builds you'd like me to test, I'm more than happy to help. Since 4.2.8 works reliably on exactly the same system, I'm hoping this might help narrow down a regression somewhere in the 4.3 branch.
Thanks again for all the work that goes into Tvheadend! Hopefully this is useful rather than just adding noise.