[linux-dvb] dvb-kernel bt8xx unersolved symbols

2003-02-12 Thread Emard
HI For a week or so, after bt8xx code changing, I'm seeing unresolved symbols during make install of bt8xx. /lib/modules/2.4.20/misc/dvb-bt8xx.o I'm not using bt8xx stuff and wonder is this unresolved symbols message really necessary or can be fixed? Emard -- Info: To unsubscribe send a mai

[linux-dvb] Re: How to check signal after szap?

2003-02-12 Thread Jiri Netopil
Emard, thank your to your reply. But your patch seems not to be useful for me since it does not exit the szap running with -r option (as you wrote in december), which is my case. I think I already found the solution usable in scripts without modding the szap: #!/bin/bash szap -r ZDF &

[linux-dvb] removing obsolete fidbirq()

2003-02-12 Thread Emard
vpeirq() has proved to work stable and fine, I think now we can get rid of the fidbirq() leftovers from the budget-core.c In this patch, saa7146 interrupt is enabled only for vpeirq() and all of the code for fidbirq() tasklet is removed. Emard diff -pur /home/emard/src/dvb-kernel/linux/driver

[linux-dvb] high latency not required with vpeirq

2003-02-12 Thread Emard
HI budget related, DVB and dvb-kernel: Before, recommended settings for PCI latency was 128. Now, with the new vpeirq() there is no need for this, I have run tests with default latency 32 (my BIOS sets that) and everything works fine, 2 mplayers running in parallel for several hours. Emard -

[linux-dvb] Re: patch for dvb_net.c (x Marcus)

2003-02-12 Thread L.Y.Mesentsev
Holger Waechtler wrote: > The dvb_net daemon would have to run because the frontend file descriptor needs to be open as long you rely on a stream > out of the frontend and want to prevent other applications to tune away from your transponder. Well, I do not agree with you, Holger. IMHO,

[linux-dvb] Re: patch for dvb_net.c (x Marcus)

2003-02-12 Thread L.Y.Mesentsev
HI Lymes, I have improved your program to support multiple cards and multiple network interfaces. I changed -a option, to be compatible with szap -a . Pid is now added with -p, adapter and its network demux are selected with -a and -n, and text output is improved to return created dvbX_Y for easy

[linux-dvb] Re: Cinch cable for DVB-S rev2.1

2003-02-12 Thread Reiner Rosin
Francesco Lotti wrote: On Tue, Feb 11, 2003 at 09:08:04PM +0100, Reiner Rosin wrote: Just checked it: --\/-- (1) (2) (3) (4) (5) (6) (7) (8) Just a question.. Is this the rear or front view of the connector? ciao francesco It's the front view I assume, I just ha

[linux-dvb] Re: [dvbtune] Progressively frequency decreases until "not able to lock"

2003-02-12 Thread Alessandro De Donno
Il giorno Tue, 11 Feb 2003 18:27:14 +0100, in uno stato di totale incoscienza, Alessandro De Donno <[EMAIL PROTECTED]> casualmente disse: [cut] > Tomorrow I'll try Ralph&Marcus drivers and maybe dvb-mmdd and > dvb-newstruct-2003mmdd drivers. No problem with Metzler's drivers: I can tune my Ne

[linux-dvb] Re: patch for dvb_net.c (x Marcus)

2003-02-12 Thread emard
The dvb_net daemon would have to run because the frontend file descriptor needs to be open as long you rely on a stream out of the frontend and want to prevent other applications to tune away from your transponder. A-hah, that dvb_net daemon might be some item from dvb multicast router daemon?

[linux-dvb] Re: Reception of raw TS or multiple PIDS

2003-02-12 Thread Peter Maersk-Moller
Hi Robert Szelepcsenyi wrote: Peter Maersk-Moller wrote: I'm using it to to stream between my receiver PC and my MPEG-4 Live encoder/streamer box. I just wasn't aware that I could stream more than one audio/video/text PID set. May I ask, what kind of an encoder/streamer are you using? This is a

[linux-dvb] Re: patch for dvb_net.c (x Marcus)

2003-02-12 Thread Holger Waechtler
lymes23 wrote: Holger Waechtler wrote: Could you think on the long run about a way to run this program as a deamon? This would mean that it reads it config from a file from e.g. /etc/dvb_net.conf, forks itself in the background and behaves like all the other deamons in a unix environment?

[linux-dvb] Re: How to check signal after szap?

2003-02-12 Thread emard
Jiri Netopil writes: I am making a bash script for tunning DVB Nova card. I am using szap for tunning and I would like to check if there is signal after szaping to desired channel (because I would like to tune to the previous used channel when there is no signal). Of course it can be recognised f

[linux-dvb] How to check signal after szap?

2003-02-12 Thread Jiri Netopil
I am making a bash script for tunning DVB Nova card. I am using szap for tunning and I would like to check if there is signal after szaping to desired channel (because I would like to tune to the previous used channel when there is no signal). Of course it can be recognised from the szap output to

[linux-dvb] Re: vpeirq() optimization and cleanup

2003-02-12 Thread emard
Lauri Pesonen writes: Hi, Just to clarify this *irq() stuff: * It's related to the nova cards right? YES * Is it related to tv reception or IP stuff? YES * Will I benefit from this new and improved irq handling in my VDR setup where I have a nove DVB-C card? YES * Will the new