maigret Tux's lil' helper
Joined: 12 Aug 2004 Posts: 139 Location: Germany
|
Posted: Sun Nov 27, 2005 8:35 am Post subject: KC16: What is udev? What does it have to do with devfs? |
|
|
Navigation: [prev KC14: Kernel CFLAGS] [Table of Contents]
KC16: What is udev? What does it have to do with devfs?
udev and devfs manage the device files in your /dev directory in a dynamic way. This means udev and devfs take care to create device files for you, which is as important as convenient. Actually neither devfs or udev are required, but without one of them the setup will be much more difficult.
devfs has been removed from the Linux kernel in version 2.6.13 and later. If you are using devfs now and plan to upgrade, you will have to switch to udev. There is a FAQ about the switch at kernel.org.
The Gentoo udev Guide teaches you how to deploy udev. Further resources are the udev site at kernel.org and a guide about writing udev rules. |
|