Mailing List archive

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

[vdr] Re: SVCD only in Black/White



On Friday 03 January 2003 14:00, vete.ran@gmx.de wrote:
> > - Did you load the correct keymap? For the original Hauppauge
> > remote control you have to use "hauppauge.rc5". The keymap must be
> > loaded after the driver has been (re)loaded.
>
> How do I do this correctly? with this tool in DVB/apps ??

Yes. First build the tool:
cd DVB/apps/av7110_loadkeys
make

Then modify your runvdr script. 
This is a patch for the original runvdr script:

-------------------------------  snip  ------------------------------
--- runvdr.org	Fri Jan  3 17:09:16 2003
+++ runvdr	Fri Jan  3 17:19:02 2003
@@ -21,8 +21,9 @@
 # $Id: runvdr 1.9 2002/03/16 16:22:12 kls Exp $
 
 DVBDIR="../DVB/driver"
+DVBREM="$DVBDIR/../apps/av7110_loadkeys"
 VDRPRG="./vdr"
-VDRCMD="$VDRPRG -w 60 $*"
+VDRCMD="$VDRPRG -w 60 -Premote $*"
 
 LSMOD="`/sbin/lsmod | grep -w '^dvb' | wc -l`"
 KILL="/usr/bin/killall -q -TERM"
@@ -33,6 +34,7 @@
    fi
 
 while (true) do
+      $DVBREM/av7110_loadkeys $DVBREM/hauppauge.rc5 > /proc/av7110_ir 
       su -c "$VDRCMD" $VDRUSR
       if test $? -eq 0; then exit; fi
       date
-------------------------------  snip  ------------------------------

Oliver


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



Home | Main Index | Thread Index