Re: 2.5.7 make modules_install failed

Richard B. Johnson (root@chaos.analogic.com)
Thu, 21 Mar 2002 14:55:31 -0500 (EST)


On Thu, 21 Mar 2002, Jean-Luc Coulon wrote:

> make[1]: Leaving directory `/usr/src/kernel-sources-2.5.7/arch/i386/lib'
> cd /lib/modules/2.5.7; \
> mkdir -p pcmcia; \
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
> pcmcia
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.7; fi
> depmod: *** Unresolved symbols in
> /lib/modules/2.5.7/kernel/sound/oss/sound.o
> depmod: virt_to_bus_not_defined_use_pci_map
> make: *** [_modinst_post] Error 1
>
> -----
> Regards
> Jean-Luc

Yep. One of the files in ../sound/oss/*.c is using an old interface.

virt_to_bus_not_defined_use_pci_map
'virt_to_bus' not defined, 'use_pci_map'

Cheers,
Dick Johnson

Penguin : Linux version 2.4.18 on an i686 machine (797.90 BogoMips).

Windows-2000/Professional isn't.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/