|
From: Flávio P. <fla...@gm...> - 2018-04-07 14:53:07
|
Hi everyone.
Ubuntu updated the kernel and broke the tablet again...
I uninstalled input-wacom with
sudo make uninstall, then
make clean and installed it again with
if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make &&
sudo make install || echo "Build Failed"
Now I get the following error in dmesg:
[ 731.156729] usb 1-2: new full-speed USB device number 10 using xhci_hcd
[ 731.301249] usb 1-2: New USB device found, idVendor=056a, idProduct=037a
[ 731.301254] usb 1-2: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[ 731.301258] usb 1-2: Product: CTL-472
[ 731.301261] usb 1-2: Manufacturer: Wacom Co.,Ltd.
[ 731.301265] usb 1-2: SerialNumber: 7KE00L1010617
[ 731.350092] input input24: Absolute device without dev->absinfo,
refusing to register
[ 731.350121] wacom: probe of 0003:056A:037A.000D failed with error -22
[ 731.350206] wacom 0003:056A:037A.000E: Unknown device_type for 'Wacom
Co.,Ltd. CTL-472'. Ignoring.
Do you have any leads?
I'm really out of ideas....
thx in advance
Em qui, 29 de mar de 2018 às 19:25, Jason Gerecke <kil...@gm...>
escreveu:
> Ah, good to hear that you managed to track down the source of this
> issue! Ubuntu's HWE stacks would indeed require different packages,
> but I'd forgot that they might be present on your system. Thanks
> especially for the updates to the wiki!
>
> 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 Thu, Mar 29, 2018 at 8:58 AM, Flávio Pontes <fla...@gm...>
> wrote:
> > I got it working.
> >
> > there is an error in the the wiki page that makes us install the
> > xserver-xorg-dev, when in fact the needed package is
> > xserver-xorg-dev-hwe-16.04.
> > This is true for all the the hwe releases.
> >
> > I edited the wiki page to add the Ubuntu HWE releases.
> >
> > Em qui, 29 de mar de 2018 às 12:44, Flávio Pontes <
> fla...@gm...>
> > escreveu:
> >>
> >> So, I just realized that I have the updated wacom and input updated
> >> drivers, for the ubuntu HWE: xserver-xorg-input-wacom-hwe-16.04 and
> >> xserver-xorg-input-wacom-hwe-16.04 but the tablet doesn't work.
> >>
> >> Em qui, 29 de mar de 2018 às 12:36, Flávio Pontes
> >> <fla...@gm...> escreveu:
> >>>
> >>> Hi Jason,
> >>>
> >>> I just did that and I got the following error:
> >>>
> >>> [ 11512.337] (II) config/udev: Adding input device Wacom One by Wacom S
> >>> Pen (/dev/input/mouse4)
> >>> [ 11512.337] (II) No input driver specified, ignoring this device.
> >>> [ 11512.337] (II) This device may have been added with another device
> >>> file.
> >>> [ 11512.521] (II) config/udev: Adding input device Wacom One by Wacom S
> >>> Pen (/dev/input/event21)
> >>> [ 11512.521] (**) Wacom One by Wacom S Pen: Applying InputClass "evdev
> >>> tablet catchall"
> >>> [ 11512.521] (**) Wacom One by Wacom S Pen: Applying InputClass "Wacom
> >>> USB tablet class"
> >>> [ 11512.521] (**) Wacom One by Wacom S Pen: Applying InputClass "Wacom
> >>> tablet class"
> >>> [ 11512.521] (II) LoadModule: "wacom"
> >>> [ 11512.522] (WW) Warning, couldn't open module wacom
> >>> [ 11512.522] (II) UnloadModule: "wacom"
> >>> [ 11512.522] (II) Unloading wacom
> >>> [ 11512.522] (EE) Failed to load module "wacom" (module does not exist,
> >>> 0)
> >>> [ 11512.522] (EE) No input driver matching `wacom'
> >>> [ 11512.522] (II) Falling back to input driver `libinput'
> >>> [ 11512.522] (II) LoadModule: "libinput"
> >>> [ 11512.523] (WW) Warning, couldn't open module libinput
> >>> [ 11512.523] (II) UnloadModule: "libinput"
> >>> [ 11512.523] (II) Unloading libinput
> >>> [ 11512.523] (EE) Failed to load module "libinput" (module does not
> >>> exist, 0)
> >>>
> >>> I tried to locate and install the libinput and wacon xorg drivers and I
> >>> just found out that the hwe update removed them ad if I try to install
> them,
> >>> They'lll remove all the updated modules:
> >>>
> >>> Os pacotes a seguir serão REMOVIDOS:
> >>> xserver-xorg-core-hwe-16.04 xserver-xorg-input-all-hwe-16.04
> >>> xserver-xorg-input-evdev-hwe-16.04
> xserver-xorg-input-synaptics-hwe-16.04
> >>> xserver-xorg-input-wacom-hwe-16.04 xserver-xorg-video-all-hwe-16.04
> >>> xserver-xorg-video-amdgpu-hwe-16.04 xserver-xorg-video-ati-hwe-16.04
> >>> xserver-xorg-video-fbdev-hwe-16.04 xserver-xorg-video-intel-hwe-16.04
> >>> xserver-xorg-video-nouveau-hwe-16.04 xserver-xorg-video-qxl-hwe-16.04
> >>> xserver-xorg-video-radeon-hwe-16.04 xserver-xorg-video-vesa-hwe-16.04
> >>> xserver-xorg-video-vmware-hwe-16.04
> >>>
> >>> Do you know how I could compile the driver correctly?
> >>> Thx in advance
> >>>
> >>> Em qui, 29 de mar de 2018 às 12:10, Jason Gerecke <
> kil...@gm...>
> >>> escreveu:
> >>>>
> >>>> 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
> >>>> >
>
|