he1per / psmouse-dkms-alpsv7

Linux kernel driver for newer ALPS touchpads (as of Mar 2014)
26 stars 26 forks source link

Wrong path on install #23

Open javl opened 7 years ago

javl commented 7 years ago

I'm not sure where this error is introduced, but when running install.sh on the current Debian I get the following error:

Error: dkms install failed: '/lib/modules/3.16.0-4-amd64//updates/psmouse.ko' not found.

Note the double // which I believe should be /dkms/. I added this manually by setting

NEWMFILE="/lib/modules/3.16.0-4-amd64/updates/dkms/psmouse.ko"

which worked; the file is found and placed in the correct location.

Thank you for these drivers.