
warpme at o2
Jul 7, 2012, 2:18 AM
Post #4 of 6
(334 views)
Permalink
|
|
Re: Any experience with Unicable under MythTV ?
[In reply to]
|
|
On 7/7/12 12:23 AM, Warpme wrote: > On 6/24/12 5:38 PM, Karl Dietz wrote: >> On 24.06.2012 14:47, Warpme wrote: >>> I'm wonder - has anybody here running production system with Unicable ? >> >> Some users have reported back success with the patch from #9762. >> >>> Is there anything I should know in advance to build such 4xSATtuners, >>> Unicable system running stable ? >> >> You need to build yourself with the patch from >> http://code.mythtv.org/trac/ticket/9726 >> >> Regards, >> Karl >> _______________________________________________ >> mythtv-users mailing list >> mythtv-users [at] mythtv >> http://www.mythtv.org/mailman/listinfo/mythtv-users >> > Well, > I just applied 9726 over current 0.25-fixes. > Unfortunately with this patch BE segfaults at start. > Backtrace below. > May any merciful soul help me with this issue ? > > > Program received signal SIGSEGV, Segmentation fault. > 0x00007ffff73c1eda in DiSEqCDevSCR::GetIntermediateFrequency > (this=0x0, frequency=1199000) at diseqc.cpp:2243 > 2243 diseqc.cpp: No such file or directory. > > > > > _______________________________________________ > mythtv-users mailing list > mythtv-users [at] mythtv > http://www.mythtv.org/mailman/listinfo/mythtv-users Ok, I found segfault issue: if patch is applied but Unicable is not selected - m_scr_frequency is 0 so DiSEqCDevSCR::GetIntermediateFrequency at line 2241 returns value higher than 32bit - type overflow causes segfault. Simple if with boundry checking should solve issue. Now I get running BE & have probably issue with configuration. I configured 2 SCR tuners: 1. Id=0, carrier=1210 2. Id=1, carrier=1420 Log below shows probably that after trying to tune to given mplex I'm receiving wrong mplex as TID/NID/SID are wrong... Any clue where error is ? 2012-06-23 22:13:20.416973 I ChannelBase(18): Looking for startchannel '3' on input 'DVBInput' 2012-06-23 22:13:20.420935 I ChannelBase(18): Found startchannel '3' on input 'DVBInput' 2012-06-23 22:13:20.421370 I TVRec(18): HW Tuner: 18->18 2012-06-23 22:13:20.421404 I DVBSM(/dev/dvb/adapter0/frontend0): Stop() -- begin 2012-06-23 22:13:20.488274 I DVBSM(/dev/dvb/adapter0/frontend0): Stop() -- end 2012-06-23 22:13:20.488965 I DVBChan(18:/dev/dvb/adapter0/frontend0): Opening DVB channel 2012-06-23 22:13:20.488978 I DTVChan(/dev/dvb/adapter0/frontend0): SetChannelByString(3): 2012-06-23 22:13:20.491734 I DVBChan(18:/dev/dvb/adapter0/frontend0): 12322000 qpsk a auto auto a a auto a h fec: 3/4 msys: DVB-S rolloff: 0.35 2012-06-23 22:13:20.491790 I DiSEqCDevTree: SCR: Tuning to 12322000kHz, HiBand, H using UB=0, FREQ=1210MHz, POS=A 2012-06-23 22:13:20.491798 I DiSEqCDevTree: Changing LNB voltage to 18V 2012-06-23 22:13:20.551985 I DiSEqCDevTree: Sending DiSEqC Command: e0 10 5a d 7f 2012-06-23 22:13:20.653713 I DiSEqCDevTree: Changing LNB voltage to 13V 2012-06-23 22:13:20.698701 I DVBChan(18:/dev/dvb/adapter0/frontend0): Old Params: 10949000 qpsk a auto auto a a auto a v fec: 3/4 msys: DVB-S rolloff: 0.35 DVBChan(18:/dev/dvb/adapter0/frontend0): New Params: 12322000 qpsk a auto auto a a auto a h fec: 3/4 msys: DVB-S rolloff: 0.35 2012-06-23 22:13:20.698722 I DVBChan(18:/dev/dvb/adapter0/frontend0): Tune(): Tuning to 1210000kHz 2012-06-23 22:13:20.995638 I DVBChan: wait_for_backend: Status: Signal,Carrier,FEC Stable,Sync,Lock, 2012-06-23 22:13:20.995667 I DVBChan(18:/dev/dvb/adapter0/frontend0): Tune(): Frequency tuning successful. 2012-06-23 22:13:20.995675 I DTVChan(/dev/dvb/adapter0/frontend0): SetChannelByString(3): success 2012-06-23 22:13:20.999558 N AutoExpire: CalcParams(): Max required Free Space: 12.0 GB w/freq: 14 min 2012-06-23 22:13:21.182437 I DVBChan(18:/dev/dvb/adapter0/frontend0): Opening DVB channel 2012-06-23 22:13:21.186494 I DVBSM(/dev/dvb/adapter0/frontend0): Can measure Signal Strength 2012-06-23 22:13:21.187475 I DVBSM(/dev/dvb/adapter0/frontend0): Can measure S/N 2012-06-23 22:13:21.191852 I DVBSM(/dev/dvb/adapter0/frontend0): Can measure Bit Error Rate 2012-06-23 22:13:21.195857 I DVBSM(/dev/dvb/adapter0/frontend0): Can count Uncorrected Blocks 2012-06-23 22:13:21.195876 I DVBSM(/dev/dvb/adapter0/frontend0): DVBSignalMonitor::ctor initial flags Seen() Match() Wait(Sig,SNR,BER,UB,) 2012-06-23 22:13:21.197886 I DTVSM(/dev/dvb/adapter0/frontend0)::SetDVBService(transport_id: 8100, network_id: 318, service_id: 14902): 2012-06-23 22:13:21.198245 I TVRec(18): SetChannel(3) -- end 2012-06-23 22:13:21.206983 I MainServer::ANN Playback 2012-06-23 22:13:21.206996 I adding: mythtv as a client (events: 0) 2012-06-23 22:13:21.207622 I MainServer::HandleAnnounce FileTransfer 2012-06-23 22:13:21.207629 I adding: mythtv as a remote file transfer 2012-06-23 22:13:21.208620 I DVBSM(/dev/dvb/adapter0/frontend0): UpdateValues -- Signal Locked 2012-06-23 22:13:21.312899 E DTVSM(/dev/dvb/adapter0/frontend0): Program #14902 not found in PAT! Program Association Section PSIP tableID(0x0) length(93) extension(0x20d0) version(28) current(1) section(0) last_section(0) tsid(8400) programCount(21) program number 0 has PID 0x0010 program number 3000 has PID 0x0c1c program number 3101 has PID 0x0c27 program number 3023 has PID 0x0c33 program number 3007 has PID 0x0bc9 program number 3004 has PID 0x0bc6 program number 3009 has PID 0x0bcb program number 3010 has PID 0x0c26 program number 3060 has PID 0x0c58 program number 3017 has PID 0x0c2d program number 3008 has PID 0x0c24 program number 3005 has PID 0x0c21 program number 3003 has PID 0x0bc5 program number 3011 has PID 0x0bcc program number 3083 has PID 0x0dc3 program number 3087 has PID 0x0dc7 program number 3080 has PID 0x0c6c program number 3052 has PID 0x0bec program number 3021 has PID 0x0e00 program number 3051 has PID 0x0cef program number 3061 has PID 0x0c59 2012-06-23 22:13:21.715007 E ProcessPAT: Program not found in PAT. Rescan your transports. 2012-06-23 22:13:21.715041 E Desired program #14902 not found in PAT. Cannot create single program PAT. 2012-06-23 22:13:21.715085 I DTVSM(/dev/dvb/adapter0/frontend0)::SetNIT(): net_id = 318 2012-06-23 22:13:22.970863 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 318 orig_net_id = 318 transportID = 8100 orig_transport_id = 8400 2012-06-23 22:13:23.925677 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 318 orig_net_id = 318 transportID = 8100 orig_transport_id = 8400 2012-06-23 22:13:24.980528 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 318 orig_net_id = 318 transportID = 8100 orig_transport_id = 8400 2012-06-23 22:13:25.935090 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 318 orig_net_id = 318 transportID = 8100 orig_transport_id = 8400 2012-06-23 22:13:26.881978 E TVRec(18): PauseRecorder() called with no recorder 2012-06-23 22:13:26.882472 I TVRec(18): SetChannel(44) -- begin 2012-06-23 22:13:26.882559 I ChannelBase(18): Looking for startchannel '44' on input 'DVBInput' 2012-06-23 22:13:26.886130 I ChannelBase(18): Found startchannel '44' on input 'DVBInput' 2012-06-23 22:13:26.886623 I TVRec(18): HW Tuner: 18->18 2012-06-23 22:13:26.886648 I DVBSM(/dev/dvb/adapter0/frontend0): Stop() -- begin 2012-06-23 22:13:26.941024 I DVBSM(/dev/dvb/adapter0/frontend0): Stop() -- end 2012-06-23 22:13:26.941811 I DVBChan(18:/dev/dvb/adapter0/frontend0): Opening DVB channel 2012-06-23 22:13:26.941827 I DTVChan(/dev/dvb/adapter0/frontend0): SetChannelByString(44): 2012-06-23 22:13:26.944431 I DVBChan(18:/dev/dvb/adapter0/frontend0): 11158000 qpsk a auto auto a a auto a v fec: 5/6 msys: DVB-S rolloff: 0.35 2012-06-23 22:13:26.944477 I DiSEqCDevTree: SCR: Tuning to 11158000kHz, LoBand, V using UB=0, FREQ=1210MHz, POS=A 2012-06-23 22:13:26.944490 I DiSEqCDevTree: Changing LNB voltage to 18V 2012-06-23 22:13:27.004771 I DiSEqCDevTree: Sending DiSEqC Command: e0 10 5a 1 31 2012-06-23 22:13:27.106884 I DiSEqCDevTree: Changing LNB voltage to 13V 2012-06-23 22:13:27.152225 I DVBChan(18:/dev/dvb/adapter0/frontend0): Old Params: 12322000 qpsk a auto auto a a auto a h fec: 3/4 msys: DVB-S rolloff: 0.35 DVBChan(18:/dev/dvb/adapter0/frontend0): New Params: 11158000 qpsk a auto auto a a auto a v fec: 5/6 msys: DVB-S rolloff: 0.35 2012-06-23 22:13:27.152238 I DVBChan(18:/dev/dvb/adapter0/frontend0): Tune(): Tuning to 1212000kHz 2012-06-23 22:13:27.408928 I DVBChan: wait_for_backend: Status: Signal,Carrier,FEC Stable,Sync,Lock, 2012-06-23 22:13:27.408950 I DVBChan(18:/dev/dvb/adapter0/frontend0): Tune(): Frequency tuning successful. 2012-06-23 22:13:27.408958 I DTVChan(/dev/dvb/adapter0/frontend0): SetChannelByString(44): success 2012-06-23 22:13:27.412520 N AutoExpire: CalcParams(): Max required Free Space: 12.0 GB w/freq: 14 min 2012-06-23 22:13:27.542443 I DVBChan(18:/dev/dvb/adapter0/frontend0): Opening DVB channel 2012-06-23 22:13:27.546797 I DVBSM(/dev/dvb/adapter0/frontend0): Can measure Signal Strength 2012-06-23 22:13:27.547782 I DVBSM(/dev/dvb/adapter0/frontend0): Can measure S/N 2012-06-23 22:13:27.552032 I DVBSM(/dev/dvb/adapter0/frontend0): Can measure Bit Error Rate 2012-06-23 22:13:27.555775 I DVBSM(/dev/dvb/adapter0/frontend0): Can count Uncorrected Blocks 2012-06-23 22:13:27.555790 I DVBSM(/dev/dvb/adapter0/frontend0): DVBSignalMonitor::ctor initial flags Seen() Match() Wait(Sig,SNR,BER,UB,) 2012-06-23 22:13:27.557789 I DTVSM(/dev/dvb/adapter0/frontend0)::SetDVBService(transport_id: 13200, network_id: 113, service_id: 13109): 2012-06-23 22:13:27.558147 I TVRec(18): SetChannel(44) -- end 2012-06-23 22:13:27.566591 I MainServer::ANN Playback 2012-06-23 22:13:27.566603 I adding: mythtv as a client (events: 0) 2012-06-23 22:13:27.567285 I MainServer::HandleAnnounce FileTransfer 2012-06-23 22:13:27.567292 I adding: mythtv as a remote file transfer 2012-06-23 22:13:27.568574 I DVBSM(/dev/dvb/adapter0/frontend0): UpdateValues -- Signal Locked 2012-06-23 22:13:27.774271 E DTVSM(/dev/dvb/adapter0/frontend0): Program #13109 not found in PAT! Program Association Section PSIP tableID(0x0) length(93) extension(0x20d0) version(28) current(1) section(0) last_section(0) tsid(8400) programCount(21) program number 0 has PID 0x0010 program number 3000 has PID 0x0c1c program number 3101 has PID 0x0c27 program number 3023 has PID 0x0c33 program number 3007 has PID 0x0bc9 program number 3004 has PID 0x0bc6 program number 3009 has PID 0x0bcb program number 3010 has PID 0x0c26 program number 3060 has PID 0x0c58 program number 3017 has PID 0x0c2d program number 3008 has PID 0x0c24 program number 3005 has PID 0x0c21 program number 3003 has PID 0x0bc5 program number 3011 has PID 0x0bcc program number 3083 has PID 0x0dc3 program number 3087 has PID 0x0dc7 program number 3080 has PID 0x0c6c program number 3052 has PID 0x0bec program number 3021 has PID 0x0e00 program number 3051 has PID 0x0cef program number 3061 has PID 0x0c59 2012-06-23 22:13:27.774380 I DTVSM(/dev/dvb/adapter0/frontend0)::SetNIT(): net_id = 318 2012-06-23 22:13:28.176018 E ProcessPAT: Program not found in PAT. Rescan your transports. 2012-06-23 22:13:28.176053 E Desired program #13109 not found in PAT. Cannot create single program PAT. 2012-06-23 22:13:28.979469 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:29.446971 I JobQueue: Commercial Detection Starting for Unknown recorded from channel 12429 at 2012-06-23T22:13:21 2012-06-23 22:13:29.812398 I MainServer::ANN Monitor 2012-06-23 22:13:29.812413 I adding: mythtv as a client (events: 0) 2012-06-23 22:13:29.813193 I MainServer::ANN Monitor 2012-06-23 22:13:29.813205 I adding: mythtv as a client (events: 1) 2012-06-23 22:13:29.984283 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:30.962010 E Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 12429 --starttime 20120623221321 --verbose general,channel --logpath /tmp --loglevel info --nodblog --quiet' (128) 2012-06-23 22:13:30.988975 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:31.993569 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:32.998133 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:34.002904 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:34.460291 I JobQueue: Commercial Detection Starting for Unknown recorded from channel 21109 at 2012-06-23T22:13:27 2012-06-23 22:13:34.825770 I MainServer::ANN Monitor 2012-06-23 22:13:34.825783 I adding: mythtv as a client (events: 0) 2012-06-23 22:13:34.826612 I MainServer::ANN Monitor 2012-06-23 22:13:34.826625 I adding: mythtv as a client (events: 1) 2012-06-23 22:13:35.011308 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:35.971229 E Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 21109 --starttime 20120623221327 --verbose general,channel --logpath /tmp --loglevel info --nodblog --quiet' (128) 2012-06-23 22:13:36.016166 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:37.020885 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:38.026069 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:39.030733 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:40.035517 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:41.040116 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:42.044557 I DTVSM(/dev/dvb/adapter0/frontend0)::HandleSDT(): networkID = 113 orig_net_id = 318 transportID = 13200 orig_transport_id = 8400 2012-06-23 22:13:42.273620 I TVRec(18): Changing from WatchingLiveTV to None 2012-06-23 22:13:42.274453 I TVRec(18): EIT active scan will resume at:2012-06-24T01:01:40 2012-06-23 22:13:42.274499 I DVBSM(/dev/dvb/adapter0/frontend0): Stop() -- begin 2012-06-23 22:13:42.347756 I DVBSM(/dev/dvb/adapter0/frontend0): Stop() -- end 2012-06-23 22:13:42.358742 I MainServer::ANN Playback 2012-06-23 22:13:42.358762 I adding: mythtv as a client (events: 0) 2012-06-23 22:13:42.363297 I TVRec(20): Changing from None to WatchingLiveTV 2012-06-23 22:13:42.363338 I ChannelBase(20): Looking for startchannel '1' on input 'DVBInput' 2012-06-23 22:13:42.367292 I ChannelBase(20): Found startchannel '1' on input 'DVBInput' 2012-06-23 22:13:42.367788 I TVRec(20): HW Tuner: 20->20 2012-06-23 22:13:42.368531 I DVBChan(20:/dev/dvb/adapter1/frontend0): Opening DVB channel 2012-06-23 22:13:42.368551 I DTVChan(/dev/dvb/adapter1/frontend0): SetChannelByString(1): 2012-06-23 22:13:42.371875 I DVBChan(20:/dev/dvb/adapter1/frontend0): 10949000 qpsk a auto auto a a auto a v fec: 3/4 msys: DVB-S rolloff: 0.35 2012-06-23 22:13:42.371936 I DiSEqCDevTree: SCR: Tuning to 10949000kHz, LoBand, V using UB=1, FREQ=1420MHz, POS=A 2012-06-23 22:13:42.371948 I DiSEqCDevTree: Changing LNB voltage to 18V 2012-06-23 22:13:42.432345 I DiSEqCDevTree: Sending DiSEqC Command: e0 10 5a 21 31 2012-06-23 22:13:42.533582 I DiSEqCDevTree: Changing LNB voltage to 13V 2012-06-23 22:13:42.578806 I DVBChan(20:/dev/dvb/adapter1/frontend0): Old Params: 11488000 qpsk a auto auto a a auto a h fec: 5/6 msys: DVB-S rolloff: 0.35 DVBChan(20:/dev/dvb/adapter1/frontend0): New Params: 10949000 qpsk a auto auto a a auto a v fec: 3/4 msys: DVB-S rolloff: 0.35 2012-06-23 22:13:42.578822 I DVBChan(20:/dev/dvb/adapter1/frontend0): Tune(): Tuning to 1421000kHz 2012-06-23 22:13:43.168235 I DVBChan: wait_for_backend: Status: 2012-06-23 22:13:43.168268 I DVBChan(20:/dev/dvb/adapter1/frontend0): Tune(): Frequency tuning successful. 2012-06-23 22:13:43.168277 I DTVChan(/dev/dvb/adapter1/frontend0): SetChannelByString(1): success 2012-06-23 22:13:43.171631 N AutoExpire: CalcParams(): Max required Free Space: 12.0 GB w/freq: 14 min 2012-06-23 22:13:43.256970 I DVBChan(20:/dev/dvb/adapter1/frontend0): Opening DVB channel 2012-06-23 22:13:43.260963 I DVBSM(/dev/dvb/adapter1/frontend0): Can measure Signal Strength 2012-06-23 22:13:43.261957 I DVBSM(/dev/dvb/adapter1/frontend0): Can measure S/N 2012-06-23 22:13:43.266336 I DVBSM(/dev/dvb/adapter1/frontend0): Can measure Bit Error Rate 2012-06-23 22:13:43.270081 I DVBSM(/dev/dvb/adapter1/frontend0): Can count Uncorrected Blocks 2012-06-23 22:13:43.270094 I DVBSM(/dev/dvb/adapter1/frontend0): DVBSignalMonitor::ctor initial flags Seen() Match() Wait(Sig,SNR,BER,UB,) 2012-06-23 22:13:43.272174 I DTVSM(/dev/dvb/adapter1/frontend0)::SetDVBService(transport_id: 12200, network_id: 318, service_id: 7466): 2012-06-23 22:13:55.143538 E TVRec(20): PauseRecorder() called with no recorder 2012-06-23 22:13:55.144312 I TVRec(20): SetChannel(22) -- begin 2012-06-23 22:13:55.144548 I ChannelBase(20): Looking for startchannel '22' on input 'DVBInput' 2012-06-23 22:13:55.147923 I ChannelBase(20): Found startchannel '22' on input 'DVBInput' 2012-06-23 22:13:55.148356 I TVRec(20): HW Tuner: 20->20 2012-06-23 22:13:55.148380 I DVBSM(/dev/dvb/adapter1/frontend0): Stop() -- begin 2012-06-23 22:13:55.160745 I DVBSM(/dev/dvb/adapter1/frontend0): Stop() -- end 2012-06-23 22:13:55.161435 I DVBChan(20:/dev/dvb/adapter1/frontend0): Opening DVB channel 2012-06-23 22:13:55.161449 I DTVChan(/dev/dvb/adapter1/frontend0): SetChannelByString(22): 2012-06-23 22:13:55.164182 I DVBChan(20:/dev/dvb/adapter1/frontend0): 11393000 qpsk a auto auto a a auto a v fec: 5/6 msys: DVB-S rolloff: 0.35 2012-06-23 22:13:55.164226 I DiSEqCDevTree: SCR: Tuning to 11393000kHz, LoBand, V using UB=1, FREQ=1420MHz, POS=A 2012-06-23 22:13:55.164234 I DiSEqCDevTree: Changing LNB voltage to 18V 2012-06-23 22:13:55.224568 I DiSEqCDevTree: Sending DiSEqC Command: e0 10 5a 21 a0 2012-06-23 22:13:55.327050 I DiSEqCDevTree: Changing LNB voltage to 13V 2012-06-23 22:13:55.372281 I DVBChan(20:/dev/dvb/adapter1/frontend0): Old Params: 10949000 qpsk a auto auto a a auto a v fec: 3/4 msys: DVB-S rolloff: 0.35 DVBChan(20:/dev/dvb/adapter1/frontend0): New Params: 11393000 qpsk a auto auto a a auto a v fec: 5/6 msys: DVB-S rolloff: 0.35 2012-06-23 22:13:55.372302 I DVBChan(20:/dev/dvb/adapter1/frontend0): Tune(): Tuning to 1421000kHz 2012-06-23 22:13:55.961328 I DVBChan: wait_for_backend: Status: 2012-06-23 22:13:55.961359 I DVBChan(20:/dev/dvb/adapter1/frontend0): Tune(): Frequency tuning successful. 2012-06-23 22:13:55.961369 I DTVChan(/dev/dvb/adapter1/frontend0): SetChannelByString(22): success 2012-06-23 22:13:55.964503 N AutoExpire: CalcParams(): Max required Free Space: 12.0 GB w/freq: 14 min 2012-06-23 22:13:56.047460 I DVBChan(20:/dev/dvb/adapter1/frontend0): Opening DVB channel 2012-06-23 22:13:56.051308 I DVBSM(/dev/dvb/adapter1/frontend0): Can measure Signal Strength 2012-06-23 22:13:56.052177 I DVBSM(/dev/dvb/adapter1/frontend0): Can measure S/N 2012-06-23 22:13:56.056431 I DVBSM(/dev/dvb/adapter1/frontend0): Can measure Bit Error Rate 2012-06-23 22:13:56.060305 I DVBSM(/dev/dvb/adapter1/frontend0): Can count Uncorrected Blocks 2012-06-23 22:13:56.060319 I DVBSM(/dev/dvb/adapter1/frontend0): DVBSignalMonitor::ctor initial flags Seen() Match() Wait(Sig,SNR,BER,UB,) 2012-06-23 22:13:56.062226 I DTVSM(/dev/dvb/adapter1/frontend0)::SetDVBService(transport_id: 1000, network_id: 318, service_id: 4312): 2012-06-23 22:13:56.062598 I TVRec(20): SetChannel(22) -- end 2012-06-23 22:14:00.958699 I TVRec(20): Changing from WatchingLiveTV to None 2012-06-23 22:14:00.959829 I TVRec(20): EIT active scan will resume at:2012-06-24T01:06:40 2012-06-23 22:14:00.959876 I DVBSM(/dev/dvb/adapter1/frontend0): Stop() -- begin 2012-06-23 22:14:00.986772 I DVBSM(/dev/dvb/adapter1/frontend0): Stop() -- end 2012-06-23 22:14:17.355833 I Running housekeeping thread 2012-06-23 22:14:39.474767 I JobQueue: Commercial Detection Starting for Unknown recorded from channel 15466 at 2012-06-23T22:13:43 2012-06-23 22:14:39.749053 I MainServer::ANN Monitor 2012-06-23 22:14:39.749068 I adding: mythtv as a client (events: 0) 2012-06-23 22:14:39.749479 I MainServer::ANN Monitor 2012-06-23 22:14:39.749503 I adding: mythtv as a client (events: 1) 2012-06-23 22:14:40.909177 E Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 15466 --starttime 20120623221343 --verbose general,channel --logpath /tmp --loglevel info --nodblog --quiet' (128) 2012-06-23 22:14:45.115560 I JobQueue: Commercial Detection Starting for Unknown recorded from channel 8006 at 2012-06-23T22:13:56 2012-06-23 22:14:45.457656 I MainServer::ANN Monitor 2012-06-23 22:14:45.457671 I adding: mythtv as a client (events: 0) 2012-06-23 22:14:45.458103 I MainServer::ANN Monitor 2012-06-23 22:14:45.458120 I adding: mythtv as a client (events: 1) 2012-06-23 22:14:46.616420 E Preview: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 8006 --starttime 20120623221356 --verbose general,channel --logpath /tmp --loglevel info --nodblog --quiet' (128)
|