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
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
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
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
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
==
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
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
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,
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
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
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
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
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.
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
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
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
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
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
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 -
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.
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
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
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
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
-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
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
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
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
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
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
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.
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
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"
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
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
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
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
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
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
39 matches
Mail list logo