Re: R: [linux-dvb] How to handle multiple frontends?

2007-01-15 Thread Nico Sabbi
Ralph Metzler wrote: In the HVR3000 case, do both frontends then use the same demux0? So, if one can open only one at the same time, both should use demux0? please, NO! it will be a hell to support in applications. Please, do it simple and bind frontendN to demuxN and dvrN (and netN) If

Re: [linux-dvb] How to handle multiple frontends?

2007-01-15 Thread Manu Abraham
On 1/15/07, Ralph Metzler [EMAIL PROTECTED] wrote: Klaus Schmidinger writes: I'm wondering how an application is supposed to handle devices with multiple frontends. Let's assume a device that provides dvb/adapter0/frontend0DVB-S dvb/adapter0/frontend1DVB-T so that

[linux-dvb] Improved picture quality on HVR3000 + analog TV

2007-01-15 Thread Robert Longbottom
Hi list, Just thought I'd say that I applied the patch suggested here (http://linuxtv.org/v4lwiki/index.php/Color_problem_patch) to the drivers from Steven Toths tree and it seems to have made a noticeable improvement to the picture quality of analog TV on my HVR3000. Robert.

[linux-dvb] genlock

2007-01-15 Thread Samuel Goto
Hi everyone,Any I am developing a dvb s1 transmitter. Its input is a MPEG TS from a mpeg encoder and its output is a DVB S1 stream to the RF satellite. I am having problems synchronizing the input bit rate to the output baud rate and I was wondering if anyone could help me out on

Re: [linux-dvb] genlock

2007-01-15 Thread Samuel Goto
Hi Morgan ! thanks for your quick reply =) On 1/15/07, Morgan Tørvolt [EMAIL PROTECTED] wrote: Sending this to the list also, for future reference... -- Forwarded message -- From: Morgan Tørvolt [EMAIL PROTECTED] Date: 15-Jan-2007 17:33 Subject: Re: [linux-dvb] genlock To:

Re: [linux-dvb] genlock

2007-01-15 Thread Rainer Schubert
On Mon, 15 Jan 2007, Samuel Goto wrote: Hi everyone,Any Hi Samuel, I am developing a dvb s1 transmitter. Its input is a MPEG TS from a mpeg encoder and its output is a DVB S1 stream to the RF satellite. OK. I am having problems synchronizing the input bit rate to the output

Re: [linux-dvb] DVB-T not working on Terratec Cinergy HT PCI

2007-01-15 Thread Giorgio Moscardi
Alle 15:25, giovedì 4 gennaio 2007, Giorgio Moscardi ha scritto: Hi, I've just subscribed to this mailing list, in the hope of getting my TV card working. It's a Terratec Cinergy HT PCI, I've set up a page on the wiki for it: http://linuxtv.org/v4lwiki/index.php/Terratec_Cinergy_HT_PCI. It's

Re: [linux-dvb] genlock

2007-01-15 Thread Morgan Tørvolt
Hi On 15/01/07, Rainer Schubert [EMAIL PROTECTED] wrote: On Mon, 15 Jan 2007, Samuel Goto wrote: Hi everyone,Any Hi Samuel, I am developing a dvb s1 transmitter. Its input is a MPEG TS from a mpeg encoder and its output is a DVB S1 stream to the RF satellite. OK. I am

Re: [linux-dvb] How to handle multiple frontends?

2007-01-15 Thread Klaus Schmidinger
Manu Abraham wrote: ... There are 2 different cases (1) multiple frontends sharing the same TS interface (2) multiple frontends, each having it's own TS interface. Maybe those should be handled like one multi-protocol frontend? Not sure if Manu's multi-proto stuff would also

Re: [linux-dvb] How to handle multiple frontends?

2007-01-15 Thread Manu Abraham
On 1/15/07, Klaus Schmidinger [EMAIL PROTECTED] wrote: Manu Abraham wrote: ... There are 2 different cases (1) multiple frontends sharing the same TS interface (2) multiple frontends, each having it's own TS interface. Maybe those should be handled like one multi-protocol frontend?

Re: [linux-dvb] DVB-T not working on Terratec Cinergy HT PCI

2007-01-15 Thread Michael Krufky
Hartmut Hackmann wrote: Hi, Giorgio Giorgio Moscardi schrieb: Alle 15:25, giovedì 4 gennaio 2007, Giorgio Moscardi ha scritto: Hi, I've just subscribed to this mailing list, in the hope of getting my TV card working. It's a Terratec Cinergy HT PCI, I've set up a page on the wiki for it:

Re: [linux-dvb] DVB-T not working on Terratec Cinergy HT PCI

2007-01-15 Thread Hartmut Hackmann
Hi, Michael, Giorgio Michael Krufky schrieb: Hartmut Hackmann wrote: Hi, Giorgio Giorgio Moscardi schrieb: Alle 15:25, giovedì 4 gennaio 2007, Giorgio Moscardi ha scritto: Hi, I've just subscribed to this mailing list, in the hope of getting my TV card working. It's a Terratec Cinergy

Re: [linux-dvb] DVB-T not working on Terratec Cinergy HT PCI

2007-01-15 Thread Michael Krufky
Giorgio Moscardi wrote: Alle 00:15, martedì 16 gennaio 2007, Hartmut Hackmann ha scritto: Thanks for the info, Michael! Giorgio can you please test and report? Sure! Thanks a lot! I'll do that straight tomorrow. I guess I should apply it to the mercurial tree, right? Yes, but you might also

Re: [linux-dvb] DVB-T not working on Terratec Cinergy HT PCI

2007-01-15 Thread Giorgio Moscardi
Alle 01:30, martedì 16 gennaio 2007, Giorgio Moscardi ha scritto: Sure! Thanks a lot! I'll do that straight tomorrow. I guess I should apply it to the mercurial tree, right? OK, I couldn't resist and tried it right now. - Installed Mercurial. - Downloaded linuxtv Mercurial tree. - Downloaded and

[linux-dvb] Patch: USBVision - Replacement of vmalloc_32 with vmalloc_32_user

2007-01-15 Thread Dwaine Garden
This patch replaces vmalloc_32 with vmalloc_32_user. Allocating virtually contiguous memory (32bit addressable) which is zeroed so it can be mapped to userspace without leaking data. Signed-off-by: Dwaine P. Garden [EMAIL PROTECTED] diff -U 3 -H -d -r -N --

[linux-dvb] Patch: USBVision - Replacement of vmalloc_32 with vmalloc_32_user

2007-01-15 Thread Dwaine Garden
Please ignore the first submitted patch. I forgot to remove the memset(mem, 0, size); statement. Please use this patch instead. Sorry about that This patch replaces vmalloc_32 with vmalloc_32_user. Allocating virtually contiguous memory (32bit addressable) which is zeroed so it can be

Re: [linux-dvb] DVB-T not working on Terratec Cinergy HT PCI

2007-01-15 Thread Giorgio Moscardi
Alle 01:58, martedì 16 gennaio 2007, Michael Krufky ha scritto: I suspect that you will encounter the same exact problem as you had before.  If this is the case, you may want to play around with the following info: OK, it seems I managed to solve the problem. More info tomorrow! -- Giorgio