Es schrieb Chmouel Boudjnah:
> i know and here what i get, no wonder what happen here :
>
> (root@petiot)[root]-$ uname -r
> 2.4.7-3mdk
> (root@petiot)[root]-$ depmod -ae
> (root@petiot)[root]-$
+------------------------------------------------------------------
|root@menhir[~] rpm -q modutils
|modutils-2.4.6-1mdk
|root@menhir[~] uname -r
|2.4.7-3mdk
|root@menhir[~] depmod -ae
|depmod: cannot read ELF header from
|/lib/modules/2.4.7-3mdk/kernel/drivers/char/drm/tdfx.o.gz;3b6954ae
+------------------------------------------------------------------
> what modutils version ?
modutils-2.4.6-1mdk - it is the latest from cooker.
But it is time for 2.4.7-4mdk anyway:
I was having troubel booting up since 2.4.7-1mdk with my PCMCIA card.
One reason was the yenta thing, but even with a workaround, to manage
the startup of the pcmcia daemon my network stayed down :-(
Here is why ("./network start eth0" is performed by the pcmcia daemon):
+------------------------------------------------------------------
|root@menhir[~] sh -x /etc/pcmcia/network start eth0
|+ action=start
|+ device=eth0
|+ '[' -f /etc/sysconfig/network-scripts/ifcfg-eth0 ']'
|+ exit 0
+------------------------------------------------------------------
find attached the needet patch for "/etc/pcmcia/network".
Now abter reboot everyting works fine and I get my nework up & running :-)
--
_
Tsch�ss und bis demn�chst/� bient�t, _|_|_
(") *
Stefan /v\ /
�( )� Penguin Powered!
+----------------------------------------------------(m-m)------------------+
--- /etc/pcmcia/network.orig Thu Aug 2 11:59:13 2001
+++ /etc/pcmcia/network Thu Aug 2 16:00:28 2001
@@ -12,7 +12,7 @@
device=3D$2
=20
# if we don't have configuration for the device ifup/ifdown can't help u=
s
-[ -f /etc/sysconfig/network-scripts/ifcfg-${device} ] && exit 0
+[ -r /etc/sysconfig/network-scripts/ifcfg-${device} ] || exit 0
=20
case "${action:?}" in
'start' | 'resume')