Willaby willaby@pgen.net writes:
'Warning: loading /lib/modules/2.4.1...../apm.o will taint the kernel: no license' Does anybody know what this means?
Yes, it's a recent change in the kernel structure. All modules now have to declare their freeness to the kernel, or you get that warning. The ultimate aim is to be able to spot people using badly-written unsupported binary-only drivers (can you say "nvidia"?) a mile off.
Unfortunately, the current kernel doesn't have all its modules declaring their freeness, hence the "no licence" error and a lot of unnecessary taints. Again, a cock-up in the "stable" series. Expect this to get nailed quite swiftly, though.