blob: 2a2c42fc7e13e79145276e67bf0e0ef2402ee29e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Installation instructions bcm5974
----------------------------------
Standing in the source directory, do:
1. make -C /lib/modules/`uname -r`/build M=$PWD modules
2. sudo cp bcm5974.ko /lib/modules/`uname -r`/kernel/drivers/input/mouse/
3. sudo ./scripts/bcm5974-post-install
4. reboot (or reload the bcm5974 module if already installed)
For trouble-shooting, try running
./scripts/bcm5974-diagnostics
|