You are not logged in.

#1 2024-06-08 21:53:30

UltiRequiem
Member
Registered: 2021-04-28
Posts: 1

"xsetwacom --list devices" doesn't find any device

But "libwacom-list-local-devices" works:
```
➜  ~ libwacom-list-local-devices
devices:
- name: 'One by Wacom (small)'
  bus: 'usb'
  vid: '0x056a'
  pid: '0x037a'
  nodes:
  - /dev/input/event21: 'Wacom Co.,Ltd. CTL-472 Mouse'
  styli:
   - id: 0xffffe
     name: 'General Pen Eraser'
     type: 'general'
     axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
     buttons: 2
     is_eraser: 'true'
     eraser_type: 'invert'
   - id: 0xfffff
     name: 'General Pen'
     type: 'general'
     axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
     buttons: 2
     erasers: [0xffffe]
```
"kde_wacom_tabletfinder" also fails to find the tablet
https://i.imgur.com/2nRSeKd.png

I know the tablet is on because it has its' light on, but it doesn't work on any program I try.

Any help is appreciated

Offline

#2 2024-06-20 09:19:51

aasancheza
Member
Registered: 2024-06-20
Posts: 1

Re: "xsetwacom --list devices" doesn't find any device

same here, connected over usb
lsusb -v output


Bus 001 Device 075: ID 056a:0376 Wacom Co., Ltd CTL-4100WL [Intuos BT (S)]
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 [unknown]
  bDeviceSubClass         0 [unknown]
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x056a Wacom Co., Ltd
  idProduct          0x0376 CTL-4100WL [Intuos BT (S)]
  bcdDevice            1.11
  iManufacturer           1 Wacom Co.,Ltd.
  iProduct                2 Intuos BT S
  iSerial                 3 8CH00S2006313
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0022
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 [unknown]
      bInterfaceProtocol      0
      iInterface              0
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     759
          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               1

ibwacom-list-local-devices

devices:
- name: 'Wacom Intuos BT S'
  bus: 'usb'
  vid: '0x056a'
  pid: '0x0376'
  nodes:
  - /dev/input/event24: 'Wacom Intuos BT S Pen'
  - /dev/input/event25: 'Wacom Intuos BT S Pad'
  styli:
   - id: 0x862
     name: 'Intuos Pen'
     type: 'general'
     axes: ['x', 'y' , 'distance', 'pressure']
     buttons: 2
     erasers: []

Device works, but I am not able to configure it using xsetwacom

also any help is appreciated

Offline

Board footer

Powered by FluxBB