download the driver from here:
http://gitorious.org/tw68/tw68-v2/trees/masterby clickin on ¨download master as tar.gz¨
untar the file(decompress)
from the uncompressed folder open the konsole(press f4)
type make
youll get something similar to this:
[user@localhost tw68-tw68-v2]$ make
make -C /lib/modules/2.6.33.5-pclos1.pae/build M=/home/user/Downloads/tw68-tw68-v2 modules
make[1]: Entering directory `/usr/src/kernel-devel-2.6.33.5-pclos1.pae'
CC [M] /home/user/Downloads/tw68-tw68-v2/tw68-core.o
/home/user/Downloads/tw68-tw68-v2/tw68-core.c: In function ‘tw68_initdev’:
/home/user/Downloads/tw68-tw68-v2/tw68-core.c:708: warning: ‘DMA_nnBIT_MASK’ is deprecated
CC [M] /home/user/Downloads/tw68-tw68-v2/tw68-cards.o
CC [M] /home/user/Downloads/tw68-tw68-v2/tw68-video.o
CC [M] /home/user/Downloads/tw68-tw68-v2/tw68-vbi.o
CC [M] /home/user/Downloads/tw68-tw68-v2/tw68-ts.o
CC [M] /home/user/Downloads/tw68-tw68-v2/tw68-risc.o
CC [M] /home/user/Downloads/tw68-tw68-v2/tw68-tvaudio.o
LD [M] /home/user/Downloads/tw68-tw68-v2/tw68.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/user/Downloads/tw68-tw68-v2/tw68.mod.o
LD [M] /user/user/Downloads/tw68-tw68-v2/tw68.ko
make[1]: Leaving directory `/usr/src/kernel-devel-2.6.33.5-pclos1.pae'
[user@localhost tw68-tw68-v2]$ ^C
[user@localhost tw68-tw68-v2]$ cd /home/user/Downloads
[user@localhost Downloads]$ ^C
[user@localhost Downloads]$ cd /home/user/Downloads/tw68-tw68-v2
[user@localhost tw68-tw68-v2]$
this will generate the tw68.ko and tw68.mod.o
You have to copy tw68.ko to /lib/modules/ "current kernel" /kernel/ (as root)
hope this helps
