Итак скачал я тарбол с дровами. Вот что пишет автор драйверов по-поводу установки (я английский средне знаю):
If you are compiling the kernel version, just say 'm' if you are asked for bttv. I /strongly/ recommend to compile bttv as module, because there are some insmod options for configuring the driver. Starting with 0.7.49 the most important ones are available as kernel args too.
If you downloaded the separate bttv bundle: You need configured kernel sources to compile the bttv driver. The driver uses some Makefile magic to compile the modules with your kernel's configuration (wrt. module-versions, SMP, ...). If you already have compiled the kernel at least once, you probably don't have do worry about this. If not, go to /usr/src/linux and run at least "make config". Even better, compile your own kernel, you'll never become a real hacker else ;-) Note that you have to turn on video4linux support (CONFIG_VIDEO_DEV) in the kernel to get the videodev.o module which is required by bttv.
Он что предлагает перекомпилить ядро с поддержкой этого девайса? Если да, то как это делается? А если я просто пытаюсь (make), то:
[kirill@localhost bttv-0.7.107]$ make make -C driver default make[1]: Вход в каталог `/home/kirill/tgz'z/bttv-0.7.107/driver' make -C /lib/modules/2.4.20-9asp/build SUBDIRS=/home/kirill/tgz'z/bttv-0.7.107/driver modules /bin/sh: -c: line 1: unexpected EOF while looking for matching `'' /bin/sh: -c: line 2: syntax error: unexpected end of file make[1]: *** [default] Ошибка 2 make[1]: Выход из каталог `/home/kirill/tgz'z/bttv-0.7.107/driver' make: *** [default] Ошибка 2
Что это такое и что мне делать?