Hi, I have a PC-104+ version of the Sensoray 311 and its not being found. I'm not overly familar with the loading of modules. My understanding is that I put the module loading information into /etc/modules type #:> depmod and then I can type #:> modprobe <module name> unfortunately I get the output below Any ideas as to what I may have missed out???? --------------------- maggie:# modprobe bttv Linux video capture interface v1.00 i2c-core.o i2c module i2c-algo-bit.o: i2c bit algorithm module bttv: driver version 0.7.83 loaded bttv: using 2 buffers with 2080k (4160k total) for capture bttv: Host bridge is Acer Laboratories Inc. [ALi] M1489 /lib/modules/2.4.18/kernel/drivers/media/video/bttv.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters /lib/modules/2.4.18/kernel/drivers/media/video/bttv.o: insmod /lib/modules/2.4.18/kernel/drivers/media/video/bttv.o failed /lib/modules/2.4.18/kernel/drivers/media/video/bttv.o: insmod bttv failed --------------------- I compiled a freshly downloaded kernel (version 2.4.18) on RedHat 8.0 including the following config options CONFIG_VIDEO_DEV=y CONFIG_VIDEO_BT848=m CONFIG_I2C=m CONFIG_I2C_ALGOBIT=m --------------------- The contents of my /etc/modules.conf includes # i2c alias char-major-89 i2c-dev options i2c-core i2c_debug=1 options i2c-algo-bit bit_test=1 # bttv alias char-major-81 bttv alias char-major-81-0 bttv options bttv card=73 radio=1 bttv_verbose=2 bttv_debug=1 options tuner debug=1 type=4 --------------------- Regards John Mulcahy