From 32759d402e7327865ea18a203bd1c09f98735bd1 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 22 Oct 2017 17:09:25 +0000 Subject: Initial commit --- doc/mdevd.html | 130 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 doc/mdevd.html (limited to 'doc/mdevd.html') diff --git a/doc/mdevd.html b/doc/mdevd.html new file mode 100644 index 0000000..b5b8a36 --- /dev/null +++ b/doc/mdevd.html @@ -0,0 +1,130 @@ + + + + + + mdevd: the mdevd program + + + + + + +

+mdevd
+Software
+skarnet.org +

+ +

The mdevd program

+ +

+mdevd is an uevent manager. It reads a series of +uevents on its stdin; for every uevent it reads, it performs +actions according to its configuration file. Actions can +be inserting a kernel module, creating or modifying device +entries in /dev, etc. +

+ +

+ mdevd's configuration file uses the exact same +format as +mdev. +The differences between mdevd and mdev are: +

+ + + +

Interface

+ +
+     mdevd [ -v verbosity ] [ -f conffile ] [ -n ] [ -s slashsys ] [ -d slashdev ] [ -F fwbase ]
+
+ + + +

Exit codes

+ + + +

Signals

+ +

+ mdevd reacts to the following signals: +

+ + + +

Options

+ + + +

Configuration file

+ +

+ mdevd uses mdev's configuration file format. +A good mdev.conf example is available +here. +

+ +

+ If mdevd cannot find its configuration file, it will use a simple, basic default +configuration where it can create device nodes as root or delete them, and does +nothing else. +

+ +

Notes

+ + + + + -- cgit v1.2.3