blob: 7c7e975a88350b3e8e62ac3aa60f9ac3c967e522 (
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 (only if bcm5974 never was used before)
For trouble-shooting, try running
./scripts/bcm5974-diagnostics
|