I'm having difficulty loading the Microdia driver on my system after
following the steps provided here:
http://www.indragunawan.com/2008/04/microdia-webcam-ubuntu-710-gutsy/#comment-45.
I'm able to build the HEAD of the driver without any obvious problems,
but get the following error when trying to load the driver:
> sudo insmod microdia.ko
insmod: error inserting ‘microdia.ko’: -1 Unknown symbol in module
> sudo modprobe microdia
FATAL: Error inserting microdia (/lib/modules/2.6.24-16-generic/kernel/
drivers/media/video/usbvideo/microdia.ko): Unknown symbol in module,
or unknown parameter (see dmesg)
My dmesg output looks like this:
[ 156.287528] Linux video capture interface: v2.00
[ 156.422861] microdia: disagrees about version of symbol
video_devdata
[ 156.422867] microdia: Unknown symbol video_devdata
[ 156.423120] microdia: disagrees about version of symbol
video_unregister_device
[ 156.423123] microdia: Unknown symbol video_unregister_device
[ 156.423199] microdia: disagrees about version of symbol
video_device_alloc
[ 156.423202] microdia: Unknown symbol video_device_alloc
[ 156.423234] microdia: disagrees about version of symbol
video_register_device
[ 156.423236] microdia: Unknown symbol video_register_device
[ 156.423346] microdia: disagrees about version of symbol
video_device_release
[ 156.423349] microdia: Unknown symbol video_device_release
[ 239.997767] microdia: disagrees about version of symbol
video_devdata
[ 239.997772] microdia: Unknown symbol video_devdata
[ 239.998020] microdia: disagrees about version of symbol
video_unregister_device
[ 239.998023] microdia: Unknown symbol video_unregister_device
[ 239.998094] microdia: disagrees about version of symbol
video_device_alloc
[ 239.998096] microdia: Unknown symbol video_device_alloc
[ 239.998128] microdia: disagrees about version of symbol
video_register_device
[ 239.998131] microdia: Unknown symbol video_register_device
[ 239.998240] microdia: disagrees about version of symbol
video_device_release
[ 239.998243] microdia: Unknown symbol video_device_release
I'm running Ubntu 8.04:
> uname -a
Linux mediacentre 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC
2008 i686 GNU/Linux
I built and loaded this driver successfully on Ubuntu 8.04 running in
VMWare at work (just for fun), but can't get it going on my home
machine. I would like to try building the v4l2-experimental branch,
but don't know how to check it out.
I would be hugely appreciate any help on this.
Many thanks
Stef