This for if you use fc2 2.6kernel source witch came with system. You can edit kernel profile by being root(or super user) and typing make menuconfig in your kernel source directory. That gives you possibility to edit modules what will be complied into kernel. select your card if it isn't aldready (fc2 kernels are full of useless stuff) and make it a module or compile it as a part of kernel. Then save it. and exit from menu config. compile your kernel by typing: "make all" - this will compile everything you have selected and some more. "make modules_install" - this will install kernel modules. "make install" - this will install your kernel and make changes to grub.conf -Antti-