Mailing List archive

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

[linux-dvb] Tune DVB card with new drivers...



Hello, linux-dvb!

    I have Sat-DVB rev. _1.5_ card and want to configure it to use
    PlaneSky service.
    I have downloaded Linux DVB driver release 1.0.0-pre2 and compile
    it (kernel 2.4.20). I followed instractions from INSTALL.

    After 'make insmod', I have next:
    
1. /var/log/messages

Mar 21 15:44:16 gw kernel: Linux video capture interface: v1.00
Mar 21 15:44:17 gw kernel: DVB: registering new adapter (Siemens/Technotrend/Hauppauge PCI rev1.3).
Mar 21 15:44:17 gw kernel: PCI: Found IRQ 9 for device 00:0a.0
Mar 21 15:44:18 gw kernel: stv0299.c: setup for tuner BSRU6, TDQB-S00x
Mar 21 15:44:18 gw kernel: DVB: registering frontend 0:0 (STV0299/TSA5059/SL1935 based)...
Mar 21 15:44:20 gw kernel: DVB: AV7111(0) - firm f0240009, rtsl b0250018, vid 71010068, app 80002610
Mar 21 15:44:20 gw kernel: DVB: AV7111(0) - firmware supports CI link layer interface

(as you saw driver found rev 1.3, not 1.5. Is it OK?).
Continue...

2.
[root@gw driver]# lsmod
Module                  Size  Used by    Tainted: P
dvb-ttpci             295152   0  (unused)
evdev                   4064   0  (unused)
input                   3328   0  [dvb-ttpci evdev]
ves1820                 3460   0
stv0299                 6360   1
grundig_29504-491       3252   0
grundig_29504-401       3400   0
alps_tdlb7              3692   0
alps_tdmb7              3340   0
alps_bsrv2              3476   0
dvb-core               35204   3  [dvb-ttpci ves1820 stv0299
   grundig_29504-491 grundig_29504-401 alps_tdlb7 alps_tdmb7 alps_bsrv2]
    
    
3.
[root@gw driver]# cat /proc/devices
Character devices:
  1 mem
  2 pty
  3 ttyp
  4 ttyS
  5 cua
  7 vcs
 10 misc
 13 input
 29 fb
 81 video_capture
108 ppp
128 ptm
136 pts
162 raw
250 DVB

Block devices:
  1 ramdisk
  2 fd
  3 ide0
  9 md
 22 ide1

4. I have created ~/.szap/channels.conf file. I don't really know
values of "vpid", "apid" and "?" so I set my values to one from
examples.

[root@gw szap]# cat ~/.szap/channels.conf
PlanetSky:11124:v:0:18386:0:0:1:515

After executing szap I have next picture:

[root@gw szap]# ./szap PlanetSky
zapping to 'PlanetSky':
sat 0, frequency = 11124 MHz V, symbolrate 18386000, vpid = 0x0000, apid = 0x0000
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
status 1f | signal de92 | snr b27d | ber 0000cb3c | unc 00000000 | FE_HAS_LOCK
status 1f | signal e37d | snr c7bf | ber 00000200 | unc 00000000 | FE_HAS_LOCK
status 1f | signal e37c | snr c63f | ber 00000000 | unc 00000000 | FE_HAS_LOCK

Is it OK? Does it means that signal locked?

Quatation from INSTALL:
"Now you're ready to watch out for some real applications for your card.
Search the net for dvbtune, dvbstream, VDR, Enigma, Neutrino, tuxzap,
mplayer (incl. the DVB plugin), dvbsnoop..."

I have used already dvbtune tool, but now it is impossible to
compile it, because it use:

// DVB includes:
#include <ost/osd.h>
#include <ost/dmx.h>
#include <ost/sec.h>
#include <ost/frontend.h>
#include <ost/video.h>
#include <ost/audio.h>
#include <ost/net.h>

which are not in the new driver tree.

Can you give me suggestions how to tune card now?

-- 
WBR, Lnk.



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



Home | Main Index | Thread Index