From: Michal Sojka <sojka@planetarium.cz>
To: linux-kernel@vger.kernel.org
Subject: Insmod failed
Date: Tue, 07 Jan 2003 18:08:21 +0100 [thread overview]
Message-ID: <3E1B0985.6050100@planetarium.cz> (raw)
Hi,
I'am porting driver for my USB 2.0 device to 2.5 and when I try insmod
my module I get the following:
Error inserting '/lib/modules/2.5.54/misc/usb-emise.o': -1 Invalid
module format
I compile my module separate of kernel tree with Makefile similar to
that in Linux Device Drivers book (Rubini, Corbet). What is the right
way to compile standalone modules?
module-init-tools version 0.9.7, kenrel 2.5.52,54
objdump -h /lib/modules/2.5.54/misc/usb-emise.o
/lib/modules/2.5.54/misc/usb-emise.o: file format elf32-i386
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 00001b94 00000000 00000000 00000034 2**2
CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE
1 .data 000001c0 00000000 00000000 00001be0 2**5
CONTENTS, ALLOC, LOAD, RELOC, DATA
2 .bss 00000000 00000000 00000000 00001da0 2**2
ALLOC
3 .note 00000014 00000000 00000000 00001da0 2**0
CONTENTS, READONLY
4 .stab 00007bd8 00000000 00000000 00001db4 2**2
CONTENTS, RELOC, READONLY, DEBUGGING
5 .stabstr 0001893f 00000000 00000000 0000998c 2**0
CONTENTS, READONLY, DEBUGGING
6 .rodata.str1.32 00000aa0 00000000 00000000 000222e0 2**5
CONTENTS, ALLOC, LOAD, READONLY, DATA
7 .rodata.str1.1 00000129 00000000 00000000 00022d80 2**0
CONTENTS, ALLOC, LOAD, READONLY, DATA
8 __obsparm 00000080 00000000 00000000 00022ec0 2**5
CONTENTS, ALLOC, LOAD, DATA
9 .rodata 00000004 00000000 00000000 00022f40 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
10 .init.text 000000c8 00000000 00000000 00022f44 2**2
CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE
11 .exit.text 00000098 00000000 00000000 0002300c 2**2
CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE
12 .comment 00000037 00000000 00000000 000230a4 2**0
CONTENTS, READONLY
Thanks
Michal Sojka
next reply other threads:[~2003-01-07 17:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-07 17:08 Michal Sojka [this message]
2003-01-07 17:21 ` Randy.Dunlap
2003-01-07 17:23 ` Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E1B0985.6050100@planetarium.cz \
--to=sojka@planetarium.cz \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®