INSTALL
changeset 1214 63802a52dd69
parent 1106 745a0cc03143
child 1331 7cd33a77f926
--- a/INSTALL	Wed Sep 03 15:36:51 2008 +0000
+++ b/INSTALL	Thu Sep 04 09:22:33 2008 +0000
@@ -33,9 +33,10 @@
 # cp ${PREFIX}/etc/sysconfig/ethercat /etc/sysconfig/ethercat
 # vi /etc/sysconfig/ethercat
 
-The EtherCAT character device will be created with mode 0660 and group root by
-default. If you want to give normal users reading access, create a udev rule
-like this:
+Make sure, that the 'udev' package is installed, to automatically create the
+EtherCAT character devices. The character devices will be created with mode
+0660 and group root by default. If you want to give normal users reading
+access, create a udev rule like this:
 
 # echo KERNEL==\"EtherCAT[0-9]*\", MODE=\"0664\" > /etc/udev/rules.d/99-EtherCAT.rules