Я новичок в linux и многое мне не понятно, на эту карточку есть драйвер, но как его поставить я не пойму.
Вот ссылка на драйвер: http://gitorious.org/tw68/module/trees/master
Заранее спасибо всем кто откликнется!
вот что выдаёт при потытки установить:
Код: Выделить всё
Peace:~/tw68-module# make
make -C /lib/modules/2.6.31-1-686/build M=/root/tw68-module modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.31-1-686'
CC [M] /root/tw68-module/tw68-video.o
/root/tw68-module/tw68-video.c: In function ‘video_open’:
/root/tw68-module/tw68-video.c:929: error: implicit declaration of function ‘lock_kernel’
/root/tw68-module/tw68-video.c:937: error: implicit declaration of function ‘unlock_kernel’
/root/tw68-module/tw68-video.c: At top level:
/root/tw68-module/tw68-video.c:1695: warning: initialization from incompatible pointer type
/root/tw68-module/tw68-video.c:1696: error: ‘v4l_compat_ioctl32’ undeclared here (not in a function)
/root/tw68-module/tw68-video.c:1734: warning: initialization from incompatible pointer type
/root/tw68-module/tw68-video.c: In function ‘tw6800_initdev’:
/root/tw68-module/tw68-video.c:1789: warning: ‘DMA_nnBIT_MASK’ is deprecated
make[4]: *** [/root/tw68-module/tw68-video.o] Ошибка 1
make[3]: *** [_module_/root/tw68-module] Ошибка 2
make[2]: *** [sub-make] Ошибка 2
make[1]: *** [all] Ошибка 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.31-1-686'
make: *** [all] Ошибка 2и что с этим делать???