linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.5.72 insmod question
@ 2003-07-18  0:35 yiding_wang
  2003-07-18  0:47 ` Randy.Dunlap
  2003-07-18  9:59 ` Cesar Suga
  0 siblings, 2 replies; 6+ messages in thread
From: yiding_wang @ 2003-07-18  0:35 UTC (permalink / raw)
  To: linux-kernel

I completed a fibre channel driver change to support for 2.5.72 (suppose to be 2.6 compatible) and compiled it OK.  When trying load the driver with "insmod", it complains with the message "insmod: QM_MODULES: Function not implemented".

I tried kernel built module qla1280.o and got the same result.  It seems the insmod utility in my system is not compatible with new 2.5.72 built module.

I have 2.4.20-8 kernel installed first and driver loads and runs fine.  Later added 2.5.72 kernel and booted with its bzImage works fine too.  However, the insmod utility I am using to load new driver was from 2.4.20-8 which has system_query_module() being called.  I checked Doc. and source code for 2.5.72 and could not find same function call in module.c

Some web documents mentioned that the module installation is changed from 2.4.x to 2.5.x.  So far I am still looking for the solution and hope someone can help me on the issue.

I am compiling the driver out side of kernel source tree but using kernel environmental variables for compatibility.

Regards,

Eddie

 


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

end of thread, other threads:[~2003-07-18 22:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-18  0:35 2.5.72 insmod question yiding_wang
2003-07-18  0:47 ` Randy.Dunlap
2003-07-18 11:50   ` Tomas Szepe
2003-07-18 14:35     ` Randy.Dunlap
2003-07-18 22:53       ` Ronald Jerome
2003-07-18  9:59 ` Cesar Suga

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