From: Holger K. <hol...@gm...> - 2006-12-20 10:25:17
|
Ken Perl schrieb: > If I run Debian system on coLinux, how to install a new kernel module > like new filesystem support to coLinux, I think the normal install > method using apt-get doesn't work. This is because the modules have to match the kernel. You can compile your own modules if you can compile the colinux kernel. You need at least the patched source of the colinux kernel to compile a module for it. Maybe forcing the modules to load with modprobe -f is worth a try. But weird things can happen with modules compiled for a different kernel. |