xpad icon indicating copy to clipboard operation
xpad copied to clipboard

Error running 'sudo dkms install -m xpad -v 0.4'

Open kumailn opened this issue 6 years ago • 1 comments

Getting this error when I try to run the DKMS command:

nvidia@tegra-ubuntu:~$ sudo dkms install -m xpad -v 0.4

Kernel preparation unnecessary for this kernel. Skipping...

Building module: cleaning build area.... make KERNELRELEASE=4.4.38-tegra KVERSION=4.4.38-tegra....(bad exit status: 2) ERROR (dkms apport): binary package for xpad: 0.4 not found Error! Bad return status for module build on kernel: 4.4.38-tegra (aarch64) Consult /var/lib/dkms/xpad/0.4/build/make.log for more information.

kumailn avatar Mar 04 '19 03:03 kumailn

@kumailn Hi there. You need to do the following before installing the module:

cd /usr/src/xpad-0.4;
make

OOPMan avatar Apr 10 '19 14:04 OOPMan