linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Cannot fix unresolved module symbols
@ 2005-07-12 12:31 Mark Williams (MWP)
  2005-07-12 12:43 ` Richard B. Johnson
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Williams (MWP) @ 2005-07-12 12:31 UTC (permalink / raw)
  To: linux-kernel

Greetings all,

First, im using 2.6.12 with version 3.1 of module-install-utils and GCC 4.0.1.

I simply cannot get kernel modules to install.

Building the kernel and modules works perfecty, no errors.

But on running "make modules_install" i get:

depmod: QM_MODULES: Function not implemented
  INSTALL drivers/net/wireless/atmel.ko
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map
2.6.12; fi
depmod: *** Unresolved symbols in
/lib/modules/2.6.12/kernel/drivers/net/wireless/atmel.ko
depmod:         __netdev_watchdog_up
depmod:         preempt_schedule
depmod:         _mmx_memcpy
depmod:         eth_type_trans
depmod:         param_get_charp
depmod:         __kfree_skb
depmod:         alloc_skb
........ and many more

Ive had this problem since i started using 2.6.x, and have always compiled
drivers into the kernel to avoid it. But now i do need to get this fixed so i
can get ndiswrapper working.

Does anyone know what could be wrong?

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Cannot fix unresolved module symbols
  2005-07-12 12:31 Cannot fix unresolved module symbols Mark Williams (MWP)
@ 2005-07-12 12:43 ` Richard B. Johnson
  0 siblings, 0 replies; 2+ messages in thread
From: Richard B. Johnson @ 2005-07-12 12:43 UTC (permalink / raw)
  To: Mark Williams (MWP); +Cc: linux-kernel

On Tue, 12 Jul 2005, Mark Williams (MWP) wrote:

> Greetings all,
>
> First, im using 2.6.12 with version 3.1 of module-install-utils and GCC 4.0.1.
>
> I simply cannot get kernel modules to install.
>
> Building the kernel and modules works perfecty, no errors.
>
> But on running "make modules_install" i get:
>
> depmod: QM_MODULES: Function not implemented
>  INSTALL drivers/net/wireless/atmel.ko
> if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map
> 2.6.12; fi
> depmod: *** Unresolved symbols in
> /lib/modules/2.6.12/kernel/drivers/net/wireless/atmel.ko
> depmod:         __netdev_watchdog_up
> depmod:         preempt_schedule
> depmod:         _mmx_memcpy
> depmod:         eth_type_trans
> depmod:         param_get_charp
> depmod:         __kfree_skb
> depmod:         alloc_skb
> ........ and many more
>
> Ive had this problem since i started using 2.6.x, and have always compiled
> drivers into the kernel to avoid it. But now i do need to get this fixed so i
> can get ndiswrapper working.
>
> Does anyone know what could be wrong?
>
> Thanks.

> depmod: QM_MODULES: Function not implemented
           ^^^^^^^^^^^^^^^
The hint: Upgrade your modules tools. (module-init-tools-3.2.tar.gz)

Cheers,
Dick Johnson
Penguin : Linux version 2.6.12 on an i686 machine (5537.79 BogoMips).
  Notice : All mail here is now cached for review by Dictator Bush.
                  98.36% of all statistics are fiction.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-12 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-12 12:31 Cannot fix unresolved module symbols Mark Williams (MWP)
2005-07-12 12:43 ` Richard B. Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).