Duncan Webb <[EMAIL PROTECTED]> writes:

> Tony Lill wrote:
>
>>I compiled 0.4.0 against kernel 2.6.14 and when I boot, I get the
>>following messages. Don't know if they're important, other problems
>>prevented me from actually testing the driver. Should I turn off the
>>video4linux modules that come with the  kernel. I had them on in the
>>2.4 series without all this whining.
>>
> Depends on what hardware you have.

I've got PVR-250's, and I removed the kernel's version of the
dupicated modules when make install complained about them. I guess the
real question is, why are those modules loading at all.

The only stuff in my modules.conf (and the equivalent in
modprobe.conf) is 

add above ivtv msp3400 saa7115 tuner
add above ivtv lirc_dev lirc_i2c

Maybe I'll just turn off those modules next time I re-build the
kernel.

>
> The ivtv driver installs modules with the same name as the kernel. You
> will find the same modules in /lib/modules/$(uname
> -r)/kernel/drivers/media/video/ and /lib/modules/$(uname -r)/ivtv/
>
> The kernel bttv driver needs the kernel's tveeprom.ko and ivtv driver
> may need the ivtv's tveeprom.ko. The newer cards (PVR-150, PVR-500)
> require ivtv's tveeprom.ko.
>
> Running this script will tell what modules are duplicated.
>
> #! /bin/bash
> green="\033[01;32m"
> normal="\033[00m"
> dir=${1:-/lib/modules/$(uname -r)}
> modules=$(find ${dir} -name "*.ko" | sed 's/\(.*\)\/\([^/]*\)/\2/' |
> sort  | uniq -d)
> for f in ${modules}; do
>    echo -e "${green}*** ${f} ***${normal}"
>    find $dir -name ${f}
> done
>
> Read http://www.ivtvdriver.org/index.php/Howto
>
> Regards
> Duncan
>
>>Oct 30 12:31:49 freevo kernel: [4294685.994000] bttv: disagrees about version 
>>of symbol tveeprom_hauppauge_analog
>>Oct 30 12:31:49 freevo kernel: [4294685.994000] bttv: Unknown symbol 
>>tveeprom_hauppauge_analog
>>Oct 30 12:31:49 freevo kernel: [4294686.038000] cx88xx: disagrees about 
>>version of symbol tveeprom_hauppauge_analog
>>Oct 30 12:31:49 freevo kernel: [4294686.038000] cx88xx: Unknown symbol 
>>tveeprom_hauppauge_analog
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_reset
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_call_i2c_clients
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_wakeup
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_risc_stopper
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_print_irqbits
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_set_scale
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_shutdown
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_vdev_init
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_core_put
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_audio_thread
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_core_irq
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_core_get
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_get_stereo
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_set_tvnorm
>>Oct 30 12:31:49 freevo kernel: [4294686.039000] cx8800: Unknown symbol 
>>cx88_risc_buffer
>>Oct 30 12:31:49 freevo kernel: [4294686.040000] cx8800: Unknown symbol 
>>cx88_set_stereo
>>Oct 30 12:31:49 freevo kernel: [4294686.040000] cx8800: Unknown symbol 
>>cx88_sram_channels
>>Oct 30 12:31:49 freevo kernel: [4294686.040000] cx8800: Unknown symbol 
>>cx88_set_tvaudio
>>Oct 30 12:31:49 freevo kernel: [4294686.040000] cx8800: Unknown symbol 
>>cx88_sram_channel_dump
>>Oct 30 12:31:49 freevo kernel: [4294686.040000] cx8800: Unknown symbol 
>>cx88_sram_channel_setup
>>Oct 30 12:31:49 freevo kernel: [4294686.040000] cx8800: Unknown symbol 
>>cx88_print_ioctl
>>Oct 30 12:31:49 freevo kernel: [4294686.040000] cx8800: Unknown symbol 
>>cx88_free_buffer
>>Oct 30 12:31:49 freevo kernel: [4294686.040000] cx8800: Unknown symbol 
>>cx88_boards
>>Oct 30 12:31:49 freevo kernel: [4294686.040000] cx8800: Unknown symbol 
>>cx88_newstation
>>
>>--
>>Tony Lill,                         [EMAIL PROTECTED]
>>President, A. J. Lill Consultants        fax/data (519) 650 3571
>>539 Grand Valley Dr., Cambridge, Ont. N3H 2S2     (519) 241 2461
>>--------------- http://www.ajlc.waterloo.on.ca/ ----------------
>>"Welcome to All Things UNIX, where if it's not UNIX, it's CRAP!"
>>
>>_______________________________________________
>>ivtv-devel mailing list
>>[email protected]
>>http://ivtvdriver.org/mailman/listinfo/ivtv-devel
>>
>>
>
>
> _______________________________________________
> ivtv-devel mailing list
> [email protected]
> http://ivtvdriver.org/mailman/listinfo/ivtv-devel

_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to