I followed the conversation at https://bbs.archlinux.org/viewtopic.php?pid=1410745. They have gotten the mouse buttons to work as well as two-finger scrolling and turning the touchpad off while typing.
the driver can be found at https://github.com/aduggan/hid-rmi.git I downloaded and was able to make the package, but when I tried "sudo make install" I got an error message saying "can't read private key". master@2r3z4r:~/Downloads/hid-rmi/hid-rmi$ sudo make make -C /lib/modules/3.13.0-24-generic/build SUBDIRS=/home/master/Downloads/hid-rmi/hid-rmi modules make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic' CC [M] /home/master/Downloads/hid-rmi/hid-rmi/hid-rmi.o Building modules, stage 2. MODPOST 1 modules CC /home/master/Downloads/hid-rmi/hid-rmi/hid-rmi.mod.o LD [M] /home/master/Downloads/hid-rmi/hid-rmi/hid-rmi.ko make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic' master@2r3z4r:~/Downloads/hid-rmi/hid-rmi$ sudo make install make -C /lib/modules/3.13.0-24-generic/build SUBDIRS=/home/master/Downloads/hid-rmi/hid-rmi modules_install make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic' INSTALL /home/master/Downloads/hid-rmi/hid-rmi/hid-rmi.ko Can't read private key DEPMOD 3.13.0-24-generic make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic' /bin/bash install.sh hid-rmi hid-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1315360 Title: [Razer Blade] Trackpad detected as mouse only To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1315360/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
