Mailing List archive

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

[linux-dvb] Re: dvb reception



> Once when i tried ./scan -c -o zap -t 1 >>/root/.szap/channels.conf
> i got a list like this

> later when i tried, even now, it looks wierd. The loop out of my DVB card is 
> connected to a HUMAX receiver, which shows 20 channels perfectly ! I don't 
> understand what is going on. Could you please help me out ?

> [root@Orbit01 scan]# ./scan -c
> using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
> WARNING: filter timeout pid 0x0011
> WARNING: filter timeout pid 0x0000
> dumping lists (0 services)
> Done.

One thing to be aware of for 2.6. The crc routines may not be correct.
If the dvb-core/dvb_demux.c is prior to 16 Oct and/or refers to crc32_le
then it is likely the scan application won't work for kernel 2.6.

Either refresh your dvb-kernel from cvs or 
delete the DMX_CHECK_CRC flag in the scan app.

> [root@Orbit01 libdvb]# lsmod
> Module                  Size  Used by
> dvb_bt8xx               7424  0
> dst                    10816  1
> bt878                   8784  1 dvb_bt8xx
> dvb_core               58496  2 dvb_bt8xx,dst
> bttv                  133152  2 dvb_bt8xx
> video_buf              18944  1 bttv
> i2c_algo_bit           10376  1 bttv
> btcx_risc               4868  1 bttv
> i2c_core               22276  3 dvb_bt8xx,bttv,i2c_algo_bit
> ohci1394               33536  0
> ieee1394               72460  1 ohci1394
> rtc                    13000  0

There should also be some dst messages in /var/log/messages saying
that dst card loaded successfully and what type it thinks it is.

Jamie


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



Home | Main Index | Thread Index