Hello, Sorry about the delay, but I was tied up with work. I opened up my box and you're right, I have an SAA7130 card. I patched the kernel using the how-to and then tried to install the SAA7130 drivers, but am getting the following errors when I type 'make' : /usr/src/linux-2.4.18-5/include/linux/bitops.h:45: warning: no previous prototype for `generic_fls' /usr/src/linux-2.4.18-5/include/linux/bitops.h:74: warning: no previous prototype for `get_bitmask_order' In file included from /usr/src/linux-2.4.18-5/include/linux/fs.h:372, from /usr/src/linux-2.4.18-5/include/linux/capability.h:17, from /usr/src/linux-2.4.18-5/include/linux/binfmts.h:5, from /usr/src/linux-2.4.18-5/include/linux/sched.h:9, from /usr/src/linux-2.4.18-5/include/linux/mm.h:4, from /usr/src/linux-2.4.18-5/include/linux/slab.h:14, from saa7134-core.c:26: /usr/src/linux-2.4.18-5/include/linux/quota.h:176: warning: no previous prototype for `mark_info_dirty' saa7134-core.c: In function `saa7134_buffer_finish': saa7134-core.c:320: structure has no member named `ts' saa7134-core.c: In function `saa7134_initdev': saa7134-core.c:654: warning: passing arg 1 of `pci_write_config_byte_Rc8265797' from incompatible pointer type make[2]: *** [saa7134-core.o] Error 1 make[2]: Leaving directory `/root/Desktop/saa7134-0.1.8' make[1]: *** [_mod_/root/Desktop/saa7134-0.1.8] Error 2 make[1]: Leaving directory `/usr/src/linux-2.4.18-5' make: *** [here] Error 2 [root@localhost saa7134-0.1.8]# Can someone plese tell me what I'm doing wrong? I'm a linux newbie. THanks. Regards, Hasnain You wrote: > From: Wan Tat Chee <tcwan@xxxxxxxxx> > To: Hasnain Alibhai <kte@xxxxxxxxxx> > Cc: <video4linux-list@xxxxxxxxxx> > Date: Fri, 19 Jul 2002 09:24:05 +0800 (SGT) > Subject: Re: v4l won't pick up video0 > > > Hasnain, > > bttv is used for older 848/878 type cards. FlyVideo 2000 should be using > SAA7130 (please check your TV Tuner board, FlyVideo seems to have > different boards with the same model number). > > If you have the SAA7130 version, then you need the saa7134 modules and a > custom kernel patched with the V4L2 stuff from http://bytesex.org > > There's a Kernel patching HOWTO at the site. You can also look in the > list archives for some of the pointers on how to build a custom kernel. > > You'll need to patch your kernel and reboot to the new kernel first > before building the modules. Be careful about modutils version as well. > You can get newer versions of these tools from RedHat Rawhide. > > I'm using RH7.3 + 2.4.19-pre10 and it's working fine with the FlyVideo > 2000. > > On Fri, 19 Jul 2002, 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). >