Re: RE: Built 2.6.14!



David Baron <d_baron@xxxxxxxxxx> wrote:

|> > I note that any attempt to place CONFIG_DEVFS=y (or CONFIG_DEVFS_FS
|> > as implied
|> > in the Makefile by the devfs sources!!) produces an undefined symbol error. I
|> > did, however, notice some errors dealing with devfs elsewhere. In any event,
|> >this was NOT in the kernel I compiled!
|>
|> Actually, I do not know how I booted this kernel.

devfs and udev are both utilities which create device files dynamically as needed,
either at boot time or in response to hotplugging of pieces of hardware while the
system is running. One advantage that is claimed for both is that you have only the
files you actually need in the /dev/ directory rather than zillions of files that
will never be used. Plus, hotplugging is a useful thing to be able to do.

Devfs is disabled in the 2.6.14 kernel (the code is still in the kernel, but it is
not compiled in response to `make'). So if you want to populate the /dev/ directory,
with 2.6.14 udev is your only option.

Of course, if you already have a /dev directory which contains the files your system
needs, you won't need either devfs or udev. But you won't have the claimed advantages
of dynamic device-file creation either,

Jim



--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: DevFS vs. udev
    ... udev sounds more like a thug who's smug about winning, ... It's time for the USERS to rise up and speak. ... I think I speak for most people on this list when I say that the kernel ... NEEDS people like you like we need devfs itself. ...
    (Linux-Kernel)
  • Re: devfs vs udev, thoughts from a devfs user
    ... into sysfs, what about a little thought experiment. ... contest is basically the same thing for the kernel. ... devfs is just one more filesystem of many. ... But again, you're talking about udev and devfs, when you ...
    (Linux-Kernel)
  • Re: [ANNOUNCE] udev 021 release
    ... >> This item keeps coming up as the one feature that devfs has and udev ... > to one where the proper modules are loaded when the hardware is found. ... Of course I sometimes need my kernel to adapt to new hardware and with ... If udev support for yet undriven but present hardware is so hard to ...
    (Linux-Kernel)
  • Re: [GIT PATCH] Remove devfs from 2.6.12-git
    ... Fork the kernel? ... vocal udev proponents actively discouraged out-of-tree projects from ... Something like devfs (or the device model, ... recently heard anyone claim cryptoloop did something dm-crypt doesn't. ...
    (Linux-Kernel)
  • Re: [GIT PATCH] Remove devfs from 2.6.12-git
    ... > that udev was the official future path of the linux kernel? ... people who want dynamic /dev and persistant naming can use. ... > overridable policy in udev rather than in devfs, ...
    (Linux-Kernel)