[vdr] Getting old dvb_ttpci running with new driver and VDR1.7.1

2008-09-17 Thread Matthias Fechner
Hi Community,

I tried these days to migrate to the new driver structure and VDR 1.7 
(to later get the HVR4000 running).

The driver I used is:
http://liplianindvb.sourceforge.net/cgi-bin/hgwebdir.cgi/liplianindvb/
To compile the driver I copied compiler.h from the kernel source to the 
driver and compiled it (I think was necessary to compile VDR against the 
driver).

When compiling VDR I changed the path for the DVB driver to the dir 
where I compiled the new driver (in Make.config).

But if I start VDR 1.7.1 I only get a black screen (OSD is working fine) 
and a message that it cannot tune to channel.

Switch back to VDR 1.6 and the old driver solved the problem.

Was anyone successfull to get that driver with VDR 1.7.1 with the old TT 
card (Rev 1.3) running?

Bye,
Matthias
-- 
Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning. -- 
Rich Cook


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


Re: [vdr] Getting old dvb_ttpci running with new driver and VDR1.7.1

2008-09-17 Thread Halim Sahin
Hello,
Vdr supports only the multiproto stuff.
Afaik is latest branch broken according to Klaus mail at linux-dvb list.
The new S2 API is not supported by VDR.
HTH.
Halim


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


Re: [vdr] Getting old dvb_ttpci running with new driver and VDR1.7.1

2008-09-17 Thread Niels Wagenaar
Op Wo, 17 september, 2008 08:04, schreef Matthias Fechner:
 Hi Community,

 -- SNIP --

 Was anyone successfull to get that driver with VDR 1.7.1 with the old TT
 card (Rev 1.3) running?

Not with an old TT card and VDR 1.7.1, but I had the same kind of problem
with a Skystar2 (SS2) Rev 2.6 in combination with VDR 1.7.0 a couple of
days back.

I used Igor's repo as well and I only compiled VDR against the
liplianindvb with the compiler.h in place (no compiling of liplianindvb at
all, I thought it wasn't needed since the card was allready detected). And
I encountered the same problem, no locking with VDR 1.7.0 and a SS2. In
the user.log I found an error message with the text No DVB devices found
(or something like this).

I resolved it by compiling liplianindvb and do a make install (I rebooted
to be sure). And voila! The SS2 worked without problems and could lock to
several transponders on different sats.

So in short, compilation and installation of multiproto is mandatory for 
VDR 1.7.0. Perhaps this will also fix your problem with VDR 1.7.1.

 Bye,
 Matthias

Regards,

Niels Wagenaar


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


Re: [vdr] Getting old dvb_ttpci running with new driver and VDR1.7.1

2008-09-17 Thread VDR User
On Wed, Sep 17, 2008 at 12:20 AM, Halim Sahin [EMAIL PROTECTED] wrote:
 Hello,
 Vdr supports only the multiproto stuff.
 Afaik is latest branch broken according to Klaus mail at linux-dvb list.

A couple days ago I pulled a fresh multiproto tree (Manu's tree) and
recompiled everything.  VDR-1.7.0 worked fine, VDR-1.7.1 had choppy
video and no audio.

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


Re: [vdr] [ANNOUNCE] VDR developer version 1.7.1

2008-09-17 Thread Klaus Schmidinger
On 09/14/08 16:45, Gregoire Favre wrote:
 On Sun, Sep 14, 2008 at 04:35:10PM +0200, Klaus Schmidinger wrote:
 
 For some odd reason neither the latest version of multiproto nor
 multiproto_plus works here for me. The only one that does work is
 multiproto_plus 88821ce4ed8d. See my posting on the linux-dvb ML.
 
 What about
 http://liplianindvb.sourceforge.net/cgi-bin/hgwebdir.cgi/liplianindvb/ ?

This gives me:


Traceback (most recent call last):
  File /home/groups/l/li/liplianindvb/cgi-bin/hgwebdir.cgi, line 46, in ?
application = hgwebdir('hgweb.config')
  File 
/home/groups/l/li/liplianindvb/lib/mercurial-1.0.1/mercurial/hgweb/hgwebdir_mod.py,
 line 26, in __init__
interactive = False)
  File /home/groups/l/li/liplianindvb/lib/mercurial-1.0.1/mercurial/ui.py, 
line 50, in __init__
self.readconfig(util.rcpath())
  File /home/groups/l/li/liplianindvb/lib/mercurial-1.0.1/mercurial/util.py, 
line 1778, in rcpath
_rcpath = os_rcpath()
  File /home/groups/l/li/liplianindvb/lib/mercurial-1.0.1/mercurial/util.py, 
line 1754, in os_rcpath
path = system_rcpath()
  File /home/groups/l/li/liplianindvb/lib/mercurial-1.0.1/mercurial/util.py, 
line 1118, in system_rcpath
path.extend(rcfiles(os.path.dirname(sys.argv[0]) +
  File /home/groups/l/li/liplianindvb/lib/mercurial-1.0.1/mercurial/util.py, 
line 1107, in rcfiles
rcs.extend([os.path.join(rcdir, f)
  File 
/home/groups/l/li/liplianindvb/lib/mercurial-1.0.1/mercurial/demandimport.py, 
line 74, in __getattribute__
self._load()
  File 
/home/groups/l/li/liplianindvb/lib/mercurial-1.0.1/mercurial/demandimport.py, 
line 46, in _load
mod = _origimport(head, globals, locals)
ImportError: 
/home/groups/l/li/liplianindvb/lib/mercurial-1.0.1/mercurial/osutil.so: wrong 
ELF class: ELFCLASS32



This whole distributed development idea may be a nice thing, but are we ever
going to see *one* *master* repository that actually works?


Klaus

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


Re: [vdr] [ANNOUNCE] VDR developer version 1.7.1

2008-09-17 Thread oleg roitburd
Hi

2008/9/17 Klaus Schmidinger [EMAIL PROTECTED]:

 What about
 http://liplianindvb.sourceforge.net/cgi-bin/hgwebdir.cgi/liplianindvb/ ?

I don't know. But you can use http://arvdr-dev.free-x.de:8080/testdvb/
it's a copy from liplianindvb

Regards
Oleg Roitburd

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


Re: [vdr] Problem with v1.6.0 and two DBS-S cards

2008-09-17 Thread Stefan-W. Hahn
Also sprach Stefan-W. Hahn am Mon, 15 Sep 2008 at 21:48:07 +0200:

Hello,

after checking the log and tracking down the usage I made it seems
that at time of the failure only one dvb device was found by vdr.

So if all my two device where found all looks good. 

Thanks,
Stefan

-- 
Stefan-W. Hahn  It is easy to make things.
/ mailto:[EMAIL PROTECTED] /It is hard to make things simple.   


Please note that according to the German law on data retention,
information on every electronic information exchange with me is
retained for a period of six months.
Bundesgesetzblatt:
http://www.bgblportal.de/BGBL/bgbl1f/bgbl107s3198.pdf

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