[linux-dvb] Re: DVB-s Satellite Internet help needed.

2002-10-29 Thread amen ra
The ISP provider does not use proxy or VPN and is just based on source IP address. You can connect to the Internet for uploading via any ISP and then download via the Satellite ISP. How do I set the FEC to 2/3 ? How do I set LNB LO (Local Oscillator) Frequency low, switch and high to 1130 ? I

[linux-dvb] Re: dvbsak 0.0.3

2002-10-29 Thread Honza Petrous
Hi Juha, On St, 2002-10-16 at 16:12, Juha Yrjölä wrote: > Yet again a new pre-alpha release. Frequency scanning is much more smart > now, among other things. > > http://jemmari.tky.hut.fi/dvb/dvbsak-0.0.3.tar.gz > I just finished my big patch for dvbsak library - support for "preNEWSTRUCT" ver

[linux-dvb] Re: dvbd

2002-10-29 Thread maroi
I did, please read my other messages with topic opensky > 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 PROTECTE

[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. > > Ccom

[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: 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: [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 35

[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,

[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 > e

[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 compil

[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

[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 Hußfeld

[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 |dvbdevice.

[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 |[roo

[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

[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 Ho

[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 /lib/modules/2.4.19

[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 str

[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: 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] 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 in

[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 d

[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, too

[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 b

[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 fronten

[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 a

[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, 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: > > (...) > > > T

[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 tun

[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 tim

[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: 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] 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: [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 > an

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

2002-10-29 Thread Andreas Oberritter
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. ;) Regards, Andreas -- Info: To unsubscribe send a mail to [EMAIL PROTECT

[linux-dvb] DVB driver will be in 2.5.45

2002-10-29 Thread Andreas Schultz
Hi People, Just found the DVB driver in Linus BK tree, that mean 2.5.45 will have the driver included. Check out: http://linux.bkbits.net:8080/linux-2.5/cset@;1.808.18.67?nav=index.html|ChangeSet@-4d http://linux.bkbits.net:8080/linux-2.5/cset@;1.808.18.72?nav=index.html|ChangeSet@-4d Have fun

[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] [POLL] kdvb-fe, tune at initialisation, power management

2002-10-29 Thread Holger Waechtler
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 device is not opened). This would mean that you can't see n-tv after module loading anymore and

[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 for