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, including invalid IO or IRQ parameters /lib/modules/2.4.18-3/kernel/drivers/media/video/bttv.o: insmod /lib/modules/2.4.18-3/kernel/drivers/media/video/bttv.o failed /lib/modules/2.4.18-3/kernel/drivers/media/video/bttv.o: insmod bttv failed 'demsg' gives me the following:
i2c-core.o: i2c
core module
i2c-algo-bit.o: i2c bit algorithm module bttv: driver version 0.7.94 loaded bttv: using 4 buffers with 2080k (8320k total) for capture bttv: Host bridge is Advanced Micro Devices [AMD] AMD-760 [IGD4-1P] System Controller To check v4l, I
typed v4l-conf and got the following:
[root@localhost root]# v4l-conf v4l-conf: using X11 display :0.0 dga: version 2.0 mode: 1024x768, depth=16, bpp=16, bpl=2048, base=0xe0000000 can't open /dev/video0: No such device For some reason, it's not picking up video0
(although the install program did - it installed xawtv and bttv). I even used
the MAKEDEV script that comes with bttv, but to no avail. The results were as
follows:
[root@localhost
bttv-0.7.94]# ./MAKEDEV
*** new device names *** /dev/video0: char 81 0 /dev/video1: char 81 1 /dev/video2: char 81 2 /dev/video3: char 81 3 rm: `/dev/video' is a directory ln: `/dev/video/video0': File exists /dev/radio0: char 81 64 /dev/radio1: char 81 65 /dev/radio2: char 81 66 /dev/radio3: char 81 67 /dev/vtx0: char 81 192 /dev/vtx1: char 81 193 /dev/vtx2: char 81 194 /dev/vtx3: char 81 195 /dev/vbi0: char 81 224 /dev/vbi1: char 81 225 /dev/vbi2: char 81 226 /dev/vbi3: char 81 227 Forcing the module to load using insmod doesn't
work either :
root@localhost
root]# insmod bttv
Using /lib/modules/2.4.18-5/kernel/drivers/media/video/bttv.o /lib/modules/2.4.18-5/kernel/drivers/media/video/bttv.o: unresolved symbol i2c_master_send_R933abeec /lib/modules/2.4.18-5/kernel/drivers/media/video/bttv.o: unresolved symbol i2c_bit_add_bus_R8c3bc60e /lib/modules/2.4.18-5/kernel/drivers/media/video/bttv.o: unresolved symbol i2c_bit_del_bus_R92b18f49 /lib/modules/2.4.18-5/kernel/drivers/media/video/bttv.o: unresolved symbol i2c_master_recv_R7f9cffd8 Can someone please help me ? :( Thanks,
Has
|