Hi all !!!
Which version of modutils am I suppose to use with the kernel 2.5.54 ???
Where can I find it ???
thanks in advance
Henrique
On Wed, 8 Jan 2003, Henrique Gobbi wrote:
| Hi all !!!
|
| Which version of modutils am I suppose to use with the kernel 2.5.54 ???
| Where can I find it ???
Latest.
It's here: (from Documentation/Change file):
o <ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules/>
--
~Randy
ect: Re: modutils x 2.5.54
>
>
> On Wed, 8 Jan 2003, Henrique Gobbi wrote:
>
> | Hi all !!!
> |
> | Which version of modutils am I suppose to use with the
> kernel 2.5.54
> | ??? Where can I find it ???
Is there a way to tell if your compile was successful like a ****
--version command ?
> modprobe --version
> gives me 0.9.5.
>
> lsmod and insmod don't support --version.
>
I get the following 2.4.12 !?!? Now I'm very confused
s3a-www:/usr/src/linux-2.4.18.SuSE # modprobe --version
modprobe version 2.4.12
modprobe: Nothing to load ???
Specify at least a module or a wildcard like \*
s3a-www:/usr/src/linux-2.4.18.SuSE #
On Wed, 8 Jan 2003, studio3arc.com Admin wrote:
| ect: Re: modutils x 2.5.54
| >
| >
| > On Wed, 8 Jan 2003, Henrique Gobbi wrote:
| >
| > | Hi all !!!
| > |
| > | Which version of modutils am I suppose to use with the
| > kernel 2.5.54
| > | ??? Where can I find it ???
|
| Is there a way to tell if your compile was successful like a ****
| --version command ?
modprobe --version
gives me 0.9.5.
lsmod and insmod don't support --version.
--
~Randy
On Wed, 8 Jan 2003, studio3arc.com Admin wrote:
|
| > modprobe --version
| > gives me 0.9.5.
| >
| > lsmod and insmod don't support --version.
| >
|
| I get the following 2.4.12 !?!? Now I'm very confused
|
|
| s3a-www:/usr/src/linux-2.4.18.SuSE # modprobe --version
| modprobe version 2.4.12
| modprobe: Nothing to load ???
| Specify at least a module or a wildcard like \*
| s3a-www:/usr/src/linux-2.4.18.SuSE #
Did you install the new mod-utils? ('make install' as root)
and how did you tell the new mod-utils that you want to use them?
Sounds like you need to read the README and INSTALL files...
--
~Randy
On Thu, 2003-01-09 at 00:57, studio3arc.com Admin wrote:
> > modprobe --version
> > gives me 0.9.5.
> >
> > lsmod and insmod don't support --version.
> >
>
> I get the following 2.4.12 !?!? Now I'm very confused
>
>
> s3a-www:/usr/src/linux-2.4.18.SuSE # modprobe --version
> modprobe version 2.4.12
> modprobe: Nothing to load ???
> Specify at least a module or a wildcard like \*
> s3a-www:/usr/src/linux-2.4.18.SuSE #
If you are running a 2.5 kernel then it seems you didn't install the
module-init-tools correctly. It's supposed to install the newer utils as
modutils, lsmod, insmod etc.. and backups the old modutils as
modprobe.old, lsmod.old, insmod.old and so on.
Either that or you are running a 2.4 kernel, in which case the output is
correct (or so it seems).
Paulo