blob: 195fd0560e70b341c11372cdb39e0370d9da2f6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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. sudo depmod -a
5. reboot (or reload the bcm5974 module if already installed)
For trouble-shooting, try running
./scripts/bcm5974-diagnostics
|