Re: [Hampshire] insmod problem

Top Page

Reply to this message
Author: Adrian Bridgett
Date:  
To: testermike, Hampshire LUG Discussion List
Subject: Re: [Hampshire] insmod problem
On Sat, Mar 21, 2009 at 21:31:24 -0500 (-0500), Mike Burrows wrote:
> Hello folks,
>
> Trying to install the quickcam.ko module on a etch system:
>
> marvin:/home/testermike# insmod /usr/local/src/qc-usb-0.6.5/quickcam.ko
> insmod: error inserting '/usr/local/src/qc-usb-0.6.5/quickcam.ko': -1
> Invalid module format


Try:
a) running dmesg after the insmod, IIRC you might see undefined
symbols - these will be in modules which you havn't loaded up yet.
b) using "modprobe" rather then insmod (which will load dependencies)

normally modules will be in /lib/modules/`uname -r`, and "depmod -a"
is run to build a file with details of the depencies - which modprobe
uses... so you might have to do this by hand in your case.

Adrian
--
Email: adrian@??? -*- GPG key available on public key servers
Debian GNU/Linux - the maintainable distribution -*- www.debian.org