|
|
Log in / Subscribe / Register

Udev rules and the management of the plumbing layer

Udev rules and the management of the plumbing layer

Posted Aug 13, 2008 1:54 UTC (Wed) by mattdm (subscriber, #18)
In reply to: Udev rules and the management of the plumbing layer by jreiser
Parent article: Udev rules and the management of the plumbing layer

I think you misunderstand the comment. It has nothing to do with desktop or server software.
Rather, important functionality is increasingly required from user-space (not linked into the
kernel) daemons that run at the system level.


to post comments

Udev rules and the management of the plumbing layer

Posted Aug 13, 2008 8:56 UTC (Wed) by gnb (subscriber, #5132) [Link] (3 responses)

> It has nothing to do with desktop or server software.
 But it has to do with desktop/server deployments. Embedded systems with 
a fixed set of hardware can often still be built with all the drivers 
built-in, a fixed /dev containing the correct nodes, and no need for 
early userspace or udev or probably most of the daemons you had in mind.     
There is plenty that can be done with a bare kernel and a minimal 
userpsace to push config. into it, just not in the desktop space.

Udev rules and the management of the plumbing layer

Posted Aug 14, 2008 22:24 UTC (Thu) by deleteme (guest, #49633) [Link] (1 responses)

Well at somepoint it's going to be cheaper to just run udev than mapping everything on your
own, even in embedded.

Udev rules and the management of the plumbing layer

Posted Aug 15, 2008 0:17 UTC (Fri) by madscientist (subscriber, #16861) [Link]

On my embedded systems, which are busybox-based, I use mdev instead.  Same basic idea though.

Udev rules and the management of the plumbing layer

Posted Aug 15, 2008 0:01 UTC (Fri) by quotemstr (subscriber, #45331) [Link]

Isn't it fair to assume the desktop space by default and make it explicit if you're talking
about embedded Linux?


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds