The install.txt gets certain code blocks wrong; which is quite annoying if 
you are not well versed in unix :)

Here is a patch.
-- 
Thomas Zander
--- install.txt-old	2005-07-08 23:43:34.000000000 +0200
+++ install.txt	2005-07-08 23:52:15.000000000 +0200
@@ -8,7 +8,7 @@
 (can we check this?)
 
  1. unpack the tarball
- 2. cd .../drivers
+ 2. cd ../drivers
  3. make
  4. make install
  5. unload any old drivers
@@ -25,7 +25,7 @@
 (can we check this?)
 
  1. unpack the tarball
- 2. cd .../drivers
+ 2. cd ../drivers
  3. make
  4. make install
  5. unload any old drivers
@@ -55,7 +55,7 @@
 for i in 0 1 2 3 16 32 224 ; do \
     if [ ! -f /dev/video$i ]; then \
         echo "Creating /dev/video$i" && mknod /dev/video$i c 81 $i && \
-        chown video /dev/video$i && chmod 660 /dev/video$i; \
+        chgrp video /dev/video$i && chmod 660 /dev/video$i; \
     else echo "/dev/video$i already exists"; \
     fi; \
 done

Attachment: pgp03S6BdzQhE.pgp
Description: PGP signature

Reply via email to