View source for Talk:Webcam

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to Talk:Webcam.

Personal tools

problem

When I do

insmod drivers/media/video/v4l1-compat.ko 

I have

insmod: error inserting 'drivers/media/video/v4l1-compat.ko': -1 Invalid module format

and in dmesg

v4l1_compat: version magic '2.6.24 preempt mod_unload ARMv4 ' should be '2.6.24-20081103.git7172ec57 preempt mod_unload ARMv4 '

Have you a idea ?

solution

I guess the real fix would be to use the 2.6.24-20081103.git7172ec57 source instead of the 2.6.24 one, but there's also another workaround. Just attach EXTRAVERSION=-20081103.git7172ec57 whenever you build (use make) a file, e.g.:

make EXTRAVERSION=-20081103.git7172ec57 drivers/media/video/v4l1-compat.ko