Re: [vdr] basic set-up for vdr and HVR 4000 in Ubuntu 7.10

2008-03-06 Thread ga ver
2008/3/5, Ondrej Wisniewski [EMAIL PROTECTED]:

  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
  [EMAIL PROTECTED]:~# vdr -Pxineliboutput --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 :-)

 Thanks Ondrey


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





___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] basic set-up for vdr and HVR 4000 in Ubuntu 7.10

2008-03-05 Thread Ondrej Wisniewski
 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
 [EMAIL PROTECTED]:~# vdr -Pxineliboutput --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 :-)

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] basic set-up for vdr and HVR 4000 in Ubuntu 7.10

2008-03-04 Thread ga ver
2008/3/3, Ondrej Wisniewski [EMAIL PROTECTED]:

 ga ver wrote:
  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


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
 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

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] basic set-up for vdr and HVR 4000 in Ubuntu 7.10

2008-03-04 Thread ga ver
2008/3/4, Kartsa [EMAIL PROTECTED]:

 Ondrej Wisniewski kirjoitti:

  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
 
 
  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.
 

 This is what I did but ended up having vdr-1.5.17 and
 vdr-plugin-xineliboutput-1.4.5. So vdr does not load the polugin since
 its of the wrong version. Maybe the problem is that I have Ubuntu Hardy
 Heron (8.04).


 \\Kartsa


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
[EMAIL PROTECTED]:~# vdr -Pxineliboutput --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

___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] basic set-up for vdr and HVR 4000 in Ubuntu 7.10

2008-03-03 Thread Ondrej Wisniewski
ga ver wrote:
 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

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

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr