[linux-dvb] Support for DVB-C analog module

2003-06-03 Thread Michael Hunold
Hi, I just commited basic support for the analog-module of the DVB-C to the "dvb-kernel" CVS tree. Currently it's a real hack, with some magic numbers in it. If the analog module is detected, the saa7113 is initialized and some more v4l2 ioctls are available. you can use "xawtv" now to switch bet

[linux-dvb] Re: Help on use of DMX_OUT_TAP (II)

2003-06-03 Thread Johannes Stezenbach
Tim Wiffen wrote: I am not convinced that the poll method is better. When I switched from GCC 2.95 to GCC 3.2 I found that dvbtune stopped being able to read PSI tables. This code: struct pollfd ufd; ** SNIP ** fd_pat = open(demuxdev[card],O_RDWR|O_NONBLOCK) ** SNIP ** ufd.fd=fd_pat; ufd.eve

[linux-dvb] Re: CVS-version of the driver gives worse SNR than pre2

2003-06-03 Thread Philip Armstrong
On Tue, Jun 03, 2003 at 12:40:08PM +0200, Holger Waechtler wrote: > Philip Armstrong wrote: > >I'm seeing the same problem -- Hauppage Nova-T, Grundig 29504-401 > >frontend. > > > >When you say 1.0.0-pre2 driver, do you mean everything except the code > >in the frontend directory? And is 1.0.0-pre2

[linux-dvb] Linux DVB driver release 1.0.0-pre3

2003-06-03 Thread Holger Waechtler
Hi all, we uploaded a new prerelease tarball to the LinuxTV-Website: http://linuxtv.org/download/dvb/linuxtv-dvb-1.0.0-pre3.tar.gz. Below a raw list of changes. This prerelease includes many bugfixes and improvements, please test and report any problems you encounter. thanks to all who contrib

[linux-dvb] Re: CVS-version of the driver gives worse SNR thanpre2

2003-06-03 Thread Holger Waechtler
Philip Armstrong wrote: On Mon, Jun 02, 2003 at 01:50:13PM +0200, Johannes Stezenbach wrote: Mikko Tuumanen wrote: I'm using Hauppauge WinTV NOVA-T. More than 0 BlockErrors cause visible errors on the screen, so I can't upgrade until this is fixed. Any idea what's causing this? No, but you can

[linux-dvb] Re: DVBs rev 1.3

2003-06-03 Thread Florian
Sorry to insist, but no-one here uses an old DVB-s from Hauppauge ? I really need help here. Florian - Original Message - From: "Florian Siberchicot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 8:16 PM Subject: [linux-dvb] DVBs rev 1.3 Hi, I have a DVBs rev

[linux-dvb] Re: Problems with TechnoTrend dec2000-t USB

2003-06-03 Thread David Vidal Rodríguez
David Vidal Rodríguez wrote: http://home.in.tum.de/~vidalrod/downloads/modules.txt The system I test the receiver on has an OHCI hub. Could it be the difference? Regards, David. -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.

[linux-dvb] Re: Problems with TechnoTrend dec2000-t USB

2003-06-03 Thread David Vidal Rodríguez
Alex Woods wrote: > It would be nice to have the output from ksymoops of the panic message, all > the same. I have tried and failed to replicate it :( OK, here some URLs: http://home.in.tum.de/~vidalrod/downloads/ifconfig.txt http://home.in.tum.de/~vidalrod/downloads/modules.txt http://home.in

[linux-dvb] Re: Help on use of DMX_OUT_TAP (II)

2003-06-03 Thread Tim Wiffen
I am not convinced that the poll method is better. When I switched from GCC 2.95 to GCC 3.2 I found that dvbtune stopped being able to read PSI tables. This code: struct pollfd ufd; ** SNIP ** fd_pat = open(demuxdev[card],O_RDWR|O_NONBLOCK) ** SNIP ** ufd.fd=fd_pat; ufd.events=POLLPRI; if (p

[linux-dvb] Re: Error compiling CVS dvb-kernel

2003-06-03 Thread Rich Aston
Michael, The only difference I can see is, that you have MODVERSIONS set, which I don't have. This shouldn't be the cause of the problem, although I'm not sure. Perhaps you can try it out. I haven't tried this yet ... Another thing is, that the #include stuff in "dvb_functions.c" is very unord

[linux-dvb] Re: Error compiling CVS dvb-kernel

2003-06-03 Thread Michael Hunold
Hello Rich, Sorry for another can't compile email... No problem, thanks for the report. Sometimes I forget to check in the final fixes and leave a broken dvb-kernel behind... gcc -I/usr/local/src/dvb-kernel/build-2.4/include -D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes

[linux-dvb] Re: Problem MAKEing DVB Driver on RH9

2003-06-03 Thread Tomi Ollila
Monday Jun 2 14:42:30 +0200 2003 Holger Waechtler <[EMAIL PROTECTED]> wrote: > Holden McGroin wrote: > > Hi! > > > > Thanks for your help. > > > >> 1.) Don't change kernel-location but create a link "linux" on > >> linux-2.4.20-8, DVB-driver Make should autodetect path. > >> > >> 3.) Copy the co

[linux-dvb] Re: CVS-version of the driver gives worse SNR than pre2

2003-06-03 Thread Philip Armstrong
On Mon, Jun 02, 2003 at 01:50:13PM +0200, Johannes Stezenbach wrote: > Mikko Tuumanen wrote: > > I'm using Hauppauge WinTV NOVA-T. > > More than 0 BlockErrors cause visible errors on the screen, so I can't > > upgrade until this is fixed. > > > > Any idea what's causing this? > > No, but you can

[linux-dvb] subtitles revisit

2003-06-03 Thread Andy Coates
Hello, There's been a bit more activity regarding dvb subtitles lately, especially with a plugin for VDR being quite active. Is this the only software being worked on? I'd still like to find a ETSI 300 743 standard decoder, for manually decoding subtitles saved to disk (either as part of a TS, o

[linux-dvb] Re: New firmware with more video buffer

2003-06-03 Thread Gregor Lawatscheck
At 13:10 02/06/2003, you wrote: Works great! I tested all recordings which did not play with the old firmware. No problems with teletext re-insertion and OSD until now. It works great to decode the channels in question in the UK, but the decoder still deadlocks after a couple of hours. I don't thi

[linux-dvb] Error compiling CVS dvb-kernel

2003-06-03 Thread Rich aston
Hello, Sorry for another can't compile email... I'm unable to compile the latest CVS version of dvb-kernel. linux-dvb-1.0.0-pre2 compiles with no problems but I get the following error with dvb-kernel: gcc -I/usr/local/src/dvb-kernel/build-2.4/include -D__KERNEL__ -I/usr/src/linux-2.4.20/includ

[linux-dvb] Re: Can't tune to the Hi-Band

2003-06-03 Thread Michael Glaum
Perhaps you're talking about the SatCom array. I believe that was designed for circularly-polarized DBS here in North America where there are no skew-set issues. I suppose you'll pick up linear transponders. But hang on, I must be totally off-base, you're talking about 22kHz tones which make sense

[linux-dvb] one feed, multiple PIDs

2003-06-03 Thread Michael Glaum
The DVB-IP stream I need to receive certainly is on one transponder but it might be spread amongst several PIDs. Is the intention of the API that I attach numerous network interfaces, via dvbnet, each listening on their respective PIDs? -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] wi

[linux-dvb] Re: Can't tune to the Hi-Band

2003-06-03 Thread Torben Wilk
On Monday 02 June 2003 19:50, Michael Glaum wrote: >Uhh, err, flat-panel? Is this a linearly polarized Ku-band microstrip >antenna array, maybe with waveguide plumming? Where'd you get it? Maybe, that's it. Got it from eBay - but it's not THAT uncommon... >Do you have a spectrum analy

[linux-dvb] DVBs rev 1.3

2003-06-03 Thread Florian Siberchicot
Hi, I have a DVBs rev 1.3 (it has 1 RCA output for video and 1 jack output for sound instead of 1 DIN for all outputs on the Nexus). I'm using DVB drivers of 24/05, VDR 1.2.0. Despite the outputs differences, I have video on my tv, but no sound. Any idea ? Florian -- Info: To unsubscribe send

[linux-dvb] Re: Help on use of DMX_OUT_TAP (II)

2003-06-03 Thread jng_junk
On Mon, 2 Jun 2003, Johannes Stezenbach wrote: > [EMAIL PROTECTED] wrote: > ... > > if (type == DMX_PES_AUDIO) flags |= O_NONBLOCK; > ... > > while (1) { > > int bytes; > > > > /* Video. */ > > bytes = read(video_fd, buf, sizeof(buf)); > > if (bytes < 0) { > > fprintf(stde

[linux-dvb] Can't boot since 2.4.21-rc2-ac3 with dvb-kernel

2003-06-03 Thread Gregoire Favre
Hello, with 2.4.21-rc2-ac2 I can boot with dvb-kernel (I have recompiled with latest CVS from dvb-kernel without problem). But since 2.4.21-rc2-ac3 I don't manage, for example with 2.4.21-rc6-ac1, I got: ksymoops -v /usr/src/linux-2.4.21-rc6-ac1/vmlinux -K -L -l /lib/modules/2.4.21-rc6-ac1/ -m /

[linux-dvb] Re: Can't tune to the Hi-Band

2003-06-03 Thread Torben Wilk
On Monday 02 June 2003 15:06, Holger Waechtler wrote: > What kind of LNB are you using? If you have anything else than a > 'universal LNB' you have to modify the relevant LOF defines in your > application, e.g. szap: Right, my problem is: I've got no idea, what kind of LNB I've got. I bought a u