patched dvbstream for multiproto api

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

 



Hi
I try to use the patched dvbstream with multiproto api support with my hvr4000 cardBut I can't tune on any dvb-s/dvs channels with itFor example - the channel Deluxe Music from Astra 19,2E
$ ./dvbstream -f 12244000 -p V -s 27500 -ds DVBSAttempting to enable RT scheduling.dvbstream v0.6 - (C) Dave Chapman 2001-2004Released under the GPL.Latest version available from http://www.linuxstb.org/Using DVB card "Conexant CX24116/CX24118"tuning DVB-S/S2 to Freq: 3654065408, Pol: Srate=27500000, 22kHz tone=off, LNB: 0Setting only tone ON and voltage 18VDISEQC SETTING SUCCEDEDsetting new frontend paramsstatus 00 | signal c040 | snr 0000 | ber 00000000 | unc 00000000 |status 00 | signal c040 | snr 0000 | ber 00000000 | unc 00000000 |status 00 | signal c040 | snr 0000 | ber 00000000 | unc 00000000 |status 00 | signal c040 | snr 0000 | ber 00000000 | unc 00000000 |status 00 | signal c040 | snr 0000 | ber 00000000 | unc 00000000 |status 00 | signal c040 | snr 0000 | ber 00000000 | unc 00000000 |status 00 | signal c040 | snr 0000 | ber 00000000 | unc 00000000 |status 00 | signal c040 | snr 0000 | ber 00000000 | unc 00000000 |status 00 | signal c040 | snr 0000 | ber 00000000 | unc 00000000 |status 00 | signal c040 | snr 0000 | ber 00000000 | unc 00000000 |dvbstream will stop after -1 seconds (71582788 minutes)Using 224.0.1.2:5004:2version=2Streaming 0 streamsCaught signal 2 - closing cleanly.
in the syslog I can see

May  6 21:25:51 localhost kernel: cx24116_firmware_ondemand: Waiting for firmware upload (dvb-fe-cx24116.fw)...May  6 21:25:51 localhost kernel: cx24116_firmware_ondemand: Waiting for firmware upload(2)...May  6 21:25:54 localhost kernel: cx24116_load_firmware: FW version 1.20.79.0May  6 21:25:54 localhost kernel: cx24116_firmware_ondemand: Firmware upload completeMay  6 21:25:54 localhost kernel: newfec_to_oldfec: Unsupported FEC 9May  6 21:25:54 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: fepriv->state=2May  6 21:32:11 localhost kernel: newfec_to_oldfec: Unsupported FEC 9May  6 21:32:11 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: fepriv->state=2May  6 21:32:29 localhost kernel: cx8802_start_dma() Failed. Unsupported value in .mpeg (0x00000001)May  6 21:32:31 localhost last message repeated 4 timesMay  6 21:32:56 localhost kernel: newfec_to_oldfec: Unsupported FEC 9May  6 21:32:56 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: fepriv->state=2

I have some warning during compilation
goga@goga:/usr/src/dvbstream.multiproto$ makegcc -I ../DVB/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -o rtp.o rtp.cgcc -I ../DVB/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/linux-2.6.24.4/include -c -o dvbdate.o dvbdate.cdvbdate.c: In function ‘scan_date’:dvbdate.c:115: warning: implicit declaration of function ‘memset’dvbdate.c:115: warning: incompatible implicit declaration of built-in function ‘memset’dvbdate.c:137: warning: ‘return’ with no value, in function returning non-voiddvbdate.c:145: warning: pointer targets in passing argument 1 of ‘convert_date’ differ in signednessdvbdate.c:106: warning: unused variable ‘i’dvbdate.c: In function ‘dvbdate’:dvbdate.c:202: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘time_t’dvbdate.c: In function ‘set_time’:dvbdate.c:168: warning: control reaches end of non-void functiongcc -I ../DVB/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -o tune.o tune.cIn file included from tune.h:6,                 from tune.c:37:dvb_defaults.h:83:2: warning: #warning No DVB-T country defined in dvb_defaults.hdvb_defaults.h:84:2: warning: #warning defaulting to UKdvb_defaults.h:85:2: warning: #warning Ignore this if using Satellite or Cabletune.c: In function ‘diseqc_send_msg’:tune.c:62: warning: unused variable ‘i’tune.c: In function ‘do_diseqc’:tune.c:120: warning: unused variable ‘voltage’tune.c: In function ‘check_status’:tune.c:196: warning: ‘status’ is used uninitialized in this functiontune.c: In function ‘tune_it’:tune.c:287: warning: ‘hi_lo’ may be used uninitialized in this functiongcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -c -o mpegtools/ctools.o mpegtools/ctools.cmpegtools/ctools.c: In function ‘write_mpg’:mpegtools/ctools.c:2010: warning: pointer targets in assignment differ in signednessmpegtools/ctools.c: In function ‘url2host’:mpegtools/ctools.c:2235: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signednessmpegtools/ctools.c:2235: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signednessmpegtools/ctools.c:2235: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signednessmpegtools/ctools.c:2235: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signednessmpegtools/ctools.c:2235: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signednessmpegtools/ctools.c:2235: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signednessmpegtools/ctools.c:2235: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signednessmpegtools/ctools.c:2235: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signednessmpegtools/ctools.c:2238: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signednessmpegtools/ctools.c:2238: warning: pointer targets in passing argument 1 of ‘__strdup’ differ in signednessmpegtools/ctools.c:2264: warning: pointer targets in return differ in signednessmpegtools/ctools.c:2266: warning: pointer targets in passing argument 1 of ‘atoi’ differ in signednessmpegtools/ctools.c:2270: warning: pointer targets in return differ in signednessmpegtools/ctools.c: In function ‘http_open’:mpegtools/ctools.c:2291: warning: pointer targets in passing argument 1 of ‘url2host’ differ in signednessmpegtools/ctools.c:2323: warning: pointer targets in passing argument 2 of ‘write_all’ differ in signednessmpegtools/ctools.c:2330: warning: pointer targets in passing argument 2 of ‘read_all’ differ in signednessmpegtools/ctools.c:2344: warning: pointer targets in passing argument 2 of ‘read_all’ differ in signednessgcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -c -o mpegtools/remux.o mpegtools/remux.cgcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -c -o mpegtools/transform.o mpegtools/transform.cgcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -c -o mpegtools/ringbuffy.o mpegtools/ringbuffy.cmpegtools/ringbuffy.c: In function ‘ring_write’:mpegtools/ringbuffy.c:62: warning: implicit declaration of function ‘memcpy’mpegtools/ringbuffy.c:62: warning: incompatible implicit declaration of built-in function ‘memcpy’mpegtools/ringbuffy.c:67: warning: incompatible implicit declaration of built-in function ‘memcpy’mpegtools/ringbuffy.c: In function ‘ring_peek’:mpegtools/ringbuffy.c:92: warning: incompatible implicit declaration of built-in function ‘memcpy’mpegtools/ringbuffy.c:94: warning: incompatible implicit declaration of built-in function ‘memcpy’mpegtools/ringbuffy.c: In function ‘ring_read’:mpegtools/ringbuffy.c:117: warning: incompatible implicit declaration of built-in function ‘memcpy’mpegtools/ringbuffy.c:120: warning: incompatible implicit declaration of built-in function ‘memcpy’gcc -I ../DVB/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -o scan.o scan.cscan.c: In function ‘parse_service_descriptor’:scan.c:525: warning: pointer targets in assignment differ in signednessscan.c:549: warning: pointer targets in assignment differ in signednessscan.c: In function ‘scanmain’:scan.c:1736: warning: unused variable ‘initial’scan.c:1735: warning: unused variable ‘fe_open_mode’scan.c:1734: warning: unused variable ‘opt’scan.c:1733: warning: unused variable ‘demux’scan.c:1733: warning: unused variable ‘frontend’scan.c:1733: warning: unused variable ‘adapter’scan.c: At top level:scan.c:48: warning: ‘vdr_dump_provider’ defined but not usedscan.c:52: warning: ‘vdr_version’ defined but not usedscan.c:1561: warning: ‘scan_network’ defined but not usedscan.c:1574: warning: ‘pids_dump_service_parameter_set’ defined but not usedscan.c:1611: warning: ‘sat_polarisation’ defined but not usedscan.c:1616: warning: ‘sat_number’ defined but not usedgcc -I ../DVB/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -o diseqc.o diseqc.cgcc -I ../DVB/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -o lnb.o lnb.cgcc -I ../DVB/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -o dvbstream dvbstream.c rtp.o dvbdate.o tune.o mpegtools/ctools.o mpegtools/remux.o mpegtools/transform.o mpegtools/ringbuffy.o scan.o lnb.o diseqc.oIn file included from tune.h:6,                 from dvbstream.c:55:dvb_defaults.h:83:2: warning: #warning No DVB-T country defined in dvb_defaults.hdvb_defaults.h:84:2: warning: #warning defaulting to UKdvb_defaults.h:85:2: warning: #warning Ignore this if using Satellite or Cabledvbstream.c: In function ‘find_card_num’:dvbstream.c:148: warning: unused variable ‘fe_num’dvbstream.c: In function ‘process_telnet’:dvbstream.c:317: warning: pointer targets in passing argument 3 of ‘accept’ differ in signednessdvbstream.c: In function ‘my_write_out’:dvbstream.c:465: warning: pointer targets in passing argument 4 of ‘sendrtp2’ differ in signednessdvbstream.c: In function ‘main’:dvbstream.c:913: warning: implicit declaration of function ‘scanmain’dvbstream.c:968: warning: implicit declaration of function ‘dvbdate’dvbstream.c:1003:2: warning: #warning WHAT SHOULD THE PAYLOAD TYPE BE FOR "MPEG-2 PS" ?dvbstream.c:1083: warning: pointer targets in passing argument 4 of ‘sendrtp2’ differ in signednessgcc -I ../DVB/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -o dumprtp dumprtp.c rtp.ogcc -I ../DVB/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -o ts_filter ts_filter.cts_filter.c: In function ‘main’:ts_filter.c:37: warning: statement with no effectts_filter.c:52: warning: statement with no effectgcc -I ../DVB/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -o rtpfeed rtpfeed.c rtp.o


Igor




_______________________________________________linux-dvb mailing listlinux-dvb@xxxxxxxxxxxxxxx://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux