Opened 18 years ago

Closed 17 years ago

#2343 closed patch (fixed)

Full scan tuned inserts for DVB-C a incomplete transponder for the entered frequency

Reported by: Janne <janne-mythtv@…> Owned by: Stuart Auchterlonie
Priority: minor Milestone: 0.21
Component: dvb Version: head
Severity: medium Keywords: scanning
Cc: Ticket locked: no

Description

InsertMultiplex? in siscan.cpp is missing a case for QAM frontends. So the symbol rate and modulation are never set. At least the symbol rate is necessary for tuning and not all QAM frontends support auto modulation. Attached patch implements this

It would be nice if US QAM cable users test the patch and report in this ticket.

Attachments (2)

dvb-c_get_tuning_parameters.diff (2.7 KB) - added by Janne <janne-mythtv@…> 18 years ago.
dvb-c_get_tuning_parameters.2.diff (1.3 KB) - added by Janne <janne-mythtv@…> 18 years ago.
correct patch

Download all attachments as: .zip

Change History (5)

Changed 18 years ago by Janne <janne-mythtv@…>

Changed 18 years ago by Janne <janne-mythtv@…>

correct patch

comment:1 Changed 18 years ago by Janne <janne-mythtv@…>

Please use the second patch. The first was an old version I accidently uploaded.

If you test this patch you should make a backup of your database first (at least the channel and dtv_multiplex tables).

comment:2 Changed 18 years ago by Stuart Auchterlonie

Keywords: scanning added
Milestone: unknown0.21
Version: head

comment:3 Changed 17 years ago by Stuart Auchterlonie

Resolution: fixed
Status: newclosed

(In [11387]) Closes #2343. Adds a QAM specific call for create multiplex. This allows scanning of dvb-c muxes to work correctly.

Note: See TracTickets for help on using tickets.