Re: Problem in creating module for nnpfs
Björn Torkelsson <[email protected]>
| Newsgroups | gmane.comp.file-systems.arla.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2006-03-30 at 15:35 +0200, Harald Barth wrote: > > insmod: error inserting '/usr/arla/bin/nnpfs.ko': -1 Invalid module format > > mount: unknown filesystem type 'nnpfs' > > The build system should find a correct linux source tree and build a nnpfs.ko > that fits your system. Can you dig in the logs and see why it did wrong? > You may have to tell configure where the linux source is. And you have to make sure that you are building at least the kernel module with the same compiler version as the kernel itself was built with. Try to run 'modinfo /usr/arla/bin/nnpfs.ko' and compare the vermagic field with another kernel module. They should match. /torkel