
promac at gmail
Oct 26, 2009, 12:35 PM
Post #2 of 5
(392 views)
Permalink
|
On Mon, Oct 26, 2009 at 4:51 PM, Mark S <atrpms[at]markbs.com> wrote: > Hi Folks, > > I recently updated to CentOS 5.4 and am having an issue with > video4linux modules. > > When I try to "modprobe saa7134", I get this: > > modprobe -v saa7134 >> > insmod > > /lib/modules/2.6.18-164.2.1.el5.plus/kernel/drivers/media/video/video-buf.ko > WARNING: Error inserting video_buf > (/lib/modules/2.6.18-164.2.1.el5.plus/kernel/drivers/media/video/video-buf.ko): > Invalid module > format > WARNING: Error inserting videobuf_dma_sg > (/lib/modules/2.6.18-164.2.1.el5.plus/updates/drivers/media/video/videobuf-dma-sg.ko): > Invalid module > format > WARNING: Error inserting v4l1_compat > (/lib/modules/2.6.18-164.2.1.el5.plus/updates/drivers/media/video/v4l1-compat.ko): > Invalid module > format > WARNING: Error inserting videodev > (/lib/modules/2.6.18-164.2.1.el5.plus/updates/drivers/media/video/videodev.ko): > Invalid module > format > WARNING: Error inserting v4l2_common > (/lib/modules/2.6.18-164.2.1.el5.plus/updates/drivers/media/video/v4l2-common.ko): > Invalid module > format > WARNING: Error inserting ir_common > (/lib/modules/2.6.18-164.2.1.el5.plus/updates/drivers/media/common/ir-common.ko): > Invalid module > format > FATAL: Error inserting saa7134 > (/lib/modules/2.6.18-164.2.1.el5.plus/updates/drivers/media/video/saa7134/saa7134.ko): > Invalid module > format > > > dmesg shows this: > > video_buf: exports duplicate symbol videobuf_mmap_mapper (owned by > videobuf_core) > > > modprobe.conf part: > > alias char-major-81 videodev > alias char-major-81-0 saa7134 > > > Info on the machine: > > uname -a >> > Linux zeppo 2.6.18-164.2.1.el5.plus #1 SMP Fri Oct 9 12:34:43 EDT 2009 > i686 i686 i386 GNU/Linux > > cat /proc/cpuinfo >> > processor : 0 > vendor_id : GenuineIntel > cpu family : 15 > model : 0 > model name : Intel(R) Pentium(R) 4 CPU 1500MHz > stepping : 7 > cpu MHz : 1506.723 > cache size : 256 KB > fdiv_bug : no > hlt_bug : no > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 2 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 mtrr pge mca cmov > pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm up > bogomips : 3013.44 > > > DVB Card is a "KWorld ATSC 110" which previous worked on CentOS 5.3 w/ > modules from atrpms. > > I've tried multiple kernels and have the same issue (164 and 128.7.1). > > > From the dmesg, it looks like it is a conflict between these modules? > > > /lib/modules/2.6.18-164.2.1.el5.plus/kernel/drivers/media/video/video-buf.ko > > /lib/modules/2.6.18-164.2.1.el5.plus/updates/drivers/media/video/videobuf-core.ko > > > > Yes. Downgrade module init tools to: module-init-tools-3.3-0.pre3.1.42.el5.x86_64.rpm and reboot. I only had this problem on 64 bits. -- Paulo Roma Cavalcanti LCG - UFRJ
|