Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] DVB-C tuning problem 0.9 driver



Hello all,

I am new to this list so fogive me is this is a FAQ or if this off-topic for
this list. Please point me to info if that's the case.
Siemens won't sell me a DVB-card (no export from Germany and they do not
sell the cards in Sweden), so I am using a Technotrend DVB-C + Viaccess
v1.20b (BLACK) CAM in Sweden. I have everything up and running under w2k
(technotrend reference software). The TT software even performed a channel
scan successfully.

A sample entry from the TT-PCI Windows software for CNN contains the
following info:
Name: CNN
Provider: com hem
FE-Type: 2
LNB: DVB-C
Frequency: 354012 (kHz)  note: *** 354012 ***
H/V: 2
Symbolrate: 6875000
Type: 1
Scrambled: 0
TS ID: 8704
Net ID: 65535
o.Net ID: 10144
Service ID: 3401
PCR-PID: 4097
PMT-PID: 257
Video-PID: 4097
Audio-PID: 4353
Teletext-PID: 7937
StreamInfo: 4353,English

Under Linux, I haven't had any luck yet. I have tried several versions of
the 0.9 driver (cannot run 0.8 on 2.4 kernel... RedHat 7.1). Log dumps in
this mail are taken from a session using the 0.9-20010921 snapshot.

I've basically done two things while testing:

1) Tried to get the driver to lock on to a frequency by itself by changing
"dvb.c" to fit my needs and setting init_chan=2 (a non-zero value). No
success.

--- dvb.c.orig  Mon Dec 10 00:44:39 2001
+++ dvb.c       Mon Dec 10 01:16:30 2001
@@ -2762,7 +2762,7 @@

         if (fe_lock(dvb))
                 return mon_complete(dvb);
-        if (i==20) {
+        if (i==30) {
                 /* return to requested frequency, maybe it locks when the
user
                  * retries the tuning operation
                  */
@@ -2774,7 +2774,8 @@
         if (dvb->dvbtype == DVB_S)
                 soff=dvb->front.param.u.qpsk.SymbolRate/16;
         else if (dvb->dvbtype == DVB_C)
-                soff=dvb->front.param.u.qam.SymbolRate/16;
+                /* soff=dvb->front.param.u.qam.SymbolRate/16; */
+                soff=1000;
         else if (dvb->dvbtype == DVB_T)
                 #warning finish mon_zigzag for ofdm
                 soff=0;
@@ -3100,9 +3101,9 @@
                 demod_writereg(dvb, 0x0f, 0x28); //use 0x68 for analog
                 if (!init_chan)
                         break;
-                ChangePIDs(dvb, 0x0262, 0x026c, 0, 0, 0x0262);
-                para.Frequency=394000000;
-                para.u.qam.SymbolRate=6900000;
+                ChangePIDs(dvb, 4097, 4353, 0, 0, 4097);
+                para.Frequency=354000000;
+                para.u.qam.SymbolRate=6875000;
                 para.u.qam.FEC_inner=0;
                 para.u.qam.QAM=QAM_64;
                 break;
[root@localhost driver]#


2) Trying to use ntuxzap:

[root@localhost driver]# cat ~/.dvbrc
LNB ID 1 TYPE 2
  SAT ID 1 NAME "comhem" LNBID 1 FMIN 322000000 FMAX 454000000
    TRANSPONDER ID 8704 SATID 1 TYPE 2 FREQ 354012000 QAM 2 SRATE 6875000
FEC 8
      CHANNEL ID 1 TPID 8704 NAME "CNN" TYPE 0 PNR 0be1 VPID 1001 TTPID 1f01
APID 1101 PCRPID 1001
[root@localhost driver]#

Ntuxzap sends "0" as the frequency so I wonder if my syntax is broken...
Probably...


3) Using vdr:
[root@localhost VDR]# cat /video/channels.conf
cnn:354:h:0:6875:4097:4353:0:1:4097
[root@localhost VDR]#

no luck here either.



Any help would be greatly appreciated!!!

Best regards,


Stefan Norberg





/var/log/messages (debug=2)

make insmod:

Dec 10 01:38:27 localhost kernel: Linux video capture interface: v1.00
Dec 10 01:38:27 localhost kernel: i2c-core.o: driver VES1893 DVB demodulator
registered.
Dec 10 01:38:27 localhost kernel: i2c-core.o: driver VES1820 DVB demodulator
registered.
Dec 10 01:38:27 localhost kernel: i2c-core.o: driver L64781 DVB demodulator
registered.
Dec 10 01:38:27 localhost kernel: L64781: init done
Dec 10 01:38:27 localhost kernel: i2c-core.o: driver tda8083 DVB demodulator
registered.
Dec 10 01:38:27 localhost kernel: i2c-core.o: driver stv0299 DVB demodulator
registered.
Dec 10 01:38:27 localhost kernel: i2c-core.o: driver i2c TV tuner driver
registered.
Dec 10 01:38:27 localhost kernel: saa7146_core.o: saa7146(1): bus:2, rev:1,
mem:0xcc9a0000.
Dec 10 01:38:27 localhost kernel: VES1820: attaching VES1820 at 0x12
Dec 10 01:38:27 localhost kernel: i2c-core.o: client [VES1820] registered to
adapter [saa7146(1)](pos. 0).
Dec 10 01:38:28 localhost kernel: VES1820: attached to adapter saa7146(1)
Dec 10 01:38:28 localhost kernel: L64781: probably an EEPROM @ 0x55,
skipping ...
Dec 10 01:38:28 localhost kernel: SP8870: no SP8870 found ...
Dec 10 01:38:28 localhost kernel: tuner: chip found @ 0x62
Dec 10 01:38:28 localhost kernel: i2c-core.o: client [i2c tv tuner chip]
registered to adapter [saa7146(1)](pos. 1).
Dec 10 01:38:28 localhost kernel: i2c-core.o: adapter saa7146(1) registered
as adapter 0.
Dec 10 01:38:28 localhost kernel: dvb: init_dvb
Dec 10 01:38:28 localhost kernel: mon_current=c5efc000
Dec 10 01:38:28 localhost kernel: dvb: monitor daemon started
Dec 10 01:38:28 localhost kernel: bootarm: debi test OK
Dec 10 01:38:28 localhost kernel: bootarm: load boot code
Dec 10 01:38:28 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:29 localhost kernel: bootarm: load dram code
Dec 10 01:38:29 localhost kernel: Unable to load 'arm_firm/Root'.
Dec 10 01:38:29 localhost kernel: Writing DRAM block 0
...
Dec 10 01:38:30 localhost kernel: Writing DRAM block 81
Dec 10 01:38:30 localhost kernel: bootarm: load dpram code
Dec 10 01:38:30 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:30 localhost kernel: Unable to load 'arm_firm/Dpram'.
Dec 10 01:38:30 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:31 localhost kernel: dvb0: AV7111 - firm f0240009, rtsl
b0250018, vid 71010068, app 00010002
Dec 10 01:38:31 localhost kernel: adapter id = 25  addr = 12
Dec 10 01:38:31 localhost kernel: adapter id = 02  addr = c4
Dec 10 01:38:31 localhost kernel: initfront tunertype=17 dvbtype=2
Dec 10 01:38:31 localhost kernel: dvb_irq
Dec 10 01:38:31 localhost kernel: GPIO0 irq
Dec 10 01:38:31 localhost kernel: GPIO0 irq 5 32
Dec 10 01:38:31 localhost kernel: dvb_irq
Dec 10 01:38:31 localhost kernel: DEBI irq type 5
Dec 10 01:38:31 localhost kernel: dvb0: 01 01 01 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Dec 10 01:38:31 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:32 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:32 localhost kernel: mon_tune(0) enter
Dec 10 01:38:32 localhost kernel: mon_tune(0): TUNER_SET_TVFREQ 354000000
Dec 10 01:38:32 localhost kernel: mon_tune(0): DVB_SET_FRONTEND
Dec 10 01:38:32 localhost kernel: freq=354000000
Dec 10 01:38:32 localhost kernel: need zigzag(0), freq=354000000
Dec 10 01:38:32 localhost kernel: dvb: dvbdevice found
Dec 10 01:38:32 localhost kernel: dvb: 1 dvb(s) found!
Dec 10 01:38:33 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:33 localhost kernel: mon_zigzag(0): i=00 freq=354000000
Dec 10 01:38:33 localhost kernel: i=0 freq=354000000
Dec 10 01:38:33 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:33 localhost kernel: mon_zigzag(0): i=01 freq=354000000
Dec 10 01:38:33 localhost kernel: i=1 freq=354000000
Dec 10 01:38:34 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:34 localhost kernel: mon_zigzag(0): i=02 freq=353999000
Dec 10 01:38:34 localhost kernel: i=2 freq=353999000
Dec 10 01:38:34 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:34 localhost kernel: mon_zigzag(0): i=03 freq=354001000
Dec 10 01:38:34 localhost kernel: i=3 freq=354001000
Dec 10 01:38:35 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:35 localhost kernel: mon_zigzag(0): i=04 freq=353998000
Dec 10 01:38:35 localhost kernel: i=4 freq=353998000
Dec 10 01:38:35 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:35 localhost kernel: mon_zigzag(0): i=05 freq=354002000
Dec 10 01:38:36 localhost kernel: i=5 freq=354002000
Dec 10 01:38:36 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:36 localhost kernel: mon_zigzag(0): i=06 freq=353997000
Dec 10 01:38:36 localhost kernel: i=6 freq=353997000
Dec 10 01:38:37 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:37 localhost kernel: mon_zigzag(0): i=07 freq=354003000
Dec 10 01:38:37 localhost kernel: i=7 freq=354003000
Dec 10 01:38:37 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:37 localhost kernel: mon_zigzag(0): i=08 freq=353996000
Dec 10 01:38:37 localhost kernel: i=8 freq=353996000
Dec 10 01:38:38 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:38 localhost kernel: mon_zigzag(0): i=09 freq=354004000
Dec 10 01:38:38 localhost kernel: i=9 freq=354004000
Dec 10 01:38:38 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:38 localhost kernel: mon_zigzag(0): i=10 freq=353995000
Dec 10 01:38:38 localhost kernel: i=10 freq=353995000
Dec 10 01:38:39 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:39 localhost kernel: mon_zigzag(0): i=11 freq=354005000
Dec 10 01:38:39 localhost kernel: i=11 freq=354005000
Dec 10 01:38:39 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:39 localhost kernel: mon_zigzag(0): i=12 freq=353994000
Dec 10 01:38:39 localhost kernel: i=12 freq=353994000
Dec 10 01:38:40 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:40 localhost kernel: mon_zigzag(0): i=13 freq=354006000
Dec 10 01:38:40 localhost kernel: i=13 freq=354006000
Dec 10 01:38:40 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:40 localhost kernel: mon_zigzag(0): i=14 freq=353993000
Dec 10 01:38:40 localhost kernel: i=14 freq=353993000
Dec 10 01:38:40 localhost kernel: dvb_irq
Dec 10 01:38:40 localhost kernel: GPIO0 irq
Dec 10 01:38:40 localhost kernel: GPIO0 irq 5 14
Dec 10 01:38:40 localhost kernel: dvb_irq
Dec 10 01:38:40 localhost kernel: DEBI irq type 5
Dec 10 01:38:40 localhost kernel: dvb0: 01 02 01 00 56 69 61 63 63 65 73 73
00 03   Viaccess
Dec 10 01:38:41 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:41 localhost kernel: mon_zigzag(0): i=15 freq=354007000
Dec 10 01:38:41 localhost kernel: i=15 freq=354007000
Dec 10 01:38:41 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:41 localhost kernel: mon_zigzag(0): i=16 freq=353992000
Dec 10 01:38:41 localhost kernel: i=16 freq=353992000
Dec 10 01:38:42 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:42 localhost kernel: mon_zigzag(0): i=17 freq=354008000
Dec 10 01:38:42 localhost kernel: i=17 freq=354008000
Dec 10 01:38:42 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:42 localhost kernel: mon_zigzag(0): i=18 freq=353991000
Dec 10 01:38:43 localhost kernel: i=18 freq=353991000
Dec 10 01:38:43 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:43 localhost kernel: mon_zigzag(0): i=19 freq=354009000
Dec 10 01:38:43 localhost kernel: i=19 freq=354009000
Dec 10 01:38:43 localhost kernel: dvb_irq
Dec 10 01:38:43 localhost kernel: GPIO0 irq
Dec 10 01:38:43 localhost kernel: GPIO0 irq 5 6
Dec 10 01:38:43 localhost kernel: dvb_irq
Dec 10 01:38:43 localhost kernel: DEBI irq type 5
Dec 10 01:38:43 localhost kernel: dvb0: 0e 04 30 00 56 69 0 Vi
Dec 10 01:38:44 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:44 localhost kernel: mon_zigzag(0): i=20 freq=353990000
Dec 10 01:38:44 localhost kernel: i=20 freq=353990000
Dec 10 01:38:44 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:44 localhost kernel: mon_zigzag(0): i=21 freq=354010000
Dec 10 01:38:44 localhost kernel: i=21 freq=354010000
Dec 10 01:38:45 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:45 localhost kernel: mon_zigzag(0): i=22 freq=353989000
Dec 10 01:38:45 localhost kernel: i=22 freq=353989000
Dec 10 01:38:45 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:45 localhost kernel: mon_zigzag(0): i=23 freq=354011000
Dec 10 01:38:45 localhost kernel: i=23 freq=354011000
Dec 10 01:38:46 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:46 localhost kernel: mon_zigzag(0): i=24 freq=353988000
Dec 10 01:38:46 localhost kernel: i=24 freq=353988000
Dec 10 01:38:46 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:46 localhost kernel: mon_zigzag(0): i=25 freq=354012000
Dec 10 01:38:46 localhost kernel: i=25 freq=354012000
Dec 10 01:38:47 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:47 localhost kernel: mon_zigzag(0): i=26 freq=353987000
Dec 10 01:38:47 localhost kernel: i=26 freq=353987000
Dec 10 01:38:47 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:47 localhost kernel: mon_zigzag(0): i=27 freq=354013000
Dec 10 01:38:47 localhost kernel: i=27 freq=354013000
Dec 10 01:38:48 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:48 localhost kernel: mon_zigzag(0): i=28 freq=353986000
Dec 10 01:38:48 localhost kernel: i=28 freq=353986000
Dec 10 01:38:48 localhost kernel: dvb_mon: wakeup
Dec 10 01:38:48 localhost kernel: mon_zigzag(0): i=29 freq=354014000
Dec 10 01:38:48 localhost kernel: i=29 freq=354014000
Dec 10 01:38:49 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:06 localhost last message repeated 17 times


ntuxzap:
Dec 10 01:39:13 localhost kernel: mon_tune(0) enter
Dec 10 01:39:13 localhost kernel: mon_tune(0): TUNER_SET_TVFREQ 0
Dec 10 01:39:13 localhost kernel: mon_tune(0): DVB_SET_FRONTEND
Dec 10 01:39:13 localhost kernel: freq=0
Dec 10 01:39:13 localhost kernel: need zigzag(0), freq=0
Dec 10 01:39:14 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:14 localhost kernel: mon_zigzag(0): i=00 freq=0
Dec 10 01:39:14 localhost kernel: i=0 freq=0
Dec 10 01:39:14 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:14 localhost kernel: mon_zigzag(0): i=01 freq=0
Dec 10 01:39:14 localhost kernel: i=1 freq=0
Dec 10 01:39:15 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:15 localhost kernel: mon_zigzag(0): i=02 freq=-1000
Dec 10 01:39:15 localhost kernel: i=2 freq=-1000
Dec 10 01:39:16 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:16 localhost kernel: mon_zigzag(0): i=03 freq=1000
Dec 10 01:39:16 localhost kernel: i=3 freq=1000
Dec 10 01:39:16 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:16 localhost kernel: mon_zigzag(0): i=04 freq=-2000
Dec 10 01:39:16 localhost kernel: i=4 freq=-2000
Dec 10 01:39:17 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:17 localhost kernel: mon_zigzag(0): i=05 freq=2000
Dec 10 01:39:17 localhost kernel: i=5 freq=2000
Dec 10 01:39:17 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:17 localhost kernel: mon_zigzag(0): i=06 freq=-3000
Dec 10 01:39:17 localhost kernel: i=6 freq=-3000
Dec 10 01:39:18 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:18 localhost kernel: mon_zigzag(0): i=07 freq=3000
Dec 10 01:39:18 localhost kernel: i=7 freq=3000
Dec 10 01:39:18 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:18 localhost kernel: mon_zigzag(0): i=08 freq=-4000
Dec 10 01:39:18 localhost kernel: i=8 freq=-4000
Dec 10 01:39:19 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:19 localhost kernel: mon_zigzag(0): i=09 freq=4000
Dec 10 01:39:19 localhost kernel: i=9 freq=4000
Dec 10 01:39:19 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:19 localhost kernel: mon_zigzag(0): i=10 freq=-5000
Dec 10 01:39:19 localhost kernel: i=10 freq=-5000
Dec 10 01:39:20 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:20 localhost kernel: mon_zigzag(0): i=11 freq=5000
Dec 10 01:39:20 localhost kernel: i=11 freq=5000
Dec 10 01:39:20 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:20 localhost kernel: mon_zigzag(0): i=12 freq=-6000
Dec 10 01:39:20 localhost kernel: i=12 freq=-6000
Dec 10 01:39:21 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:21 localhost kernel: mon_zigzag(0): i=13 freq=6000
Dec 10 01:39:21 localhost kernel: i=13 freq=6000
Dec 10 01:39:21 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:21 localhost kernel: mon_zigzag(0): i=14 freq=-7000
Dec 10 01:39:22 localhost kernel: i=14 freq=-7000
Dec 10 01:39:22 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:22 localhost kernel: mon_zigzag(0): i=15 freq=7000
Dec 10 01:39:22 localhost kernel: i=15 freq=7000
Dec 10 01:39:23 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:23 localhost kernel: mon_zigzag(0): i=16 freq=-8000
Dec 10 01:39:23 localhost kernel: i=16 freq=-8000
Dec 10 01:39:23 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:23 localhost kernel: mon_zigzag(0): i=17 freq=8000
Dec 10 01:39:23 localhost kernel: i=17 freq=8000
Dec 10 01:39:24 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:24 localhost kernel: mon_zigzag(0): i=18 freq=-9000
Dec 10 01:39:24 localhost kernel: i=18 freq=-9000
Dec 10 01:39:24 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:24 localhost kernel: mon_zigzag(0): i=19 freq=9000
Dec 10 01:39:24 localhost kernel: i=19 freq=9000
Dec 10 01:39:25 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:25 localhost kernel: mon_zigzag(0): i=20 freq=-10000
Dec 10 01:39:25 localhost kernel: i=20 freq=-10000
Dec 10 01:39:25 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:25 localhost kernel: mon_zigzag(0): i=21 freq=10000
Dec 10 01:39:25 localhost kernel: i=21 freq=10000
Dec 10 01:39:26 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:26 localhost kernel: mon_zigzag(0): i=22 freq=-11000
Dec 10 01:39:26 localhost kernel: i=22 freq=-11000
Dec 10 01:39:26 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:26 localhost kernel: mon_zigzag(0): i=23 freq=11000
Dec 10 01:39:26 localhost kernel: i=23 freq=11000
Dec 10 01:39:27 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:27 localhost kernel: mon_zigzag(0): i=24 freq=-12000
Dec 10 01:39:27 localhost kernel: i=24 freq=-12000
Dec 10 01:39:27 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:27 localhost kernel: mon_zigzag(0): i=25 freq=12000
Dec 10 01:39:27 localhost kernel: i=25 freq=12000
Dec 10 01:39:28 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:28 localhost kernel: mon_zigzag(0): i=26 freq=-13000
Dec 10 01:39:28 localhost kernel: i=26 freq=-13000
Dec 10 01:39:28 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:28 localhost kernel: mon_zigzag(0): i=27 freq=13000
Dec 10 01:39:29 localhost kernel: i=27 freq=13000
Dec 10 01:39:29 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:29 localhost kernel: mon_zigzag(0): i=28 freq=-14000
Dec 10 01:39:29 localhost kernel: i=28 freq=-14000
Dec 10 01:39:30 localhost kernel: dvb_mon: wakeup
Dec 10 01:39:30 localhost kernel: mon_zigzag(0): i=29 freq=14000
Dec 10 01:39:30 localhost kernel: i=29 freq=14000
Dec 10 01:39:30 localhost kernel: dvb_mon: wakeup

VDR:
Dec 10 01:49:55 localhost vdr[7880]: VDR version 0.98 started
Dec 10 01:49:55 localhost vdr[7880]: loading /video/setup.conf
Dec 10 01:49:55 localhost vdr[7880]: loading /video/channels.conf
Dec 10 01:49:55 localhost vdr[7880]: loading /video/timers.conf
Dec 10 01:49:55 localhost vdr[7880]: loading /video/keys-pc.conf
Dec 10 01:49:55 localhost vdr[7880]: can't open '/video/keys-pc.conf'
Dec 10 01:49:55 localhost vdr[7880]: probing /dev/ost/frontend0
Dec 10 01:49:55 localhost kernel: try to open DEVICE_FRONTEND_0
Dec 10 01:49:55 localhost kernel: try to open DEVICE_FRONTEND_0
Dec 10 01:49:55 localhost vdr[7882]: EIT processing thread started
(pid=7882) - master
Dec 10 01:49:55 localhost vdr[7880]: probing /dev/ost/frontend1
Dec 10 01:49:55 localhost vdr[7880]: found 1 video device
Dec 10 01:49:55 localhost vdr[7880]: setting primary DVB to 1
Dec 10 01:49:55 localhost vdr[7880]: switching to channel 1
Dec 10 01:49:55 localhost kernel: dvb_mon: wakeup
Dec 10 01:49:55 localhost kernel: mon_tune(0) enter
Dec 10 01:49:55 localhost kernel: mon_tune(0): TUNER_SET_TVFREQ 354000000
Dec 10 01:49:55 localhost kernel: mon_tune(0): DVB_SET_FRONTEND
Dec 10 01:49:55 localhost vdr[7880]: ERROR: channel 1 not sync'ed on DVB
card 1!
Dec 10 01:49:55 localhost vdr[7880]: panic level: 0
Dec 10 01:49:55 localhost vdr[7880]: retrying
Dec 10 01:49:56 localhost kernel: freq=354000000
Dec 10 01:49:56 localhost vdr[7880]: ERROR: channel 1 not sync'ed on DVB
card 1!
Dec 10 01:49:56 localhost vdr[7880]: panic level: 1
Dec 10 01:49:56 localhost vdr[7880]: retrying
Dec 10 01:49:56 localhost kernel: need zigzag(0), freq=354000000
Dec 10 01:49:56 localhost kernel: dvb_mon: wakeup
Dec 10 01:49:56 localhost kernel: mon_tune(0) enter
Dec 10 01:49:56 localhost kernel: mon_tune(0): TUNER_SET_TVFREQ 354000000
Dec 10 01:49:56 localhost kernel: mon_tune(0): DVB_SET_FRONTEND
Dec 10 01:49:56 localhost kernel: freq=354000000
Dec 10 01:49:56 localhost kernel: need zigzag(0), freq=354000000
Dec 10 01:49:56 localhost kernel: dvb_mon: wakeup
Dec 10 01:49:56 localhost kernel: mon_zigzag(0): i=00 freq=354000000
Dec 10 01:49:57 localhost kernel: i=0 freq=354000000
Dec 10 01:49:57 localhost kernel: dvb_mon: wakeup
Dec 10 01:49:57 localhost kernel: mon_zigzag(0): i=01 freq=354000000
Dec 10 01:49:57 localhost kernel: i=1 freq=354000000
Dec 10 01:49:58 localhost kernel: dvb_mon: wakeup
Dec 10 01:49:58 localhost kernel: mon_zigzag(0): i=02 freq=353999000
Dec 10 01:49:58 localhost kernel: i=2 freq=353999000
Dec 10 01:49:58 localhost kernel: dvb_mon: wakeup
Dec 10 01:49:58 localhost kernel: mon_zigzag(0): i=03 freq=354001000
Dec 10 01:49:58 localhost kernel: i=3 freq=354001000
Dec 10 01:49:59 localhost kernel: dvb_mon: wakeup
Dec 10 01:49:59 localhost kernel: mon_zigzag(0): i=04 freq=353998000
Dec 10 01:49:59 localhost kernel: i=4 freq=353998000
Dec 10 01:49:59 localhost kernel: dvb_mon: wakeup
Dec 10 01:49:59 localhost kernel: mon_zigzag(0): i=05 freq=354002000
Dec 10 01:49:59 localhost kernel: i=5 freq=354002000
Dec 10 01:50:00 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:00 localhost kernel: mon_zigzag(0): i=06 freq=353997000
Dec 10 01:50:00 localhost kernel: i=6 freq=353997000
Dec 10 01:50:00 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:00 localhost kernel: mon_zigzag(0): i=07 freq=354003000
Dec 10 01:50:00 localhost kernel: i=7 freq=354003000
Dec 10 01:50:01 localhost vdr[7880]: ERROR: timeout while tuning
Dec 10 01:50:01 localhost vdr[7880]: ERROR: channel 1 not sync'ed on DVB
card 1!
Dec 10 01:50:01 localhost vdr[7880]: panic level: 0
Dec 10 01:50:01 localhost vdr[7880]: retrying
Dec 10 01:50:01 localhost vdr[7880]: SVDRP listening on port 2001
Dec 10 01:50:01 localhost vdr[7880]: learning keys
Dec 10 01:50:01 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:01 localhost kernel: mon_zigzag(0): i=08 freq=353996000
Dec 10 01:50:01 localhost kernel: i=8 freq=353996000
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq 7 1024
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: DEBI irq type 7
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq 7 11180
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: DEBI irq type 7
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq 7 9132
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: DEBI irq type 7
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq 7 7084
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: DEBI irq type 7
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq 7 5036
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: DEBI irq type 7
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq 7 2988
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: DEBI irq type 7
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq 7 940
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: DEBI irq type 7
Dec 10 01:50:01 localhost kernel: dvb_irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq
Dec 10 01:50:01 localhost kernel: GPIO0 irq 7 0
Dec 10 01:50:01 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:01 localhost kernel: mon_zigzag(0): i=09 freq=354004000
Dec 10 01:50:01 localhost kernel: i=9 freq=354004000
Dec 10 01:50:02 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:02 localhost kernel: mon_zigzag(0): i=10 freq=353995000
Dec 10 01:50:02 localhost kernel: i=10 freq=353995000
Dec 10 01:50:02 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:02 localhost kernel: mon_zigzag(0): i=11 freq=354005000
Dec 10 01:50:02 localhost kernel: i=11 freq=354005000
Dec 10 01:50:03 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:03 localhost kernel: mon_zigzag(0): i=12 freq=353994000
Dec 10 01:50:03 localhost kernel: i=12 freq=353994000
Dec 10 01:50:04 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:04 localhost kernel: mon_zigzag(0): i=13 freq=354006000
Dec 10 01:50:04 localhost kernel: i=13 freq=354006000
Dec 10 01:50:04 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:04 localhost kernel: mon_zigzag(0): i=14 freq=353993000
Dec 10 01:50:04 localhost kernel: i=14 freq=353993000
Dec 10 01:50:05 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:05 localhost kernel: mon_zigzag(0): i=15 freq=354007000
Dec 10 01:50:05 localhost kernel: i=15 freq=354007000
Dec 10 01:50:05 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:05 localhost kernel: mon_zigzag(0): i=16 freq=353992000
Dec 10 01:50:05 localhost kernel: i=16 freq=353992000
Dec 10 01:50:06 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:06 localhost kernel: mon_zigzag(0): i=17 freq=354008000
Dec 10 01:50:06 localhost kernel: i=17 freq=354008000
Dec 10 01:50:06 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:06 localhost kernel: mon_zigzag(0): i=18 freq=353991000
Dec 10 01:50:06 localhost kernel: i=18 freq=353991000
Dec 10 01:50:07 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:07 localhost kernel: mon_zigzag(0): i=19 freq=354009000
Dec 10 01:50:07 localhost kernel: i=19 freq=354009000
Dec 10 01:50:07 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:07 localhost kernel: mon_zigzag(0): i=20 freq=353990000
Dec 10 01:50:07 localhost kernel: i=20 freq=353990000
Dec 10 01:50:08 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:08 localhost kernel: mon_zigzag(0): i=21 freq=354010000
Dec 10 01:50:08 localhost kernel: i=21 freq=354010000
Dec 10 01:50:08 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:08 localhost kernel: mon_zigzag(0): i=22 freq=353989000
Dec 10 01:50:08 localhost kernel: i=22 freq=353989000
Dec 10 01:50:09 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:09 localhost kernel: mon_zigzag(0): i=23 freq=354011000
Dec 10 01:50:09 localhost kernel: i=23 freq=354011000
Dec 10 01:50:09 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:09 localhost kernel: mon_zigzag(0): i=24 freq=353988000
Dec 10 01:50:09 localhost kernel: i=24 freq=353988000
Dec 10 01:50:10 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:10 localhost kernel: mon_zigzag(0): i=25 freq=354012000
Dec 10 01:50:10 localhost kernel: i=25 freq=354012000
Dec 10 01:50:11 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:11 localhost kernel: mon_zigzag(0): i=26 freq=353987000
Dec 10 01:50:11 localhost kernel: i=26 freq=353987000
Dec 10 01:50:11 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:11 localhost kernel: mon_zigzag(0): i=27 freq=354013000
Dec 10 01:50:11 localhost kernel: i=27 freq=354013000
Dec 10 01:50:12 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:12 localhost kernel: mon_zigzag(0): i=28 freq=353986000
Dec 10 01:50:12 localhost kernel: i=28 freq=353986000
Dec 10 01:50:12 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:12 localhost kernel: mon_zigzag(0): i=29 freq=354014000
Dec 10 01:50:12 localhost kernel: i=29 freq=354014000
Dec 10 01:50:13 localhost kernel: dvb_mon: wakeup
Dec 10 01:50:44 localhost last message repeated 32 times




-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index