Re: dvb with Pinnacle PCTV Sat
Lukas Kasprowicz <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Message-ID | <[email protected]> |
Am Donnerstag, 3. März 2005 23:46 schrieb Nico Sabbi: > this reminds that recent versions of the drivers for Twinhan cards (of > which > your card is a specimen) have this bug, that isn't fixed yet. > Until the bug is fixed you can disable the checks for FE_DISEQC_xxx > ioctl()s in libmpdemux/dvb_tune.c > (in diseqc_send_msg() don't return -1 and disable the checks on the > result of > the ioctl()s, just let them go on until the end). > > Nico Ok nothing more about diseqc with cvs snapshot and disabled checks for FE_DISEQC_xxx But tuning failed. verbose returns "Not able to lock to the signal on the given frequency" OPEN_DVB: prog=ZDF, card=1, type=1, vid=0, aid=0 code taken from dvbstream for mplayer v0.4pre1 - (C) Dave Chapman 2001 Released under the GPL. Latest version available from http://www.linuxstb.org/ PROG: ZDF, CARD: 1, VID: 0, AID: 0, TYPE: , FILE: (null) PROGRAM NUMBER 106: name=ZDF, freq=11953000 DVB_OPEN_DEVICES(3) OPEN(0), file /dev/dvb/adapter0/demux0: FD=5, CNT=0 OPEN(1), file /dev/dvb/adapter0/demux0: FD=6, CNT=1 OPEN(2), file /dev/dvb/adapter0/demux0: FD=7, CNT=2 DVB_SET_CHANNEL: new channel name=ZDF, card: 0, channel 106 DIFFERENT TUNING THAN THE PREVIOUS: -> 0|011953000|027500000|0|H dvb_tune Freq: 11953000 TUNE_IT, fd_frontend 4, fd_sec 0 freq 11953000, srate 27500000, pol H, tone -1, specInv, diseqc 0, fe_modulation_t modulation,fe_code_rate_t HP_CodeRate, fe_transmit_mode_t TransmissionMode,fe_guard_interval_t guardInterval, fe_bandwidth_t bandwidth Using DVB card "Conexant CX24110 DVB-S" tuning DVB-S to Freq: 1353000, Pol: H Srate: 27500000, 22kHz: on, LNB: 0 DISEQC SETTING SUCCEDED Getting frontend status Not able to lock to the signal on the given frequency dvb_tune, TUNING FAILED ERROR, COULDN'T SET CHANNEL 106: DVBIN_CLOSE, close(2), fd=7, COUNT=2 DVBIN_CLOSE, close(1), fd=6, COUNT=1 DVBIN_CLOSE, close(0), fd=5, COUNT=0 Failed to open dvb://ZDF Lukas