Mauro Carvalho Chehab wrote: > Two updates: > >> just make will run allmodconfig before make all. > In fact, to compile all drivers: > make all > To compile a subset: > make xconfig (or config, or qconfig) > make > > For xconfig/config/qconfig work, you need to do: > make xconfig (or config or qconfig) > at kernel tree first, to generate some scripts at kernel tree > (conf/qconf/qconf). >> We should add to v4l-dvb tree soon all other V4L/DVB supported drivers >> already at kernel, but not present on our tree. Those will be compatible >> only with the latest version for now. > Ok, added to master tree. Only zoran 36120 were leaved outside the tree. > There are 3 drivers that are non-intel architecture dependent ones: > > VIDEO_PLANB > VIDEO_VINO > VIDEO_M32R_AR_M64278 > > Current makefile is not capable of handling architecture-dependent > drivers. If I type "sudo make install" in the v4l-dvb source directory, it completely wipes out everything in /lib/modules/{kernel version}. Everything is deleted. Also, videodev.ko is building fine, just not installing when I try building the modules after "make config && make && sudo make install". In fact, the directory "/lib/modules/2.6.16.2.20060408.1/kernel/drivers/media/video" does not even get created at all. install -d /lib/modules/2.6.16.2.20060408.1/kernel/drivers/media/video install -m 644 -c btcx-risc.ko bttv.ko tda9887.ko tuner.ko tvaudio.ko tveeprom.ko saa6588.ko tvmixer.ko v4l1-compat.ko v4l2-common.ko wm8775.ko wm8739.ko cs53l32a.ko video-buf.ko video-buf-dvb.ko videodev.ko ir-kbd-i2c.ko msp3400.ko tvp5150.ko saa7134-alsa.ko saa7134-oss.ko saa7115.ko cx25840.ko saa7127.ko compat_ioctl32.ko upd64031a.ko upd64083.ko vivi.ko /lib/modules/2.6.16.2.20060408.1/kernel/drivers/media/video install: cannot stat `btcx-risc.ko': No such file or directory install: cannot stat `bttv.ko': No such file or directory install: cannot stat `tda9887.ko': No such file or directory install: cannot stat `tuner.ko': No such file or directory install: cannot stat `tvaudio.ko': No such file or directory install: cannot stat `tveeprom.ko': No such file or directory install: cannot stat `saa6588.ko': No such file or directory install: cannot stat `tvmixer.ko': No such file or directory install: cannot stat `wm8775.ko': No such file or directory install: cannot stat `wm8739.ko': No such file or directory install: cannot stat `cs53l32a.ko': No such file or directory install: cannot stat `video-buf-dvb.ko': No such file or directory install: cannot stat `ir-kbd-i2c.ko': No such file or directory install: cannot stat `msp3400.ko': No such file or directory install: cannot stat `tvp5150.ko': No such file or directory install: cannot stat `saa7134-alsa.ko': No such file or directory install: cannot stat `saa7134-oss.ko': No such file or directory install: cannot stat `saa7115.ko': No such file or directory install: cannot stat `cx25840.ko': No such file or directory install: cannot stat `saa7127.ko': No such file or directory install: cannot stat `upd64031a.ko': No such file or directory install: cannot stat `upd64083.ko': No such file or directory install: cannot stat `vivi.ko': No such file or directory make[1]: [v4l-install] Error 1 (ignored) _______________________________________________ linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb