Open javl opened 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:
install.sh
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
//
/dkms/
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.
I'm not sure where this error is introduced, but when running
install.sh
on the current Debian I get the following error:Note the double
//
which I believe should be/dkms/
. I added this manually by settingwhich worked; the file is found and placed in the correct location.
Thank you for these drivers.