Hi, at the moment i try to build LiS on SuSe 9.1 (inputs are really welcome). There are two problems until now:
In new distributions, there is a replacement for the modutils called module-init-tools. They won't unload modules with a "-" in the name, it is modified to "_" before investigating /proc/modules and unload the module! It looks something like this: rmmod streams-mtdrv ERROR: Module streams_mtdrv does not exist in /proc/modules The kbuild-mechanism automatically modifies modules to match this. But as LiS don't use this mechanism completly at the moment streams-mtdrv and co could not be unloaded! Another little problem which i not investigated till now is, that under Kernel 2.6.4-52 (SuSe 9.1) and gcc 3.3.3 the syscalls in module loop fail (EFAULT)! This can be avoided if LiS are build with -O1 instead of -O2. I think this gcc-version optimizes a little too good! With best regards Mit freundlichen Gr��en Alexander _______________________________________________ Linux-streams mailing list [EMAIL PROTECTED] http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams
