README revision e5e322bc627a07d29a07e08f7c96bd644a3ae057
db787e79264e0bb996528b505377a9f935b1e186Christian Hesseudev - a userspace implementation of devfs
db787e79264e0bb996528b505377a9f935b1e186Christian HesseFor more information on the design, and structure of this project, see the
db787e79264e0bb996528b505377a9f935b1e186Christian Hessefiles in the docs/ directory.
db787e79264e0bb996528b505377a9f935b1e186Christian Hesse- You must be running a 2.6 version of the Linux kernel.
db787e79264e0bb996528b505377a9f935b1e186Christian Hesse- Your 2.6 kernel must have had CONFIG_HOTPLUG enabled when it was built.
db787e79264e0bb996528b505377a9f935b1e186Christian Hesse- Make sure sysfs is mounted. udev will figure out where sysfs is mounted, but
db787e79264e0bb996528b505377a9f935b1e186Christian Hesse the traditional place for it is at /sys. You can mount it by hand by running:
db787e79264e0bb996528b505377a9f935b1e186Christian Hesse mount -t sysfs none /sys
db787e79264e0bb996528b505377a9f935b1e186Christian Hesse- Make sure you have the latest version of the linux-hotplug scripts. They are
If this is not set it will default to /lib/modules/`uname -r`/build
This will put the udev binary in /sbin, create the /udev and /etc/udev
directories, and place the udev configuration files in /etc/udev. You
udev-test.pl script as root in the test/ subdirectory of the udev source
Any comment/questions/concerns please let me and the other udev developers