2.5.70-bk7 -- drivers/net/irda/w83977af_ir.ko needs unknown symbol setup_dma

2.5.70-bk7 -- drivers/net/irda/w83977af_ir.ko needs unknown symbol setup_dma

Post by Miles Lan » Wed, 04 Jun 2003 00:20:12



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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

2.5.70-bk7 -- drivers/net/irda/w83977af_ir.ko needs unknown symbol setup_dma

Post by David S. Mille » Wed, 04 Jun 2003 06:10:07



> 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.

--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

2.5.70-bk7 -- drivers/net/irda/w83977af_ir.ko needs unknown symbol setup_dma

Post by Miles Lan » Wed, 04 Jun 2003 08:20:06




>>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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

2.5.70-bk7 -- drivers/net/irda/w83977af_ir.ko needs unknown symbol setup_dma

Post by David S. Mille » Wed, 04 Jun 2003 08:20:08



   Date: Mon, 02 Jun 2003 23:08:18 -0700



   >
   >>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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

2.5.70-bk7 -- drivers/net/irda/w83977af_ir.ko needs unknown symbol setup_dma

Post by Alex Riese » Wed, 04 Jun 2003 15:00:13


Miles Lane, Tue, Jun 03, 2003 08:08:18 +0200:



> >>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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

1. 2.5.70 (PPC build) -- drivers/net/hp100.ko needs unknown symbol isa_readl

Looks like a configuration dependency change is needed.

if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.5.70; fi
WARNING: /lib/modules/2.5.70/kernel/drivers/net/hp100.ko needs unknown
symbol isa_readl
WARNING: /lib/modules/2.5.70/kernel/drivers/net/hp100.ko needs unknown
symbol isa_memset_io
WARNING: /lib/modules/2.5.70/kernel/drivers/net/hp100.ko needs unknown
symbol isa_memcpy_toio
WARNING: /lib/modules/2.5.70/kernel/drivers/net/hp100.ko needs unknown
symbol isa_memcpy_fromio

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

2. New motherboard, now can;t detect CDROM

3. [2.5.70][ANNOUNCE] kexec for 2.5.70 available

4. GDI-Printer under Linux?

5. RAID crash in 2.5.70-bk7

6. boot problem

7. 2.5.70 and 2.5.70-mm3 hang on bootup

8. HELP: mmdf channel backing up.

9. IrDA patches changelog (for 2.5.70)

10. ALSA Segmentation fault load modules 2.5.70 and 2.5.70mm1

11. compile fix for MPT Fusion driver for 2.5.70 bk

12. More i2c driver changes for 2.5.70

13. 2.5.70: drivers/video/i810/i810.h