Mailing List archive

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

[linux-dvb] Re: How to use a bt8xx chip based card?



Hi,

Thank you the fast reply, but i'm not found the "watch_dvb" on this
location. Please write me the where found this script.
I try to complie the szap from the DVB project, but i have some errors.

[root@sirius-21 szap]# ./szap -n 066
reading channels from file '/root/.szap/channels.conf'
zapping to 'LA CINQUIEME':
sat 0, frequency = 12207 MHz V, symbolrate 27500000, vpid = 0x00a0, apid
= 0x0050
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
status 03 | signal 005a | snr 0000 | ber 00000c46 | unc 0000ffff |
status 00 | signal 0057 | snr 0000 | ber 00002932 | unc 0000ffff |
status 00 | signal 0057 | snr 0000 | ber 000045b4 | unc 0000ffff |

... and so to...

The dvbstream not compile with this errors:

[root@sirius-21 dvbstream-0.4pre2]# make
gcc -I ../dvb-kernel/linux/include/linux/dvb/ -c -o tune.o tune.c
tune.c: In function `tune_it':
tune.c:20: `FrontendStatus' undeclared (first use in this function)
tune.c:20: (Each undeclared identifier is reported only once
tune.c:20: for each function it appears in.)
tune.c:20: parse error before "festatus"
tune.c:21: `FrontendEvent' undeclared (first use in this function)
tune.c:22: `FrontendParameters' undeclared (first use in this function)
tune.c:23: `secToneMode' undeclared (first use in this function)
tune.c:24: `secVoltage' undeclared (first use in this function)
tune.c:28: `feparams' undeclared (first use in this function)
tune.c:40: `tone' undeclared (first use in this function)
tune.c:48: `voltage' undeclared (first use in this function)
tune.c:56: `SEC_SET_TONE' undeclared (first use in this function)
tune.c:60: `SEC_SET_VOLTAGE' undeclared (first use in this function)
tune.c:75: `event' undeclared (first use in this function)
tune.c:85: `FE_UNEXPECTED_EV' undeclared (first use in this function)
tune.c:87: `FE_COMPLETION_EV' undeclared (first use in this function)
tune.c:89: `FE_FAILURE_EV' undeclared (first use in this function)
tune.c:119: `festatus' undeclared (first use in this function)
tune.c:123: `FE_HAS_POWER' undeclared (first use in this function)
tune.c:125: `FE_SPECTRUM_INV' undeclared (first use in this function)
tune.c:130: `FE_TUNER_HAS_LOCK' undeclared (first use in this function)
make: *** [tune.o] Error 1


How to work for you? I use the dvb-kernel, and not complie with this
dirver... But, with the original "DVB" driverset complie without any
problem, but this driver not supported my card...
I am sorry. I gave you the wrong URL. You will find the script 'watch_dvb' here: http://steinsoft.net/index.php?site=Misc/nonsense.

About the errors during compiling, I think you have to make sure that the dvb headers are correctly installed. It seems to me that the compiler has problems because those dvb symbols aren't declared, either because the headers aren't up-to-date or simply not installed. Copy the folder dvb-kernel/linux/include/linux/dvb into your /usr/include/linux folder.

Have fun!
-André.

--
http://www.steinsoft.net
cout << "Happy Coding!" << endl;



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



Home | Main Index | Thread Index