* net mods installed under misc in 2.2.18-pre21
@ 2000-11-15 10:52 J . A . Magallon
2000-11-16 4:35 ` Keith Owens
0 siblings, 1 reply; 2+ messages in thread
From: J . A . Magallon @ 2000-11-15 10:52 UTC (permalink / raw)
To: Linux Kernel List
Hi everyone.
I have noticed that some kernel modules are installed under
/lib/modules/XXX/misc,
instead of /net. I have been checking the drivers/net/Makefile (little knowledge
of
kernel make infraestructure...), and MOD_LIST_NAME is set properly, but the only
content of modules/NET_MODULES is dummy.o.
There is no important issue, but that i build newer net drivers got from Scyld,
and
installed them under modules/XXX/net. But modprobe was still getting the old
ones,
because 'misc' is before 'net'...
Kernel is plain standard kernel 2.2.17 + 2.2.18-pre21-patch + VM-patch + i2c-lm
patch.
I will dig into the makefiles, but someone has a clue ? Perhaps this also
affects
other modules.
--
Juan Antonio Magallon Lacarta #> cd /pub
mailto:jamagallon@able.es #> more beer
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: net mods installed under misc in 2.2.18-pre21
2000-11-15 10:52 net mods installed under misc in 2.2.18-pre21 J . A . Magallon
@ 2000-11-16 4:35 ` Keith Owens
0 siblings, 0 replies; 2+ messages in thread
From: Keith Owens @ 2000-11-16 4:35 UTC (permalink / raw)
To: jamagallon; +Cc: Linux Kernel List
On Wed, 15 Nov 2000 11:52:50 +0100,
"J . A . Magallon" <jamagallon@able.es> wrote:
>I have noticed that some kernel modules are installed under
>/lib/modules/XXX/misc,
>instead of /net. I have been checking the drivers/net/Makefile (little knowledge
Known problem. Fixed with a new make modules_install algorithm in 2.4
kernels. Back porting that change to 2.2 would force all 2.2 users to
upgrade to modutils 2.3. AC does not want forced user space upgrades
in the stable kernel (and I agree). So you are stuck with the broken
modutles install.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-11-16 5:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-15 10:52 net mods installed under misc in 2.2.18-pre21 J . A . Magallon
2000-11-16 4:35 ` Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox