On 3/15/07, Avinoam hirschberg <[EMAIL PROTECTED]> wrote:
Rob, Thanks we don't have any .o or .ko files so this explain the error we did see that make file that come with the s390-tools remove the .o files
It also removed my brains, so it seems :-( I was confused. The s390-tools stuff builds only the userspace module (the vmcp program). And "make install" finally puts that module in /usr/bin (not in /usr/sbin ?) The kernel module is part of the kernel sources and gets shipped with your kernel. That module lives here: /lib/modules/`uname -r`/kernel/drivers/s390/char/vmcp.ko and "modprobe vmcp" knows how to find it there. So you should have used "modprobe" rather than "insmod" to do the trick. Rob ---------------------------------------------------------------------- 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
