pesoy misak wrote: >tried to insmod the modules with insmod >/lib/modules/2.4.18/kernel/drivers/net/8139too.o it >sned me error saying this > >./8139too.o: unresolved symbol >mii_ethtool_gset_R37c1efdb >./8139too.o: unresolved symbol >mii_ethtool_sset_R686b69b4 >./8139too.o: unresolved symbol >mii_nway_restart_R656b7663 >./8139too.o: unresolved symbol mii_link_ok_R966d6a3d
It sounds like a problem with the module, maybe a recompile of the kernel (or install a newer binary kernel, if your a kernel-image man). Otherwise, modprobe is generaly prefered over insmod in which it trys to find the settings for you, and generaly works well at that. - Chris [EMAIL PROTECTED] -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
