Closed sabeellpk98 closed 3 years ago
Let's step back a bit and see what is going on one piece at a time. If you issue "sudo evtest", what's the output?
Now the issue is resolved by the following commands...
sudo apt-get install -y kde-config-tablet
THANK YOU VERY MUCH
Hi, I am using Ubuntu 20.04 and brought a new wacom tablet (One by wacom CTL-472). Followed the steps in the site linuxwacom.github.io I dont know why it is not working for me...
HERE I AM ATTACHING MY OUTPUTS from the TERMINAL
sudo apt-get install build-essential autoconf linux-headers-$(uname -r) Reading package lists... Done Building dependency tree
Reading state information... Done autoconf is already the newest version (2.69-11.1). build-essential is already the newest version (12.8ubuntu1.1). linux-headers-5.11.0-37-generic is already the newest version (5.11.0-37.41~20.04.2). 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
input-wacom-0.48.0 file was downloaded and extracted
Get in to the directory
cd input-wacom-0.48.0
if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed" checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking if build path '/home/sabeelpk98/input-wacom-0.48.0' has spaces... no checking for kernel type... Linux checking for linux-based kernel... yes checking for kernel source/headers... /lib/modules/5.11.0-37-generic/build checking kernel version... 5.11.0-37-generic checking RHEL7 minor release... 0 checking power supply version... pre-v4.1 checking CONFIG_MODULE_SIG... y checking CONFIG_MODULE_SIG_FORCE... checking CONFIG_LOCK_DOWN_KERNEL... checking CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT... checking secure boot state... on checking if modules must be signed... recommended checking CONFIG_MODULE_SIG_HASH... sha512 checking for module signing hash algorithm... sha512 checking for kernel autogenerated key at /lib/modules/5.11.0-37-generic/build/certs/signing_key.pem... no checking for kernel autogenerated cert at /lib/modules/5.11.0-37-generic/build/certs/signing_key.x509... no checking for shim MOK key at /var/lib/shim-signed/mok/MOK.priv... yes checking for shim MOK cert at /var/lib/shim-signed/mok/MOK.der... yes checking for module signing key... /var/lib/shim-signed/mok/MOK.priv checking for module signing certificate... /var/lib/shim-signed/mok/MOK.der
checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating 3.7/Makefile config.status: creating 3.17/Makefile config.status: creating 4.5/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands configure:
BUILD ENVIRONMENT: linux kernel - yes 4.5 kernel source - yes /lib/modules/5.11.0-37-generic/build
NOTE: The kernel drivers included in this package are only tested with the X Wacom driver built from xf86-input-wacom. If you are running an X server version older than 1.7, please use the drivers provided by the linuxwacom package.
Please run 'make && make install'. make all-recursive make[1]: Entering directory '/home/sabeelpk98/input-wacom-0.48.0' Making all in 4.5 make[2]: Entering directory '/home/sabeelpk98/input-wacom-0.48.0/4.5' Building input-wacom drivers for 4.5 kernel. make -C /lib/modules/5.11.0-37-generic/build M=/home/sabeelpk98/input-wacom-0.48.0/4.5 make[3]: Entering directory '/usr/src/linux-headers-5.11.0-37-generic' make[3]: Leaving directory '/usr/src/linux-headers-5.11.0-37-generic' make[2]: Leaving directory '/home/sabeelpk98/input-wacom-0.48.0/4.5' make[2]: Entering directory '/home/sabeelpk98/input-wacom-0.48.0' make[2]: Leaving directory '/home/sabeelpk98/input-wacom-0.48.0' make[1]: Leaving directory '/home/sabeelpk98/input-wacom-0.48.0' Making install in 4.5 make[1]: Entering directory '/home/sabeelpk98/input-wacom-0.48.0/4.5' make -C /lib/modules/5.11.0-37-generic/build M=/home/sabeelpk98/input-wacom-0.48.0/4.5 modules_install mod_sign_cmd='"/lib/modules/5.11.0-37-generic/build/scripts/sign-file" "sha512" "/var/lib/shim-signed/mok/MOK.priv" "/var/lib/shim-signed/mok/MOK.der"' make[2]: Entering directory '/usr/src/linux-headers-5.11.0-37-generic' INSTALL /home/sabeelpk98/input-wacom-0.48.0/4.5/wacom.ko INSTALL /home/sabeelpk98/input-wacom-0.48.0/4.5/wacom_w8001.ko DEPMOD 5.11.0-37-generic Warning: modules_install: missing 'System.map' file. Skipping depmod. make[2]: Leaving directory '/usr/src/linux-headers-5.11.0-37-generic' mkdir -p /etc/depmod.d echo "override wacom extra" > /etc/depmod.d/input-wacom.conf echo "override wacom_w8001 extra" >> /etc/depmod.d/input-wacom.conf PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/bin:/sbin" depmod -a 5.11.0-37-generic /usr/sbin/update-initramfs -u -k 5.11.0-37-generic update-initramfs: Generating /boot/initrd.img-5.11.0-37-generic make[1]: Leaving directory '/home/sabeelpk98/input-wacom-0.48.0/4.5' make[1]: Entering directory '/home/sabeelpk98/input-wacom-0.48.0' make[2]: Entering directory '/home/sabeelpk98/input-wacom-0.48.0' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/sabeelpk98/input-wacom-0.48.0' make[1]: Leaving directory '/home/sabeelpk98/input-wacom-0.48.0'
By removing tablet, (base) sabeelpk98@sabeelpk98:~/input-wacom-0.48.0$ modinfo wacom | grep version version: v2.00-0.48.0 srcversion: 9069AD5A48C1B017DE804CA vermagic: 5.11.0-37-generic SMP mod_unload modversions
TROUBLESHOOTING (base) sabeelpk98@sabeelpk98:~$ sudo rmmod wacom rmmod: ERROR: Module wacom is not currently loaded (base) sabeelpk98@sabeelpk98:~$ sudo rmmod wacom_w8001 rmmod: ERROR: Module wacom_w8001 is not currently loaded (base) sabeelpk98@sabeelpk98:~$ sudo modprobe wacom modprobe: ERROR: could not insert 'wacom': Operation not permitted (base) sabeelpk98@sabeelpk98:~$ sudo modprobe wacom_w8001 modprobe: ERROR: could not insert 'wacom_w8001': Operation not permitted
for X driver (base) sabeelpk98@sabeelpk98:~$ sudo sh -c "apt-get update && apt-get install xserver-xorg-input-wacom$(dpkg -S $(which Xorg) | grep -Eo -- "-hwe-[^:]*")" Hit:1 http://in.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://in.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://in.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease
Get:5 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Fetched 114 kB in 5s (22.2 kB/s)
Reading package lists... Done Reading package lists... Done Building dependency tree
Reading state information... Done xserver-xorg-input-wacom is already the newest version (1:0.39.0-0ubuntu1). 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
(base) sabeelpk98@sabeelpk98:~$ sudo apt-get install autoconf pkg-config make xutils-dev libtool xserver-xorg-dev$(dpkg -S $(which Xorg) | grep -Eo -- "-hwe-[^:]*") libx11-dev libxi-dev libxrandr-dev libxinerama-dev libudev-dev Reading package lists... Done Building dependency tree
Reading state information... Done autoconf is already the newest version (2.69-11.1). libtool is already the newest version (2.4.6-14). libxi-dev is already the newest version (2:1.7.10-0ubuntu1). libxinerama-dev is already the newest version (2:1.1.4-2). libxrandr-dev is already the newest version (2:1.5.2-0ubuntu1). make is already the newest version (4.2.1-1.2). pkg-config is already the newest version (0.29.1-0ubuntu4). xutils-dev is already the newest version (1:7.7+5ubuntu2). libudev-dev is already the newest version (245.4-4ubuntu3.13). libx11-dev is already the newest version (2:1.6.9-2ubuntu1.2). xserver-xorg-dev is already the newest version (2:1.20.11-1ubuntu1~20.04.2). 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
downloaded the latest xf86-input-wacom release
Entered in to that directory
set -- --prefix="/usr" --libdir="$(readlink -e $(ls -d /usr/lib*/xorg/modules/input/../../../ | head -n1))" if test -x ./autogen.sh; then ./autogen.sh "$@"; else ./configure "$@"; fi && make && sudo make install || echo "Build Failed"
(base) sabeelpk98@sabeelpk98:~/xf86-input-wacom-0.40.0$ if test -x ./autogen.sh; then ./autogen.sh "$@"; else ./configure "$@"; fi && make && sudo make install || echo "Build Failed" checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking whether _XOPEN_SOURCE should be defined... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how gcc reports undeclared, standard C functions... error checking whether clang is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking if gcc supports -Werror=unknown-warning-option... no checking if gcc supports -Werror=unused-command-line-argument... no checking if gcc supports -Wall... yes checking if gcc supports -Wpointer-arith... yes checking if gcc supports -Wmissing-declarations... yes checking if gcc supports -Wformat=2... yes checking if gcc supports -Wstrict-prototypes... yes checking if gcc supports -Wmissing-prototypes... yes checking if gcc supports -Wnested-externs... yes checking if gcc supports -Wbad-function-cast... yes checking if gcc supports -Wold-style-definition... yes checking if gcc supports -Wdeclaration-after-statement... yes checking if gcc supports -Wunused... yes checking if gcc supports -Wuninitialized... yes checking if gcc supports -Wshadow... yes checking if gcc supports -Wmissing-noreturn... yes checking if gcc supports -Wmissing-format-attribute... yes checking if gcc supports -Wredundant-decls... yes checking if gcc supports -Wlogical-op... yes checking if gcc supports -Werror=implicit... yes checking if gcc supports -Werror=nonnull... yes checking if gcc supports -Werror=init-self... yes checking if gcc supports -Werror=main... yes checking if gcc supports -Werror=missing-braces... yes checking if gcc supports -Werror=sequence-point... yes checking if gcc supports -Werror=return-type... yes checking if gcc supports -Werror=trigraphs... yes checking if gcc supports -Werror=array-bounds... yes checking if gcc supports -Werror=write-strings... yes checking if gcc supports -Werror=address... yes checking if gcc supports -Werror=int-to-pointer-cast... yes checking if gcc supports -Werror=pointer-to-int-cast... yes checking if gcc supports -pedantic... yes checking if gcc supports -Werror... yes checking if gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking for doxygen... no configure: WARNING: doxygen not found - documentation targets will be skipped checking for rint in -lm... yes checking for XORG... yes checking for X11... yes checking for UDEV... yes checking for lshal... no checking for hal-set-property... no checking if HAL preprobe quirk should be installed... no checking whether the linker supports -wrap... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating conf/Makefile config.status: creating doc/Makefile config.status: creating doc/doxygen.conf config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating include/Makefile config.status: creating tools/Makefile config.status: creating test/Makefile config.status: creating xorg-wacom.pc config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands if test -x ./git-version-gen; then ./git-version-gen -u; fi make all-recursive make[1]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0' Making all in conf make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/conf' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/conf' Making all in doc make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/doc' Making all in src make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/src' Making all in man make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/man' Making all in include make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/include' Making all in tools make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/tools' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/tools' Making all in test make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/test' make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0' make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0' make[1]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0' [sudo] password for sabeelpk98: if test -x ./git-version-gen; then ./git-version-gen -u; fi make install-recursive make[1]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0' Making install in conf make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/conf' make[3]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/conf' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/share/X11/xorg.conf.d' /usr/bin/install -c -m 644 70-wacom.conf '/usr/share/X11/xorg.conf.d' /usr/bin/mkdir -p '/usr/lib/udev/rules.d' /usr/bin/install -c -m 644 wacom.rules '/usr/lib/udev/rules.d' /usr/bin/mkdir -p '/usr/lib/systemd/system' /usr/bin/install -c -m 644 wacom-inputattach@.service '/usr/lib/systemd/system' make[3]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/conf' make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/conf' Making install in doc make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/doc' make[3]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/doc' make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/doc' Making install in src make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/src' make[3]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/src' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/lib/xorg/modules/input' /bin/bash ../libtool --mode=install /usr/bin/install -c wacom_drv.la '/usr/lib/xorg/modules/input' libtool: install: /usr/bin/install -c .libs/wacom_drv.so /usr/lib/xorg/modules/input/wacom_drv.so libtool: install: /usr/bin/install -c .libs/wacom_drv.lai /usr/lib/xorg/modules/input/wacom_drv.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib/xorg/modules/input
Libraries have been installed in: /usr/lib/xorg/modules/input
If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following:
See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages.
make[3]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/src' make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/src' Making install in man make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/man' make[3]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/man' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/share/man/man4' /usr/bin/install -c -m 644 wacom.4 '/usr/share/man/man4' /usr/bin/mkdir -p '/usr/share/man/man1' /usr/bin/install -c -m 644 xsetwacom.1 '/usr/share/man/man1' make[3]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/man' make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/man' Making install in include make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/include' make[3]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/include' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/include/xorg' /usr/bin/install -c -m 644 Xwacom.h wacom-properties.h isdv4.h wacom-util.h '/usr/include/xorg' make[3]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/include' make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/include' Making install in tools make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/tools' make[3]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/tools' /usr/bin/mkdir -p '/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c xsetwacom isdv4-serial-debugger isdv4-serial-inputattach '/usr/bin' libtool: install: /usr/bin/install -c xsetwacom /usr/bin/xsetwacom libtool: install: /usr/bin/install -c isdv4-serial-debugger /usr/bin/isdv4-serial-debugger libtool: install: /usr/bin/install -c isdv4-serial-inputattach /usr/bin/isdv4-serial-inputattach make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/tools' make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/tools' Making install in test make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/test' make[3]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/test' make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0/test' make[2]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0' make[3]: Entering directory '/home/sabeelpk98/xf86-input-wacom-0.40.0' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/lib/pkgconfig' /usr/bin/install -c -m 644 xorg-wacom.pc '/usr/lib/pkgconfig' make[3]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0' make[2]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0' make[1]: Leaving directory '/home/sabeelpk98/xf86-input-wacom-0.40.0'
(base) sabeelpk98@sabeelpk98:~$ sudo apt-get install build-essential && sudo apt-get build-dep libwacom Reading package lists... Done Building dependency tree
Reading state information... Done build-essential is already the newest version (12.8ubuntu1.1). 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. Reading package lists... Done Reading package lists... Done Building dependency tree
Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
meson.build:306:8: ERROR: python is missing modules: libevdev, pyudev, pytest
A full log can be found at /home/sabeelpk98/libwacom-1.12/builddir/meson-logs/meson-log.txt
(base) sabeelpk98@sabeelpk98:~/libwacom-1.12$ ninja -C builddir ninja: Entering directory `builddir' ninja: error: loading 'build.ninja': No such file or directory
(base) sabeelpk98@sabeelpk98:~/libwacom-1.12$ sudo ninja -C builddir install [sudo] password for sabeelpk98: ninja: Entering directory `builddir' ninja: error: loading 'build.ninja': No such file or directory
(base) sabeelpk98@sabeelpk98:~/libwacom-1.12$ ./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu/ autoreconf: Entering directory
.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. autoreconf: running: /usr/bin/autoconf autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force Makefile.am:23: warning: EXTRA_DIST multiply defined in condition TRUE ... Makefile.am:15: ... 'EXTRA_DIST' previously defined here test/Makefile.am:51: warning: TESTS multiply defined in condition TRUE ... test/Makefile.am:10: ... 'TESTS' previously defined here autoreconf: Leaving directory
.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for gcc option to accept ISO C99... none needed checking for a Python interpreter with version >= 3... python checking for python... /home/sabeelpk98/anaconda3/bin/python checking for python version... 3.8 checking for python platform... linux checking for python script directory... ${prefix}/lib/python3.8/site-packages checking for python extension module directory... ${exec_prefix}/lib/python3.8/site-packages checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for doxygen... no checking for dlsym in -ldl... yes checking for GLIB... yes checking for LIBXML... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating test/Makefile config.status: creating tools/Makefile config.status: creating tools/65-libwacom.rules config.status: creating libwacom/Makefile config.status: creating libwacom.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands(base) sabeelpk98@sabeelpk98:~/libwacom-1.12$ make (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/sabeelpk98/libwacom-1.12/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-recursive make[1]: Entering directory '/home/sabeelpk98/libwacom-1.12' Making all in libwacom make[2]: Entering directory '/home/sabeelpk98/libwacom-1.12/libwacom' CC libwacom_la-libwacom.lo CC libwacom_la-libwacom-error.lo CC libwacom_la-libwacom-database.lo CC libwacom_la-libwacom-deprecated.lo CCLD libwacom.la make[2]: Leaving directory '/home/sabeelpk98/libwacom-1.12/libwacom' Making all in doc make[2]: Entering directory '/home/sabeelpk98/libwacom-1.12/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/sabeelpk98/libwacom-1.12/doc' Making all in test make[2]: Entering directory '/home/sabeelpk98/libwacom-1.12/test' CC test_load-test-load.o CCLD test-load CC test_dbverify-test-dbverify.o CCLD test-dbverify CC test_tablet_validity-test-tablet-validity.o CCLD test-tablet-validity CC test_stylus_validity-test-stylus-validity.o CCLD test-stylus-validity CC test_ltversion-test-ltversion.o CCLD test-ltversion CC test-deprecated.o CCLD test-deprecated CC test_tablet_svg_validity-test-tablet-svg-validity.o CCLD test-tablet-svg-validity make[2]: Leaving directory '/home/sabeelpk98/libwacom-1.12/test' Making all in tools make[2]: Entering directory '/home/sabeelpk98/libwacom-1.12/tools' CC libwacom_list_local_devices-list-local-devices.o CCLD libwacom-list-local-devices CC libwacom_list_devices-list-devices.o CCLD libwacom-list-devices CC list_devices-list-devices.o CCLD list-devices CC list_compatible_styli-list-compatible-styli.o CCLD list-compatible-styli sed -e 's|@DATADIR@|/usr/share/libwacom|' -e 's|@ETCDIR@|/usr/etc/libwacom|' show-stylus.py > libwacom-show-stylus cp libwacom-update-db.py libwacom-update-db /home/sabeelpk98/anaconda3/bin/python ./libwacom-update-db --buildsystem-mode /home/sabeelpk98/libwacom-1.12/data > 65-libwacom.hwdb make[2]: Leaving directory '/home/sabeelpk98/libwacom-1.12/tools' make[2]: Entering directory '/home/sabeelpk98/libwacom-1.12' make[2]: Leaving directory '/home/sabeelpk98/libwacom-1.12' make[1]: Leaving directory '/home/sabeelpk98/libwacom-1.12'
(base) sabeelpk98@sabeelpk98:~/libwacom-1.12$ sudo make install Making install in libwacom make[1]: Entering directory '/home/sabeelpk98/libwacom-1.12/libwacom' make[2]: Entering directory '/home/sabeelpk98/libwacom-1.12/libwacom' /usr/bin/mkdir -p '/usr/lib/x86_64-linux-gnu' /bin/bash ../libtool --mode=install /usr/bin/install -c libwacom.la '/usr/lib/x86_64-linux-gnu' libtool: install: /usr/bin/install -c .libs/libwacom.so.2.6.1 /usr/lib/x86_64-linux-gnu/libwacom.so.2.6.1 libtool: install: (cd /usr/lib/x86_64-linux-gnu && { ln -s -f libwacom.so.2.6.1 libwacom.so.2 || { rm -f libwacom.so.2 && ln -s libwacom.so.2.6.1 libwacom.so.2; }; }) libtool: install: (cd /usr/lib/x86_64-linux-gnu && { ln -s -f libwacom.so.2.6.1 libwacom.so || { rm -f libwacom.so && ln -s libwacom.so.2.6.1 libwacom.so; }; }) libtool: install: /usr/bin/install -c .libs/libwacom.lai /usr/lib/x86_64-linux-gnu/libwacom.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib/x86_64-linux-gnu
Libraries have been installed in: /usr/lib/x86_64-linux-gnu
If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following:
See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages.
/usr/bin/mkdir -p '/usr/include/libwacom-1.0/libwacom/' /usr/bin/install -c -m 644 libwacom.h '/usr/include/libwacom-1.0/libwacom/' make[2]: Leaving directory '/home/sabeelpk98/libwacom-1.12/libwacom' make[1]: Leaving directory '/home/sabeelpk98/libwacom-1.12/libwacom' Making install in doc make[1]: Entering directory '/home/sabeelpk98/libwacom-1.12/doc' make[2]: Entering directory '/home/sabeelpk98/libwacom-1.12/doc' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/sabeelpk98/libwacom-1.12/doc' make[1]: Leaving directory '/home/sabeelpk98/libwacom-1.12/doc' Making install in test make[1]: Entering directory '/home/sabeelpk98/libwacom-1.12/test' make[2]: Entering directory '/home/sabeelpk98/libwacom-1.12/test' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/sabeelpk98/libwacom-1.12/test' make[1]: Leaving directory '/home/sabeelpk98/libwacom-1.12/test' Making install in tools make[1]: Entering directory '/home/sabeelpk98/libwacom-1.12/tools' make[2]: Entering directory '/home/sabeelpk98/libwacom-1.12/tools' /usr/bin/mkdir -p '/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c libwacom-list-local-devices libwacom-list-devices '/usr/bin' libtool: install: /usr/bin/install -c .libs/libwacom-list-local-devices /usr/bin/libwacom-list-local-devices libtool: install: /usr/bin/install -c .libs/libwacom-list-devices /usr/bin/libwacom-list-devices /usr/bin/mkdir -p '/usr/bin' /usr/bin/install -c libwacom-show-stylus libwacom-update-db '/usr/bin' /usr/bin/mkdir -p '/usr/lib/x86_64-linux-gnu/udev/hwdb.d' /usr/bin/install -c -m 644 65-libwacom.hwdb '/usr/lib/x86_64-linux-gnu/udev/hwdb.d' /usr/bin/mkdir -p '/usr/lib/x86_64-linux-gnu/udev/rules.d' /usr/bin/install -c -m 644 65-libwacom.rules '/usr/lib/x86_64-linux-gnu/udev/rules.d' /usr/bin/mkdir -p '/usr/share/man/man1' /usr/bin/install -c -m 644 'libwacom-list-local-devices.man' '/usr/share/man/man1/libwacom-list-local-devices.1' /usr/bin/install -c -m 644 'libwacom-list-devices.man' '/usr/share/man/man1/libwacom-list-devices.1' make[2]: Leaving directory '/home/sabeelpk98/libwacom-1.12/tools' make[1]: Leaving directory '/home/sabeelpk98/libwacom-1.12/tools' make[1]: Entering directory '/home/sabeelpk98/libwacom-1.12' make[2]: Entering directory '/home/sabeelpk98/libwacom-1.12' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/share/libwacom/layouts' /usr/bin/install -c -m 644 data/layouts/bamboo-0fg-s-p-alt.svg data/layouts/bamboo-0fg-s-p.svg data/layouts/bamboo-16fg-m-pt.svg data/layouts/bamboo-16fg-s-pt.svg data/layouts/bamboo-16fg-s-t.svg data/layouts/bamboo-2fg-fun-m-pt.svg data/layouts/bamboo-2fg-fun-s-pt.svg data/layouts/bamboo-2fg-s-pt.svg data/layouts/bamboo-2fg-s-t.svg data/layouts/bamboo-4fg-fun-m-pt.svg data/layouts/bamboo-4fg-fun-s-pt.svg data/layouts/bamboo-4fg-se-m-pt.svg data/layouts/bamboo-4fg-se-s-pt.svg data/layouts/bamboo-4fg-s-pt.svg data/layouts/bamboo-4fg-s-t.svg data/layouts/bamboo-pad.svg data/layouts/cintiq-12wx.svg data/layouts/cintiq-13hd.svg data/layouts/cintiq-20wsx.svg data/layouts/cintiq-21ux2.svg data/layouts/cintiq-21ux.svg data/layouts/cintiq-22hd.svg data/layouts/cintiq-24hd.svg data/layouts/cintiq-companion-2.svg data/layouts/cintiq-companion-hybrid.svg data/layouts/cintiq-companion.svg data/layouts/dth-2242.svg data/layouts/dth-2452.svg data/layouts/dti-520.svg data/layouts/dtk-1651.svg data/layouts/dtk-2451.svg data/layouts/dtu-1031.svg data/layouts/dtu-1141b.svg data/layouts/dtu-1141.svg data/layouts/ek-remote.svg data/layouts/gaomon-s620.svg data/layouts/graphire4-4x5.svg data/layouts/graphire4-6x8.svg data/layouts/graphire-wireless-8x6.svg data/layouts/huion-h420.svg '/usr/share/libwacom/layouts' /usr/bin/install -c -m 644 data/layouts/huion-h610-pro.svg data/layouts/huion-h640p.svg data/layouts/huion-h950p.svg data/layouts/huion-new-1060-plus.svg data/layouts/intuos3-12x12.svg data/layouts/intuos3-12x19.svg data/layouts/intuos3-4x5.svg data/layouts/intuos3-4x6.svg data/layouts/intuos3-6x11.svg data/layouts/intuos3-6x8.svg data/layouts/intuos3-9x12.svg data/layouts/intuos4-12x19.svg data/layouts/intuos4-4x6.svg data/layouts/intuos4-6x9.svg data/layouts/intuos4-6x9-wl.svg data/layouts/intuos4-8x13.svg data/layouts/intuos5-l.svg data/layouts/intuos5-m.svg data/layouts/intuos5-s.svg data/layouts/intuos-m-p2.svg data/layouts/intuos-m-p3.svg data/layouts/intuos-m-p.svg data/layouts/intuos-m-pt2.svg data/layouts/intuos-m-pt.svg data/layouts/intuos-pro-2-l.svg data/layouts/intuos-pro-2-m.svg data/layouts/intuos-pro-2-s.svg data/layouts/intuos-pro-l.svg data/layouts/intuos-pro-m.svg data/layouts/intuos-pro-s.svg data/layouts/intuos-s-p2.svg data/layouts/intuos-s-p3.svg data/layouts/intuos-s-p.svg data/layouts/intuos-s-pt2.svg data/layouts/intuos-s-pt.svg data/layouts/kamvas-pro-13.svg data/layouts/mobilestudio-pro-13.svg data/layouts/mobilestudio-pro-16.svg data/layouts/xp-pen-star03.svg '/usr/share/libwacom/layouts' /usr/bin/mkdir -p '/usr/share/libwacom' /usr/bin/install -c -m 644 data/libwacom.stylus '/usr/share/libwacom' /usr/bin/mkdir -p '/usr/share/libwacom' /usr/bin/install -c -m 644 data/bamboo-0fg-m-p-alt.tablet data/bamboo-0fg-s-p-alt.tablet data/bamboo-0fg-s-p.tablet data/bamboo-16fg-m-pt.tablet data/bamboo-16fg-s-p.tablet data/bamboo-16fg-s-pt.tablet data/bamboo-16fg-s-t.tablet data/bamboo-2fg-fun-m-pt.tablet data/bamboo-2fg-fun-s-pt.tablet data/bamboo-2fg-m-p.tablet data/bamboo-2fg-s-p.tablet data/bamboo-2fg-s-pt.tablet data/bamboo-2fg-s-t.tablet data/bamboo-4fg-fun-m.tablet data/bamboo-4fg-fun-s.tablet data/bamboo-4fg-se-m-pt.tablet data/bamboo-4fg-se-s-pt.tablet data/bamboo-4fg-s-pt.tablet data/bamboo-4fg-s-t.tablet data/bamboo-one-m-p.tablet data/bamboo-one.tablet data/bamboo-pad.tablet data/bamboo-pad-wireless.tablet data/cintiq-12wx.tablet data/cintiq-13hd.tablet data/cintiq-13hdt.tablet data/cintiq-16-2.tablet data/cintiq-16.tablet data/cintiq-20wsx.tablet data/cintiq-21ux2.tablet data/cintiq-21ux.tablet data/cintiq-22hd.tablet data/cintiq-22hdt.tablet data/cintiq-22.tablet data/cintiq-24hd.tablet data/cintiq-24hd-touch.tablet data/cintiq-27hd.tablet data/cintiq-27hdt.tablet data/cintiq-companion-2.tablet data/cintiq-companion-hybrid.tablet '/usr/share/libwacom' /usr/bin/install -c -m 644 data/cintiq-companion.tablet data/cintiq-pro-13.tablet data/cintiq-pro-16.tablet data/cintiq-pro-24-p.tablet data/cintiq-pro-24-pt.tablet data/cintiq-pro-32.tablet data/dell-canvas-27.tablet data/dtf-720.tablet data/dth-1152.tablet data/dth-2242.tablet data/dth-2452.tablet data/dti-520.tablet data/dtk-1651.tablet data/dtk-1660e-2.tablet data/dtk-1660e.tablet data/dtk-2241.tablet data/dtk-2451.tablet data/dtu-1031.tablet data/dtu-1031x.tablet data/dtu-1141b.tablet data/dtu-1141.tablet data/dtu-1631.tablet data/dtu-1931.tablet data/dtu-2231.tablet data/ek-remote.tablet data/elan-0732.tablet data/elan-2072.tablet data/elan-22e2.tablet data/elan-24d8.tablet data/elan-24db.tablet data/elan-2513.tablet data/elan-2514-alt2.tablet data/elan-2514-alt.tablet data/elan-2514.tablet data/elan-2537.tablet data/elan-2627.tablet data/elan-2628.tablet data/elan-262b.tablet data/elan-264c.tablet data/elan-29a1.tablet '/usr/share/libwacom' /usr/bin/install -c -m 644 data/elan-29b6.tablet data/elan-2ad9.tablet data/elan-5515.tablet data/gaomon-s620.tablet data/generic.tablet data/graphire2-4x5.tablet data/graphire2-5x7.tablet data/graphire3-4x5.tablet data/graphire3-6x8.tablet data/graphire4-4x5.tablet data/graphire4-6x8.tablet data/graphire-usb.tablet data/graphire-wireless-8x6.tablet data/hp-pro-tablet-408.tablet data/huion-420.tablet data/huion-h420.tablet data/huion-h610-pro.tablet data/huion-h640p.tablet data/huion-h950p.tablet data/huion-new-1060-plus.tablet data/intuos-12x12.tablet data/intuos-12x18.tablet data/intuos2-12x12.tablet data/intuos2-12x18.tablet data/intuos2-4x5.tablet data/intuos2-6x8.tablet data/intuos2-9x12.tablet data/intuos3-12x12.tablet data/intuos3-12x19.tablet data/intuos3-4x5.tablet data/intuos3-4x6.tablet data/intuos3-6x11.tablet data/intuos3-6x8.tablet data/intuos3-9x12.tablet data/intuos4-12x19.tablet data/intuos4-4x6.tablet data/intuos4-6x9.tablet data/intuos4-6x9-wl.tablet data/intuos4-8x13.tablet data/intuos-4x5.tablet '/usr/share/libwacom' /usr/bin/install -c -m 644 data/intuos5-m.tablet data/intuos5-s.tablet data/intuos5-touch-l.tablet data/intuos5-touch-m.tablet data/intuos5-touch-s.tablet data/intuos-6x8.tablet data/intuos-9x12.tablet data/intuos-m-p2.tablet data/intuos-m-p3-android.tablet data/intuos-m-p3.tablet data/intuos-m-p3-wl-android.tablet data/intuos-m-p3-wl.tablet data/intuos-m-pt2.tablet data/intuos-m-p.tablet data/intuos-m-pt.tablet data/intuos-pro-2-l.tablet data/intuos-pro-2-m.tablet data/intuos-pro-2-s.tablet data/intuos-pro-l.tablet data/intuos-pro-m.tablet data/intuos-pro-s.tablet data/intuos-s-p2.tablet data/intuos-s-p3-android.tablet data/intuos-s-p3.tablet data/intuos-s-p3-wl-android.tablet data/intuos-s-p3-wl.tablet data/intuos-s-pt2.tablet data/intuos-s-p.tablet data/intuos-s-pt.tablet data/isdv4-100.tablet data/isdv4-101.tablet data/isdv4-104.tablet data/isdv4-10d.tablet data/isdv4-10e.tablet data/isdv4-10f.tablet data/isdv4-114.tablet data/isdv4-116.tablet data/isdv4-117.tablet data/isdv4-124.tablet data/isdv4-12c.tablet '/usr/share/libwacom' /usr/bin/install -c -m 644 data/isdv4-149.tablet data/isdv4-2d1f-001e.tablet data/isdv4-2d1f-002e.tablet data/isdv4-2d1f-0163.tablet data/isdv4-2d1f-524c.tablet data/isdv4-4004.tablet data/isdv4-4800.tablet data/isdv4-4806.tablet data/isdv4-4807.tablet data/isdv4-4809.tablet data/isdv4-4814.tablet data/isdv4-481a.tablet data/isdv4-4822.tablet data/isdv4-4824.tablet data/isdv4-4831.tablet data/isdv4-4834.tablet data/isdv4-4838.tablet data/isdv4-4841.tablet data/isdv4-484c.tablet data/isdv4-4851.tablet data/isdv4-485e.tablet data/isdv4-4865.tablet data/isdv4-486a.tablet data/isdv4-4870.tablet data/isdv4-4875.tablet data/isdv4-488f.tablet data/isdv4-4898.tablet data/isdv4-48c9.tablet data/isdv4-48ca.tablet data/isdv4-48ce.tablet data/isdv4-48d6.tablet data/isdv4-48eb.tablet data/isdv4-48ec.tablet data/isdv4-48ed.tablet data/isdv4-48ee.tablet data/isdv4-48f6.tablet data/isdv4-490a.tablet data/isdv4-490b.tablet data/isdv4-4957.tablet data/isdv4-495f.tablet '/usr/share/libwacom' /usr/bin/install -c -m 644 data/isdv4-496c.tablet data/isdv4-4988.tablet data/isdv4-5000.tablet data/isdv4-5002.tablet data/isdv4-5010.tablet data/isdv4-5013.tablet data/isdv4-5014.tablet data/isdv4-502a.tablet data/isdv4-503e.tablet data/isdv4-503f.tablet data/isdv4-5040.tablet data/isdv4-5044.tablet data/isdv4-5048.tablet data/isdv4-504a.tablet data/isdv4-504c.tablet data/isdv4-5072.tablet data/isdv4-5090.tablet data/isdv4-5099.tablet data/isdv4-509d.tablet data/isdv4-509f.tablet data/isdv4-50b4.tablet data/isdv4-50b6.tablet data/isdv4-50b8.tablet data/isdv4-50db.tablet data/isdv4-50e9.tablet data/isdv4-50ef.tablet data/isdv4-50f1.tablet data/isdv4-50f8.tablet data/isdv4-50fd.tablet data/isdv4-50fe.tablet data/isdv4-5110.tablet data/isdv4-5115.tablet data/isdv4-5122.tablet data/isdv4-5128.tablet data/isdv4-513b.tablet data/isdv4-5144.tablet data/isdv4-5146.tablet data/isdv4-5147.tablet data/isdv4-5148.tablet data/isdv4-5150.tablet '/usr/share/libwacom' /usr/bin/install -c -m 644 data/isdv4-5157.tablet data/isdv4-5158.tablet data/isdv4-5159.tablet data/isdv4-515a.tablet data/isdv4-5169.tablet data/isdv4-516b.tablet data/isdv4-517d.tablet data/isdv4-5196.tablet data/isdv4-51a0.tablet data/isdv4-51af.tablet data/isdv4-51b0.tablet data/isdv4-51b1.tablet data/isdv4-51b2.tablet data/isdv4-51b3.tablet data/isdv4-51b6.tablet data/isdv4-51b7.tablet data/isdv4-51b8.tablet data/isdv4-51b9.tablet data/isdv4-51ba.tablet data/isdv4-51bb.tablet data/isdv4-51bc.tablet data/isdv4-51bd.tablet data/isdv4-51be.tablet data/isdv4-51bf.tablet data/isdv4-51c4.tablet data/isdv4-51c7.tablet data/isdv4-51e2.tablet data/isdv4-51e9.tablet data/isdv4-51f5.tablet data/isdv4-51f6.tablet data/isdv4-51f9.tablet data/isdv4-5202.tablet data/isdv4-5204.tablet data/isdv4-5215.tablet data/isdv4-5216.tablet data/isdv4-521f.tablet data/isdv4-5220.tablet data/isdv4-5221.tablet data/isdv4-5222.tablet data/isdv4-5229.tablet '/usr/share/libwacom' /usr/bin/install -c -m 644 data/isdv4-523a.tablet data/isdv4-5256.tablet data/isdv4-5276.tablet data/isdv4-5277.tablet data/isdv4-5278.tablet data/isdv4-5279.tablet data/isdv4-527a.tablet data/isdv4-527e.tablet data/isdv4-527f.tablet data/isdv4-528e.tablet data/isdv4-90.tablet data/isdv4-93.tablet data/isdv4-e2.tablet data/isdv4-e3.tablet data/isdv4-e5.tablet data/isdv4-e6.tablet data/isdv4-ec.tablet data/isdv4-ed.tablet data/isdv4-ef.tablet data/kamvas-pro-13.tablet data/mobilestudio-pro-13-2.tablet data/mobilestudio-pro-13.tablet data/mobilestudio-pro-16-2.tablet data/mobilestudio-pro-16-3.tablet data/mobilestudio-pro-16.tablet data/n-trig-pen.tablet data/one-by-wacom-m-p2.tablet data/one-by-wacom-m-p.tablet data/one-by-wacom-s-p2.tablet data/one-by-wacom-s-p.tablet data/serial-wacf004.tablet data/surface-go.tablet data/volito-4x5.tablet data/wacom-one.tablet data/waltop-slim-tablet-12-1.tablet data/xp-pen-g430.tablet data/xp-pen-g640.tablet data/xp-pen-star03.tablet '/usr/share/libwacom' /usr/bin/mkdir -p '/usr/lib/x86_64-linux-gnu/pkgconfig' /usr/bin/install -c -m 644 libwacom.pc '/usr/lib/x86_64-linux-gnu/pkgconfig' make[2]: Leaving directory '/home/sabeelpk98/libwacom-1.12' make[1]: Leaving directory '/home/sabeelpk98/libwacom-1.12'
(base) sabeelpk98@sabeelpk98:~/libwacom-1.12$ libwacom-list-local-devices devices:
PLEASE HELP ME................................