Re: [linux-dvb] System load raises when budget_av is loaded

2007-08-19 Thread e9hack
Oliver Endriss schrieb: It seems, the delay of 100usec is too short. During booting of the ARM, DEBI_E is set for ca. 360usec after some debi commands. I've changed the delay to 500usec. The load average is dropped from 0.65 to 0.0 with budget_av and dvb_ttpci loaded and vdr isn't running.

[linux-dvb] Remote control handling results in failure to shutdown

2007-08-19 Thread Stephen Williams
Attempting to shut the system down (e.g. 'poweroff') does everything, including turning the light on the front system off, but never quite fully powers the machine off. I have to hold the power button down for about 5 seconds to actually properly turn it off. This behavior has been observed by

[linux-dvb] USB/Firewire/PCMCIA DVB-T and MPEG-4

2007-08-19 Thread Håkon Strandenes
I have a laptop and want to receive DVB-T television. In Norway, we use MPEG-4 instead of MPEG-2, much like in France (if i have understood it right). Because it's a laptop, PCI card is not an option. The laptop is an Acer Travelmate 3000, with an 1,73 GHz Pentium M CPU, 2 GB RAM and 100 GB 7200

Re: [linux-dvb] System load raises when budget_av is loaded

2007-08-19 Thread Oliver Endriss
e9hack wrote: Oliver Endriss schrieb: It seems, the delay of 100usec is too short. During booting of the ARM, DEBI_E is set for ca. 360usec after some debi commands. I've changed the delay to 500usec. The load average is dropped from 0.65 to 0.0 with budget_av and dvb_ttpci loaded and vdr

Re: [linux-dvb] saa7146_i2c_writeout: timed out waiting for end of xfer

2007-08-19 Thread Soeren Sonnenburg
On Sun, 2007-08-19 at 02:52 +0200, hermann pitton wrote: Am Samstag, den 18.08.2007, 22:53 +0200 schrieb Soeren Sonnenburg: On Tue, 2007-07-31 at 14:37 +0200, Oliver Endriss wrote: Stone wrote: On 7/17/07, Oliver Endriss [EMAIL PROTECTED] wrote: [still seeing these timouts for asus

Re: [linux-dvb] [PATCH] add device node locking possibility to dvbcore

2007-08-19 Thread Oliver Endriss
Manu Abraham wrote: Oliver Endriss wrote: Does anyone know, why dvb_shutdown_timeout was introduced initially? It was originally introduced looong time back by Obi. Some operations still incomplete on close() was the reason stated, IIRC. It had something to do with the FF cards ?, dunno.

Re: [linux-dvb] USB/Firewire/PCMCIA DVB-T and MPEG-4

2007-08-19 Thread Christophe Thommeret
Le dimanche 19 août 2007 15:19, Håkon Strandenes a écrit : I have a laptop and want to receive DVB-T television. In Norway, we use MPEG-4 instead of MPEG-2, much like in France (if i have understood it right). In France, free to air channels are mpeg2. Pay TV are mpeg4. Because it's a

[linux-dvb] [PATCH] saa7134: add DVB-T support for Avermedia Super 007

2007-08-19 Thread bobbens
Hello, After getting my card working I decided to hack up a patch to get autodetection working. With mkrufky's guidance I was able to make a patch he had few complaints of which I now include here. This should get the DIGITAL part of the AVerMedia AVerTV DVB-T Super 007, as noted in the patch

[linux-dvb] [PATCH] saa7134: add DVB-T support for Avermedia Super 007

2007-08-19 Thread bobbens
Hello, It seems I suck at using mailing lists. (sorry am new to this) Patch description: Adds support for the digital tuner of the Avermedia AverTV DVB-T Super 007. Signed-off-by: Edgar Simo [EMAIL PROTECTED] diff -r 648eccc7e66b linux/drivers/media/video/saa7134/saa7134-cards.c ---

Re: [linux-dvb] [PATCH to be tested] hvr3000 repository ported to todaysnapshot - support multiple frontends of hvr3000 and flydvbwithout rmmod/insmod

2007-08-19 Thread Eddi
Hi, I’ve tested my patch with my flydvb trio, and it seems to works quite well. Steven, do you want to merge my patch? Signed-off-by: Eddi De Pieri [EMAIL PROTECTED] http://usa.dpeddi.com/v4l/v4l-dvb-20070818.tar.bz2  (Today snapshot) http://usa.dpeddi.com/v4l/v4l-dvb-20070818_hvr3000.diff  

Re: [linux-dvb] [PATCH] add device node locking possibility to dvbcore

2007-08-19 Thread Andreas Oberritter
Manu Abraham wrote: Oliver Endriss wrote: Does anyone know, why dvb_shutdown_timeout was introduced initially? It was originally introduced looong time back by Obi. Really? It's been five years since then, so I don't remember exactly where it came from. CVS indicates that it's Holger's

Re: [linux-dvb] [PATCH] add device node locking possibility to dvbcore

2007-08-19 Thread Manu Abraham
Andreas Oberritter wrote: Manu Abraham wrote: Oliver Endriss wrote: Does anyone know, why dvb_shutdown_timeout was introduced initially? It was originally introduced looong time back by Obi. Really? It's been five years since then, so I don't remember exactly where it came from. CVS

Re: [linux-dvb] System load raises when budget_av is loaded

2007-08-19 Thread e9hack
Oliver Endriss schrieb: For full-featured cards it may take some time until the debi transfer has completed, because those cards use debi dma. The max buffer size is 2k and the transfer rate is 12MB/s. The time for a transfer is lower than 165usec. I wonder - why the error bit gets set at

Re: [linux-dvb] [PATCH] add device node locking possibility to dvbcore

2007-08-19 Thread Johannes Stezenbach
On Sun, Aug 19, 2007, Oliver Endriss wrote: Does anyone know, why dvb_shutdown_timeout was introduced initially? That was a (IMHO stupid) hack by Holger with the purpose of speeding up tuning with szap a little bit by avoiding the FE_INIT after re-opening the frontend device. I.e. Holger's

Re: [linux-dvb] [PATCH] add device node locking possibility to dvbcore

2007-08-19 Thread Johannes Stezenbach
On Sun, Aug 19, 2007, Oliver Endriss wrote: Questions: - Why should dvb_shutdown_timeout==0 disable sleep mode? The use case was to watch video without any software running. Just program the hardware once and let it do it's job. Some people want that although I don't think it's really useful.

Re: [linux-dvb] [RFC] Hybrid tuner refactoring, phase 1

2007-08-19 Thread Hans Verkuil
On Sunday 19 August 2007 00:25:40 Michael Krufky wrote: For the past few months, I've been working on refactoring the analog tuner.ko module, such that all hardware-specific code can be separated into dvb_frontend style tuner modules. This allows for a single module to be used by both the

Re: [linux-dvb] [PATCH] saa7134: add DVB-T support for Avermedia Super 007

2007-08-19 Thread hermann pitton
Hi, quick patches are always fine :) Am Sonntag, den 19.08.2007, 19:56 +0200 schrieb [EMAIL PROTECTED]: Hello, After getting my card working I decided to hack up a patch to get autodetection working. With mkrufky's guidance I was able to make a patch he had few complaints of which I now

Re: [linux-dvb] [PATCH] saa7134: add DVB-T support for Avermedia Super 007

2007-08-19 Thread Michael Krufky
hermann pitton wrote: Hi, quick patches are always fine :) Am Sonntag, den 19.08.2007, 19:56 +0200 schrieb [EMAIL PROTECTED]: Hello, After getting my card working I decided to hack up a patch to get autodetection working. With mkrufky's guidance I was able to make a patch he had few

Re: [linux-dvb] [PATCH] saa7134: add DVB-T support for Avermedia Super 007

2007-08-19 Thread hermann pitton
Am Sonntag, den 19.08.2007, 23:39 +0200 schrieb hermann pitton: Hi, quick patches are always fine :) Am Sonntag, den 19.08.2007, 19:56 +0200 schrieb [EMAIL PROTECTED]: Hello, After getting my card working I decided to hack up a patch to get autodetection working. With mkrufky's

Re: [linux-dvb] [RFC] Hybrid tuner refactoring, phase 1

2007-08-19 Thread Manu Abraham
Michael Krufky wrote: For the past few months, I've been working on refactoring the analog tuner.ko module, such that all hardware-specific code can be separated into dvb_frontend style tuner modules. This allows for a single module to be used by both the v4l2 tuner interface via the

Re: [linux-dvb] [RFC] Hybrid tuner refactoring, phase 1

2007-08-19 Thread Michael Krufky
Manu Abraham wrote: Michael Krufky wrote: For the past few months, I've been working on refactoring the analog tuner.ko module, such that all hardware-specific code can be separated into dvb_frontend style tuner modules. This allows for a single module to be used by both the v4l2 tuner

[linux-dvb] patches

2007-08-19 Thread marek
hi list how can I send a patch ? Greetings, Marek K. ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] patches

2007-08-19 Thread Michael Krufky
marek wrote: hi list how can I send a patch ? Greetings, Marek K. Please see this file: http://linuxtv.org/hg/v4l-dvb/file/tip/README.patches Regards, Mike ___ linux-dvb mailing list linux-dvb@linuxtv.org