Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#7656 closed defect (invalid)

mythbackend moves motorized dish on startup for no real reason

Reported by: erez0001@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: MythTV - General Version: 0.22
Severity: low Keywords:
Cc: Ticket locked: no

Description

everytime mythbackend starts, it send the motorize dish to on position, then to another and maybe other positions as well

This is probably due to tuning to some stations. however, there is no recording, no live watching etc.

there is also no eit/epg scanning enabled on any of the dvb cards/sources

Change History (2)

comment:1 Changed 14 years ago by danielk

Resolution: invalid
Status: newclosed

The reason will be printed to the log when -v channel is enabled.

comment:2 Changed 14 years ago by erez0001@…

running with -v channel dumps what it does (i.e. TVRec(), not why it does it).

here is the log:

2009-11-24 17:40:01.247 mythbackend version: branches/release-0-22-fixes [22594] www.mythtv.org
2009-11-24 17:40:01.280 Using runtime prefix = /usr
2009-11-24 17:40:01.305 Using configuration directory = /home/mythtv/.mythtv
2009-11-24 17:40:01.330 Empty LocalHostName.
2009-11-24 17:40:01.355 Using localhost value of new53
2009-11-24 17:40:01.381 Testing network connectivity to '192.168.67.116'
2009-11-24 17:40:01.410 New DB connection, total: 1
2009-11-24 17:40:01.432 Connected to database 'mythconverg' at host: 192.168.67.116
2009-11-24 17:40:01.456 Closing DB connection named 'DBManager0'
2009-11-24 17:40:01.481 Connected to database 'mythconverg' at host: 192.168.67.116
2009-11-24 17:40:01.507 Current MythTV Schema Version (DBSchemaVer): 1244
2009-11-24 17:40:01.531 MythBackend: Starting up as the master server.
2009-11-24 17:40:01.562 New DB connection, total: 2
2009-11-24 17:40:01.581 Connected to database 'mythconverg' at host: 192.168.67.116
2009-11-24 17:40:01.628 TVRec(1): Start channel: 42.
2009-11-24 17:40:01.811 DVBChan(1:/dev/dvb/adapter4/frontend0): Opening DVB channel
2009-11-24 17:40:01.831 New DB connection, total: 3
2009-11-24 17:40:01.856 Connected to database 'mythconverg' at host: 192.168.67.116
2009-11-24 17:40:01.881 New DB connection, total: 4
2009-11-24 17:40:01.906 Connected to database 'mythconverg' at host: 192.168.67.116
2009-11-24 17:40:01.923 New DB connection, total: 5
2009-11-24 17:40:01.940 Connected to database 'mythconverg' at host: 192.168.67.116
2009-11-24 17:40:01.957 New DB connection, total: 6
2009-11-24 17:40:01.973 Connected to database 'mythconverg' at host: 192.168.67.116
2009-11-24 17:40:01.991 New DB connection, total: 7
2009-11-24 17:40:02.007 Connected to database 'mythconverg' at host: 192.168.67.116
2009-11-24 17:40:02.024 New DB connection, total: 8
2009-11-24 17:40:02.040 Connected to database 'mythconverg' at host: 192.168.67.116
2009-11-24 17:40:02.058 DiSEqCDevTree: Changing LNB voltage to 18V
2009-11-24 17:40:02.575 DiSEqCDevTree: Resetting DiSEqC Bus
2009-11-24 17:40:02.615 DiSEqCDevTree: Sending DiSEqC Command: e0  0  0
2009-11-24 17:40:03.031 ChannelBase(1): Input #101: 'DVBInput #1' schan(41) sourceid(5) ccid(1)
2009-11-24 17:40:03.048 ChannelBase(1): Input #113: 'DVBInput #2' schan(2) sourceid(1) ccid(1)
2009-11-24 17:40:03.065 ChannelBase(1): Input #125: 'DVBInput #3' schan(11) sourceid(2) ccid(1)
2009-11-24 17:40:03.082 ChannelBase(1): Input #137: 'DVBInput #4' schan(42) sourceid(7) ccid(1)
2009-11-24 17:40:03.099 ChannelBase(1): Input #149: 'DVBInput #5' schan(22) sourceid(3) ccid(1)
2009-11-24 17:40:03.124 ChannelBase(1): Input #161: 'DVBInput #6' schan(51) sourceid(4) ccid(1)
2009-11-24 17:40:03.149 ChannelBase(1): Input #173: 'DVBInput #7' schan(8700) sourceid(6) ccid(1)
2009-11-24 17:40:03.174 ChannelBase(1): Current Input #101: 'DVBInput #1'
2009-11-24 17:40:03.199 DVBChan(1:/dev/dvb/adapter4/frontend0): SetChannelByString(42):
2009-11-24 17:40:03.224 ChannelBase(1): Failed to find channel(42) on current input (DVBInput #1) of card (1).
2009-11-24 17:40:03.333 ChannelBase(1): Found channel(42) on another input (DVBInput #4) of card (1).
2009-11-24 17:40:03.361 DVBChan(1:/dev/dvb/adapter4/frontend0): 11862000 qpsk a auto auto a a auto a h fec: 3/4 msys: DVB-S rolloff: 0.35
2009-11-24 17:40:03.458 DiSEqCDevTree: Rotor - Goto Stored Position 22
2009-11-24 17:40:03.482 DiSEqCDevTree: Sending DiSEqC Command: e0 31 6b 16
2009-11-24 17:40:04.624 DiSEqCDevTree: Changing to DiSEqC switch port 1/4
2009-11-24 17:40:04.648 DiSEqCDevTree: Sending DiSEqC Command: e0 10 38 f3
...
...
Note: See TracTickets for help on using tickets.