projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d39e2b
)
modprobe does not require .o
author
David Schleef
<ds@schleef.org>
Tue, 19 Dec 2000 16:06:15 +0000
(16:06 +0000)
committer
David Schleef
<ds@schleef.org>
Tue, 19 Dec 2000 16:06:15 +0000
(16:06 +0000)
INSTALL
patch
|
blob
|
history
diff --git
a/INSTALL
b/INSTALL
index c780e83b0999c825399ca6ff955fe9c9bdf0df00..487e76a821fc8c62df03b1cd50d0b9b7cb8c0e59 100644
(file)
--- a/
INSTALL
+++ b/
INSTALL
@@
-41,7
+41,7
@@
special files will be created:
To use comedi, the driver module must be loaded into the kernel.
In general, this is done by a command similar to
- /sbin/modprobe <<driver>>
.o
+ /sbin/modprobe <<driver>>
If your module dependencies are set up correctly, this will load
both comedi.o and your driver. See the man pages for modprobe