Re: [vdr] VDR 1.7.0 multiproto hvr4000 - multiproto_plus

2008-05-03 Thread Igor
   Have you replaced linux/include/linux/compiler.h with the one from your
   kernel ? (in multiproto_plus dir) if that's going to be included, this
   shouldn't be in of course.
  
  your patch included the compiler.h, after replacing it with the right
  one the drivers are build
  your patch also created a .config.old in v4l and the cx88 modules are
  not build (the .config created during make does only contain inaktive
  lines for cx88 modules), i modified the .config manual and started make
  again
 
 OK, here's one without compiler.h and without .config.old (by the way, I
 don't understand why make distclean didn't remove it...).
 
 Good new, such way the patch is even smaller, so it would be really good
 to have it included finally into the repo :-)
 
 Any objection to the inclusion ?

with this patch I have the error

May  3 22:42:15 localhost vdr: [3471] ERROR (dvbdevice.c,302): Invalid argument

when I try to tune on dvb-s2 channels on VDR

But with HVR-4000-multiproto_plus-2008-04-25.diff + 
HVR-4000-multiproto_plus-2008-04-25_inversion is OK for me

Igor








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


Re: [vdr] VDR 1.7.0 multiproto hvr4000 - multiproto_plus

2008-05-03 Thread Igor
with this patch I could receive dvb-s2 channels on my VDR 170
I don't have the error 

May  3 22:42:15 localhost vdr: [3471] ERROR (dvbdevice.c,302): Invalid argument

anymore
@gilmi 
thanks

Igor


 sorry, took a little bit longer to find time for made the patch.
 This patch is against multiproto_plus +
 HVR-4000-multiproto_plus-2008-04-25.diff.
 With this combination i'm able to tune all HDTV channels on Astra 19.2E.
 My Hardware is a WinTV Nova HD S2.
 
 cu
 
 Edgar (gimli) Hucek
 
  On Tue, Apr 29, 2008 at 10:18:30AM +0200, gimli wrote:
  Some postings before i read about multiproto + hvr4000 and tuning
  problems.
  I had that problems myselfe. The problem is the inversion setting in the
  driver. It's a driver bug. At the moment i do not have my modified
  driver
  by hand. Will post it in later today. I did a mixuup between :
  http://www.linuxtv.org/pipermail/linux-dvb/2008-March/024487.html
  and http://www.mail-archive.com/[EMAIL PROTECTED]/msg27438.html a
  patch i have done.
 
  c
 
  Edgar (gimli) Hucek
 
  Oh, nice one, could you correct my update on your work for
  multiproto_plus :
  http://linuxtv.org/pipermail/linux-dvb/2008-April/025655.html
 
  I must have different hardware because all works just fine here...
 
  Thanks,
  --
  GrИgoire FAVRE  http://gregoire.favre.googlepages.com
  http://www.gnupg.org
 http://picasaweb.google.com/Gregoire.Favre
 
 
 
 
 ATTACHMENT: application/octet-stream 
 (HVR-4000-multiproto_plus-2008-04-25_inversion.diff)
 
 

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


Re: [vdr] VDR 1.7.0 multiproto hvr4000 - multiproto_plus

2008-05-02 Thread Gregoire Favre
On Fri, May 02, 2008 at 12:03:48AM +0200, gimli wrote:
 Hi,
 
 sorry, took a little bit longer to find time for made the patch.
 This patch is against multiproto_plus +
 HVR-4000-multiproto_plus-2008-04-25.diff.
 With this combination i'm able to tune all HDTV channels on Astra 19.2E.
 My Hardware is a WinTV Nova HD S2.

With this new patch, there is no change for me, which is fine, because
everything was already working so it don't break anything here :-)

I attach an all in one patch just to be easier to follow, and as you
wrote it to VDR's ml, I sent a copy there also.

Steven and Manu : could it be included into multiproto_plus ?

Thanks you very much,
-- 
Grégoire FAVRE  http://gregoire.favre.googlepages.com  http://www.gnupg.org
   http://picasaweb.google.com/Gregoire.Favre


HVR-4000-multiproto_plus-2008-05-02.diff.bz2
Description: Binary data
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] VDR 1.7.0 multiproto hvr4000 - multiproto_plus

2008-05-02 Thread Lars Bläser
Gregoire Favre wrote:
 On Fri, May 02, 2008 at 12:03:48AM +0200, gimli wrote:
 Hi,

 sorry, took a little bit longer to find time for made the patch.
 This patch is against multiproto_plus +
 HVR-4000-multiproto_plus-2008-04-25.diff.
 With this combination i'm able to tune all HDTV channels on Astra 19.2E.
 My Hardware is a WinTV Nova HD S2.
 
 With this new patch, there is no change for me, which is fine, because
 everything was already working so it don't break anything here :-)
 
 I attach an all in one patch just to be easier to follow, and as you
 wrote it to VDR's ml, I sent a copy there also.
 
 Steven and Manu : could it be included into multiproto_plus ?

after this patch the multiproto_plus does not compile against my older
kernel (suse 10.2 stock kernel 2.6.18)


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


Re: [vdr] VDR 1.7.0 multiproto hvr4000 - multiproto_plus

2008-05-02 Thread Lars Bläser
Gregoire Favre wrote:
 On Fri, May 02, 2008 at 01:15:45PM +0200, Lars Bläser wrote:
 
 after this patch the multiproto_plus does not compile against my older
 kernel (suse 10.2 stock kernel 2.6.18)
 
 Have you replaced linux/include/linux/compiler.h with the one from your
 kernel ? (in multiproto_plus dir) if that's going to be included, this
 shouldn't be in of course.

your patch included the compiler.h, after replacing it with the right
one the drivers are build
your patch also created a .config.old in v4l and the cx88 modules are
not build (the .config created during make does only contain inaktive
lines for cx88 modules), i modified the .config manual and started make
again



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


Re: [vdr] VDR 1.7.0 multiproto hvr4000 - multiproto_plus

2008-05-01 Thread gimli
Hi,

sorry, took a little bit longer to find time for made the patch.
This patch is against multiproto_plus +
HVR-4000-multiproto_plus-2008-04-25.diff.
With this combination i'm able to tune all HDTV channels on Astra 19.2E.
My Hardware is a WinTV Nova HD S2.

cu

Edgar (gimli) Hucek

 On Tue, Apr 29, 2008 at 10:18:30AM +0200, gimli wrote:
 Some postings before i read about multiproto + hvr4000 and tuning
 problems.
 I had that problems myselfe. The problem is the inversion setting in the
 driver. It's a driver bug. At the moment i do not have my modified
 driver
 by hand. Will post it in later today. I did a mixuup between :
 http://www.linuxtv.org/pipermail/linux-dvb/2008-March/024487.html
 and http://www.mail-archive.com/[EMAIL PROTECTED]/msg27438.html a
 patch i have done.

 c

 Edgar (gimli) Hucek

 Oh, nice one, could you correct my update on your work for
 multiproto_plus :
 http://linuxtv.org/pipermail/linux-dvb/2008-April/025655.html

 I must have different hardware because all works just fine here...

 Thanks,
 --
 Grégoire FAVRE  http://gregoire.favre.googlepages.com
 http://www.gnupg.org
http://picasaweb.google.com/Gregoire.Favre





HVR-4000-multiproto_plus-2008-04-25_inversion.diff
Description: Binary data
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] VDR 1.7.0 multiproto hvr4000

2008-04-29 Thread gimli
Some postings before i read about multiproto + hvr4000 and tuning problems.
I had that problems myselfe. The problem is the inversion setting in the
driver. It's a driver bug. At the moment i do not have my modified driver
by hand. Will post it in later today. I did a mixuup between :
http://www.linuxtv.org/pipermail/linux-dvb/2008-March/024487.html
and http://www.mail-archive.com/[EMAIL PROTECTED]/msg27438.html a
patch i have done.

c

Edgar (gimli) Hucek



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


Re: [vdr] VDR 1.7.0 multiproto hvr4000 - multiproto_plus

2008-04-29 Thread Gregoire Favre
On Tue, Apr 29, 2008 at 10:18:30AM +0200, gimli wrote:
 Some postings before i read about multiproto + hvr4000 and tuning problems.
 I had that problems myselfe. The problem is the inversion setting in the
 driver. It's a driver bug. At the moment i do not have my modified driver
 by hand. Will post it in later today. I did a mixuup between :
 http://www.linuxtv.org/pipermail/linux-dvb/2008-March/024487.html
 and http://www.mail-archive.com/[EMAIL PROTECTED]/msg27438.html a
 patch i have done.
 
 c
 
 Edgar (gimli) Hucek

Oh, nice one, could you correct my update on your work for
multiproto_plus :
http://linuxtv.org/pipermail/linux-dvb/2008-April/025655.html

I must have different hardware because all works just fine here...

Thanks,
-- 
Grégoire FAVRE  http://gregoire.favre.googlepages.com  http://www.gnupg.org
   http://picasaweb.google.com/Gregoire.Favre

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