[linux-dvb] Re: dvbd

2002-10-30 Thread Andrei Boros
Holger Waechtler wrote: > > in any case /dev/ost/ is obsolete, you can safely remove this directory. > the current device nodes are in /dev/dvb/ In the new drivers yes. -- ing. Andrei Boros mailto:andrei@;srr.ro / +40-1-303-1870 Centrul pt. Tehnologia Informatiei Societatea Romana de Radiodifu

[linux-dvb] Re: dvbd

2002-10-30 Thread Andrei Boros
maroi wrote: > > maybe it will help you if I paste my dmesg messages of modprobe dvb > i2c-core.o: i2c core module > i2c-core.o: i2c core module > PCI: Found IRQ 12 for device 00:0a.0 > saa7146_core: saa7146 #0 @ pci 00:0a.0; rev=1; mem=0xe6002000; irq=12; > subsys=0x13c2,0x. > saa7146_core: s

[linux-dvb] 8psk format

2002-10-30 Thread Jeremy Hall
Hi, Does anybody know what this 8psk format is? DO any supported cards have the ability to lock to an 8psk transponder? _J -- I do not get viruses because I do not use MS software. If you use Outlook then please do not put my email address in your address-book so that WHEN you get a virus it won

[linux-dvb] reading two elementary PIDs (Aud and Vid) at once

2002-10-30 Thread Mike Doyle
having problems reading two elementary PIDs at once. I set up two Demuxes, and then read from each of the demuxes, saving the data into seperate files. I seem to be only able to read from the second demux I set up. As soon as the second demux is set up, the first demux gets no data anymore.

[linux-dvb] Fw: DVB audio/video decoder API

2002-10-30 Thread Felix Domke
> I'd like to invite everybody to review the audio/video decoder and demux > API. We'll freeze everything soon and want to make a release again, so > please stand up and make your suggestions now if you think that things > should get changed/cleaned up. Hi. first word: sorry, i don't know the exac

[linux-dvb] NEWSTRUCT doesn't tune

2002-10-30 Thread Francesco
Hi all, I got problems using my technisat DVB-S rev 1.5 (Skystar 1) with NEWSTRUCT driver from the latest cvs. It doesn't tune. I get these errors with vdr-1.1.14 for every channel I'm trying to tune: ott 30 20:09:54 darkgoo vdr[2734]: switching to channel 2 ott 30 20:09:57 darkgoo vdr[2734]: E

[linux-dvb] Re: DVB-C and antennae cable connections

2002-10-30 Thread Benjamin Forgeau
Hi, Thanks for the info. I will buy one active splitter with two or three outputs. The device "TVS 801" from Reichelt seems to be what I want. http://www.reichelt.de/ext_search.html?PX4CWMN87JYAAB3oaA4 See you ben > I use an active splitter, i.e. one i

[linux-dvb] dvbd again

2002-10-30 Thread maroi
one problem fixed but there is another modprobe dvb works fine ifconfig dvb0 192.168.4.1 up too   my dvbd.conf: dvb_ifname dvb0 v4l_ifname /dev/video0 frequency 11262 polarization 1 symbolrate 2750 fec 1 afc 0 power 1 diseqc 0 filter_0 3003 filter_1 3003   dvbd now is running : reading con

[linux-dvb] Re: dvbd

2002-10-30 Thread maroi
I did just MAKEDEV video and that`s all thank`s andrei, you`re the boss :P -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.

[linux-dvb] Re: dvbd

2002-10-30 Thread Holger Waechtler
Hi, I don't know exactly what you are using there, but this is definitely not the current driver from CVS. Please get a recent driver by tapping $ cvs -d :pserver:[EMAIL PROTECTED]:/cvs/linuxtv login [press enter] $ cvs -d :pserver:[EMAIL PROTECTED]:/cvs/linuxtv co DVB $ cd DVB $ make then $ r

[linux-dvb] Re: dvbd

2002-10-30 Thread Holger Waechtler
maroi wrote: maybe that`s my big problem because when I run dumpee I see ./dumpee VIDIOCGCAP /dev/video0: Operation not permitted yes I`m using dvbd3a from the patch. with patch 9f there is no tainted modules, and no warnings. and on ls .. I see only this ls -l /dev/video lrwxrwxrwx1 root

[linux-dvb] Re: dvbd

2002-10-30 Thread maroi
maybe it will help you if I paste my dmesg messages of modprobe dvb i2c-core.o: i2c core module i2c-core.o: i2c core module PCI: Found IRQ 12 for device 00:0a.0 saa7146_core: saa7146 #0 @ pci 00:0a.0; rev=1; mem=0xe6002000; irq=12; subsys=0x13c2,0x. saa7146_core: saa7146 #0: using 2 capture buf

[linux-dvb] Re: dvbd

2002-10-30 Thread maroi
maybe that`s my big problem because when I run dumpee I see ./dumpee VIDIOCGCAP /dev/video0: Operation not permitted yes I`m using dvbd3a from the patch. with patch 9f there is no tainted modules, and no warnings. and on ls .. I see only this ls -l /dev/video lrwxrwxrwx1 root root

[linux-dvb] Re: problem with 2.4.7-10 kernel

2002-10-30 Thread Holger Waechtler
Nagayoshi Hayashi wrote: > hi : > > Holger Waechtler wrote: > > >>Hi, >> >>the driver you built believes that your kernel has module versioning >>support. You probably built your driver against the wrong kernel >>includes. Make sure that /usr/src/linux is a link to the kernel sources >>of the ke

[linux-dvb] Re: problem with 2.4.7-10 kernel

2002-10-30 Thread Nagayoshi Hayashi
hi : Holger Waechtler wrote: > Hi, > > the driver you built believes that your kernel has module versioning > support. You probably built your driver against the wrong kernel > includes. Make sure that /usr/src/linux is a link to the kernel sources > of the kernel you are running. thi

[linux-dvb] RFC Patch: I2C safe mode

2002-10-30 Thread Florian Schirmer
Hi, I've attached a patch which adds some sanity to the dvb api. When unloding a adapter which was registered an i2c bus really bad things happen if the adapter does not properly unregisters its busses. This patch will force the api to unregister all busses owned by the adapter before unregister

[linux-dvb] Re: problem with 2.4.7-10 kernel

2002-10-30 Thread Holger Waechtler
Hi, the driver you built believes that your kernel has module versioning support. You probably built your driver against the wrong kernel includes. Make sure that /usr/src/linux is a link to the kernel sources of the kernel you are running. The .config there has to match the kernel config of the r

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

2002-10-30 Thread Robert Schiele
On Wed, Oct 30, 2002 at 01:47:49PM +0100, Holger Waechtler wrote: > Robert Schiele wrote: > >On Wed, Oct 30, 2002 at 01:02:39PM +0100, Holger Waechtler wrote: > > > >>gcc-only is ok right now, AFAIK the kernel compiles only using gcc. > > > > > >The Intel people claimed to have built a kernel with

[linux-dvb] Re: problem with 2.4.7-10 kernel

2002-10-30 Thread Holger Waechtler
Nagayoshi Hayashi wrote: > hi : > > actually, i find the problem is that, when i try to load the > modules using insmod, printout saying that i am "loading > modules without a GPL license ..." and so. then, a lot of > "unsolved symbols in .. " any idea ? please send the kernel and console l

[linux-dvb] Re: problem with 2.4.7-10 kernel

2002-10-30 Thread Nagayoshi Hayashi
hi : actually, i find the problem is that, when i try to load the modules using insmod, printout saying that i am "loading modules without a GPL license ..." and so. then, a lot of "unsolved symbols in .. " any idea ? cheers, kai Holger Waechtler wrote: > Hi, > > 2.4.7 is pr

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

2002-10-30 Thread Holger Waechtler
Robert Schiele wrote: On Wed, Oct 30, 2002 at 01:02:39PM +0100, Holger Waechtler wrote: gcc-only is ok right now, AFAIK the kernel compiles only using gcc. The Intel people claimed to have built a kernel with their compiler. ;-) maybe they support the -M flag too? Anyway, here is the pat

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

2002-10-30 Thread Robert Schiele
On Wed, Oct 30, 2002 at 01:02:39PM +0100, Holger Waechtler wrote: > gcc-only is ok right now, AFAIK the kernel compiles only using gcc. The Intel people claimed to have built a kernel with their compiler. ;-) Anyway, here is the patch. The current implementation drops some messages "Makefile:94:

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

2002-10-30 Thread Holger Waechtler
amen ra wrote: How do I set the FEC to 2/3 ? How do I set LNB LO (Local Oscillator) Frequency low, switch and high to 1130 ? Enter these values into the channel list you use for tuning (if you use szap for example) or pass them as command line parameters to your tuning program (dvbstream

[linux-dvb] DVB audio/video decoder API

2002-10-30 Thread Holger Waechtler
Hi, I'd like to invite everybody to review the audio/video decoder and demux API. We'll freeze everything soon and want to make a release again, so please stand up and make your suggestions now if you think that things should get changed/cleaned up. Holger -- Info: To unsubscribe send a mai

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

2002-10-30 Thread Holger Waechtler
Honza Petrous wrote: 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. Addi

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

2002-10-30 Thread Wolfgang Wershofen
Mittwoch, 30. Oktober 2002 at 04:29 amen ra wrote: > 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. Of course I didn't speak of your "normal" Internet-Provi

[linux-dvb] Re: DVB-C and antennae cable connections

2002-10-30 Thread Dennis Noordsij
> But then, if I use the antennae output of my DVB-C card to feed my VCR > or TV in the old analog fashion (the only way for me to see VoX or > Kabel1 with Cable-TV, I can't install a Sat dish, thanks Saga), I get a > good analog signal if the PC is on, but a very noisy one if the PC is > of

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

2002-10-30 Thread Holger Waechtler
Robert Schiele wrote: On Wed, Oct 30, 2002 at 12:44:15PM +0100, Holger Waechtler wrote: Hi Robert, I'd like to apply your patch, but don't you want to create a dynamic dependency rule (like in DVB/apps/szap/Makefile) which calls gcc -M to create and update dependencies? This is simpler and mo

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

2002-10-30 Thread Holger Waechtler
Florian Schirmer wrote: Hi, Yes, the thread will run in this case too, because it has to check the frontend status and to generate the frontend events when the device is open. Don't open the frontend device if you don't need it. (don't tell me that frontend events are evil and cause troubles

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

2002-10-30 Thread Robert Schiele
On Wed, Oct 30, 2002 at 12:44:15PM +0100, Holger Waechtler wrote: > Hi Robert, > > I'd like to apply your patch, but don't you want to create a dynamic > dependency rule (like in DVB/apps/szap/Makefile) which calls gcc -M to > create and update dependencies? This is simpler and more bulletproof.

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

2002-10-30 Thread Holger Waechtler
Hi Martin, the driver is loaded correctly and working. If you don't use devfs you have to run the makedev.napi script to create your device nodes. Holger Martin Schoenbeck wrote: Hi Holger, Holger Waechtler schrieb: Hi Martin, please use the current driver from CVS HEAD. You get it by tapp

[linux-dvb] DVB-C and antennae cable connections

2002-10-30 Thread Benjamin Forgeau
Hi you all, This week-end I noticed something strange on my DVB-C card: if the DVB-C card is directly connected to the wall antennae cable, then I get the best digital signal quality. Normal... But then, if I use the antennae output of my DVB-C card to feed my VCR or T

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

2002-10-30 Thread Florian Schirmer
Hi, >Yes, the thread will run in this case too, because it has to check the >frontend status and to generate the frontend events when the device is >open. Don't open the frontend device if you don't need it. > >(don't tell me that frontend events are evil and cause troubles >everywhere - I know

[linux-dvb] Re: dvbsak 0.0.3

2002-10-30 Thread Holger Waechtler
Juha Yrjölä wrote: On Wed, 2002-10-30 at 13:36, Honza Petrous wrote: BTW, Juha, what about CVS access? The CVS repository can now be checked out by: cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs checkout dvbsak I'll be moving it to SourceForge as soon as I get a project approval from there.

[linux-dvb] Re: dvbsak 0.0.3

2002-10-30 Thread Holger Waechtler
Hi, don't you want to put your code into the LinuxTV CVS repository? Holger Honza Petrous wrote: 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

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

2002-10-30 Thread Holger Waechtler
Hi Robert, I'd like to apply your patch, but don't you want to create a dynamic dependency rule (like in DVB/apps/szap/Makefile) which calls gcc -M to create and update dependencies? This is simpler and more bulletproof. Holger Robert Schiele wrote: On Tue, Oct 29, 2002 at 11:42:51AM +0100, H

[linux-dvb] Re: dvbsak 0.0.3

2002-10-30 Thread Juha Yrjölä
On Wed, 2002-10-30 at 13:36, Honza Petrous wrote: > BTW, Juha, what about CVS access? The CVS repository can now be checked out by: cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs checkout dvbsak I'll be moving it to SourceForge as soon as I get a project approval from there. Cheers, Juha -- I

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

2002-10-30 Thread Holger Waechtler
Mike Grant wrote: One quick question though - will this change mean that the kdvb-fe zigzag scan will only run if the card is tuned, or that it will run if the frontend device is opened, even if no tuning is attempted? Yes, the thread will run in this case too, because it has to check the fro

[linux-dvb] Re: problem with 2.4.7-10 kernel

2002-10-30 Thread Holger Waechtler
Hi, 2.4.7 is pretty old, you might want to update your kernel in any case. Please report some more details, what exactly are the messages when you try to load the modules? Holger Nagayoshi Hayashi wrote: > hi : > > i am using a hauppauge wintv card with a P-IV machine and, > redhat 7.2 install

[linux-dvb] Re: dvbsak 0.0.3

2002-10-30 Thread Honza Petrous
On Út, 2002-10-29 at 23:19, Honza Petrous wrote: > 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 fini

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

2002-10-30 Thread Holger Waechtler
Johannes Stezenbach wrote: 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 > .dep

[linux-dvb] problem with 2.4.7-10 kernel

2002-10-30 Thread Nagayoshi Hayashi
hi : i am using a hauppauge wintv card with a P-IV machine and, redhat 7.2 installed. i find that the driver can't be successfully loaded. the kernel is 2.4.7-10 only. i repeat the same process on a athlon machine but the kernel is switched to 2.4.7-10enterprise. is it necessary to load t