diff options
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 17 |
1 files changed, 17 insertions, 0 deletions
| @@ -0,0 +1,17 @@ | |||
| 1 | Installation instructions bcm5974 | ||
| 2 | ---------------------------------- | ||
| 3 | |||
| 4 | Standing in the source directory, do: | ||
| 5 | |||
| 6 | 1. make -C /lib/modules/`uname -r`/build M=$PWD modules | ||
| 7 | |||
| 8 | 2. sudo cp bcm5974.ko /lib/modules/`uname -r`/kernel/drivers/input/mouse/ | ||
| 9 | |||
| 10 | 3. sudo ./scripts/bcm5974-post-install | ||
| 11 | |||
| 12 | 4. reboot (only if bcm5974 never was used before) | ||
| 13 | |||
| 14 | For trouble-shooting, try running | ||
| 15 | |||
| 16 | ./scripts/bcm5974-diagnostics | ||
| 17 | |||
