Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2142 closed defect (fixed)

DiSEqC without switch breaks recording

Reported by: anonymous Owned by: danielk
Priority: major Milestone: 0.20
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When I try to watch livetv, the backend loops a SQL-Error until it will get killed.

Attachments (6)

mythconverg.sql (18.2 KB) - added by anonymous 18 years ago.
mythbackend1.log (41.9 KB) - added by anonymous 18 years ago.
mythbackend.log (61.2 KB) - added by panzaeron 18 years ago.
mythconverg.2.sql (54.2 KB) - added by panzaeron 18 years ago.
diseqc-only-lnb.patch (2.3 KB) - added by yeasah@… 18 years ago.
patch for LNB-only diseqc input name problem
mythconverg.orig.sql (52.2 KB) - added by anonymous 18 years ago.

Download all attachments as: .zip

Change History (16)

Changed 18 years ago by anonymous

Attachment: mythconverg.sql added

Changed 18 years ago by anonymous

Attachment: mythbackend1.log added

comment:1 Changed 18 years ago by danielk

Resolution: invalid
Status: newclosed

Your DB info incorrect. Delete your capture cards and reinsert and rescan the inputs, it looks like you missed the diseqc DB upgrade somehow.

Changed 18 years ago by panzaeron

Attachment: mythbackend.log added

Changed 18 years ago by panzaeron

Attachment: mythconverg.2.sql added

comment:2 Changed 18 years ago by panazeron

Resolution: invalid
Status: closedreopened

I have the same problem, but the reinsert and rescan didn't solved the problem. The scan is OK, but LiveTV with the error not. I attached the mythbackend.log and mythconverg.

comment:3 Changed 18 years ago by Giuly

Here reinsert and rescan even not solved the problem (I'm the reporter)

comment:4 Changed 18 years ago by danielk

Milestone: 0.20
Owner: changed from Isaac Richards to danielk
Priority: majorminor
Status: reopenednew

panazeron, this appears to be a real problem, either with the mythtv-setup, or the DiSEqC handling in the recorder. Your input is set to "DVBInput" but you are using DiSEqC, so it appears MythTV thinks it should be set to "DVBInput #1".

What is your physical DiSEqC setup, just an LNB?

comment:5 Changed 18 years ago by danielk

Priority: minormajor
Summary: "Column 'chanid' cannot be null" when watching livetvDiSEqC without switch breaks recording

Changed 18 years ago by yeasah@…

Attachment: diseqc-only-lnb.patch added

patch for LNB-only diseqc input name problem

comment:6 in reply to:  5 Changed 18 years ago by anonymous

Replying to danielk: Yes, I'm using a standard european universal LNB.

comment:7 Changed 18 years ago by panzaeron

There is another problem. I have attached the mythconverg.orig.sql an empty database with two Astra 19.2E transponders (with the stations ARD and ZDF) the mplexids are 27 and 28 added with mythtv-setup. But in the dtv_multiplex table are multiplexid 27 (OK) frequency 1238037 (wrong?, should by 11837000 (this is the transponder frequency in Hz)) inversion NULL (wrong, should be 'a') symbolrate NULL (wrong, should be 27500000) fec NULL (wrong,should be 'auto') polarity NULL (wrong, should be 'h') ...

Changed 18 years ago by anonymous

Attachment: mythconverg.orig.sql added

comment:8 Changed 18 years ago by panzaeron

If I use a channel.conf to scan the stations, everything ist OK.

comment:9 Changed 18 years ago by Stuart Auchterlonie

Resolution: fixed
Status: newclosed

(In [10746]) Closes #2142. Adds support for lnb only diseq configurations

Selects the correct input in LNB only diseq configs

comment:10 Changed 18 years ago by Stuart Auchterlonie

Any problems related to scanning for the channels should be attached to #2033

Note: See TracTickets for help on using tickets.