Menu

#307 Lenovo Thinkpad Yoga 260 Touchscreen not working

closed-fixed
None
input-wacom
2016-07-08
2016-01-31
No

Lenovo Thinkpad Yoga 260 Touchscreen not working at all.

lsusb
Bus 001 Device 006: ID 056a:5048 Wacom Co., Ltd

lsmod | grep wacom
wacom 94208 0
hid 118784 2 wacom,usbhid

xsetwacom --list
Wacom Co.,Ltd. Pen and multitouch sensor Finger touch id: 9 type: TOUCH
Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus id: 10 type: STYLUS
Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser id: 16 type: ERASER

dmesg | grep -i wacom
[ 2.750953] usb 1-10: Manufacturer: Wacom Co.,Ltd.
[ 2.758355] wacom: module verification failed: signature and/or required key missing - tainting kernel
[ 2.758916] input: Wacom Co.,Ltd. Pen and multitouch sensor Finger as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:5048.0001/input/input9
[ 2.758983] wacom 0003:056A:5048.0001: hidraw0: USB HID v1.11 Device [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-10/input0
[ 2.759154] input: Wacom Co.,Ltd. Pen and multitouch sensor Pen as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:056A:5048.0002/input/input11
[ 2.759207] wacom 0003:056A:5048.0002: hidraw1: USB HID v1.11 Mouse [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-10/input1
[ 7011.796108] wacom 0003:056A:5048.0001: wacom_set_report: ran out of retries (last error = -32)
[ 7011.796236] wacom 0003:056A:5048.0002: wacom_set_report: ran out of retries (last error = -32)

Using standard xorg.conf on Ubuntu 15.10. Kernel Versions testet (4.2, 4.3.4, 4.4, 4.5rc1)

Getting this is Xorg.log:

No input driver specified, ignoring this device.

Using custom /usr/share/X11/xorg.conf.d/51-wacom.conf:

Section "InputClass"
Identifier "Wacom USB device class"
MatchUSBID "056a:"
MatchDevicePath "/dev/input/mouse
"
Driver "wacom"
EndSection

Xorg.log:

[ 3811.884] () Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:5048.0001/input/input9/event7"
[ 3811.884] (II) XINPUT: Adding extended input device "Wacom Co.,Ltd. Pen and multitouch sensor Finger touch" (type: TOUCH, id 9)
[ 3811.884] () Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: (accel) keeping acceleration scheme 1
[ 3811.884] () Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: (accel) acceleration profile 0
[ 3811.884] () Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: (accel) acceleration factor: 2.000
[ 3811.884] () Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: (accel) acceleration threshold: 4
[ 3811.940] (II) config/udev: Adding input device Wacom Co.,Ltd. Pen and multitouch sensor Finger (/dev/input/mouse2)
[ 3811.940] () Wacom Co.,Ltd. Pen and multitouch sensor Finger: Applying InputClass "Wacom USB device class"
[ 3811.940] (II) Using input driver 'wacom' for 'Wacom Co.,Ltd. Pen and multitouch sensor Finger'
[ 3811.940] () Wacom Co.,Ltd. Pen and multitouch sensor Finger: always reports core events
[ 3811.940] () Option "Device" "/dev/input/mouse2"
[ 3811.940] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger: usbDetect: can not ioctl version
[ 3811.940] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger: cannot identify device class.
[ 3811.976] (EE) PreInit returned 8 for "Wacom Co.,Ltd. Pen and multitouch sensor Finger"****

not sure how to troubleshoot any further. I tried all the latest packages here and different Kernels

Related

Bugs: #310

Discussion

1 2 3 > >> (Page 1 of 3)
  • Jason Gerecke

    Jason Gerecke - 2016-02-02

    The "wacom_set_report: ran out of retries" message indicates something very strange is going on. Please re-run your dmesg grep, only this time with the added "-C5" argument to provide a bit more context (that is, run dmesg | grep -C5 -i wacom).

    Also, could you please run the following command and then attach the created "/tmp/descriptors.txt" file?

    $ for F in /sys/bus/hid/drivers/wacom/*/report_descriptor; do echo $F; hexdump -C $F; done > /tmp/descriptors.txt
    

    Finally, it would be be interesting to see the output of lsusb -vd 056a: if the device uses the USB bus internally. You might not be able to attach the output to the same post as the descriptors.txt file, so make a second post in that case.

     
  • Michael Englert

    Michael Englert - 2016-02-02

    dmesg | grep -C5 -i wacom

    [    2.622243] ---[ end trace 66bdaa10c0644641 ]---
    [    2.710303] clocksource: Switched to clocksource tsc
    [    2.719016] usb 1-10: New USB device found, idVendor=056a, idProduct=5048
    [    2.719017] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    2.719018] usb 1-10: Product: Pen and multitouch sensor
    [    2.719019] usb 1-10: Manufacturer: Wacom Co.,Ltd.
    [    2.722072] hidraw: raw HID events driver (C) Jiri Kosina
    [    2.726109] usbcore: registered new interface driver usbhid
    [    2.726109] usbhid: USB HID core driver
    [    2.726449] wacom: module verification failed: signature and/or required key missing - tainting kernel
    [    2.727006] input: Wacom Co.,Ltd. Pen and multitouch sensor Finger as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:5048.0001/input/input9
    [    2.727072] wacom 0003:056A:5048.0001: hidraw0: USB HID v1.11 Device [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-10/input0
    [    2.727245] input: Wacom Co.,Ltd. Pen and multitouch sensor Pen as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:056A:5048.0002/input/input11
    [    2.727298] wacom 0003:056A:5048.0002: hidraw1: USB HID v1.11 Mouse [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-10/input1
    [    2.818470] [drm] RC6 on
    [    4.853645] [drm:intel_dp_start_link_train [i915]] *ERROR* failed to enable link training
    [    5.621515] [drm:intel_dp_complete_link_train [i915]] *ERROR* failed to start channel equalization
    [    6.458854] Console: switching to colour frame buffer device 240x67
    [    6.462759] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    --
    [  669.523180] sd 1:0:0:0: [sda] Starting disk
    [  669.524024] rtc_cmos 00:02: System wakeup disabled by ACPI
    [  669.562046] xhci_hcd 0000:00:14.0: port 8 resume PLC timeout
    [  669.579887] xhci_hcd 0000:00:14.0: port 6 resume PLC timeout
    [  669.597646] xhci_hcd 0000:00:14.0: port 4 resume PLC timeout
    [  669.712173] wacom 0003:056A:5048.0001: wacom_set_report: ran out of retries (last error = -32)
    [  669.712308] wacom 0003:056A:5048.0002: wacom_set_report: ran out of retries (last error = -32)
    [  669.840043] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [  669.840658] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [  669.840662] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [  669.840665] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [  669.840803] ata2.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
    --
    [ 1279.995865] sd 1:0:0:0: [sda] Starting disk
    [ 1279.996346] rtc_cmos 00:02: System wakeup disabled by ACPI
    [ 1280.034579] xhci_hcd 0000:00:14.0: port 8 resume PLC timeout
    [ 1280.051883] xhci_hcd 0000:00:14.0: port 6 resume PLC timeout
    [ 1280.069341] xhci_hcd 0000:00:14.0: port 4 resume PLC timeout
    [ 1280.181216] wacom 0003:056A:5048.0001: wacom_set_report: ran out of retries (last error = -32)
    [ 1280.181398] wacom 0003:056A:5048.0002: wacom_set_report: ran out of retries (last error = -32)
    [ 1280.317025] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1280.317896] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1280.317901] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1280.317904] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1280.318087] ata2.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
    --
    [ 1340.347310] sd 1:0:0:0: [sda] Starting disk
    [ 1340.347839] rtc_cmos 00:02: System wakeup disabled by ACPI
    [ 1340.387664] xhci_hcd 0000:00:14.0: port 8 resume PLC timeout
    [ 1340.405115] xhci_hcd 0000:00:14.0: port 6 resume PLC timeout
    [ 1340.422857] xhci_hcd 0000:00:14.0: port 4 resume PLC timeout
    [ 1340.537985] wacom 0003:056A:5048.0001: wacom_set_report: ran out of retries (last error = -32)
    [ 1340.538133] wacom 0003:056A:5048.0002: wacom_set_report: ran out of retries (last error = -32)
    [ 1340.669875] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1340.670470] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1340.670475] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1340.670478] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1340.670616] ata2.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
    

    $ for F in /sys/bus/hid/drivers/wacom/*/report_descriptor; do echo $F; hexdump -C $F; done > ./descriptors.txt

    /sys/bus/hid/drivers/wacom/0003:056A:5048.0001/report_descriptor
    00000000  05 0d 09 04 a1 01 85 0c  95 01 75 08 26 ff 00 15  |..........u.&...|
    00000010  00 81 03 09 54 81 02 05  0d 09 22 a1 02 09 42 15  |....T....."...B.|
    00000020  00 25 01 75 01 95 01 81  02 81 03 09 47 81 02 95  |.%.u........G...|
    00000030  05 81 03 75 10 09 51 95  01 81 02 05 01 75 10 95  |...u..Q......u..|
    00000040  01 55 0e 65 11 09 30 26  34 2b 35 00 46 cd 0a 81  |.U.e..0&4+5.F...|
    00000050  02 46 13 06 09 31 26 4c  18 81 02 c0 05 0d 09 22  |.F...1&L......."|
    00000060  a1 02 09 42 15 00 25 01  75 01 95 01 81 02 81 03  |...B..%.u.......|
    00000070  09 47 81 02 95 05 81 03  75 10 09 51 95 01 81 02  |.G......u..Q....|
    00000080  05 01 75 10 95 01 55 0e  65 11 09 30 26 34 2b 35  |..u...U.e..0&4+5|
    00000090  00 46 cd 0a 81 02 46 13  06 09 31 26 4c 18 81 02  |.F....F...1&L...|
    000000a0  c0 05 0d 09 22 a1 02 09  42 15 00 25 01 75 01 95  |...."...B..%.u..|
    000000b0  01 81 02 81 03 09 47 81  02 95 05 81 03 75 10 09  |......G......u..|
    000000c0  51 95 01 81 02 05 01 75  10 95 01 55 0e 65 11 09  |Q......u...U.e..|
    000000d0  30 26 34 2b 35 00 46 cd  0a 81 02 46 13 06 09 31  |0&4+5.F....F...1|
    000000e0  26 4c 18 81 02 c0 05 0d  09 22 a1 02 09 42 15 00  |&L......."...B..|
    000000f0  25 01 75 01 95 01 81 02  81 03 09 47 81 02 95 05  |%.u........G....|
    00000100  81 03 75 10 09 51 95 01  81 02 05 01 75 10 95 01  |..u..Q......u...|
    00000110  55 0e 65 11 09 30 26 34  2b 35 00 46 cd 0a 81 02  |U.e..0&4+5.F....|
    00000120  46 13 06 09 31 26 4c 18  81 02 c0 05 0d 09 22 a1  |F...1&L.......".|
    00000130  02 09 42 15 00 25 01 75  01 95 01 81 02 81 03 09  |..B..%.u........|
    00000140  47 81 02 95 05 81 03 75  10 09 51 95 01 81 02 05  |G......u..Q.....|
    00000150  01 75 10 95 01 55 0e 65  11 09 30 26 34 2b 35 00  |.u...U.e..0&4+5.|
    00000160  46 cd 0a 81 02 46 13 06  09 31 26 4c 18 81 02 c0  |F....F...1&L....|
    00000170  05 0d 27 ff ff 00 00 75  10 95 01 09 56 81 02 85  |..'....u....V...|
    00000180  0c 09 55 75 08 95 01 26  ff 00 b1 02 85 0a 06 00  |..Uu...&........|
    00000190  ff 09 c5 96 00 01 b1 02  c0 06 11 ff 09 11 a1 01  |................|
    000001a0  85 03 a1 02 09 00 75 08  15 00 26 ff 00 95 27 81  |......u...&...'.|
    000001b0  02 c0 85 02 09 00 95 01  b1 02 85 03 09 00 95 3f  |...............?|
    000001c0  b1 02 85 04 09 00 95 0f  b1 02 85 07 09 00 96 00  |................|
    000001d0  01 b1 02 85 08 09 00 96  87 00 b1 02 85 09 09 00  |................|
    000001e0  96 3f 00 b1 02 85 0d 09  00 95 07 b1 02 c0 05 0d  |.?..............|
    000001f0  09 0e a1 01 85 0e 09 23  a1 02 09 52 09 53 15 00  |.......#...R.S..|
    00000200  25 0a 75 08 95 02 b1 02  c0 c0                    |%.u.......|
    0000020a
    /sys/bus/hid/drivers/wacom/0003:056A:5048.0002/report_descriptor
    00000000  05 0d 09 02 a1 01 85 06  09 20 a1 00 09 42 09 44  |......... ...B.D|
    00000010  09 45 09 3c 09 5a 09 32  15 00 25 01 75 01 95 06  |.E.<.Z.2..%.u...|
    00000020  81 02 95 02 81 03 05 01  09 30 27 00 6c 00 00 47  |.........0'.l..G|
    00000030  00 6c 00 00 65 11 55 0d  75 10 95 01 81 02 09 31  |.l..e.U.u......1|
    00000040  27 c0 3c 00 00 47 c0 3c  00 00 81 02 45 00 65 00  |'.<..G.<....E.e.|
    00000050  55 00 05 0d 09 30 26 ff  07 75 10 81 02 06 00 ff  |U....0&..u......|
    00000060  09 5b 16 00 80 26 ff 7f  75 10 81 02 05 0d 09 5b  |.[...&..u......[|
    00000070  17 00 00 00 80 27 ff ff  ff 7f 75 20 81 02 06 00  |.....'....u ....|
    00000080  ff 09 00 75 08 26 ff 00  15 00 81 02 05 0d 09 3b  |...u.&.........;|
    00000090  81 02 c0 85 13 06 00 ff  09 c5 96 00 01 b1 02 c0  |................|
    000000a0  06 11 ff 09 02 a1 01 85  0b 09 20 a1 00 09 42 09  |.......... ...B.|
    000000b0  44 09 45 09 3c 09 5a 09  32 15 00 25 01 75 01 95  |D.E.<.Z.2..%.u..|
    000000c0  06 81 02 95 02 81 03 05  01 09 30 27 00 6c 00 00  |..........0'.l..|
    000000d0  47 00 6c 00 00 65 11 55  0d 75 10 95 01 81 02 09  |G.l..e.U.u......|
    000000e0  31 27 c0 3c 00 00 47 c0  3c 00 00 81 02 45 00 65  |1'.<..G.<....E.e|
    000000f0  00 55 00 05 0d 09 30 26  ff 07 75 10 81 02 06 00  |.U....0&..u.....|
    00000100  ff 09 5b 16 00 80 26 ff  7f 75 10 81 02 05 0d 09  |..[...&..u......|
    00000110  5b 17 00 00 00 80 27 ff  ff ff 7f 75 20 81 02 06  |[.....'....u ...|
    00000120  00 ff 09 00 75 08 26 ff  00 15 00 81 02 05 0d 09  |....u.&.........|
    00000130  3b 81 02 c0 85 05 09 00  95 17 81 02 85 0f 09 00  |;...............|
    00000140  95 27 81 02 85 0f 09 00  95 07 b1 02 85 11 09 00  |.'..............|
    
     

    Last edit: Jason Gerecke 2016-02-03
  • Michael Englert

    Michael Englert - 2016-02-02

    lsusb -vd 056a:

    Bus 001 Device 006: ID 056a:5048 Wacom Co., Ltd 
    Couldn't open device, some information will be missing
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               2.00
      bDeviceClass            0 (Defined at Interface level)
      bDeviceSubClass         0 
      bDeviceProtocol         0 
      bMaxPacketSize0        64
      idVendor           0x056a Wacom Co., Ltd
      idProduct          0x5048 
      bcdDevice            0.03
      iManufacturer           1 
      iProduct                2 
      iSerial                 0 
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           59
        bNumInterfaces          2
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0xe0
          Self Powered
          Remote Wakeup
        MaxPower              400mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         3 Human Interface Device
          bInterfaceSubClass      0 No Subclass
          bInterfaceProtocol      0 None
          iInterface              3 
            HID Device Descriptor:
              bLength                 9
              bDescriptorType        33
              bcdHID               1.11
              bCountryCode            0 Not supported
              bNumDescriptors         1
              bDescriptorType        34 Report
              wDescriptorLength     522
             Report Descriptors: 
               ** UNAVAILABLE **
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval               2
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        1
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         3 Human Interface Device
          bInterfaceSubClass      0 No Subclass
          bInterfaceProtocol      0 None
          iInterface              4 
            HID Device Descriptor:
              bLength                 9
              bDescriptorType        33
              bcdHID               1.11
              bCountryCode            0 Not supported
              bNumDescriptors         1
              bDescriptorType        34 Report
              wDescriptorLength     434
             Report Descriptors: 
               ** UNAVAILABLE **
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x82  EP 2 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval               1
    
     

    Last edit: Jason Gerecke 2016-02-03
  • Jason Gerecke

    Jason Gerecke - 2016-02-03
    • Project: xf86-input-wacom --> input-wacom
     
  • Michael Englert

    Michael Englert - 2016-02-10

    I don't really know what changed. but apparently the touchscreen is working now. Thanks a lot guys for helping me with this!!

     
  • Jason Gerecke

    Jason Gerecke - 2016-02-10
    • status: new --> closed-works-for-me
     
  • Jason Gerecke

    Jason Gerecke - 2016-02-10

    Closing this since it seems to work now. I'm at a total loss to explain what was going wrong (it shouldn't be possible for the "ran out of retries" message to appear for your device) nor why it would work now.

    If the issue comes back, feel free to re-open this bug.

     
  • mabawsa

    mabawsa - 2016-03-01

    I am having no luck getting the touch screen to work (pen or finger) I have tried Ubuntu 15.10, Fedora 23, Opensuse Tumbleweed and ubuntu 16.04 (current). So Maybe the big needs to be reopened.

    $ lsusb -vd 056a:
    
    Bus 001 Device 006: ID 056a:5048 Wacom Co., Ltd 
    Couldn't open device, some information will be missing
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               2.00
      bDeviceClass            0 (Defined at Interface level)
      bDeviceSubClass         0 
      bDeviceProtocol         0 
      bMaxPacketSize0        64
      idVendor           0x056a Wacom Co., Ltd
      idProduct          0x5048 
      bcdDevice            0.03
      iManufacturer           1 
      iProduct                2 
      iSerial                 0 
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           59
        bNumInterfaces          2
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0xe0
          Self Powered
          Remote Wakeup
        MaxPower              400mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         3 Human Interface Device
          bInterfaceSubClass      0 No Subclass
          bInterfaceProtocol      0 None
          iInterface              3 
            HID Device Descriptor:
              bLength                 9
              bDescriptorType        33
              bcdHID               1.11
              bCountryCode            0 Not supported
              bNumDescriptors         1
              bDescriptorType        34 Report
              wDescriptorLength     522
             Report Descriptors: 
               ** UNAVAILABLE **
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval               2
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        1
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         3 Human Interface Device
          bInterfaceSubClass      0 No Subclass
          bInterfaceProtocol      0 None
          iInterface              4 
            HID Device Descriptor:
              bLength                 9
              bDescriptorType        33
              bcdHID               1.11
              bCountryCode            0 Not supported
              bNumDescriptors         1
              bDescriptorType        34 Report
              wDescriptorLength     434
             Report Descriptors: 
               ** UNAVAILABLE **
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x82  EP 2 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval               1
    
     

    Last edit: Jason Gerecke 2016-03-03
  • mabawsa

    mabawsa - 2016-03-01
    /sys/bus/hid/drivers/wacom/0003:056A:5048.0001/report_descriptor
    00000000  05 0d 09 04 a1 01 85 0c  95 01 75 08 26 ff 00 15  |..........u.&...|
    00000010  00 81 03 09 54 81 02 05  0d 09 22 a1 02 09 42 15  |....T....."...B.|
    00000020  00 25 01 75 01 95 01 81  02 81 03 09 47 81 02 95  |.%.u........G...|
    00000030  05 81 03 75 10 09 51 95  01 81 02 05 01 75 10 95  |...u..Q......u..|
    00000040  01 55 0e 65 11 09 30 26  34 2b 35 00 46 cd 0a 81  |.U.e..0&4+5.F...|
    00000050  02 46 13 06 09 31 26 4c  18 81 02 c0 05 0d 09 22  |.F...1&L......."|
    00000060  a1 02 09 42 15 00 25 01  75 01 95 01 81 02 81 03  |...B..%.u.......|
    00000070  09 47 81 02 95 05 81 03  75 10 09 51 95 01 81 02  |.G......u..Q....|
    00000080  05 01 75 10 95 01 55 0e  65 11 09 30 26 34 2b 35  |..u...U.e..0&4+5|
    00000090  00 46 cd 0a 81 02 46 13  06 09 31 26 4c 18 81 02  |.F....F...1&L...|
    000000a0  c0 05 0d 09 22 a1 02 09  42 15 00 25 01 75 01 95  |...."...B..%.u..|
    000000b0  01 81 02 81 03 09 47 81  02 95 05 81 03 75 10 09  |......G......u..|
    000000c0  51 95 01 81 02 05 01 75  10 95 01 55 0e 65 11 09  |Q......u...U.e..|
    000000d0  30 26 34 2b 35 00 46 cd  0a 81 02 46 13 06 09 31  |0&4+5.F....F...1|
    000000e0  26 4c 18 81 02 c0 05 0d  09 22 a1 02 09 42 15 00  |&L......."...B..|
    000000f0  25 01 75 01 95 01 81 02  81 03 09 47 81 02 95 05  |%.u........G....|
    00000100  81 03 75 10 09 51 95 01  81 02 05 01 75 10 95 01  |..u..Q......u...|
    00000110  55 0e 65 11 09 30 26 34  2b 35 00 46 cd 0a 81 02  |U.e..0&4+5.F....|
    00000120  46 13 06 09 31 26 4c 18  81 02 c0 05 0d 09 22 a1  |F...1&L.......".|
    00000130  02 09 42 15 00 25 01 75  01 95 01 81 02 81 03 09  |..B..%.u........|
    00000140  47 81 02 95 05 81 03 75  10 09 51 95 01 81 02 05  |G......u..Q.....|
    00000150  01 75 10 95 01 55 0e 65  11 09 30 26 34 2b 35 00  |.u...U.e..0&4+5.|
    00000160  46 cd 0a 81 02 46 13 06  09 31 26 4c 18 81 02 c0  |F....F...1&L....|
    00000170  05 0d 27 ff ff 00 00 75  10 95 01 09 56 81 02 85  |..'....u....V...|
    00000180  0c 09 55 75 08 95 01 26  ff 00 b1 02 85 0a 06 00  |..Uu...&........|
    00000190  ff 09 c5 96 00 01 b1 02  c0 06 11 ff 09 11 a1 01  |................|
    000001a0  85 03 a1 02 09 00 75 08  15 00 26 ff 00 95 27 81  |......u...&...'.|
    000001b0  02 c0 85 02 09 00 95 01  b1 02 85 03 09 00 95 3f  |...............?|
    000001c0  b1 02 85 04 09 00 95 0f  b1 02 85 07 09 00 96 00  |................|
    000001d0  01 b1 02 85 08 09 00 96  87 00 b1 02 85 09 09 00  |................|
    000001e0  96 3f 00 b1 02 85 0d 09  00 95 07 b1 02 c0 05 0d  |.?..............|
    000001f0  09 0e a1 01 85 0e 09 23  a1 02 09 52 09 53 15 00  |.......#...R.S..|
    00000200  25 0a 75 08 95 02 b1 02  c0 c0                    |%.u.......|
    0000020a
    /sys/bus/hid/drivers/wacom/0003:056A:5048.0002/report_descriptor
    00000000  05 0d 09 02 a1 01 85 06  09 20 a1 00 09 42 09 44  |......... ...B.D|
    00000010  09 45 09 3c 09 5a 09 32  15 00 25 01 75 01 95 06  |.E.<.Z.2..%.u...|
    00000020  81 02 95 02 81 03 05 01  09 30 27 00 6c 00 00 47  |.........0'.l..G|
    00000030  00 6c 00 00 65 11 55 0d  75 10 95 01 81 02 09 31  |.l..e.U.u......1|
    00000040  27 c0 3c 00 00 47 c0 3c  00 00 81 02 45 00 65 00  |'.<..G.<....E.e.|
    00000050  55 00 05 0d 09 30 26 ff  07 75 10 81 02 06 00 ff  |U....0&..u......|
    00000060  09 5b 16 00 80 26 ff 7f  75 10 81 02 05 0d 09 5b  |.[...&..u......[|
    00000070  17 00 00 00 80 27 ff ff  ff 7f 75 20 81 02 06 00  |.....'....u ....|
    00000080  ff 09 00 75 08 26 ff 00  15 00 81 02 05 0d 09 3b  |...u.&.........;|
    00000090  81 02 c0 85 13 06 00 ff  09 c5 96 00 01 b1 02 c0  |................|
    000000a0  06 11 ff 09 02 a1 01 85  0b 09 20 a1 00 09 42 09  |.......... ...B.|
    000000b0  44 09 45 09 3c 09 5a 09  32 15 00 25 01 75 01 95  |D.E.<.Z.2..%.u..|
    000000c0  06 81 02 95 02 81 03 05  01 09 30 27 00 6c 00 00  |..........0'.l..|
    000000d0  47 00 6c 00 00 65 11 55  0d 75 10 95 01 81 02 09  |G.l..e.U.u......|
    000000e0  31 27 c0 3c 00 00 47 c0  3c 00 00 81 02 45 00 65  |1'.<..G.<....E.e|
    000000f0  00 55 00 05 0d 09 30 26  ff 07 75 10 81 02 06 00  |.U....0&..u.....|
    00000100  ff 09 5b 16 00 80 26 ff  7f 75 10 81 02 05 0d 09  |..[...&..u......|
    00000110  5b 17 00 00 00 80 27 ff  ff ff 7f 75 20 81 02 06  |[.....'....u ...|
    00000120  00 ff 09 00 75 08 26 ff  00 15 00 81 02 05 0d 09  |....u.&.........|
    00000130  3b 81 02 c0 85 05 09 00  95 17 81 02 85 0f 09 00  |;...............|
    00000140  95 27 81 02 85 0f 09 00  95 07 b1 02 85 11 09 00  |.'..............|
    00000150  95 09 b1 02 85 05 09 00  95 08 b1 02 85 10 09 00  |................|
    00000160  96 3f 00 b1 02 85 0b 09  00 96 3f 00 b1 02 85 12  |.?........?.....|
    00000170  09 00 75 08 15 00 26 ff  00 96 05 01 b1 02 c0 05  |..u...&.........|
    00000180  01 09 02 a1 01 85 01 09  01 a1 00 05 09 19 01 29  |...............)|
    00000190  02 15 00 25 01 95 02 75  01 81 02 95 01 75 06 81  |...%...u.....u..|
    000001a0  03 05 01 09 30 09 31 26  ff 7f 75 10 95 02 81 02  |....0.1&..u.....|
    000001b0  c0 c0                                             |..|
    000001b2
    
     

    Last edit: Jason Gerecke 2016-03-03
  • mabawsa

    mabawsa - 2016-03-01
    $ lsusb
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 005: ID 138a:0090 Validity Sensors, Inc. 
    Bus 001 Device 004: ID 13d3:5248 IMC Networks 
    Bus 001 Device 003: ID 0a5c:640e Broadcom Corp. 
    Bus 001 Device 002: ID 058f:9540 Alcor Micro Corp. AU9540 Smartcard Reader
    Bus 001 Device 006: ID 056a:5048 Wacom Co., Ltd 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    dmesg | grep -C5 -i wacom
    [    2.222397] usb 1-9: ep 0x84 - rounding interval to 64 microframes, ep desc says 80 microframes
    [    2.339908] usb 1-10: new full-speed USB device number 6 using xhci_hcd
    [    2.525747] usb 1-10: New USB device found, idVendor=056a, idProduct=5048
    [    2.525756] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    2.525760] usb 1-10: Product: Pen and multitouch sensor
    [    2.525764] usb 1-10: Manufacturer: Wacom Co.,Ltd.
    [    2.548603] brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 22 2015 06:16:41 version 7.35.180.119 (r594535) FWID 01-1a5c4016
    [    2.621140] brcmf_cfg80211_reg_notifier: not a ISO3166 code
    [    2.637769] brcmfmac 0000:04:00.0 wlp4s0: renamed from wlan0
    [    2.666224] clocksource: Switched to clocksource tsc
    [    2.783531] [drm] RC6 on
    --
    [    3.574288] media: Linux media interface: v0.10
    [    3.576544] hidraw: raw HID events driver (C) Jiri Kosina
    [    3.579477] Linux video capture interface: v2.00
    [    3.584395] usbcore: registered new interface driver usbhid
    [    3.584398] usbhid: USB HID core driver
    [    3.585660] wacom: module verification failed: signature and/or required key missing - tainting kernel
    [    3.586939] input: Wacom Co.,Ltd. Pen and multitouch sensor Finger as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:5048.0001/input/input15
    [    3.591452] uvcvideo: Found UVC 1.00 device Integrated Camera (13d3:5248)
    [    3.593371] Bluetooth: Core ver 2.21
    [    3.593384] NET: Registered protocol family 31
    [    3.593385] Bluetooth: HCI device and connection manager initialized
    [    3.593388] Bluetooth: HCI socket layer initialized
    --
    [    3.601045] Bluetooth: hci0: BCM: chip id 101
    [    3.617613] Bluetooth: hci0: DESKTOP-05S4QG1
    [    3.618204] Bluetooth: hci0: BCM4354A2 (001.003.015) build 0225
    [    3.618266] bluetooth hci0: Direct firmware load for brcm/BCM4354A2-0a5c-640e.hcd failed with error -2
    [    3.618268] Bluetooth: hci0: BCM: Patch brcm/BCM4354A2-0a5c-640e.hcd not found
    [    3.639427] wacom 0003:056A:5048.0001: hidraw0: USB HID v1.11 Device [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-10/input0
    [    3.639663] input: Wacom Co.,Ltd. Pen and multitouch sensor Pen as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:056A:5048.0002/input/input18
    [    3.639773] usbcore: registered new interface driver uvcvideo
    [    3.639774] USB Video Class driver (1.1.1)
    [    3.640020] wacom 0003:056A:5048.0002: hidraw1: USB HID v1.11 Mouse [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-10/input1
    [    3.684118] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
    [    3.791852] brcmf_add_if: ERROR: netdev:wlp4s0 already exists
    [    3.791854] brcmf_add_if: ignore IF event
    [    3.824675] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
    [    4.622585] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    
     

    Last edit: Jason Gerecke 2016-03-03
  • mabawsa

    mabawsa - 2016-03-01
    xsetwacom --list
    Wacom Co.,Ltd. Pen and multitouch sensor Finger touch   id: 9   type: TOUCH     
    Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus id: 10  type: STYLUS    
    Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser id: 16  type: ERASER 
    
    xorg.0.log
    [     4.022] (II) LoadModule: "wacom"
    [     4.022] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
    [     4.022] (II) Module wacom: vendor="X.Org Foundation"
    [     4.022]    compiled for 1.17.3, module version = 0.32.0
    [     4.022]    Module class: X.Org XInput Driver
    [     4.022]    ABI class: X.Org XInput driver, version 21.0
    [     4.022] (II) wacom: Driver for Wacom graphics tablets: PenPartner, Graphire,
        Graphire2 4x5, Graphire2 5x7, Graphire3 4x5, Graphire3 6x8,
        Graphire4 4x5, Graphire4 6x8, BambooFun 4x5, BambooFun 6x8,
        Bamboo1 Medium, Graphire4 6x8 BlueTooth, CTL-460, CTH-461, CTL-660,
        CTL-461/S, Bamboo Touch, CTH-460/K, CTH-461/S, CTH-661/S1, CTH-461/L,
        CTH-661/L, Intuos 4x5, Intuos 6x8, Intuos 9x12, Intuos 12x12,
        Intuos 12x18, PTU600, PL400, PL500, PL600, PL600SX, PL550, PL800,
        PL700, PL510, PL710, DTI520, DTF720, DTF720a, DTF521, DTU1931,
        DTU2231, DTU1631, Intuos2 4x5, Intuos2 6x8, Intuos2 9x12,
        Intuos2 12x12, Intuos2 12x18, Intuos2 6x8 , Volito, PenStation,
        Volito2 4x5, Volito2 2x3, PenPartner2, Bamboo, Bamboo1, Bamboo1 4x6,
        Bamboo1 5x8, Intuos3 4x5, Intuos3 6x8, Intuos3 9x12, Intuos3 12x12,
        Intuos3 12x19, Intuos3 6x11, Intuos3 4x6, Intuos4 4x6, Intuos4 6x9,
        Intuos4 8x13, Intuos4 12x19, Intuos4 WL USB Endpoint,
        Intuos4 WL Bluetooth Endpoint, Intuos5 touch S, Intuos5 touch M,
        Intuos5 touch L, Intuos5 S, Intuos5 M, Intuos Pro S, Intuos Pro M,
        Intuos Pro L, Cintiq 21UX, Cintiq 20WSX, Cintiq 12WX, Cintiq 21UX2,
        Cintiq 24HD, Cintiq 22HD, Cintiq 24HD touch (EMR digitizer),
        Cintiq 13HD, DTK2241, DTH2242, Cintiq 22HDT, TabletPC 0x90,
        TabletPC 0x93, TabletPC 0x97, TabletPC 0x9A, CapPlus  0x9F,
        TabletPC 0xE2, TabletPC 0xE3, TabletPC 0xE5, TabletPC 0xE6,
        TabletPC 0xEC, TabletPC 0xED, TabletPC 0xEF, TabletPC 0x100,
        TabletPC 0x101, TabletPC 0x10D, TabletPC 0x116, TabletPC 0x12C,
        TabletPC 0x4001, TabletPC 0x4004, TabletPC 0x5000, TabletPC 0x5002,
        usb:172f:0024, usb:172f:0025, usb:172f:0026, usb:172f:0027,
        usb:172f:0028, usb:172f:0030, usb:172f:0031, usb:172f:0032,
        usb:172f:0033, usb:172f:0034, usb:172f:0035, usb:172f:0036,
        usb:172f:0037, usb:172f:0038, usb:172f:0039, usb:172f:0051,
        usb:172f:0052, usb:172f:0053, usb:172f:0054, usb:172f:0055,
        usb:172f:0056, usb:172f:0057, usb:172f:0058, usb:172f:0500,
        usb:172f:0501, usb:172f:0502, usb:172f:0503, usb:1b96:0001,
        usb:17ef:6004
    [     4.023] (II) Using input driver 'wacom' for 'Wacom Co.,Ltd. Pen and multitouch sensor Finger'
    [     4.023] (**) Wacom Co.,Ltd. Pen and multitouch sensor Finger: always reports core events
    [     4.023] (**) Option "Device" "/dev/input/event13"
    [     4.076] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger: Invalid type 'stylus' for this device.
    [     4.076] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger: Invalid type 'eraser' for this device.
    [     4.076] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger: Invalid type 'cursor' for this device.
    [     4.076] (II) Wacom Co.,Ltd. Pen and multitouch sensor Finger: type not specified, assuming 'touch'.
    [     4.076] (II) Wacom Co.,Ltd. Pen and multitouch sensor Finger: other types will be automatically added.
    [     4.076] (--) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: maxX=11060 maxY=6220 maxZ=0 resX=40000 resY=40000 
    [     4.076] (II) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: hotplugging dependent devices.
    [     4.076] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: Invalid type 'stylus' for this device.
    [     4.076] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: Invalid type 'eraser' for this device.
    [     4.076] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: Invalid type 'cursor' for this device.
    [     4.076] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: Invalid type 'pad' for this device.
    [     4.076] (II) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: hotplugging completed.
    [     4.100] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:5048.0001/input/input15/event13"
    [     4.100] (II) XINPUT: Adding extended input device "Wacom Co.,Ltd. Pen and multitouch sensor Finger touch" (type: TOUCH, id 9)
    [     4.101] (**) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: (accel) keeping acceleration scheme 1
    [     4.101] (**) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: (accel) acceleration profile 0
    [     4.101] (**) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: (accel) acceleration factor: 2.000
    [     4.101] (**) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: (accel) acceleration threshold: 4
    [     4.157] (II) config/udev: Adding input device Wacom Co.,Ltd. Pen and multitouch sensor Finger (/dev/input/mouse2)
    [     4.157] (II) No input driver specified, ignoring this device.
    [     4.157] (II) This device may have been added with another device file.
    [     4.159] (II) config/udev: Adding input device Wacom Co.,Ltd. Pen and multitouch sensor Pen (/dev/input/event15)
    [     4.159] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen: Applying InputClass "evdev tablet catchall"
    [     4.159] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen: Applying InputClass "Wacom USB device class"
    [     4.159] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen: Applying InputClass "Wacom class"
    [     4.159] (II) Using input driver 'wacom' for 'Wacom Co.,Ltd. Pen and multitouch sensor Pen'
    [     4.159] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen: always reports core events
    [     4.159] (**) Option "Device" "/dev/input/event15"
    [     4.212] (II) Wacom Co.,Ltd. Pen and multitouch sensor Pen: type not specified, assuming 'stylus'.
    [     4.212] (II) Wacom Co.,Ltd. Pen and multitouch sensor Pen: other types will be automatically added.
    [     4.212] (--) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: using pressure threshold of 27 for button 1
    [     4.212] (--) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: maxX=27648 maxY=15552 maxZ=2047 resX=100000 resY=100000  tilt=enabled
    [     4.212] (II) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: hotplugging dependent devices.
    [     4.212] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: Invalid type 'cursor' for this device.
    [     4.212] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: Invalid type 'touch' for this device.
    [     4.212] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: Invalid type 'pad' for this device.
    [     4.212] (II) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: hotplugging completed.
    [     4.236] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:056A:5048.0002/input/input18/event15"
    [     4.236] (II) XINPUT: Adding extended input device "Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus" (type: STYLUS, id 10)
    [     4.237] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: (accel) keeping acceleration scheme 1
    [     4.237] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: (accel) acceleration profile 0
    [     4.237] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: (accel) acceleration factor: 2.000
    [     4.237] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: (accel) acceleration threshold: 4
    [     4.293] (II) config/udev: Adding input device Wacom Co.,Ltd. Pen and multitouch sensor Pen (/dev/input/mouse3)
    [     4.294] (II) No input driver specified, ignoring this device.
    [     4.294] (II) This device may have been added with another device file.
    
     

    Last edit: Jason Gerecke 2016-03-03
  • Jason Gerecke

    Jason Gerecke - 2016-03-03
    • status: closed-works-for-me --> new
     
  • Jason Gerecke

    Jason Gerecke - 2016-03-03

    Please try following the instructions on this page to build and run the "hid-recorder" program. You should have two Wacom devices to choose from -- select the first and then move the pen around a little and touch the screen a few times. Hit CTRL+C to stop recording. Next, re-run the program with a different output file and select the second Wacom device. Once again, move the pen around and touch the screen once or twice and then stop recording. Attach both files to this bug and I'll take a closer look.

     
  • mabawsa

    mabawsa - 2016-03-04

    Thanks for getting back to me. Here are the files you requested.

     
  • Jason Gerecke

    Jason Gerecke - 2016-03-05

    The hid-record data looks like your issue might be the same as in bug [#310]. I'll copy/paste my reply to that bug below:

    Based on the hid-recorder output, it looks like the device is sending events with an unexpected report ID. Instead of having the ID specified for the generic HID packets, the ID is of the "vendor defined" HID packets that the driver can't automatically decode. That's really odd since since most devices use the former automatically... I'll see if I can come up with a way to switch the device mode....

    In the meantime, perhaps try entering the BIOS and seeing if the pen/touchscreen work there. Usually the pen or touchscreen will work properly in the BIOS, and that should be using generic HID reports. Entering the BIOS should do the necessary mode switch, and (very unlikely, but maybe) the effect of the mode switch may even persist across reboot.

     

    Related

    Bugs: #310

  • mabawsa

    mabawsa - 2016-03-05

    yes it does look like the same bug. Unfortunately the bios is not touch controlled. Touch does work in Windows 10.

     
  • mabawsa

    mabawsa - 2016-03-07

    Update, I can get it working if I hard reset the system and boot into Opensuse ( switched to tumbleweed as ubuntu gnome is currently in a bit of a mess).
    The switch is located here.
    However once I boot back into windows the bug reppears.
    So for whatever reason the windows 10 driver is writing a stop working code to the device.
    Any ideas?

     
  • Jason Gerecke

    Jason Gerecke - 2016-03-07

    What's probably happening is the Windows Wacom driver is sending a command to switch it to the "vendor defined" mode I had mentioned. Its a little odd that the device would remembers this switch after a reboot, but not out of the realm of possibility. Perhaps the setting is stored in the UEFI/BIOS NVRAM but cleared on hard-reset. I'll see if I can figure out how to switch the device mode back through software.

     
  • Jason Gerecke

    Jason Gerecke - 2016-03-11

    I've made a patch which I think will do the trick. You can find the updated sources (EDIT: dead link -- checkout the 'jiri/for-4.6' branch from git instead) on my Github to try out. If you're not familiar with building and installing the input-wacom driver, you can find instructions here.

    After installing the driver, reboot into Windows, and then back into Linux. If all goes well, the pen and touch should start working again. Let me know either way :)

     

    Last edit: Jason Gerecke 2016-04-14
  • Jason Gerecke

    Jason Gerecke - 2016-03-11
    • status: new --> open
     
  • mabawsa

    mabawsa - 2016-03-12

    Unfortunately the error is still there

     
  • Jason Gerecke

    Jason Gerecke - 2016-03-15

    If an error like Mike F mentioned on bug #310 prevented the module from installing correctly, that would definitely explain things... Just to be sure everything installed correctly, could you please post the output from modinfo wacom | grep version?

     

    Last edit: Jason Gerecke 2016-03-15
  • mabawsa

    mabawsa - 2016-03-16

    Hi hope its a simple installation mistake:
    modinfo wacom | grep version
    version: v2.00
    srcversion: BCE3DDABD4988F3DB126975
    vermagic: 4.5.0-1.g3c4edc5-default SMP preempt mod_unload modversions

     
  • mabawsa

    mabawsa - 2016-03-16

    I repeated the compile procedure and reinstalled the module:
    modinfo wacom | grep version
    version: v2.00-UNKNOWN
    srcversion: 669EBC2BBB6FBF13000467D
    vermagic: 4.5.0-1.g3c4edc5-default SMP preempt mod_unload modversions

    Pen has started to work, however touch is still not working.

     
  • Jason Gerecke

    Jason Gerecke - 2016-03-16

    Yup, it looks like the stock kernel module was still in use (no suffix after "v2.00") and was successfully replaced on your second try. I'll take another look at the touch side of things since that's still not working...

     
1 2 3 > >> (Page 1 of 3)