|
Revision 4387, 0.6 KB
(checked in by khali, 5 years ago)
|
|
Fix doubled word.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | Installing Modules |
|---|
| 2 | ================== |
|---|
| 3 | |
|---|
| 4 | 'make install' will install the kernel modules in the |
|---|
| 5 | subdirectories /lib/modules/$version/kernel/drivers/i2c and |
|---|
| 6 | /lib/modules/$version/kernel/drivers/sensors. This puts the modules |
|---|
| 7 | in the same location as a kernel 'make modules_install' does so |
|---|
| 8 | that there will be no duplicate modules. |
|---|
| 9 | |
|---|
| 10 | If 'make install' fails, particularly on Mandrake kernels, |
|---|
| 11 | see FAQ #3.8 (fix MODPREF in the Makefile) and #3.9. |
|---|
| 12 | |
|---|
| 13 | For details on options that apply to most modules, see |
|---|
| 14 | doc/chips/MODPARMS. For details on options specific to particular |
|---|
| 15 | modules, see the documentation in doc/chips/ and doc/busses/. |
|---|