Dovrei aggiornare un modulo da CVS seguendo le dritte qui sotto,ma ricevo sempre :
bash: cvs: command not found
Devo forse installare un server CVS per poter fare queste operazioni?Sono completamente all'oscuro..Grazie!



a) Log into CVS, following the instructions at linuxtv.org [Repeated here].

cvs -d server:anonymous@cvs.linuxtv.org:/cvs/video4linux login

When prompted for a password, just hit <enter> with an empty password.

3b) Check out v4l-dvb CVS files.

cvs -d server:anonymous@cvs.linuxtv.org:/cvs/video4linux co v4l-dvb

3c) (optional) You can update your sources later by running:

cvs -z3 up -dP

4) Change into the v4l-dvb directory:

cd v4l-dvb

5) Compile the modules:

make