Category:Device Manager: Difference between revisions
(link to libudev replacement) |
(add todo for "Do I need a device manager?") |
||
Line 5: | Line 5: | ||
* '''[[mdevd]]''' is standalone, compatible with mdev, more efficient. | * '''[[mdevd]]''' is standalone, compatible with mdev, more efficient. | ||
* '''[[eudev]]''' is the complex, full-featured one. | * '''[[eudev]]''' is the complex, full-featured one. | ||
== Do I need a device manager? == | |||
{{todo}} | |||
== See Also == | == See Also == | ||
* [[Mdev#libudev_replacement|libudev replacement]] | * [[Mdev#libudev_replacement|libudev replacement]] |
Revision as of 11:17, 22 September 2023
A device manager is a program that manages device nodes in the /dev directory. It is responsible for things like hot-plugging usb devices.
Alpine linux has several device managers available:
- mdev (from busybox) is the default.
- mdevd is standalone, compatible with mdev, more efficient.
- eudev is the complex, full-featured one.
Do I need a device manager?
Todo: {{{1}}}