GPL-only symbols and ndiswrapper
GPL-only symbols and ndiswrapper
Posted Oct 25, 2006 17:12 UTC (Wed) by vondo (guest, #256)In reply to: GPL-only symbols and ndiswrapper by coopj
Parent article: GPL-only symbols and ndiswrapper
Totally different. The NV drivers do not use the GPL symbols at all.
I suspect (but have no knowledge) that the GPL licensed ndiswrapper uses the GPL symbols but does not provide access to those symbols to any driver it loads. At most, it will translate between the GPL symbols and the Windows symbols.
Come to think of it, I suppose it's technically possible that the NV driver wrapper (which is GPL) might do the same thing.
Pure speculation on my part, so if I'm wrong, please let me know.
Posted Oct 25, 2006 19:21 UTC (Wed)
by drag (guest, #31333)
[Link] (1 responses)
I don't think that your realy going to work around the issue.
The ndiswrapper is different as it's more of a generic loader and the windows drivers are clearly 100% not derived code. There are absolutely no restrictions on what end users can do via the GPL license. Personally I could steal W2k source code and shovel it into the kernel code and that is 100% ok as far as the GPL goes. Problems crop up however when you want to ship it to other people.
As for shipping working ndiswrapper drivers.. that's even worse then the nvidia stuff.
Not only are you violating the kernel developer's copyright license, but your also probably violating the licenses provided by the windows drivers writers who probably signed licenses with Microsoft stating that their code is only allowed to run on MS operating systems.. which seems the standard stuff for Microsoft's software licensing.
Posted Oct 26, 2006 23:43 UTC (Thu)
by filipjoelsson (guest, #2622)
[Link]
The nvidia binary module is developed for Windows. Ndiswrapper is a shim to load proprietary drivers developed for Windows, exactly the same as the nvidia shim is. The only difference is that ndiswrapper is a generalized framework whereas the nvidia shim is specialized for just one driver.
So the following question is perfectly valid: Why should ndiswrapper use GPL-symbols when the nvidia shim can't? Both are shipped as source, and ndiswrapper relies on the user providing the proprietary driver.
Posted Nov 2, 2006 18:30 UTC (Thu)
by jengelh (guest, #33263)
[Link]
The nvidia glue is not GPL at all (there is not even a MODULE_LICENSE string in there), just like the binary blob.
Get back when you get people to agree that:GPL-only symbols and ndiswrapper
propriatory code + gpl'd code you own copyright for + gpl'd code that you don't own copyright for = perfectly ok.
A lot of "probably" in there.GPL-only symbols and ndiswrapper
>Come to think of it, I suppose it's technically possible that the NV driver wrapper (which is GPL) might do the same thing.GPL-only symbols and ndiswrapper