Comment 9 for bug 128299

Revision history for this message
BongoMan (pascal-bongosoft) wrote :

Hi,

I just tried to compile kanos source-package [url]http://www.kanotix.com/files/thorhammer/kanotix/non-free/avm/avm-source_3.11-19_i386.deb[/url] (extracted with dpkg -x) on SuSE 11.0 (Kernel 2.6.25.18). I managed to compile fxusb_cz successfully, changing only one thing in fxusb_cz/src/main.c (I know some purists would kill me for that):

MODULE_LICENSE ("Proprietary");
to
MODULE_LICENSE ("GPL");

nb: that's very bad practice! I'm sure there are better solutions...

But with this change, I could do "make" and it compiled without errors.
I have no root privileges on this SuSE-PC, so I can't test if the module loads without problems and if it works. Maybe you could test it Andreas?

Pascal