8 hours ago
DVB-S2 scan succeeds, channels save to DB correctly, but playback fails — adapter0-DVB-S-channels.conf is never created.
NextPVR 7.1.1.260616, Ubuntu 25 (native install via nextpvr-helper.deb), tuner is a Hauppauge WinTV-Starburst2 (Montage M88RS6000 demod, cx23885 driver) — confirmed working via
outside NextPVR (locks cleanly, correct signal/CN).
Channel scan (Single Satellite, custom Optus-D1-160.0E scan file) completes successfully — 21 channels appear correctly in the UI and in
(
is populated with correct DVB-S2 tuning XML for each channel).
Playback always fails with "No tuner was available for the requested channel."
shows the actual cause:
That file is never present on disk — confirmed via
after multiple fresh scans. The scan log shows a temporary
is used during scanning:
but the final non-
file that
reads at stream-start time is never written by the save step.
Logs attached (Settings → About → Log Files).
NextPVR 7.1.1.260616, Ubuntu 25 (native install via nextpvr-helper.deb), tuner is a Hauppauge WinTV-Starburst2 (Montage M88RS6000 demod, cx23885 driver) — confirmed working via
Code:
dvbv5-zapChannel scan (Single Satellite, custom Optus-D1-160.0E scan file) completes successfully — 21 channels appear correctly in the UI and in
Code:
npvr.db3Code:
CHANNEL_MAPPING.tuningPlayback always fails with "No tuner was available for the requested channel."
Code:
device-adapter0.logCode:
[ERROR] Failed to get tuning params for (ChannelName) from /var/opt/nextpvr/adapter0-DVB-S-channels.confThat file is never present on disk — confirmed via
Code:
find / -iname "*channels.conf"Code:
adapter0-DVB-S-channels-scan.confCode:
GOT: Channel config will be saved to /var/opt/nextpvr/adapter0-DVB-S-channels-scan.confbut the final non-
Code:
-scanCode:
DeviceHostLinuxLogs attached (Settings → About → Log Files).