On 3/15/07, Avinoam hirschberg <[EMAIL PROTECTED]> wrote:

I try to use VMCP from s390-tools-1.5.3
we open the tar and run make, when try to run insmod vmcp we got
an error  -1 invalid module format.
we are running SLES9 31bit, are we missing something

The argument to "insmod" is the file you want to load as kernel
module. So I guess "insmod vmcp" made you try to load the user
executable (the vmcp command so to say) as a kernel module. What you
want is the ".o" or ".ko" module.

But if you ran "make install" the kernel module should live in
/lib/modules and you should be able to "modprobe vmcp" now (may take
an ldconfig if the makefile did not do that).

Rob
--
Rob van der Heij
Velocity Software, Inc
http://velocitysoftware.com/

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to