Opened 18 years ago

Closed 18 years ago

#707 closed defect (fixed)

One DVB-T channel not working any more (latest svn)

Reported by: pansyg@… Owned by: danielk
Priority: minor Milestone: 0.19
Component: dvb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Since the LiveTV one channel (ORF1) on my DVB-T card is not working any more. i always get the same error in my log file.

Attachments (2)

mythbackend.log (1.4 KB) - added by pansyg@… 18 years ago.
mythbackend log
dvbsnoop.log (16.4 KB) - added by pansyg@… 18 years ago.
dvbsnoop log from channel

Download all attachments as: .zip

Change History (7)

Changed 18 years ago by pansyg@…

Attachment: mythbackend.log added

mythbackend log

Changed 18 years ago by pansyg@…

Attachment: dvbsnoop.log added

dvbsnoop log from channel

comment:1 Changed 18 years ago by anonymous

Milestone: 0.19
Priority: minormajor

comment:2 Changed 18 years ago by danielk

Priority: majorminor
Version: head

Hmm, the SR monitor is a new addition to deal with DVB over USB devices that have problem with the normal monitor. Can you try disabling it?

In DVBSignalMonitor::RunTableMonitor?(void) replace this:

    if (useSectionReader = !SupportsTSMonitoring())
        RunTableMonitorSR();
    else
        RunTableMonitorTS();

with this:

    RunTableMonitorTS();

comment:3 Changed 18 years ago by anonymous

after disabling the RunTableMonitorSR() it works fine. so it seems that my dvb card is not correct detected by the SupportsTSMonitoring() function.

comment:4 Changed 18 years ago by Isaac Richards

Component: mythtvdvb
Owner: changed from Isaac Richards to danielk

comment:5 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [8209]) Fixes #707.

This removes the need to see a PAT packet in SupportsTSMonitoring. This breaks support for the broken DEC2000-t driver, but it should speed up initial tuning for everyone else. The fix to the DEC2000-t driver is scheduled to make it into the kernel soon, until then the patches can be found in jd's message in mythtv-dev: http://www.gossamer-threads.com/lists/mythtv/dev/166172

Note: See TracTickets for help on using tickets.