Hi,
I made that post you are talking about.
I cant give you a full description of what I have done, but I think i show you some directions where to look for.
Ok, the solution I found for myself was to apply a patch to a kernel module - saa7134.
By the way, a kernel patch is a source code modication. Applying a patch evolves to unix commands, diff and patch.
So, what I did was:
* download my kernel source code from
www. kernel. org (if you dont know what kernel are you running, try the command 'uname -r')
* apply the patch
* compile the kernel or at least the module
I think you can follow any kernel compiling and/or patching howto.
Feel free to ask or make a comment.