Device Manager: Difference between revisions

From Alpine Linux
(moved content from Category Page Category:Device Manager to wiki page Device Manager)
Tag: Removed redirect
(added category)
Line 15: Line 15:
* [[Mdev#libudev_replacement|libudev replacement]]
* [[Mdev#libudev_replacement|libudev replacement]]
* [https://wiki.gentoo.org/wiki/Device_file Gentoo Wiki - Device file]
* [https://wiki.gentoo.org/wiki/Device_file Gentoo Wiki - Device file]
[[Category:Device Manager]]

Revision as of 09:26, 9 January 2025

A device manager is a program that manages device files in the /dev directory. Permissions and changes in /dev are handled by it.

Alpine linux has several device managers available:

  • mdev (from busybox) is the default.
  • mdevd is standalone, compatible with mdev, more efficient.
  • eudev is a complex, full-featured one.

udev is not available in Alpine Linux, since it depends on systemd which is not available. Use eudev instead.

Do I need a device manager?

Yes! Even for very specific use cases you would most likely just create a custom device manager.

See also