From: Jim Cromie <jcromie@domain.hid>
To: chatchai nanudorn <chatchai_tdm@domain.hid>
Cc: adeos-main@gna.org
Subject: Re: [Adeos-main] loadable adeos module
Date: Mon, 11 Jul 2005 21:17:36 -0600 [thread overview]
Message-ID: <42D33650.7000005@domain.hid> (raw)
In-Reply-To: <20050712024731.72790.qmail@domain.hid>
chatchai nanudorn wrote:
>Hi Jim Cromie
>
>Umm, I try what you suggest but I got complie error
>when I change
>adeos suppport to "m".
>I would like to ask you what .o different .ko , I
>don't understand it, and
>Can I use "insmod" with adeos.o (I have tried, but
>failed)
>Thank and regard
>Chatchai
>Thailand
>
>
>
.ko is a 2.6 kernel object, ie a module.
it differs from .o by having been linked with the kernel module
interfacing routines that support module_init, module_exit, etc.
did you run make xconfig, and change it that way ?
followed by make ?
doing this is proper way to care for dependencies. (I dont think there
are any, but..)
you should use modprobe rather than insmod,
it knows the dependencies, and knows where modules are installed.
insmod fullpath/to/adeos.ko works when its not installed yet,
provided it matches the running kernel.
you should explain precisely what youve tried
(w suitably edited copy-paste), or I can only guess.
next parent reply other threads:[~2005-07-12 3:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20050712024731.72790.qmail@domain.hid>
2005-07-12 3:17 ` Jim Cromie [this message]
2005-07-11 6:23 [Adeos-main] loadable adeos module chatchai nanudorn
2005-07-11 15:09 ` Jim Cromie
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=42D33650.7000005@domain.hid \
--to=jcromie@domain.hid \
--cc=adeos-main@gna.org \
--cc=chatchai_tdm@domain.hid \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.