* unresolved symbols pm_*register ad1848.o
@ 2000-12-18 3:08 khromy
2000-12-18 6:16 ` Peter Samuelson
0 siblings, 1 reply; 3+ messages in thread
From: khromy @ 2000-12-18 3:08 UTC (permalink / raw)
To: linux-kernel
2.4.0-test13-pre3 unresolved symbols:
modprobe ad1848
/lib/modules/2.4.0-test13-pre3/kernel/drivers/sound/ad1848.o: unresolved symbol pm_unregister_Reccd1e64
/lib/modules/2.4.0-test13-pre3/kernel/drivers/sound/ad1848.o: unresolved symbol pm_register_R8dbab11c
/lib/modules/2.4.0-test13-pre3/kernel/drivers/sound/ad1848.o: insmod /lib/modules/2.4.0-test13-pre3/kernel/drivers/sound/ad1848.o failed
--
L1: khromy ;khromy(at)lnuxlab.net
-
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] 3+ messages in thread
* Re: unresolved symbols pm_*register ad1848.o
2000-12-18 3:08 unresolved symbols pm_*register ad1848.o khromy
@ 2000-12-18 6:16 ` Peter Samuelson
2000-12-18 6:19 ` Peter Samuelson
0 siblings, 1 reply; 3+ messages in thread
From: Peter Samuelson @ 2000-12-18 6:16 UTC (permalink / raw)
To: khromy; +Cc: linux-kernel
[khromy]
> 2.4.0-test13-pre3 unresolved symbols:
>
> modprobe ad1848
> /lib/modules/2.4.0-test13-pre3/kernel/drivers/sound/ad1848.o: unresolved symbol pm_unregister_Reccd1e64
> /lib/modules/2.4.0-test13-pre3/kernel/drivers/sound/ad1848.o: unresolved symbol pm_register_R8dbab11c
Looks like your symbol versions got out of sync, somehow.
Unfortunately this is fairly easy to do, due to the fragile nature of
MODVERSIONS.
cp .config ..
make mrproper
cp ../.config .
make oldconfig
make dep
and try again.
Peter
-
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] 3+ messages in thread
* Re: unresolved symbols pm_*register ad1848.o
2000-12-18 6:16 ` Peter Samuelson
@ 2000-12-18 6:19 ` Peter Samuelson
0 siblings, 0 replies; 3+ messages in thread
From: Peter Samuelson @ 2000-12-18 6:19 UTC (permalink / raw)
To: khromy; +Cc: linux-kernel
[Peter Samuelson]
> Looks like your symbol versions got out of sync, somehow.
Uh, never mind, I didn't notice that pm.c is not listed as exporting
symbols. Someone else just posted a patch -- add pm.o to the
'export-objs' line in kernel/Makefile.
Peter
-
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] 3+ messages in thread
end of thread, other threads:[~2000-12-18 6:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-18 3:08 unresolved symbols pm_*register ad1848.o khromy
2000-12-18 6:16 ` Peter Samuelson
2000-12-18 6:19 ` Peter Samuelson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.