Comment 7 for bug 1315360

Revision history for this message
Matthew Williams (matthew-p-williams-98) wrote :

 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