* 2.5.70-bk7 -- drivers/net/irda/w83977af_ir.ko needs unknown symbol setup_dma
@ 2003-06-02 22:14 Miles Lane
2003-06-03 4:01 ` David S. Miller
0 siblings, 1 reply; 5+ messages in thread
From: Miles Lane @ 2003-06-02 22:14 UTC (permalink / raw)
To: linux-kernel
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.70-bk7; fi
WARNING: /lib/modules/2.5.70-bk7/kernel/drivers/net/irda/w83977af_ir.ko
needs unknown symbol setup_dma
WARNING: /lib/modules/2.5.70-bk7/kernel/drivers/net/irda/ali-ircc.ko
needs unknown symbol setup_dma
WARNING: /lib/modules/2.5.70-bk7/kernel/drivers/net/irda/nsc-ircc.ko
needs unknown symbol setup_dma
WARNING: /lib/modules/2.5.70-bk7/kernel/drivers/net/irda/smsc-ircc2.ko
needs unknown symbol setup_dma
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.5.70-bk7 -- drivers/net/irda/w83977af_ir.ko needs unknown symbol setup_dma
2003-06-02 22:14 2.5.70-bk7 -- drivers/net/irda/w83977af_ir.ko needs unknown symbol setup_dma Miles Lane
@ 2003-06-03 4:01 ` David S. Miller
2003-06-03 6:08 ` Miles Lane
0 siblings, 1 reply; 5+ messages in thread
From: David S. Miller @ 2003-06-03 4:01 UTC (permalink / raw)
To: Miles Lane; +Cc: linux-kernel
On Mon, 2003-06-02 at 15:14, Miles Lane wrote:
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.70-bk7; fi
> WARNING: /lib/modules/2.5.70-bk7/kernel/drivers/net/irda/w83977af_ir.ko
> needs unknown symbol setup_dma
What platform is this? It needs to set CONFIG_ISA correctly.
--
David S. Miller <davem@redhat.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.5.70-bk7 -- drivers/net/irda/w83977af_ir.ko needs unknown symbol setup_dma
2003-06-03 4:01 ` David S. Miller
@ 2003-06-03 6:08 ` Miles Lane
2003-06-03 6:09 ` David S. Miller
2003-06-03 12:52 ` Alex Riesen
0 siblings, 2 replies; 5+ messages in thread
From: Miles Lane @ 2003-06-03 6:08 UTC (permalink / raw)
To: David S. Miller; +Cc: linux-kernel
David S. Miller wrote:
> On Mon, 2003-06-02 at 15:14, Miles Lane wrote:
>
>>if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.70-bk7; fi
>>WARNING: /lib/modules/2.5.70-bk7/kernel/drivers/net/irda/w83977af_ir.ko
>>needs unknown symbol setup_dma
>
>
> What platform is this? It needs to set CONFIG_ISA correctly.
It's PPC.
CONFIG_PPC=y
CONFIG_PPC32=y
CONFIG_6xx=y
#
# General setup
#
# CONFIG_HIGHMEM is not set
# CONFIG_ISA is not set
CONFIG_PCI=y
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.5.70-bk7 -- drivers/net/irda/w83977af_ir.ko needs unknown symbol setup_dma
2003-06-03 6:08 ` Miles Lane
@ 2003-06-03 6:09 ` David S. Miller
2003-06-03 12:52 ` Alex Riesen
1 sibling, 0 replies; 5+ messages in thread
From: David S. Miller @ 2003-06-03 6:09 UTC (permalink / raw)
To: miles.lane; +Cc: linux-kernel
From: Miles Lane <miles.lane@attbi.com>
Date: Mon, 02 Jun 2003 23:08:18 -0700
David S. Miller wrote:
> On Mon, 2003-06-02 at 15:14, Miles Lane wrote:
>
>>if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.70-bk7; fi
>>WARNING: /lib/modules/2.5.70-bk7/kernel/drivers/net/irda/w83977af_ir.ko
>>needs unknown symbol setup_dma
> What platform is this? It needs to set CONFIG_ISA correctly.
It's PPC.
...
# CONFIG_ISA is not set
Then it shouldn't allow you to build the w83977af_ir driver.
CONFIG_ISA=y is necessary for this device.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.5.70-bk7 -- drivers/net/irda/w83977af_ir.ko needs unknown symbol setup_dma
2003-06-03 6:08 ` Miles Lane
2003-06-03 6:09 ` David S. Miller
@ 2003-06-03 12:52 ` Alex Riesen
1 sibling, 0 replies; 5+ messages in thread
From: Alex Riesen @ 2003-06-03 12:52 UTC (permalink / raw)
To: Miles Lane; +Cc: David S. Miller, linux-kernel
Miles Lane, Tue, Jun 03, 2003 08:08:18 +0200:
> David S. Miller wrote:
> >On Mon, 2003-06-02 at 15:14, Miles Lane wrote:
> >
> >>if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.70-bk7; fi
> >>WARNING: /lib/modules/2.5.70-bk7/kernel/drivers/net/irda/w83977af_ir.ko
> >>needs unknown symbol setup_dma
> >
> >
> >What platform is this? It needs to set CONFIG_ISA correctly.
>
> It's PPC.
>
> CONFIG_PPC=y
> CONFIG_PPC32=y
> CONFIG_6xx=y
>
> #
> # General setup
> #
> # CONFIG_HIGHMEM is not set
> # CONFIG_ISA is not set
> CONFIG_PCI=y
>
i386 as well:
*** Warning: "setup_dma" [drivers/net/irda/w83977af_ir.ko] undefined!
*** Warning: "setup_dma" [drivers/net/irda/smsc-ircc2.ko] undefined!
*** Warning: "setup_dma" [drivers/net/irda/nsc-ircc.ko] undefined!
*** Warning: "setup_dma" [drivers/net/irda/ali-ircc.ko] undefined!
grep 'ISA\|PCI' .config
CONFIG_GENERIC_ISA_DMA=y
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
CONFIG_PCI=y
# CONFIG_ISA is not set
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-06-03 12:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-02 22:14 2.5.70-bk7 -- drivers/net/irda/w83977af_ir.ko needs unknown symbol setup_dma Miles Lane
2003-06-03 4:01 ` David S. Miller
2003-06-03 6:08 ` Miles Lane
2003-06-03 6:09 ` David S. Miller
2003-06-03 12:52 ` Alex Riesen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox