[linux-dvb] Re: NEWSTRUCT crash with big EPG data

2002-10-29 Thread Javier Lopez
Ok, I will try. But I have no idea where to begin. Can you tell me how can I find the position at source code where are epg buffers definitions? Thanks. Javier Lopez wrote: Anyone knows about this problem? I suppose only happens with Hispasat, but it would be nice to resolve it (and useful

[linux-dvb] Re: NEWSTRUCT crash with big EPG data

2002-10-29 Thread Holger Waechtler
Hi Javier, Javier Lopez wrote: Ok, I will try. But I have no idea where to begin. Can you tell me how can I find the position at source code where are epg buffers definitions? there are no EPG buffers. You can adjust the Demultiplexer ringbuffer size using the DMX_SET_BUFFER_SIZE ioctl. When

[linux-dvb] Re: [POLL] kdvb-fe, tune at initialisation, power management

2002-10-29 Thread Gavin Hamill
On Tue, Oct 29, 2002 at 10:51:47AM +0100, Andreas Oberritter wrote: Hi, On Tue, 2002-10-29 at 10:13, Holger Waechtler wrote: I'd like to disable tuning at driver initialisation (saves about 50 lines of code) Yes, please. It does not work for satellites different than Astra anyway. ;)

[linux-dvb] HOWTO-use-the-demux-api

2002-10-29 Thread Holger Waechtler
Hi, I just commited a HOWTO which outlines the Demux API and describes changes since the Nokia OST API. Please review and comment. You find the text in CVS, directory DVB/doc/ thanks for your help, Holger -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb

[linux-dvb] Re: Oops with your patch to driver/av7110/saa7146_core.[ch] of 2002/10/2416:22:20

2002-10-29 Thread Holger Waechtler
Hi Robert, please run make clean ; make -- there are some dependencies not correct, somehow make does not recognizes the change the saa7146 header file. Holger Robert Schiele wrote: Hello Holger. With the above mentioned patch, I get the following oops on insmoding the drivers: --- ksymoops

[linux-dvb] Re: HOWTO-use-the-demux-api

2002-10-29 Thread Florian Schirmer
Hi, I just commited a HOWTO which outlines the Demux API and describes changes since the Nokia OST API. Please review and comment. Looks good. Nothing to object. Regards, Florian -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] Re: [POLL] kdvb-fe, tune at initialisation, power management

2002-10-29 Thread Wolfgang Wershofen
Dienstag, 29. Oktober 2002 at 10:13 Holger Waechtler wrote: (...) The bad thing is that you explicitly have to disable power management for networking over DVB (or run an application all the time which processes frontend events;) Does this mean, you'll have to tune the card new every time,

[linux-dvb] Re: [POLL] kdvb-fe, tune at initialisation, powermanagement

2002-10-29 Thread Holger Waechtler
Wolfgang Wershofen wrote: Dienstag, 29. Oktober 2002 at 10:13 Holger Waechtler wrote: (...) The bad thing is that you explicitly have to disable power management for networking over DVB (or run an application all the time which processes frontend events;) Does this mean, you'll have to

[linux-dvb] Re: [POLL] kdvb-fe, tune at initialisation, powermanagement

2002-10-29 Thread Justin Cormack
Why not make bringing up the network interface also disable power management, in the same way as an open fd. It is after all open in a similar sense... Justin On Tue, 2002-10-29 at 11:18, Wolfgang Wershofen wrote: Dienstag, 29. Oktober 2002 at 10:13 Holger Waechtler wrote: (...) The bad

[linux-dvb] Re: [POLL] kdvb-fe, tune at initialisation, powermanagement

2002-10-29 Thread Holger Waechtler
Justin Cormack wrote: Why not make bringing up the network interface also disable power management, in the same way as an open fd. It is after all open in a similar sense... We would have to implement some refcounting then... Holger Justin On Tue, 2002-10-29 at 11:18, Wolfgang Wershofen

[linux-dvb] Re: [POLL] kdvb-fe, tune at initialisation, power management

2002-10-29 Thread Wolfgang Wershofen
Dienstag, 29. Oktober 2002 at 12:56 Holger Waechtler wrote: Wolfgang Wershofen wrote: Dienstag, 29. Oktober 2002 at 10:13 Holger Waechtler wrote: (...) The bad thing is that you explicitly have to disable power management for networking over DVB (or run an application all the time

[linux-dvb] Re: [POLL] kdvb-fe, tune at initialisation, powermanagement

2002-10-29 Thread [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 29 Oct 2002, Holger Waechtler wrote: Hi everybody, I'd like to disable tuning at driver initialisation (saves about 50 lines of code) and enable power management by default in the frontend code (causes kdvb-fe not to run when frontend

[linux-dvb] Re: how to read audio volume?

2002-10-29 Thread Johannes Stezenbach
Andreas Oberritter wrote: why is there no such thing like an AUDIO_GET_MIXER ioctl, which applications could use to report the current audio volume, for example to set up a volume bar. Adding a struct audio_mixer to struct audio_status would be a solution for this, too. It's not there

[linux-dvb] Re: how to read audio volume?

2002-10-29 Thread Holger Waechtler
Johannes Stezenbach wrote: Andreas Oberritter wrote: why is there no such thing like an AUDIO_GET_MIXER ioctl, which applications could use to report the current audio volume, for example to set up a volume bar. Adding a struct audio_mixer to struct audio_status would be a solution for this,

[linux-dvb] no sec.h for vdr-1.0.4

2002-10-29 Thread Stefan Hußfeldt
Hello, there is no sec.h (for compiling vdr-1.0.4) in todays (from CVS) DVB package: |[root@zaphod vdr-1.0.4]# make |Makefile:67: .dependencies: No such file or directory |In file included from config.h:18, | from config.c:10: |dvbapi.h:24:21: warning: ost/sec.h: No such file or

[linux-dvb] scan doesn't compile

2002-10-29 Thread Stefan Hußfeldt
Hello, scan from todays (CVS) DVB package doesn't compile: |[root@zaphod scan]# make |gcc -M -g -Wall -O0 -I/usr/src/linux-2.4.19-16mdksmp/include -I../../include scan.c |dump.c .depend |gcc -g -Wall -O0 -I/usr/src/linux-2.4.19-16mdksmp/include -I../../include -c scan.c |-o scan.o |In file

[linux-dvb] Re: no sec.h for vdr-1.0.4

2002-10-29 Thread Holger Waechtler
Stefan Hußfeldt wrote: Hello, there is no sec.h (for compiling vdr-1.0.4) in todays (from CVS) DVB package: sec.h does not exists anymore. Please use recent vdr sources. Holger -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] Re: scan doesn't compile

2002-10-29 Thread Holger Waechtler
Stefan Hußfeldt wrote: Hello, scan from todays (CVS) DVB package doesn't compile: |[root@zaphod scan]# make |gcc -M -g -Wall -O0 -I/usr/src/linux-2.4.19-16mdksmp/include -I../../include scan.c dump.c .depend |gcc -g -Wall -O0 -I/usr/src/linux-2.4.19-16mdksmp/include -I../../include -c scan.c

[linux-dvb] Re: how to read audio volume?

2002-10-29 Thread Honza Petrous
On t, 2002-10-29 at 14:30, Holger Waechtler wrote: Johannes Stezenbach wrote: Andreas Oberritter wrote: why is there no such thing like an AUDIO_GET_MIXER ioctl, which applications could use to report the current audio volume, for example to set up a volume bar. Adding a struct

[linux-dvb] Re: dvbd

2002-10-29 Thread maroi
ok now I tried patch-8 on modprobe dvb I see Warning: loading /lib/modules/2.4.19/kernel/drivers/media/video/dmxdev.o will taint the kernel: no license See http://www.tux.org/lkml/#s1-18 for information about tainted modules Module dmxdev loaded, with warnings Warning: loading

[linux-dvb] Re: dvbd

2002-10-29 Thread Holger Waechtler
Hi, you use a very old version of the driver. Please update your source and use a fresh driver from CVS. Check it out using $ cvs -d :pserver:[EMAIL PROTECTED]:/cvs/linuxtv login [press enter] $ cvs -d :pserver:[EMAIL PROTECTED]:/cvs/linuxtv co DVB update your source with $ cvs update -dPA

[linux-dvb] Re: scan doesn't compile

2002-10-29 Thread Stefan Hußfeldt
On Tue, Oct 29, 2002 at 04:05:25PM +0100, Holger Waechtler wrote: |/usr/include/asm/processor.h:55: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function) |/usr/include/asm/processor.h:55: requested alignment is not a constant |make: *** [scan.o] Fehler 1 |[root@zaphod scan]# rpm

[linux-dvb] Re: scan doesn't compile

2002-10-29 Thread Holger Waechtler
Stefan Hußfeldt wrote: On Tue, Oct 29, 2002 at 04:05:25PM +0100, Holger Waechtler wrote: |/usr/include/asm/processor.h:55: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function) |/usr/include/asm/processor.h:55: requested alignment is not a constant |make: *** [scan.o] Fehler 1

[linux-dvb] Re: no sec.h for vdr-1.0.4

2002-10-29 Thread Stefan Hußfeldt
On Tue, Oct 29, 2002 at 04:02:06PM +0100, Holger Waechtler wrote: there is no sec.h (for compiling vdr-1.0.4) in todays (from CVS) DVB package: sec.h does not exists anymore. Please use recent vdr sources. Ccompiling vdr-1.4.14 i ran into this: |[root@zaphod vdr-1.1.14]# make

[linux-dvb] Re: no sec.h for vdr-1.0.4

2002-10-29 Thread Holger Waechtler
again, use a recent version of vdr. Your build tries to use the old include files, not the current API version 3. Ask on the VDR mailing list for details, maybe you have to set an environment variable to tell the make system for what API version you want to compile VDR. Holger Stefan

[linux-dvb] Re: scan doesn't compile

2002-10-29 Thread Johannes Stezenbach
On Tue, Oct 29, 2002 at 04:05:25PM +0100, Holger Waechtler wrote: Stefan Hußfeldt wrote: scan from todays (CVS) DVB package doesn't compile: |[root@zaphod scan]# make |gcc -M -g -Wall -O0 -I/usr/src/linux-2.4.19-16mdksmp/include -I../../include scan.c dump.c .depend |gcc -g -Wall -O0

[linux-dvb] Re: no sec.h for vdr-1.0.4

2002-10-29 Thread Klaus Schmidinger
Holger Waechtler wrote: again, use a recent version of vdr. Your build tries to use the old include files, not the current API version 3. Ask on the VDR mailing list for details, maybe you have to set an environment variable to tell the make system for what API version you want to compile

[linux-dvb] Re: no sec.h for vdr-1.0.4

2002-10-29 Thread Stefan Hußfeldt
On Tue, Oct 29, 2002 at 05:06:40PM +0100, Holger Waechtler wrote: again, use a recent version of vdr. vdr-1.1.14 is dated 27.10.2002 16:28:00 Your build tries to use the old include files, not the current API version 3. Ask on the VDR mailing list for details, maybe you have to set an

[linux-dvb] Re: DVB-C doesn't tune

2002-10-29 Thread Martin Schoenbeck
Hi Holger, Holger Waechtler schrieb: Hi Martin, please use the current driver from CVS HEAD. You get it by tapping: $ cvs -d :pserver:[EMAIL PROTECTED]:/cvs/linuxtv login [press enter] $ cvs -d :pserver:[EMAIL PROTECTED]:/cvs/linuxtv co DVB Ok, he tried to install it this way, but he

[linux-dvb] Re: [POLL] kdvb-fe, tune at initialisation, power management

2002-10-29 Thread Mike Grant
Holger Waechtler wrote: I'd like to disable tuning at driver initialisation (saves about 50 lines of code) and enable power management by default in the frontend code (causes kdvb-fe not to run when frontend device is not opened). This sounds like a good thing to me - hopefully, it'd save me

[linux-dvb] Re: DVB-C doesn't tune

2002-10-29 Thread Johannes Stezenbach
On Tue, Oct 29, 2002 at 07:11:06PM +0100, Martin Schoenbeck wrote: there is no directory dvb within /dev. a 'make modules' and 'make install' from within DVB/driver didn't change anything. If you're not using devfs you must execute DVB/driver/makedev.napi manually to create the device

[linux-dvb] Re: Oops with your patch to driver/av7110/saa7146_core.[ch] of 2002/10/24 16:22:20

2002-10-29 Thread Robert Schiele
On Tue, Oct 29, 2002 at 11:42:51AM +0100, Holger Waechtler wrote: Hi Robert, please run make clean ; make -- there are some dependencies not correct, somehow make does not recognizes the change the saa7146 header file. So, how about the following patch? Robert Index: driver/Makefile

[linux-dvb] Re: no sec.h for vdr-1.0.4

2002-10-29 Thread Martin Neuditschko
On Tue, Oct 29, 2002 at 04:42:39PM +0100, Stefan Hußfeldt wrote: On Tue, Oct 29, 2002 at 04:02:06PM +0100, Holger Waechtler wrote: there is no sec.h (for compiling vdr-1.0.4) in todays (from CVS) DVB package: sec.h does not exists anymore. Please use recent vdr sources. Ccompiling