Mailing List archive

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

[vdr] Re: Remote Plugin/DVB-Driver problem



Hi,

After changing the line
   av7110_loadkeys $REMOTE_KEYMAP > /proc/av7110_ir
to
   av7110_loadkeys -a 1 $REMOTE_KEYMAP > /proc/av7110_ir

with no effect.

I tried this one:

> 'av7110_ir_debug=1' when loading dvb-ttpci.o) and check the debug
> output: 'addr' is the address value sent by the transmitter.

in the file rcdvbload of the driver Plugin (98*.tgz) exactly as described in the README
but now I get many "unresolved symbol" errors and vdr didn't start.
Is the line in the README outdated?


The "rcdvbload" file of the DVB driver plugin:
-------------------------------------------------
#!/bin/sh
insmod videodev
insmod compat
insmod dvb-core
#insmod i2c-core dvb_shutdown_timeout=0
insmod i2c-core
insmod dvb_i2c
insmod dvb_filter
insmod dvb_demux
insmod dmxdev
#insmod dvbdev
insmod dvb_net
insmod dvb_ksyms
insmod alps_bsrv2
insmod alps_tdmb7
insmod alps_tdlb7
insmod grundig_29504-401
insmod grundig_29504-491
insmod stv0299
insmod ves1820
insmod input
insmod evdev
insmod dvb-ttpci.o av7110_ir_debug=1
insmod dvb_frontend
insmod saa7146_v4l
insmod av7110
insmod av7110_ir
--------------------------------------------

Thanks for your help,
Jörg.





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



Home | Main Index | Thread Index