forked from mrclksr/DSBDriverd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.mdoc
59 lines (58 loc) · 1.24 KB
/
readme.mdoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.Dd $Mdocdate$
.Dt DSBDriverd 8
.Os
.Sh ABOUT
.Nm dsbdriverd
is a daemon that automatically tries to find and load the
suitable driver for your PCI and USB hardware. On startup
.Nm
scans the PCI and US(B) bus for all connected devices and looks up their
driver in a database and linker.hints files using information provided by
the hardware. The same applies to USB devices attached to the system later
at runtime.
.Sh INSTALLATION
.Bd -literal -offset indent
# git clone https://github.com/mrclksr/DSBDriverd.git
# cd DSBDriverd && make install
.Ed
.Sh USAGE
.Nm
.Op Fl l | Fl c Ar vendor:device
|
.Op Fl fn
.Op Fl x Ar driver,...
.Sh OPTIONS
.Bl -tag -width indent
.It Fl c
Check if there is a driver for the given
.Ar vendor
and
.Ar device
ID.
.It Fl f
Run in foreground.
.It Fl l
List installed devices and their corresponding driver.
.It Fl n
Just show what would be done, but do not load any drivers, or call any
Lua functions.
.It Fl x
Exclude every
.Ar driver
in the comma separated list from loading.
.El
.Sh SETUP
In oder to start
.Nm
at boot time, add the following line to
.Em /etc/rc.conf :
.Bd -literal -offset indent
dsbdriverd_enable="YES"
.Ed
.Pp
In addtion you can specify flags using the
.Em dsbdriverd_flags
variable.
.Pp
in
.Em /etc/rc.conf