Closed ardianumam closed 2 years ago
Its possible that this issue is caused by the kernel refusing to load an unsigned kernel module. The build system is saying that signing is "recommended", which means that it can't definitively determine if the kernel will work properly or not with unsigned modules. (See https://github.com/linuxwacom/input-wacom/wiki/Kernel-Module-Signing for more info)
Please reboot with the tablet connected, run dmesg > dmesg.txt
and attach the dmesg.txt file to this issue. It may have some indication of why the module is not loading.
It's been more than 3 months since Jason made his follow-up request. No reply yet. The issue was probably fixed in one of the 20.04 updates.
Hi, I follow these steps and try several times but it still doesn't work. I use Wacom CTL-490 on Ubuntu 20.04, 64bit. Here is the output:
if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed"
Output: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.13.0-28-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/ardian/software/input-wacom-0.48.0' Making all in 4.5 make[2]: Entering directory '/home/ardian/software/input-wacom-0.48.0/4.5' Building input-wacom drivers for 4.5 kernel. make -C /lib/modules/5.13.0-28-generic/build M=/home/ardian/software/input-wacom-0.48.0/4.5 make[3]: Entering directory '/usr/src/linux-headers-5.13.0-28-generic' make[3]: Leaving directory '/usr/src/linux-headers-5.13.0-28-generic' make[2]: Leaving directory '/home/ardian/software/input-wacom-0.48.0/4.5' make[2]: Entering directory '/home/ardian/software/input-wacom-0.48.0' make[2]: Leaving directory '/home/ardian/software/input-wacom-0.48.0' make[1]: Leaving directory '/home/ardian/software/input-wacom-0.48.0' Making install in 4.5 make[1]: Entering directory '/home/ardian/software/input-wacom-0.48.0/4.5' make -C /lib/modules/5.13.0-28-generic/build M=/home/ardian/software/input-wacom-0.48.0/4.5 modules_install mod_sign_cmd='' make[2]: Entering directory '/usr/src/linux-headers-5.13.0-28-generic' arch/x86/Makefile:148: CONFIG_X86_X32 enabled but no binutils support INSTALL /lib/modules/5.13.0-28-generic/extra/wacom.ko SIGN /lib/modules/5.13.0-28-generic/extra/wacom.ko At main.c:160:
...Then I restart my PC...
Running this
grep "" /sys/module/wacom*/version
with my wacom connected to my PC, output:grep: /sys/module/wacom*/version: No such file or directory
Running this
modinfo wacom | grep version
and the output:Running this
sudo rmmod wacom
and the output:rmmod: ERROR: Module wacom is not currently loaded
Any direction what I should do? I already try ver.
0.45.0
to0.48.0
and give me same result: still not working. Many thanks!