Johann schrieb: > Here is some console output using some programs: > jdu2 ~ # /root/dvb-apps/util/szap/szap Euronews > reading channels from file '/root/.szap/channels.conf' > zapping to 983 'EuroNews': > sat 0, frequency = 12597 MHz V, symbolrate 27500000, vpid = 0x08ad, apid > = 0x08b7 sid = 0x0300 > using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' > FE_DISEQC_SEND_BURST failed: Operation not supported > status 1f | signal fffe | snr fffe | ber fffffffe | unc fffffffe | > FE_HAS_LOCK [...] > jdu2 ~ # mplayer /dev/dvb/adapter0/dvr0 [...] > Cache fill: 0.00% (0 bytes) you need to pass -r to szap to get data from /dev/dvb/adapterX/dvr0 e.g.: root/dvb-apps/util/szap/szap -r Euronews and then in another terminal: mplayer /dev/dvb/adapter0/dvr0 Im not sure how critical/uncritical the not implemented DISEQC_BURST cmd is, as I have almost no idea about that sat/diseqc stuff ..? > No programs seems to work (unless szap that is reported to be OK if > FE_HAS_LOCK). and even that is misleading as the driver always reports FE_HAS_LOCK even if that isnt true. You can try the patch I posted here [1], with which you actually only get a FE_HAS_LOCK if the box has tuned successfully to a channel. (hm although I dont know for sure if this works the same on your dec3000s as on the dec2000t :/) Cu Peter [1] http://www.linuxtv.org/pipermail/linux-dvb/2005-July/003237.html > By the way, I've removed for tests the CAM module and TPS smartcard. > > Any hints? > > Thanks again. > Johann >