|
About:
The modutils package contains utilities that are intended to make a Linux modular kernel manageable for all users, administrators, and distribution maintainers.
Release focus: N/A
Changes:
This version corrects ia64 SEGREL relocations. fixes incorrect unwind data for ia64 modules, removes 64-bit warnings, incudes new aliases, adds R_PARISC_PCREL22F, and removes the flex warning.
Author:
Keith Owens <modutils __at__ ocs __dot__ com __dot__ au>
[contact developer]
Tar/GZ:
ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/
Tar/BZ2:
ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/
Changelog:
ftp://ftp.kernel.org/[..]/linux/utils/kernel/modutils/v2.4/README
RPM package:
ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.37/10.00
(Rank N/A)
» Vitality: 0.03% (Rank 3038)
» Popularity: 9.51% (Rank 251)

(click to enlarge graphs)
Record hits: 89,212
URL hits: 71,811
Subscribers: 212
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
2.4.27
|
Minor bugfixes |
02-Nov-2004 11:05 |
|
2.4.25
|
Minor feature enhancements |
11-Sep-2003 02:13 |
|
2.4.22
|
N/A |
13-Jan-2003 06:26 |
|
2.4.21
|
Minor bugfixes |
07-Nov-2002 18:24 |
|
2.4.20
|
Minor bugfixes |
20-Sep-2002 17:13 |
|
2.4.19
|
N/A |
01-Aug-2002 06:12 |
|
2.4.18
|
Minor bugfixes |
22-Jul-2002 20:12 |
|
2.4.16
|
Minor feature enhancements |
04-May-2002 23:21 |
|
2.4.15
|
Minor feature enhancements |
08-Apr-2002 15:16 |
|
2.4.14
|
N/A |
20-Mar-2002 01:14 |
Comments
[»]
Bug in insmod
by Alex Wheeler - Sep 20th 1999 16:14:42
Insmod handles the following legal command correctly:
insmod module symbol=value
But the following illegal command line throws insmod into an infinite
loop:
insmod module symbol
E-mail with a possible solution has been sent to Richard Henderson.
[reply]
[top]
[»]
Suggestion for Modprobe
by nospamx - Aug 13th 2002 03:06:02
Hi
I use RedHat 7.3 and after re-compiling kernel + modules I got the
following warning / error message at bootup:
"Cann't locate module Block-Major-..."
After guessing and re-compiling kernel + module several dozen times, I
found the culprit: there are several files on "/dev" directory related to
non existent hardware device. You should delete this "/dev/.." files to
eliminate the message.
Perhaps Modutils author can print/mention the device name that cause the
"Cann't..." message to help debugging / solving the problem.
At present it is difficult to find the offending "/dev/..." files. You
should run the following command:
ls -l /dev > out1.txt
Search the out1.txt for major device number of "/dev/..." files, usually
before "," (coma) sign. Find the correct number related to the modprobe
warning.
If the hardware device related to "/dev/..." file does not exist on your
machine, delete this file.
[reply]
[top]
[»]
Re: Suggestion for Modprobe
by Justin M. - Sep 6th 2004 11:22:33
> After guessing and re-compiling kernel +
> module several dozen times, I found the
> culprit: there are several files on
> "/dev" directory related to non existent
> hardware device. You should delete this
> "/dev/.." files to eliminate the
> message.
Chcek out the /dev/MAKEDEV script.
-- Justin M.
[reply]
[top]
|