* Compro VideoMate S350
@ 2011-03-16 18:43 Ken Smith
2011-03-17 18:51 ` Ken Smith
0 siblings, 1 reply; 2+ messages in thread
From: Ken Smith @ 2011-03-16 18:43 UTC (permalink / raw)
To: linux-media
First post to this list, but not new to Linux.
I'm trying to get a Compro VideoMate S350 card to work in a 32bit Centos
5.5 system that also has a Hauppauge WinTV-NOVA-T-500 that uses the
dvb-usb-dib0700.ko kernel module as its driver. The Nova-T appears to be
working.
I've used the v4l source RPM from ATRPMS to build an RPM of the v4l
package. The RPM I compiled/built is called
video4linux-kmdl-2.6.18-194.32.1.el5.centos.plus-20090907-93.RHL5.i386.rpm
The build runs fine without issue.
When I try to load the driver for the Compro with
modprobe -v saa7134 card=169
I get
insmod
/lib/modules/2.6.18-194.32.1.el5.centos.plus/kernel/drivers/media/video/video-buf.ko
WARNING: Error inserting video_buf
(/lib/modules/2.6.18-194.32.1.el5.centos.plus/kernel/drivers/media/video/video-buf.ko):
Invalid module format
WARNING: Error inserting videobuf_dma_sg
(/lib/modules/2.6.18-194.32.1.el5.centos.plus/updates/drivers/media/video/videobuf-dma-sg.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting v4l1_compat
(/lib/modules/2.6.18-194.32.1.el5.centos.plus/updates/drivers/media/video/v4l1-compat.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting videodev
(/lib/modules/2.6.18-194.32.1.el5.centos.plus/updates/drivers/media/video/videodev.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting v4l2_common
(/lib/modules/2.6.18-194.32.1.el5.centos.plus/updates/drivers/media/video/v4l2-common.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting ir_common
(/lib/modules/2.6.18-194.32.1.el5.centos.plus/updates/drivers/media/common/ir-common.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting saa7134
(/lib/modules/2.6.18-194.32.1.el5.centos.plus/updates/drivers/media/video/saa7134/saa7134.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
The line referred to in /var/log/messages is
kernel: video_buf: exports duplicate symbol videobuf_mmap_mapper
(owned by videobuf_core)
I know that the centos.plus distribution includes some (if not all of)
the v4l modules, so I tried my build of v4l with the plain Centos kernel
build. The Nova T also runs fine, but I still get the error
insmod
/lib/modules/2.6.18-194.32.1.el5/kernel/drivers/media/video/video-buf.ko
WARNING: Error inserting video_buf
(/lib/modules/2.6.18-194.32.1.el5/kernel/drivers/media/video/video-buf.ko):
Invalid module format
I'm sure I have missed something obvious, I'd appreciate any suggestions.
Thanks
Ken
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Compro VideoMate S350
2011-03-16 18:43 Compro VideoMate S350 Ken Smith
@ 2011-03-17 18:51 ` Ken Smith
0 siblings, 0 replies; 2+ messages in thread
From: Ken Smith @ 2011-03-17 18:51 UTC (permalink / raw)
To: linux-media
Ken Smith wrote:
>
> First post to this list, but not new to Linux.
>
> I'm trying to get a Compro VideoMate S350 card to work in a 32bit
> Centos 5.5 system that also has a Hauppauge WinTV-NOVA-T-500 that uses
> the dvb-usb-dib0700.ko kernel module as its driver. The Nova-T appears
> to be working.
>
> I've used the v4l source RPM from ATRPMS to build an RPM of the v4l
> package. The RPM I compiled/built is called
> video4linux-kmdl-2.6.18-194.32.1.el5.centos.plus-20090907-93.RHL5.i386.rpm
>
>
> The build runs fine without issue.
>
> When I try to load the driver for the Compro with
>
> modprobe -v saa7134 card=169
>
> I get
>
>
> insmod
> /lib/modules/2.6.18-194.32.1.el5.centos.plus/kernel/drivers/media/video/video-buf.ko
>
> WARNING: Error inserting video_buf
> (/lib/modules/2.6.18-194.32.1.el5.centos.plus/kernel/drivers/media/video/video-buf.ko):
> Invalid module format
> WARNING: Error inserting videobuf_dma_sg
> (/lib/modules/2.6.18-194.32.1.el5.centos.plus/updates/drivers/media/video/videobuf-dma-sg.ko):
> Unknown symbol in module, or unknown parameter (see dmesg)
> WARNING: Error inserting v4l1_compat
> (/lib/modules/2.6.18-194.32.1.el5.centos.plus/updates/drivers/media/video/v4l1-compat.ko):
> Unknown symbol in module, or unknown parameter (see dmesg)
> WARNING: Error inserting videodev
> (/lib/modules/2.6.18-194.32.1.el5.centos.plus/updates/drivers/media/video/videodev.ko):
> Unknown symbol in module, or unknown parameter (see dmesg)
> WARNING: Error inserting v4l2_common
> (/lib/modules/2.6.18-194.32.1.el5.centos.plus/updates/drivers/media/video/v4l2-common.ko):
> Unknown symbol in module, or unknown parameter (see dmesg)
> WARNING: Error inserting ir_common
> (/lib/modules/2.6.18-194.32.1.el5.centos.plus/updates/drivers/media/common/ir-common.ko):
> Unknown symbol in module, or unknown parameter (see dmesg)
> FATAL: Error inserting saa7134
> (/lib/modules/2.6.18-194.32.1.el5.centos.plus/updates/drivers/media/video/saa7134/saa7134.ko):
> Unknown symbol in module, or unknown parameter (see dmesg)
>
>
> The line referred to in /var/log/messages is
>
> kernel: video_buf: exports duplicate symbol videobuf_mmap_mapper
> (owned by videobuf_core)
>
> I know that the centos.plus distribution includes some (if not all of)
> the v4l modules, so I tried my build of v4l with the plain Centos
> kernel build. The Nova T also runs fine, but I still get the error
>
> insmod
> /lib/modules/2.6.18-194.32.1.el5/kernel/drivers/media/video/video-buf.ko
> WARNING: Error inserting video_buf
> (/lib/modules/2.6.18-194.32.1.el5/kernel/drivers/media/video/video-buf.ko):
> Invalid module format
>
> I'm sure I have missed something obvious, I'd appreciate any suggestions.
>
> Thanks
>
> Ken
>
>
Apologies - have I sent this to the wrong list. Is there a more
appropriate forum?
Thanks
Ken
>
>
>
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-17 18:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 18:43 Compro VideoMate S350 Ken Smith
2011-03-17 18:51 ` Ken Smith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox