Mailing List archive

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

[linux-dvb] 2 VDR + 2 DVBs ˙roblem



I have 2 DVBs Rev 1.3, and try to use them with 2 calls of VDR, because
I have at the moment only one antenna line for astra and one for
hotbird.
The first call for VDR uses the first card, the second call the second
card.
But it doesn't really work.On the second card there is the OSD, and VDR
seems to switch channels, but I see only n-tv.
On the first card it works ok.
the second call using astra is
-------------------------
#! /bin/sh
#startet vdr auf Karte 2
# rmmod serial
modprobe lirc_serial
modprobe serial
cd /zzzzzz/DVB/driver
make insmod
lircd
cd /zzzzzz/VDR
./vdr -d -v /d/video -D 1 -p 0
exit
----------------------
the first call using hotbird is
-----------------------------
#! /bin/sh
#startet vdr auf Karte 1
# rmmod serial
modprobe lirc_serial
modprobe serial
cd /zzzzzz/DVB/driver
make insmod
lircd
cd /zzzzzz/VDR-h
./vdr -d -v /d/video -D 0 -c /d/video-h -p 0
exit
---------------------------------
in /var/log/messages all looks normal except
/usr/sbin/gpm : No data
what could be the reason?
it's a little bit similar to the problem Andreas Steinhauser desrcibes
in "probs w. two different DVBs cards"
any help I would appreciate very much
Jörg

VDR 0.94 + driver20010817 from Klaus' site



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


Home | Main Index | Thread Index