On Mon, Sep 29, 2003 at 09:24:56PM +0200, Gregoire Favre wrote: > On Mon, Sep 29, 2003 at 07:38:18PM +0200, Johannes Stezenbach wrote: > > > Yes, the one from XFree86-server-4.3-23mdk which works perfectly with > 2.4.21-ac1.
dvb-kernel or DVB? If it works with 2.4.21-ac1 and dvb-kernel your v4l_drv.o is OK. > > http://cvsweb.xfree86.org/cvsweb/xc/programs/Xserver/hw/xfree86/drivers/v4l/ > > > > If the current one doesn't work, then maybe you can compile it > > with debug enabled and post the relevant messages from your X logs. > > Do I need full source of XFree to compil it or? > Is there a reason it works with 2.4.21-ac1 and not with 2.6.0-test6? Yes, but you can use some older Xfree source you happen to have on a distribution CD, and update the v4l driver only. Then "make World" in the top-level dir, wait some minutes until all Makefiles have been generated, symlinks have been set up, and build tools have been built, Ctrl-C, cd to the v4l dir, "make" and finally copy v4l_drv.o to your X drivers dir. But like I said above, if dvb-kernel works with 2.4.21-ac1 it's not the v4l module that's causing you problems. It might still be useful to build v4l_drv.o with debug enabled to track down problems. You could also try to load v4l1-compat.o with debug=1. Maybe you can tell me more specific what you mean by "does not work". I corrected a bug with v4l2->v4l1 backward compatibility in saa7146_video.c, so you might want to update that from CVS. Regards, Johannes -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
