I want to try out KVM but am having a problem building it.
Sorry about the formatting below...
Linux Microknoppix 2.6.39.3 #21 SMP PREEMPT Sat Jul 23 09:48:39 CEST 2011 i686 GNU/Linux
modprobe iscsi_trgt
results in
FATAL: Module iscsi_trgt not found.
so did a
# apt-get install module-assistant debhelper
then
# m-a a-i iscsitarget
Fails with error
log:
iscsitarget-source.buildlog.2.6.39.3.1 contents:
dh_clean -k
dh_clean: dh_clean -k
Hello everyone:
I want to install NV driver for my Geforce MX 440 on opensuse 11.0,but i got a error means miss modversions.h file in kernel source directory(I have install kernel source,gcc)after that i searched this file in my disk,and did not find it.So i don't know how to do,anyone can help me?Thinks
Hello,
after upgrading from openSUSE 11.1 to 11.2 by new installation my virtualbox is not running anymore.
I tried the OSE version from the openSUSE DVD as well as the SUN version from SUN's download site.
The VirtualBox software is starting but when I want to start a VM this is not possible with this message :
Kernel driver not installed (rc=-1908)
I've built a kernel with loadable module support for various reasons, one of them the possibility to compile modules and load them without rebooting. This is supposed to be useful when I need a module that I had not enabled in the kernel config.
Now, with drivers like nouveau, it's as easy as going to the source directory, and running make M=drivers/gpu/drm/nouveau.
I'm writing a Loadable Kernel Module for Linux that overwrites data in the memory address of another process. I want to overwrite a 4-byte integer.
Upon looking at ptrace(), I noticed a function named copy_from_user which, according to some documentation I found, seemed to fit the bill. However, when I try to load the module into the kernel (for a specific PID and address), it crashes.
I have been provided with a vendor supplied minimal linux installation. From an answer to a previous question I discovered that it is possible to build a kernel with or without module support. I have a CANBUS device that I need to attach which comes with drivers in the form of .ko files.
I am facing a problem while building a kernel module.
file1.c:
Quote:
#include <linux/kernel.h>
#include <linux/module.h>
#include "sam.h"
int __init sam_init(void)
{
printk(KERN_INFO "Hello, world - this is the kernel speaking\n");
return 0;
}
module_init(sam_init);
file2.c
Quote:
#include <linux/ke
I'm getting this error when trying to run insmod xx.ko on a module I wrote: -1 Invalid module format
dmesg: no symbol version for module_layout