[linux-dvb] Re: how to dump the whoel transponder stream from a dvb-s card

2004-08-04 Thread Niklas Peinecke
Horst Trixl wrote: I look for a short description for dumping the whole transponderstream from the Skystar2 card. Is it possible to set with szap PID = 0x2000 or 8192 the dvb-s card. Kind regards, Horst Yes, in this case you have to insert the PID into the channels.conf (use the supplied ch

[linux-dvb] Re: [PATCHES] Frontend kernel i2c conversion.

2004-08-04 Thread Uli Luckas
Am Mittwoch, 4. August 2004 09:08 schrieb Andreas Büsching: > Hi, > > I just got my new DVB-T card (AverMedia 771) yesterday and ran into the > same problem as Andreas. When I tried to load the mt352 module it > crashed on mt352.c:827 (I guess; the line looks like > BUG_ON(!state->dvb)). So I appli

[linux-dvb] Re: Project to make other s/w use onboard decoders

2004-08-04 Thread Darren Wilkinson
From: "Hermann Gausterer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 05, 2004 12:03 AM Subject: [linux-dvb] Re: Project to make other s/w use onboard decoders > On Wednesday 04 August 2004 23:35, Darren Wilkinson wrote: > > I was wondering if there are any projects underwa

[linux-dvb] Re: Project to make other s/w use onboard decoders

2004-08-04 Thread Hermann Gausterer
On Wednesday 04 August 2004 23:35, Darren Wilkinson wrote: > I was wondering if there are any projects underway to get existing > libraries like libmpeg2 or libavcodec to decode using the dvb cards with > onboard decoders. > > If not would any developers consider starting such a project? if you wa

[linux-dvb] [RFC] DVB v4 API suggestions.

2004-08-04 Thread Kenneth Aafløy
Hi! I've sent this to Michael, but never got a reply (that's happened before), is it just insane? What really annoys me is that when I want to do a simple demuxing task, such as harvesting all the PMT's, I have to set up a chain of fd's and do rotating and stuff, to avoid the demux fd limit. I

[linux-dvb] Project to make other s/w use onboard decoders

2004-08-04 Thread Darren Wilkinson
I was wondering if there are any projects underway to get existing libraries like libmpeg2 or libavcodec to decode using the dvb cards with onboard decoders. If not would any developers consider starting such a project?

[linux-dvb] Re: [PATCHES] Frontend kernel i2c conversion.

2004-08-04 Thread Andreas Büsching
Kenneth Aafløy wrote: Hi Andreas, On Wednesday 04 August 2004 18:58, Andreas Büsching wrote: Kenneth Aafløy wrote: On Wednesday 04 August 2004 14:50, Andreas Büsching wrote: [snip] Any new suggestions? I've tried to port the dvb-bt driver to the new sub device interface. It might or might not work,

[linux-dvb] Re: [PATCHES] Frontend kernel i2c conversion.

2004-08-04 Thread Kenneth Aafløy
Hi Andreas, On Wednesday 04 August 2004 18:58, Andreas Büsching wrote: > Kenneth Aafløy wrote: > > On Wednesday 04 August 2004 14:50, Andreas Büsching wrote: [snip] > >>Any new suggestions? > > > > I've tried to port the dvb-bt driver to the new sub device interface. It > > might or might not work

[linux-dvb] Re: [PATCHES] Frontend kernel i2c conversion.

2004-08-04 Thread Andreas Büsching
Kenneth Aafløy wrote: On Wednesday 04 August 2004 14:50, Andreas Büsching wrote: Kenneth Aafløy wrote: [snip] I'm pretty sure I checked that the bt driver had a call to i2c_clients_command, but now I can find the changes for either the mt352 or dvb-bt in any of my trees, hmm. I've attached a patch

[linux-dvb] Re: "Video datastream broken" the legend continues ...

2004-08-04 Thread Hermann Gausterer
On Wednesday 04 August 2004 05:09, Philippe Gramoullé wrote: > Hello Hermann, hi philippe! from a other mail from you: > My rev 1.3 board will keep automatically zapping channels within VDR > (1.3.12) if i use any dvb-kernel CVS , 2.4 or 2.6, or sometimes blacks out > for 0.5 to 1 second. i get

[linux-dvb] Re: [PATCHES] Frontend kernel i2c conversion.

2004-08-04 Thread Kenneth Aafløy
On Wednesday 04 August 2004 14:50, Andreas Büsching wrote: > Kenneth Aafløy wrote: [snip] > > I'm pretty sure I checked that the bt driver had a call to > > i2c_clients_command, but now I can find the changes for either the mt352 > > or dvb-bt in any of my trees, hmm. I've attached a patch which sh

[linux-dvb] [PATCH] Video V4 API

2004-08-04 Thread Rob . McConnell
Hi Folks, I've finally got around to knocking up a patch for the video.h file that adds necessary functionality to the Linux DVB V4 API. The changes are listed below. This is in conjunction with the discussions I have had with JS of subject matter "V4 Video API Questions" in the middle of Ju

[linux-dvb] Re: "Video datastream broken" the legend continues ...

2004-08-04 Thread Philippe Gramoullé
Hello Alfred, My rev 1.3 board will keep automatically zapping channels within VDR (1.3.12) if i use any dvb-kernel CVS , 2.4 or 2.6, or sometimes blacks out for 0.5 to 1 second. I just tried with the modified alps_bsrv2 driver you posted and so far, no single automatic zapping (2.4 dvb-kernel

[linux-dvb] Re: [PATCHES] Frontend kernel i2c conversion.

2004-08-04 Thread Andreas Büsching
Kenneth Aafløy wrote: On Wednesday 04 August 2004 13:36, Andreas Büsching wrote: [snip] dvbfe_mt352: Trying to attach to adapter 0x10005:bt878 #0 [hw]. dvbfe_mt352: Setup for Avermedia 771. ... some new information has just arrived ... I started debugging the mt352 module (what is quite difficult a

[linux-dvb] Re: [PATCHES] Frontend kernel i2c conversion.

2004-08-04 Thread Kenneth Aafløy
On Wednesday 04 August 2004 13:36, Andreas Büsching wrote: [snip] > > dvbfe_mt352: Trying to attach to adapter 0x10005:bt878 #0 [hw]. > > dvbfe_mt352: Setup for Avermedia 771. > > ... some new information has just arrived ... > > I started debugging the mt352 module (what is quite difficult as I do

[linux-dvb] Re: [PATCHES] Frontend kernel i2c conversion.

2004-08-04 Thread Andreas Büsching
Andreas Büsching wrote: Andreas Büsching wrote: Hi, I just got my new DVB-T card (AverMedia 771) yesterday and ran into the same problem as Andreas. When I tried to load the mt352 module it crashed on mt352.c:827 (I guess; the line looks like BUG_ON(!state->dvb)). So I applied your patch, which

[linux-dvb] Re: [PATCHES] Frontend kernel i2c conversion.

2004-08-04 Thread Andreas Büsching
Andreas Büsching wrote: Hi, I just got my new DVB-T card (AverMedia 771) yesterday and ran into the same problem as Andreas. When I tried to load the mt352 module it crashed on mt352.c:827 (I guess; the line looks like BUG_ON(!state->dvb)). So I applied your patch, which definitly changed somet

[linux-dvb] Kernel 2.6.8-rc3 DVB fixes

2004-08-04 Thread C.Y.M.
<[EMAIL PROTECTED]> [PATCH] dvb_usercopy() fix Fix some breakage in dvb_usercopy() introduced by sparse cleanups in -rc2. <[EMAIL PROTECTED]> [PATCH] DVB: "errno" undefined Actually, the problem has its origin in my removal of all in-kernel

[linux-dvb] Re: new Nova-S docs (Re: DVB-T, no data fron card on cold boot)

2004-08-04 Thread Olaf Titz
> did you try budget-ci ? I read of several people that > solved their problem with this module. This belongs in the docs somewhere where it is found easily... The newer Nova-S cards definitely need the budget-ci driver. These are actually CI cards with all the circuitry present on the board, jus

[linux-dvb] Re: DVB + SATA

2004-08-04 Thread Manu Abraham
On Wednesday 04 Aug 2004 3:44 am, Ben de Luca (bedel) wrote: > I have two of these cards and have to set the pci latency ridiculously > low on all other cards (<32) to get it not to continually break up. > > then i can run 2 cards fine > I think that explains it. The twinhan cards

[linux-dvb] Re: [PATCHES] Frontend kernel i2c conversion.

2004-08-04 Thread Andreas Büsching
Hi, I just got my new DVB-T card (AverMedia 771) yesterday and ran into the same problem as Andreas. When I tried to load the mt352 module it crashed on mt352.c:827 (I guess; the line looks like BUG_ON(!state->dvb)). So I applied your patch, which definitly changed something in the behaviour. I