Hi DBX,
I had a look at your controller driver, and I have two considerations:
1) It could be highly frustrating to go through this for you
2) It will however boost your linux knowledge
But first, I would recommend to install it as a kernel patch, it would be easier, nevertheless, you still have to come to terms with using menuconfig and so on.
I think that the README file included in the tarball is pretty detailed but it assumes you are familiar with kernel/modules/patches etc..
So I recommend you start with a good howto from
, and get some information about the kernel; I am not sure they have a full 2.6 documentation but they had a very good guide to kernel 2.4.
Google will also come with several thousand good articles about your kernel, how to load/unoad modules, how to recompile it, etc..
A good tip, when you install your linux distro always include your kernel source/headers and stuff needed for kernel programming. FC installer has got a full section for Kernel programming that many users do not include due to its size at install time but it is good to have for your initial stages with linux. When your system will be in production, then you can consider a fresh and leaner install.
If you get stuck while messing up your kernel (just joking but probably it will happen), tek-tips is the best place to ask for help.
Cheers
QatQat
Life is what happens when you are making other plans.