Hello all, I'm attempting to install the bttv drivers in RH 8.0, but receive the following messages when running make in the extracted bttv directory: [root@localhost bttv-0.7.100]# make make -C driver default make[1]: Entering directory `/root/bttv-0.7.100/driver' make -C /lib/modules/2.4.18-14/build SUBDIRS=/root/bttv-0.7.100/driver modules make: Entering an unknown directory make: *** . Stop. make: Leaving an unknown directory make[1]: *** [default] Error 2 make[1]: Leaving directory `/root/bttv-0.7.100/driver' make: *** [default] Error 2 The obvious problem to me is "/lib/modules/2.4.18-14/build: No such file or directory" but that is acutally there: [root@localhost bttv-0.7.100]# ls -la /lib/modules/2.4.18-14 drwxr-xr-x 6 root root 4096 Oct 25 12:21 . drwxr-xr-x 4 root root 4096 Oct 20 20:02 .. lrwxrwxrwx 1 root root 24 Oct 25 12:21 build -> /usr/src/linux-2.4.18-14 drwxr-xr-x 9 root root 4096 Oct 18 14:08 kernel -rw-r--r-- 1 root root 95132 Oct 25 00:02 modules.dep -rw-r--r-- 1 root root 31 Oct 25 00:02 modules.generic_string -rw-r--r-- 1 root root 147 Oct 25 00:02 modules.ieee1394map -rw-r--r-- 1 root root 8257 Oct 25 00:02 modules.isapnpmap -rw-r--r-- 1 root root 29 Oct 25 00:02 modules.parportmap -rw-r--r-- 1 root root 95747 Oct 25 00:02 modules.pcimap -rw-r--r-- 1 root root 24 Oct 25 00:02 modules.pnpbiosmap -rw-r--r-- 1 root root 97197 Oct 25 00:02 modules.usbmap drwxr-xr-x 2 root root 4096 Oct 18 22:08 net drwxr-xr-x 2 root root 4096 Oct 18 22:08 pcmcia drwxr-xr-x 2 root root 4096 Oct 18 22:08 usb Anyone have any ideas/insight on this? ----------------------------------------------------------------- -----------