Kuy Bicol wrote: > > Hi, > > I Downloaded some of the latest release V4L2 drivers from > the sourceforge site. The "make" failed trying to load the > "/script/pathdown.sh" script. Where can I get this? > > I have an Athlon Machine running RHL 7.1, Kernel 2.4.5, > with a working bttv loadable module. Capture cad is > Hauppage WinTV. Currently using XawTV 3.53 and everything > is working fine. > > Just wanted to test the bttv2 driver. The videodevX was > compiled and installed successfully. > > Thanks, > Kuy That error is normal, and can occur with some newer kernel versions. It should not break the build though. Note that RedHat 7.1 ships with an unstable development compiler unsuitable for building modules. You should add "CC=kgcc" as the first line of "Makefile". -justin