* [Linux-ia64] Unresolved symbols when installing modules
@ 2001-04-09 16:10 Gustavo Niemeyer
2001-04-09 17:28 ` David Mosberger
2001-04-10 2:59 ` Gustavo Niemeyer
0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Niemeyer @ 2001-04-09 16:10 UTC (permalink / raw)
To: linux-ia64
Hello there!!
I'm getting some unresolved symbols when trying to install
modules from kernel 2.4.3 with patch 010405 applied. Some of
them (isa_*) seem to come from some missing definitions in
include/asm-ia64/io.h.
[...]
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.3; fi
depmod: *** Unresolved symbols in /lib/modules/2.4.3/kernel/drivers/char/dtlk.o
depmod: loops_per_jiffy
depmod: *** Unresolved symbols in /lib/modules/2.4.3/kernel/drivers/media/radio/
radio-miropcm20.o
depmod: aci_write_cmd
depmod: aci_indexed_cmd
depmod: aci_write_cmd_d
depmod: *** Unresolved symbols in /lib/modules/2.4.3/kernel/drivers/media/video/
pms.o
depmod: isa_writeb
depmod: isa_memcpy_fromio
depmod: *** Unresolved symbols in /lib/modules/2.4.3/kernel/drivers/net/hp100.o
depmod: isa_memset_io
depmod: isa_readl
depmod: isa_memcpy_toio
depmod: isa_memcpy_fromio
Thanks!!
--
Gustavo Niemeyer
[ 2AAC 7928 0FBF 0299 5EB5 60E2 2253 B29A 6664 3A0C ]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Linux-ia64] Unresolved symbols when installing modules
2001-04-09 16:10 [Linux-ia64] Unresolved symbols when installing modules Gustavo Niemeyer
@ 2001-04-09 17:28 ` David Mosberger
2001-04-10 2:59 ` Gustavo Niemeyer
1 sibling, 0 replies; 3+ messages in thread
From: David Mosberger @ 2001-04-09 17:28 UTC (permalink / raw)
To: linux-ia64
I don't know what aci_* does, but as far as isa_* is concerned: DIG64
does not support ISA, so you can't link in any drivers that try to
access ISA devices.
--david
>>>>> On Mon, 9 Apr 2001 13:10:12 -0300, Gustavo Niemeyer <niemeyer@conectiva.com> said:
Gustavo> Hello there!! I'm getting some unresolved symbols when
Gustavo> trying to install modules from kernel 2.4.3 with patch
Gustavo> 010405 applied. Some of them (isa_*) seem to come from some
Gustavo> missing definitions in include/asm-ia64/io.h.
Gustavo> [...] find kernel -path '*/pcmcia/*' -name '*.o' | xargs
Gustavo> -i -r ln -sf ../{} pcmcia if [ -r System.map ]; then
Gustavo> /sbin/depmod -ae -F System.map 2.4.3; fi depmod: ***
Gustavo> Unresolved symbols in
Gustavo> /lib/modules/2.4.3/kernel/drivers/char/dtlk.o depmod:
Gustavo> loops_per_jiffy depmod: *** Unresolved symbols in
Gustavo> /lib/modules/2.4.3/kernel/drivers/media/radio/
Gustavo> radio-miropcm20.o depmod: aci_write_cmd depmod:
Gustavo> aci_indexed_cmd depmod: aci_write_cmd_d depmod: ***
Gustavo> Unresolved symbols in
Gustavo> /lib/modules/2.4.3/kernel/drivers/media/video/ pms.o
Gustavo> depmod: isa_writeb depmod: isa_memcpy_fromio depmod: ***
Gustavo> Unresolved symbols in
Gustavo> /lib/modules/2.4.3/kernel/drivers/net/hp100.o depmod:
Gustavo> isa_memset_io depmod: isa_readl depmod: isa_memcpy_toio
Gustavo> depmod: isa_memcpy_fromio
Gustavo> Thanks!!
Gustavo> -- Gustavo Niemeyer
Gustavo> [ 2AAC 7928 0FBF 0299 5EB5 60E2 2253 B29A 6664 3A0C ]
Gustavo> _______________________________________________ Linux-IA64
Gustavo> mailing list Linux-IA64@linuxia64.org
Gustavo> http://lists.linuxia64.org/lists/listinfo/linux-ia64
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Linux-ia64] Unresolved symbols when installing modules
2001-04-09 16:10 [Linux-ia64] Unresolved symbols when installing modules Gustavo Niemeyer
2001-04-09 17:28 ` David Mosberger
@ 2001-04-10 2:59 ` Gustavo Niemeyer
1 sibling, 0 replies; 3+ messages in thread
From: Gustavo Niemeyer @ 2001-04-10 2:59 UTC (permalink / raw)
To: linux-ia64
> I don't know what aci_* does, but as far as isa_* is concerned: DIG64
> does not support ISA, so you can't link in any drivers that try to
> access ISA devices.
Thank you David!!
After removing the necessary modules, everything is working fine. Btw,
I wasn't aware that DIG64 doesn't support ISA.
--
Gustavo Niemeyer
[ 2AAC 7928 0FBF 0299 5EB5 60E2 2253 B29A 6664 3A0C ]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-04-10 2:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-09 16:10 [Linux-ia64] Unresolved symbols when installing modules Gustavo Niemeyer
2001-04-09 17:28 ` David Mosberger
2001-04-10 2:59 ` Gustavo Niemeyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox