Terry Menzies wrote:
OK, slowly getting this thing sorted out....
When I try running Kwintv I get this....
/dev/video: no overlay support Warning: kwintv: kv4lsetup had some trouble, trying to continue anyway.
Warning: v4l1: VIDIOC_S_PICT in ::v4l1if Warning: v4l1: Video4Linux and DGA disagree about the framebuffer base Warning: v4l1: Video4Linux: 0x0, dga: 0xe2000000! Warning: v4l1: you probably want to insmod the bttv module with "vidmem=0xe20"
Warning: v4l1: Video4Linux and DGA disagree about the color depth Warning: v4l1: Video4Linux: 0, DGA: 32. Warning: v4l1: Is kv4lsetup installed correctly? Warning: v4l1: Video4Linux and DGA disagree about the screen size Warning: v4l1: Video4Linux: 0x0x0, DGA: 800x600x0! Warning: v4l1: Is kv4lsetup installed correctly?
when I type "lsmod" the BTTV module is not shown, not loaded, when I type "insmod bttv" I get this result...
linux:~ # insmod bttv Using /lib/modules/2.2.18/misc/bttv.o /lib/modules/2.2.18/misc/bttv.o: unresolved symbol i2c_master_send /lib/modules/2.2.18/misc/bttv.o: unresolved symbol pci_compat_unregister_driver /lib/modules/2.2.18/misc/bttv.o: unresolved symbol i2c_bit_del_bus /lib/modules/2.2.18/misc/bttv.o: unresolved symbol i2c_bit_add_bus /lib/modules/2.2.18/misc/bttv.o: unresolved symbol pci_compat_register_driver /lib/modules/2.2.18/misc/bttv.o: unresolved symbol pci_compat_get_driver_data /lib/modules/2.2.18/misc/bttv.o: unresolved symbol pci_compat_enable_device /lib/modules/2.2.18/misc/bttv.o: unresolved symbol pci_compat_set_driver_data /lib/modules/2.2.18/misc/bttv.o: unresolved symbol i2c_master_recv
I'm running Suse 7.1
These modules are supposed to be compiled into the Kernel are they not?
Can anyone shed some light on this please....?
Terry Menzies Queensland Australia ICQ Number 15981925
Unfortuantly, due to the nature of TV cards they could not be built directly into the kernel, purely and simply they are so many different cards, and even the same manufacturer may use different tuners even on the same card. So modules only I am afraid. You're using the 2.2 kernel, my memory is fading with that kernel...Let me give you my modules.conf (by the way getting those errors sometimes means you try to load the wright module at the wrong time, before other modules had been loaded). Here it is: options bttv pll=0 radio=1 card=56 options tuner type=17 options msp3400 once=1 simple=1 post-install bttv /sbin/modprobe "-k" tuner; /sbin/modprobe "-k" msp3400 alias char-major-81 bttv You will have to change some of the numbers around, like card=<insert number here> and type=<insert here>. These can be found under the kernel Documentation directory (hopefully). Matt