On Mon, 2005-12-05 at 18:17 +0100, Peter Beutner wrote: > Hi > > > is there a way to compile the dvb modules with only the kernel headers > > installed? > > I don't want necessarily would like to recompile the whole kernel. > No, you need to have the kernel sources. But if you choose to compile the dvb stuff as > modules, you only need to recompile those modules. Or, considering the patch is simply adding a new ID, you could just search using a hex editor and change an instance of '0007000c' to '00070001' in the compiled module binary itself :) Good luck! :) Cheers, Gavin.