[linux-dvb] [PATCH] stop fe thread without FE_SLEEP if shutdown timeout is 0

2002-12-11 Thread Andreas Oberritter
Hi. When dvb_shutdown_timeout is 0, then the kernel fe thread is not stopped, when an application closes the frontend device. However, if the device is opened again, then the thread will be stopped and a new one will be created. So why not just skip FE_SLEEP and quit the thread immediately? I mad

[linux-dvb] Re: linux-dvb and Mandrake 9 (2)

2002-12-11 Thread Alberto Vorano
Holger Waechtler wrote: < That's a pretty old version of the DVB driver> It doesn't seem so seasoned to me, it seems someway remade: making causes the automatic insertion of dvb and all modules it depends: making then a lsmod lists dvb dvb_demux dmxdev dvbdev dvb_frontend dvb_filter saa7146_core

[linux-dvb] Re: mailsnarf on dvb

2002-12-11 Thread Emard
On Wed, Dec 11, 2002 at 06:42:56PM +0100, Felix Domke wrote: > hi, > > > Has someone got any success using mailsnarf on > > dvb (mailsnarf from dsniff, using libnids)? > > I'd like to extract few images from the stream > > but so far couldn't find any suitable tools > > to do it. > The problem is

[linux-dvb] Re: DVB-C and Volume-Control

2002-12-11 Thread Joerg Friedrich
Holger Waechtler schrieb am Mittwoch, 11. Dezember 2002 um 14:16:09 +0100: > Joerg Friedrich wrote: > >Hi Holger, > > > >Holger Waechtler schrieb am Montag, 09. Dezember 2002 um 11:56:45 +0100: > > > >>can you please add your sybsystem_vendor id to this if()-case and test > >>if this works for you

[linux-dvb] Re: mailsnarf on dvb

2002-12-11 Thread Felix Domke
hi, > Has someone got any success using mailsnarf on > dvb (mailsnarf from dsniff, using libnids)? > I'd like to extract few images from the stream > but so far couldn't find any suitable tools > to do it. The problem is that you only have one-half of the stream, so the -snarf-tools from dsniff fa

[linux-dvb] mailsnarf on dvb

2002-12-11 Thread Emard
HI All. Has someone got any success using mailsnarf on dvb (mailsnarf from dsniff, using libnids)? I'd like to extract few images from the stream but so far couldn't find any suitable tools to do it. -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as su

[linux-dvb] dvbtune with today's drivers

2002-12-11 Thread Thomas Kesselheim
output: # make cd . \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ /bin/sh ./config.status config.status: creating config.h config.status: config.h is unchanged make all-recursive make[1]: Wechsel in das Verzeichnis Verzeichnis »/home/thomas/DVB-Treiber/20021211/DVB/apps/tuxzap« Makin

[linux-dvb] Re: DVB-C and Volume-Control

2002-12-11 Thread Holger Waechtler
Joerg Friedrich wrote: Hi Holger, Holger Waechtler schrieb am Montag, 09. Dezember 2002 um 11:56:45 +0100: can you please add your sybsystem_vendor id to this if()-case and test if this works for you? If so, please send a patch. I think you misunderstud something. My subsystem_vendor id is a

[linux-dvb] Example DVB streams

2002-12-11 Thread Jim Taylor
Does any one know of any publicly available example DVB streams on the web (or elsewhere)? Any short clips with teletext would be particularly helpful. The use would be software testing. __ Do You Yahoo!? Everything you'll ever need on one web page f

[linux-dvb] Re: DVB-C and Volume-Control

2002-12-11 Thread Joerg Friedrich
Ralph Metzler schrieb am Montag, 09. Dezember 2002 um 15:16:53 +0100: > > Joerg Friedrich wrote: > > > Joerg Friedrich schrieb am Sonntag, 08. Dezember 2002 um 10:34:54 +0100: > > > if (av7110->saa->device->subsystem_vendor == 0x110a) { > > > if (i2c_writereg(av7110, 0x80, 0x0, 0x80)==1) { >

[linux-dvb] Re: DVB-C and Volume-Control

2002-12-11 Thread Joerg Friedrich
Hi Holger, Holger Waechtler schrieb am Montag, 09. Dezember 2002 um 11:56:45 +0100: > can you please add your sybsystem_vendor id to this if()-case and test > if this works for you? If so, please send a patch. I think you misunderstud something. My subsystem_vendor id is already there, but there

[linux-dvb] Re: Universal STV0299/TSA5059 frontend driver

2002-12-11 Thread Holger Waechtler
Gunther Mayer wrote: Holger Waechtler wrote: Peter Schildmann wrote: Hi, On Mon, Dec 09, 2002 at 12:00:28PM +0100, Holger Waechtler wrote: We have to implement some autoprobing as you can see it in ves1820.c. The only possibility is to use the I2C address of the TSA5059 for autoprobing

[linux-dvb] Zombie szap and rmmod tt-pci

2002-12-11 Thread Emard
HI All. Here's more grains for inspection and debugging of the code. I was playing with Budget and tp2ps -> mplayer software decoding to watch the TV. The commands used are listed below. I type e.g. 'watchdvb zdf', watch it for some time, then I press ctrl-c and try another channel. At some poi