Hasnain Alibhai wrote: > Hi, > I have a flyvideo 2000 tuner card, which I'm using on a system with > RH7.3, kernel 2.4.18-5 > > (AMD Athlon XP1600+, Nvidia Geforce 200 mx4). > I can install all the modules except for bttv. The error I get is as > follows: > [root@localhost root]# modprobe bttv > i2c-core.o: i2c core module > i2c-algo-bit.o: i2c bit algorithm module > /lib/modules/2.4.18-3/kernel/drivers/media/video/bttv.o: init_module: No > such device > Hint: insmod errors can be caused by incorrect module parameters,options
Most likely you just need to pass it some options, like card=54 (for FlyVideo 2000), and perhaps video_nr=0 in /etc/modules.conf (then run depmod), probably your tuner make as well. Here's mine: options bttv card=41 tuner=28 radio=1 bttv_verbose=2 bttv_debug=1 automute=1 no_overlay=0 irq_debug=1 mmap=1 sloppy=1 -- Bill Eldridge Radio Free Asia [EMAIL PROTECTED] _______________________________________________ Video4linux-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/video4linux-list
