On Thu, Oct 13, 2011 at 12:31 PM, James <bjloc...@lockie.ca> wrote:
> Where do I see the date/version of the media subsystem?

You can't.  The media_build stuff is just a script which backports
part of the latest kernel tree and applies some patches to make it
work with older kernels.  There is no real "version" for it.

> It is not video related, w_scan works sometimes but freezes the kernel
> sometimes.
> This is booting right to a console.
> Is there a program to do a stress test on the hardware and print lots of
> messages as it's working?

Not really, you can add the debug=1 modprobe option, but in reality
you probably need to get to the bottom of what is causing the hardware
lockup.

> I did:
> http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
> /bin/sh: /sbin/lsmod: No such file or directory
> Lot's of pr_fmt redefined errors.

lsmod is required.  Go install whatever package provides it.

> I put the build log at: lockie.ca/test/v4l_build.txt.bz2
>
> Something is not right though. :-(
> $ modprobe cx23885
> WARNING: Deprecated config file /etc/modprobe.conf, all config files belong
> into /etc/modprobe.d/.
> WARNING: Error inserting altera_ci
> (/lib/modules/3.0.4/kernel/drivers/media/video/cx23885/altera-ci.ko):
> Invalid module format
> WARNING: Error inserting media
> (/lib/modules/3.0.4/kernel/drivers/media/media.ko): Invalid module format
> WARNING: Error inserting videodev
> (/lib/modules/3.0.4/kernel/drivers/media/video/videodev.ko): Invalid module
> format
> WARNING: Error inserting v4l2_common
> (/lib/modules/3.0.4/kernel/drivers/media/video/v4l2-common.ko): Invalid
> module format
> WARNING: Error inserting videobuf_core
> (/lib/modules/3.0.4/kernel/drivers/media/video/videobuf-core.ko): Invalid
> module format
> WARNING: Error inserting videobuf_dvb
> (/lib/modules/3.0.4/kernel/drivers/media/video/videobuf-dvb.ko): Invalid
> module format
> WARNING: Error inserting videobuf_dma_sg
> (/lib/modules/3.0.4/kernel/drivers/media/video/videobuf-dma-sg.ko): Invalid
> module format
> WARNING: Error inserting cx2341x
> (/lib/modules/3.0.4/kernel/drivers/media/video/cx2341x.ko): Invalid module
> format
> WARNING: Error inserting altera_stapl
> (/lib/modules/3.0.4/kernel/drivers/linux/drivers/misc/altera-stapl/altera-stapl.ko):
> Invalid module format
> WARNING: Error inserting rc_core
> (/lib/modules/3.0.4/kernel/drivers/media/rc/rc-core.ko): Invalid module
> format
> FATAL: Error inserting cx23885
> (/lib/modules/3.0.4/kernel/drivers/media/video/cx23885/cx23885.ko): Invalid
> module format

Your build is screwed up.  Would recommend you do a "make clean" and
then "make && make install".  Then reboot.

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to