|
From: Jason G. <kil...@gm...> - 2018-03-29 15:10:33
|
Hi Flávio,
It looks like something went awry when you tried to compile and
install the xf86-input-wacom driver from source. An updated
xf86-input-wacom driver shouldn't be necessary for the tablet to work,
only the input-wacom kernel driver. I'd recommend running `sudo make
uninstall` from inside the xf86-input-wacom source directory to remove
the compiled code and then running `sudo apt-get --reinstall install
xserver-xorg-input-wacom` to tell Ubuntu to forcefully reinstall the
stock version of the driver. This should hopefully resolve the "Failed
to load module" error since the stock module will be used.
Jason
---
Now instead of four in the eights place /
you’ve got three, ‘Cause you added one /
(That is to say, eight) to the two, /
But you can’t take seven from three, /
So you look at the sixty-fours....
On Tue, Mar 27, 2018 at 10:44 PM, Flávio Pontes <fla...@gm...> wrote:
> Hi, I just got a One by Wacom and I cant make it work in ubuntu 16.04.
> I've downloaded and installed input-wacom, libwacom and xf86-input-wacom
> without any problems.
>
> I have added theses lines to /lib/udev/rules.d/65-libwacom.rules
>
> # One by Wacom (New CTL-472)
> ENV{ID_BUS}=="usb", ENV{ID_VENDOR_ID}=="056a", ENV{ID_MODEL_ID}=="037a",
> ENV{ID_INPUT}="1", ENV{ID_INPUT_JOYSTICK}="", ENV{ID_INPUT_TABLET}="1"
>
> When I plug it and run dmesg I get:
> [ 57.337180] usb 1-3: new full-speed USB device number 8 using xhci_hcd
> [ 57.481668] usb 1-3: New USB device found, idVendor=056a, idProduct=037a
> [ 57.481670] usb 1-3: New USB device strings: Mfr=1, Product=2,
> SerialNumber=3
> [ 57.481672] usb 1-3: Product: CTL-472
> [ 57.481673] usb 1-3: Manufacturer: Wacom Co.,Ltd.
> [ 57.481674] usb 1-3: SerialNumber: 7KE00L1010617
> [ 57.487048] input: Wacom One by Wacom S Pen as
> /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:056A:037A.0007/input/input30
> [ 57.487389] wacom 0003:056A:037A.0007: hidraw0: USB HID v1.10 Mouse
> [Wacom Co.,Ltd. CTL-472] on usb-0000:00:14.0-3/input0
>
> Finally, when I run tail -n 50 /var/log/Xorg.0.log i get the following
> error:
> [ 57.314] (II) config/udev: Adding input device Wacom One by Wacom S Pen
> (/dev/input/mouse0)
> [ 57.314] (II) No input driver specified, ignoring this device.
> [ 57.314] (II) This device may have been added with another device file.
> [ 57.427] (II) config/udev: Adding input device Wacom One by Wacom S Pen
> (/dev/input/event7)
> [ 57.427] (**) Wacom One by Wacom S Pen: Applying InputClass "evdev
> tablet catchall"
> [ 57.427] (**) Wacom One by Wacom S Pen: Applying InputClass "Wacom USB
> tablet class"
> [ 57.427] (**) Wacom One by Wacom S Pen: Applying InputClass "Wacom
> tablet class"
> [ 57.427] (II) LoadModule: "wacom"
> [ 57.427] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
> [ 57.427] (II) Module wacom: vendor="X.Org Foundation"
> [ 57.427] compiled for 1.18.4, module version = 0.36.1
> [ 57.428] Module class: X.Org XInput Driver
> [ 57.428] ABI class: X.Org XInput driver, version 22.1
> [ 57.428] (EE) wacom: module ABI major version (22) doesn't match the
> server's version (24)
> [ 57.428] (II) UnloadModule: "wacom"
> [ 57.428] (II) Unloading wacom
> [ 57.428] (EE) Failed to load module "wacom" (module requirement
> mismatch, 0)
> [ 57.428] (EE) No input driver matching `wacom'
> [ 57.428] (II) Falling back to input driver `libinput'
> [ 57.428] (II) LoadModule: "libinput"
> [ 57.428] (WW) Warning, couldn't open module libinput
> [ 57.428] (II) UnloadModule: "libinput"
> [ 57.428] (II) Unloading libinput
> [ 57.428] (EE) Failed to load module "libinput" (module does not exist,
> 0)
>
> I understand the error, but I don't know how to rebuild the driver against a
> diferent ABI version. I followed the instructions in the projects github
> wiki, but thats my limit.
> Any pointers to a howto is appreciated.
>
> Best regards,
>
> Flávio.
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Linuxwacom-discuss mailing list
> Lin...@li...
> https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss
>
|