Hi,
What is the basic configuration(setup) for watching sattelite TV with a Hauppauge HVR 4000 card in Ubuntu 7.10. Drivers and scanning are OK, Kaffeine 0.8.4 is working, but how does I start with vdr?
Thanks in advance
Gaston
ga ver wrote:
You should install at least the packages "vdr" (main program) and "vdr-plugin-xineliboutput" (grafical frontend) from the Ubuntu repos. Then you need to modify most likely some config files (e.g. channels.conf) for your setup.
For more information http://www.linuxtv.org/vdrwiki/index.php/Main_Page is a good starting point.
Ondrej
2008/3/3, Ondrej Wisniewski ondrej.wisniewski@ericsson.com:
Thanks Ondrej
I have followed the link and installed xineliboutput, but make plugins give
Plugin xineliboutput: make[1]: Map '/usr/local/vdr-1.5.16/PLUGINS/src/xineliboutput-1.0.0rc2' wordt binnengegaan g++ -O3 -pipe -Wall -Woverloaded-virtual -fPIC -g -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xineliboutput"' -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DXINELIBOUTPUT_VERSION='"1.0.0rc2"' -DUSE_ICONV=1 -Wall -I../../../include -o device.o device.c ../../../include/vdr/osd.h:409: let op: 'virtual cOsd* cOsdProvider::CreateOsd(int, int, uint)' was hidden osd.h:62: let op: by 'virtual cOsd* cXinelibOsdProvider::CreateOsd(int, int)' device.c: In member function 'virtual void cXinelibDevice::MakePrimaryDevice(bool)': device.c:330: fout: cannot allocate an object of abstract type 'cXinelibOsdProvider' osd.h:54: note: because the following virtual functions are pure within 'cXinelibOsdProvider': ../../../include/vdr/osd.h:409: note: virtual cOsd* cOsdProvider::CreateOsd(int, int, uint) make[1]: *** [device.o] Fout 1 make[1]: Map '/usr/local/vdr-1.5.16/PLUGINS/src/xineliboutput-1.0.0rc2' wordt verlaten
*** failed plugins: skincurses xineliboutput
What is missing here, does I have to install other plugins first?
gaston
You should install at least the packages "vdr" (main program) and
Why don't you just install the binary packages with apt-get? They are already in the Ubuntu repositories. It should be as easy as typing: sudo apt-get install vdr vdr-plugin-xineliboutput
If you prefer to compile everything from source you will need to resolve all the dependencies manually which could be quite a long shot.
Ondrej
2008/3/4, Kartsa kari@kniivila.com:
I have installed the plugin with apt-get.... , no problem
vdr -V vdr (1.5.16/1.5.15) - The Video Disk Recorder
but when I run vdr with the plugin I got root@gv3:~# vdr -P"xineliboutput --local=sxfe --video=xv --audio=alsa --remote=none" vdr: ./PLUGINS/lib/libvdr-xineliboutput.so.1.5.15: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet ( can't open objectfile.File or map is not existing) what is here still missing
Gaston
_______________________________________________
Man, you have some confusion here! Looks like you are mixing up different vdr versions. I guess you compiled vdr on your own (1.5.16) and installed xineliboutput from the Ubuntu 7.10 repos which was built for vdr 1.4.7. That will never work! So if you want to get anything running just compile *everything* from source or install *everything* via apt-get. Furthermore, if you are not using the default paths where vdr is looking for the needed libs, you need to specify them via command line parameters ('man vdr' is your friend). Good luck :-)
2008/3/5, Ondrej Wisniewski ondrej.wisniewski@ericsson.com:
I will remove the complete setup and do it over with the apt-get version. Later on I will restart with the sources and a later version.
gaston
_______________________________________________