 |
modutils - Default branch
|
Section: Unix |
|
|
|
| Added: Mon, Feb 16th 1998 15:56 PDT (10 years, 3 months ago) |
Updated: Tue, Nov 2nd 2004 03:05 PDT (3 years, 6 months ago) |
|
|
About:
The modutils package contains utilities that are intended to make a Linux modular kernel manageable for all users, administrators, and distribution maintainers.
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.01% (Rank 3041)
» Popularity: 9.63% (Rank 243)

(click to enlarge graphs)
Record hits: 88,127
URL hits: 71,631
Subscribers: 218
|
|
Branches
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]
|
|
 |