[linux-dvb] 2.5.47 :-( Oops...

2002-11-11 Thread Gregoire Favre
Hello, always the same with alps_bsrv2 and dvb-ttpci as modules: Unable to handle kernel paging request at virtual address ae48 printing eip: e2ce7e28 *pde = Oops: dvb-ttpci floppy alps_bsrv2 eepro100 mii ehci-hcd uhci-hcd usbcore CPU:0 EIP:0060:[]Not tainted EFLA

[linux-dvb] Re: AW: Re: Driver 2002-11-08 problems

2002-11-11 Thread Philip Armstrong
On Mon, Nov 11, 2002 at 11:03:16AM +0100, Robert Schiele wrote: > I explained in one of my former mails in this thread, why this could > not happen with the -MD flag. Because of that the explicit > dependencies for the .d files are not necessary. > > You may want to read > http://www.linuxtv.org/

[linux-dvb] Re: crc32 check for section filters working again, hardware acceleration hooks

2002-11-11 Thread Gregoire Favre
On Mon, Nov 11, 2002 at 03:24:41PM +0100, Holger Waechtler wrote: > Hello Holger and all on this ml ;-) > hmm, I just updated the Config/Makefile stuff to fit 2.5.47 kernels, > works fine for me. Could you please try to rebuild everything from > scratch and find out more details if you're still

[linux-dvb] Re: Protecting mailinglist archives from spammers

2002-11-11 Thread Gavin Hamill
On Monday 11 November 2002 12:30 pm, Antti O Lammi wrote: > I think we need changes how the mailinglist is archived to WWW. Currently > is just matter of time that spammers find the archives at linuxtv.org! > Could we remove all email addresses from the archive, or make it somehow > password protec

[linux-dvb] Re: crc32 check for section filters working again,hardware acceleration hooks

2002-11-11 Thread Holger Waechtler
Hi Gregoire, hmm, I just updated the Config/Makefile stuff to fit 2.5.47 kernels, works fine for me. Could you please try to rebuild everything from scratch and find out more details if you're still running in troubles? Holger Gregoire Favre wrote: On Fri, Nov 08, 2002 at 11:32:46PM +0100, Gr

[linux-dvb] Re: latest cvs

2002-11-11 Thread Lauri Pesonen
On Mon, Nov 11, 2002 at 01:20:54PM +0100, Holger Waechtler wrote: > Hi all, > > I added a _set_ver(remap_page_range)() fake for those of you who use 2.4 > kernels with enable module versioning support. Please test and report > problems. > So far no problems. I did just a quick test: insmod and

[linux-dvb] Protecting mailinglist archives from spammers

2002-11-11 Thread Antti O Lammi
I think we need changes how the mailinglist is archived to WWW. Currently is just matter of time that spammers find the archives at linuxtv.org! Could we remove all email addresses from the archive, or make it somehow password protected? -- Info: To unsubscribe send a mail to [EMAIL PROTECTED]

[linux-dvb] Re: crc32 check for section filters working again, hardware acceleration hooks

2002-11-11 Thread Gregoire Favre
On Fri, Nov 08, 2002 at 11:32:46PM +0100, Gregoire Favre wrote: Hello, what are the chance of having a working DVB with 2.5.47? Would you inform us when you think you have found an issue or one should try everytimes there's a change in the kernel-dvd CVS? Thank you and have a great day! > The r

[linux-dvb] Re: latest cvs

2002-11-11 Thread Holger Waechtler
Hi all, I added a _set_ver(remap_page_range)() fake for those of you who use 2.4 kernels with enable module versioning support. Please test and report problems. thanks, Holger -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.

[linux-dvb] Re: DVB dont compile

2002-11-11 Thread Robert Schiele
On Mon, Nov 11, 2002 at 12:04:24PM +0100, Holger Waechtler wrote: > Hmm, does anybody knows when they introduced cond_resched() in 2.4 > kernels? I'll put a 2.4.20-pre2 Robert -- Robert Schiele Tel.: +49-621-181-2517 Dipl.-Wirtsch.informatiker mailto:rschiele@;uni-mannhei

[linux-dvb] Re: DVB dont compile

2002-11-11 Thread Holger Waechtler
Lauri Tischler wrote: vdr:~/VDR15/DVB/driver# make /usr/src/linux/scripts/pathdown.sh: line 4: TOPDIR: parameter null or not set DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules) make[1]: Entering directory `/usr/src/kernel-2.4.20pre5' make -C /root/VDR15/DVB/driver CFLAGS="-D__KERNEL__

[linux-dvb] Re: latest cvs

2002-11-11 Thread Holger Waechtler
maroi wrote: is this normal ? (dmesg after insmoding drivers) Linux video capture interface: v1.00 DVB: registering new adapter (Siemens/Technotrend/Hauppauge PCI rev1.3). PCI: Found IRQ 12 for device 00:0a.0 DVB: AV7111(0) - firm f0240009, rtsl b0250018, vid 71010068, app 00012502 DVB: initialisi

[linux-dvb] Re: loading modules at startup

2002-11-11 Thread Holger Waechtler
You might want add the following lines to your /etc/modules.conf: alias char-major-250 dvb alias dvb dvb-ttpci below dvb-ttpci alps_bsru6 alps_bsrv2 \ grundig_29504-401 grundig_29504-491 \ ves1820 <...other..frontend..drivers..to..load...> Holger Martin Gansser wrote: Hi what's necessary

[linux-dvb] Re: crc32 check for section filters working again,hardware accelerationhooks

2002-11-11 Thread Holger Waechtler
Klaus Schmidinger wrote: Looks like you broke the 'minor' fix you introduced yesterday. I'm getting these errors (again) when loading the driver: dvb-core.o: unresolved symbol minor make[1]: Entering directory `/home/kls/vdr/DVB.2002-11-09/driver/frontends' insmod alps_bsru6.o; insmod alps_bsr

[linux-dvb] Re: AW: Re: Driver 2002-11-08 problems

2002-11-11 Thread Robert Schiele
On Mon, Nov 11, 2002 at 09:28:06AM +, Philip Armstrong wrote: > On Mon, Nov 11, 2002 at 06:21:23AM +0100, Robert Schiele wrote: > > On Sun, Nov 10, 2002 at 09:44:35PM +, Philip Armstrong wrote: > > > What you need is a set of make rules like the following: > > > > You don't. > > > > > inc

[linux-dvb] Re: AW: Re: Driver 2002-11-08 problems

2002-11-11 Thread Philip Armstrong
On Mon, Nov 11, 2002 at 06:21:23AM +0100, Robert Schiele wrote: > On Sun, Nov 10, 2002 at 09:44:35PM +, Philip Armstrong wrote: > > What you need is a set of make rules like the following: > > You don't. > > > include $(patsubst %.o:%.dep,$(OBJS)) > > What do you think the "-include $(wildca