[linux-dvb] Re: DVB-C driver (Re: More thoughts on coldboot drivercrash)

2003-01-03 Thread Jaakko Hyvätti
On Thu, 2 Jan 2003, Jaakko Hyvätti wrote: > 1. The IF frequency in ves1820.c:tuner_set_tv_freq() is wrong, the > correct value I suspect is 36.000MHz. It used to be 36.125MHz up to > -r1.7. Back then there was a -0.125MHz frequency offset needed when > tuning QAM64 channels on Helsinki cable.

[linux-dvb] Re: error while comile driver.

2003-01-03 Thread [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 4 Jan 2003, harald harald wrote: > Hello, > > i tried to compile DVB driver with Mandrake 9.0. > Following Message appears: > > dvb.c : 3507: unknown field "busy" specified in initializer > make [2] *** [dvb.o] fehler 1 > > conpilation interru

[linux-dvb] Re: Compile on redhat 7.3

2003-01-03 Thread Will Tatam
Thanks for the help, that worked a treat, just needed to reboot as well to removed the 'borken' modules that i had previously insmod'ed I'm following http://www.linuxtv.org/mailinglists/linux-dvb/2002/01-2002/msg00246.html as it appears to be the best set by guide that i have found so far how

[linux-dvb] error while comile driver.

2003-01-03 Thread harald harald
Hello, i tried to compile DVB driver with Mandrake 9.0. Following Message appears: dvb.c : 3507: unknown field "busy" specified in initializer make [2] *** [dvb.o] fehler 1 conpilation interrupts. Worked with mdk 8.2. What is wrong? Please Help. Thank you, Harald Grosskopf. -- Info: To uns

[linux-dvb] Re: Hauppauge WinTV Nova-CI

2003-01-03 Thread Daniel Kaminsky
Hi Patrick! > My bigger problem is, that when I run make, gcc complies about: dvb.c:3504 > unknown field 'busy' specified in initializer > > I'm using version siemens_dvb-0.9.4... Don't use the old version. This version won't work anymore. Try the CVS-Version. By the way: Your card will definite

[linux-dvb] Re: Compile on redhat 7.3

2003-01-03 Thread davep
On Friday 03 Jan 2003 21:10, Will Tatam wrote: > thanks for the help, but my point is that there is no .config file, so > me running menu config will then create a .config file that may not > match that of the one that was used to create the kernel that shipped > with the distro. > > I am more than

[linux-dvb] Re: Compile on redhat 7.3

2003-01-03 Thread Will Tatam
thanks for the help, but my point is that there is no .config file, so me running menu config will then create a .config file that may not match that of the one that was used to create the kernel that shipped with the distro. I am more than capable of compliling the kernel, but as this is the

[linux-dvb] Re: Compile on redhat 7.3

2003-01-03 Thread Martin Theodor Grewe
In most cases Linux give you the needed informations :) Will Tatam wrote: make[1]: Entering directory `/usr/src/linux-2.4.18-3' The present kernel configuration has modules disabled. Type 'make config' and enable loadable module support. Then build a kernel with module support enabled. make[1]

[linux-dvb] Compile on redhat 7.3

2003-01-03 Thread Will Tatam
Please first forgive my stupidity, but after 4 hours of trying I have failed to get the modules to load I am running redhat 7.3 glibc-2.2.5-42 gcc-2.96-113 kernel-source-2.4.18-3 I have downloaded the latest CVS copy from linuxtv.org and run 'make' in the driver directory and all compiles ok,

[linux-dvb] Re: DVB-S interrupt nesting

2003-01-03 Thread Emard
Latest idea of clearing IER was nice, but practical test showed that it tends to stop TS feed (alevt stops receiving pages). So I reverted to old patch with delayed ISR clearing and added two wait_for_debi that I saw looked like missing in av7110.c. The proposed loop of repeated inerrupt serving

[linux-dvb] arm still crashing

2003-01-03 Thread maroi
anybody knows why when I`m using dvb drivers from http://www.metzlerbros.org/dvb/index.html (dvb 1.1.4) on tcpdump I see a lot more data traffic than on the latest cvs drivers ? and one other thing on latest cvs drivers dvb0_0 interface is counting data until it reaches some about 5mb when

[linux-dvb] Hauppauge WinTV Nova-CI

2003-01-03 Thread Patrick Pletscher
Hello, I'm trying to install my Hauppauge WinTV Nova-CI under my Debian system (Kernel 2.4.20), because I had some problems under windows with the card. Now I've got some problems (at least one). In the installation it is written that I have to have the i2c and videodev enabled (is it okay to onl

[linux-dvb] Re: 2.5.54 and today CVS don't compil...

2003-01-03 Thread Gregoire Favre
On Fri, Jan 03, 2003 at 06:18:17PM +0100, Michael Hunold wrote: Hello Michael and all on this list ;-) > I've fixed these errors, too. It required some bigger cleanups, but now > it's done. > > Please test if it compiles now. (I cannot say if it works, though, > because I did not test *that*..

[linux-dvb] Re: 2.5.54 and today CVS don't compil...

2003-01-03 Thread Michael Hunold
Hello Gregoire, -386 -e stext -T arch/i386/vmlinux.lds.s arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/i386/kernel/built-in.o arch/i386/mm/built-in.o arch/i386/mach-default/built-in.o kernel/built-in.o mm/built-in.o fs/built-in.o i

[linux-dvb] Re: 2.5.54 and today CVS don't compil...

2003-01-03 Thread Michael Hunold
Hello Gregoire, Great, unfortunately if I compil now in the kernel: ld -m elf_i386 -e stext -T arch/i386/vmlinux.lds.s arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/i386/kernel/built-in.o arch/i386/mm/built-in.o arch/i386/mach-de

[linux-dvb] Re: 2.5.54 and today CVS don't compil...

2003-01-03 Thread Gregoire Favre
On Fri, Jan 03, 2003 at 04:08:21PM +0100, Michael Hunold wrote: > Thanks for reporting this, it's fixed in the CVS now. Great, unfortunately if I compil now in the kernel: ld -m elf_i386 -e stext -T arch/i386/vmlinux.lds.s arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/built

[linux-dvb] Re: 2.5.54 and today CVS don't compil...

2003-01-03 Thread Michael Hunold
Hello Gregoire, And with eyerything in the kernel (no module): gcc -Wp,-MD,drivers/media/common/.saa7146_i2c.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=pentium4 -Iinclude/asm-i386/mach-defa

[linux-dvb] Re: 2.5.54 and today CVS don't compil...

2003-01-03 Thread Gregoire Favre
And with eyerything in the kernel (no module): gcc -Wp,-MD,drivers/media/common/.saa7146_i2c.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=pentium4 -Iinclude/asm-i386/mach-default -fomit-frame

[linux-dvb] EM8400

2003-01-03 Thread Sheetal_Pandey
Hi Holger, I am trying to use the Sigma Design's MPEG2 decoder instead of SAA7146 as available with WinTV card since i already have the eval board from National andtrying to attach the front end.I have some questions: 1)Sigma has given me a set of APIs to call some funtions related to Transport s

[linux-dvb] 2.5.54 and today CVS don't compil...

2003-01-03 Thread Gregoire Favre
Hello, I got this: -386 -e stext -T arch/i386/vmlinux.lds.s arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/i386/kernel/built-in.o arch/i386/mm/built-in.o arch/i386/mach-default/built-in.o kernel/built-in.o mm/built-in.o fs/built-i

[linux-dvb] Re: Problems with a DVB-T - Patch included

2003-01-03 Thread Juergen Peitz
Hi, Am Freitag, 3. Januar 2003 04:56 schrieb Ragnar Sundblad: > I have now got the Alps TDLB7 datasheet and have patched the code > accordingly, see below. This change could mean some stability, > tuning and lock time and/or noice improvement for those of you > who have got working cards. Please

[linux-dvb] Re: Having more than one source tree is ok (Re: More thoughts on coldbootdriver crash)

2003-01-03 Thread JosceJ
>I think it is a good thing to have all and every possible different >source trees for these drivers available. It is hard enough to get things I wasn't complaining, merely wondering why. Still am in fact :) On a more general note, I tend to think that splitting a project like this sometimes crea