Re: How to use module in 2.6
From: Randy.Dunlap
Date: Wed Oct 01 2003 - 10:41:03 EST
On 01 Oct 2003 15:54:00 +0400 ocsy <ocsy@xxxxxxxxx> wrote:
| Yes i make it))Kernel comile and modules was done (make modules after
| that make modules_install)And than reboot....
| But after that I type insmod <module_name> and I see on a screen a
| LITTLE warning (fatal error) that talk to me module can be load to the
| kernel becouse it have old format))
insmod module.ko, not insmod module.o
Or (preferable) use modprobe module
| I think than I must look for modutils (witch can support kernell 2.6 new
| modules format) but I can't find it...
modutils are for before 2.6.
2.6 uses module-init-tools only.
--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/