Mailing List archive

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

[vdr] Re: AW: Compiling problem



Thank you this one works (even with the irdeto) :))

Will do some more configuration tommorrow (LIRC, DVD etc.)

Best regards
Uwe

Am Son, 2002-01-13 um 18.30 schrieb Uwe:
> 
> >----- Original Message -----
> >From: "Uwe Ortner" <uwe.ortner@classic-net.de>
> >
> >Hello Jochen,
> >
> >thanks for the link. Now I can compile vdr without errors :-))
> >
> >As soon as I start vdr (./vdr -v /video) I get
> >this message:
> >##############
> >vdr[1815]: loading /video/channels.conf
> >vdr[1815]: loading /video/keys-pc.conf
> >vdr[1815]: can't open '/video/keys-pc.conf'
> >vdr[1815]: probing /dev/ost/frontend0
> >vdr[1817]: EIT processing thread started (pid=1817) - master
> >vdr[1815]: probing /dev/ost/frontend1
> >vdr[1815]: found 1 video device
> >vdr[1815]: setting primary DVB to 1
> >vdr[1815]: SVDRP listening on port 2001
> >vdr[1815]: learning keys
> >
> >Seems to be ok - but my TV-Screen turns black
> >
> >I've copied the channels.conf.cable to /video/channels.conf
> >(but not the keys-pc.conf - due to learn my own settings)
> >
> >My TV is connected via the SCART cable
> >
> >Is there a flag for using SCART instead of YC?
> >
> 
> this is a bug of a DVB-Driver! (only Siemens-DVB-C-Card)
> 
> use Driver:
> ftp://ftp.cadsoft.de/pub/people/kls/vdr/siemens_dvb-0.9-20010921.tgz
> 
> 
> MFG ....Uwe
> 
> 
> >Regards
> >Uwe
> >
> >
> >Am Son, 2002-01-13 um 12.23 schrieb Jochen Vieten:
> >> Hi,
> >>
> >> your dvb driver is too old.
> >>
> >> I'm using this one:
> >>
> >> ftp://ftp.cadsoft.de/pub/people/kls/vdr/siemens_dvb-0.9-20011117.tgz
> >>
> >> Daily driver snapshots:
> >>
> >> http://www.linuxdvb.tv/download.html
> >>
> >> Have fun,
> >>
> >> Jochen
> >>
> >> -----Ursprüngliche Nachricht-----
> >> Von: vdr-bounce@linuxtv.org [mailto:vdr-bounce@linuxtv.org]Im Auftrag
> >> von Uwe Ortner
> >> Gesendet: Sonntag, 13. Januar 2002 11:58
> >> An: VDR
> >> Betreff: [vdr] Compiling problem
> >>
> >>
> >> Hello,
> >>
> >> compiling VDR results in a message:
> >> ###################################
> >> g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c -DREMOTE_KBD
> >> -D_GNU_SOURCE -I../DVB/ost/include config.c
> >> In file included from config.h:17,
> >>                  from config.c:10:
> >> dvbapi.h:107: syntax error before `;'
> >> make: *** [config.o] Error 1
> >>
> >> I use this packages (SuSE 7.3,2.4.10-4GB):
> >> ##########################################
> >> libdvdcss-1.0.0.tar.gz
> >> libdvdread-0.9.2.tar.gz
> <> siemens_dvb-0.9.3.tar.gz
> >> vdr-0.99pre1-mp3-0.31.tar.gz
> >>
> >> My installation steps:
> >> ######################
> >> cp /boot/vmlinuz.config /usr/src/linux/.config
> >> cp /boot/vmlinuz.autoconf.h /usr/src/linux/include/linux/autoconf.h
> > cp /boot/vmlinuz.version.h /usr/src/linux/include/linux/version.h
> > make oldconfig
> > make menuconfig (serial as modul; reiser build in kernel)
> > make dep clean bzImage modules modules_install bzlilo
> > init 6
> >
> > extracting siemens_dvb-0.9.3.tar.gz       to /opt
> > extracting vdr-0.99pre1-mp3-0.31.tar.gz   to /opt
> >
> > Because I know DVD support can cause some trouble I did not install
> > libdvd***
> >
> > cd /opt/DVD/driver
> > make
> > make insmod
> >
> > Output from /var/log/messages:
> > ##############################
> > i2c-core.o: i2c core module
> > i2c-core.o: driver VES1893 DVB demodulator registered.
> > i2c-core.o: driver VES1820 DVB demodulator registered.
> > i2c-core.o: driver L64781 DVB demodulator registered.
> > L64781: init done
> > i2c-core.o: driver tda8083 DVB demodulator registered.
> > i2c-core.o: driver stv0299 DVB demodulator registered.
> > i2c-core.o: driver i2c TV tuner driver registered.
> > saa7146_core.o: saa7146(1): bus:0, rev:1, mem:0xd0911e00.
> > VES1820: attaching VES1820 at 0x12
> > i2c-core.o: client [VES1820] registered to adapter [saa7146(1)](pos. 0).
> > VES1820: attached to adapter saa7146(1)
> > tuner: chip found @ 0x61
> > i2c-core.o: client [i2c tv tuner chip] registered to adapter
> > [saa7146(1)](pos. 1).
> > i2c-core.o: adapter saa7146(1) registered as adapter 0.
> > dvb0: AV7111 - firm f0240009, rtsl b0250018, vid 71010068, app 00010002
> > dvb0: DVB-C analog module detected, initializing MSP3400
> > dvb: 1 dvb(s) found
> >
> > Until this point everything is fine and I can see a TV-channel with my
> > Siemens DVB-C card (analog modul / with CI Interface - Irdeto is not
> > plugged)
> >
> > I also tried different mixes from vdr/dvb packages (as seen on Klaus
> > Homepage / linuxtv.org) but its the same result
> >
> > Any ideas?
> >
> > Help is highly appreciated
> >
> > Regards Uwe
> >
> > BTW: How to I apply the "diff" file from Klaus Homepage?
> >      I tried "patch -p0 < filename" in the DVB/driver directory but I
> > got an error message
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 





Home | Main Index | Thread Index