Sample Header Ad - 728x90

My touchpad can't work in X11/Linux (USB Wired Touchpad)

0 votes
0 answers
52 views
I want to use 'Perixx PERIPAD-501 II - Wired Touchpad' in my X11/Linux, but it can't work. (Cursor doesn't move and click button doesn't work) Outputs of xinput command is here: ('HAILUCK CO.,LTD USB touchpad' is the device name)
    >xinput list
    
    Virtual core pointer                            id=2    [master pointer  (3)]
        Virtual core XTEST pointer                  id=4    [slave  pointer  (2)]
        HAILUCK CO.,LTD USB touchpad                id=10   [slave  pointer  (2)]
    Virtual core keyboard                           id=3    [master keyboard (2)]
        Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
        rk29-keypad                                 id=6    [slave  keyboard (3)]
        tc3589x-keypad                              id=7    [slave  keyboard (3)]
        HAILUCK CO.,LTD USB touchpad                id=8    [slave  keyboard (3)]
    >xinput list-props 10
    
    Device 'HAILUCK CO.,LTD USB touchpad':
        Device Enabled (113):   1
        Coordinate Transformation Matrix (114): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        Device Accel Profile (410): 1
        Device Accel Constant Deceleration (411):   2.000000
        Device Accel Adaptive Deceleration (412):   1.000000
        Device Accel Velocity Scaling (413):    12.500000
        Synaptics Edges (414):  61, 1474, 55, 968
        Synaptics Finger (415): 25, 30, 0
        Synaptics Tap Time (416):   180
        Synaptics Tap Move (417):   81
        Synaptics Tap Durations (418):  180, 180, 100
        Synaptics ClickPad (419):   0
        Synaptics Middle Button Timeout (420):  75
        Synaptics Two-Finger Pressure (421):    282
        Synaptics Two-Finger Width (422):   7
        Synaptics Scrolling Distance (423): 36, 36
        Synaptics Edge Scrolling (424): 0, 0, 0
        Synaptics Two-Finger Scrolling (425):   1, 1
        Synaptics Move Speed (426): 1.000000, 2.000000, 0.075000, 0.000000
        Synaptics Off (427):    0
        Synaptics Locked Drags (428):   0
        Synaptics Locked Drags Timeout (429):   5000
        Synaptics Tap Action (430): 0, 0, 0, 0, 0, 0, 0
        Synaptics Click Action (431):   1, 3, 2
        Synaptics Circular Scrolling (432): 0
        Synaptics Circular Scrolling Distance (433):    0.100000
        Synaptics Circular Scrolling Trigger (434): 0
        Synaptics Circular Pad (435):   0
        Synaptics Palm Detection (436): 0
        Synaptics Palm Dimensions (437):    10, 200
        Synaptics Coasting Speed (438): 8.000000, 50.000000
        Synaptics Pressure Motion (439):    30, 160
        Synaptics Pressure Motion Factor (440): 1.000000, 1.000000
        Synaptics Grab Event Device (441):  0
        Synaptics Gestures (442):   1
        Synaptics Capabilities (443):   1, 0, 0, 1, 1, 0, 0
        Synaptics Pad Resolution (444): 17, 19
        Synaptics Area (445):   0, 0, 0, 0
        Synaptics Noise Cancellation (446): 9, 9
        Device Product ID (237):    9610, 12
        Device Node (238):  "/dev/input/event3"


    >sudo dmesg | grep touch
    [    2.000014] usbcore: registered new interface driver ums-onetouch
    [  293.711264] usb 3-1.3: Product: USB touchpad
    [  293.724917] input: HAILUCK CO.,LTD USB touchpad as /devices/10180000.usb/usb3/3-1/3-1.3/3-1.3:1.0/input/input2
    [  293.726048] hid-generic 0003:258A:000C.0001: input,hidraw0: USB HID v1.10 Keyboard [HAILUCK CO.,LTD USB touchpad] on usb-10180000.usb-1.3/input0
    [  293.765922] input: HAILUCK CO.,LTD USB touchpad as /devices/10180000.usb/usb3/3-1/3-1.3/3-1.3:1.1/input/input3
    [  293.767495] hid-multitouch 0003:258A:000C.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [HAILUCK CO.,LTD USB touchpad] on usb-10180000.usb-1.3/input1

    >sudo cat /proc/bus/input/devices
    ....
    ....
    I: Bus=0003 Vendor=258a Product=000c Version=0110
    N: Name="HAILUCK CO.,LTD USB touchpad"
    P: Phys=usb-10180000.usb-1.3/input0
    S: Sysfs=/devices/10180000.usb/usb3/3-1/3-1.3/3-1.3:1.0/input/input2
    U: Uniq=
    H: Handlers=sysrq kbd event2 
    B: PROP=0
    B: EV=120013
    B: KEY=10000 7 ff9f207a c14057ff febeffdf ffefffff ffffffff fffffffe
    B: MSC=10
    B: LED=7
    
    I: Bus=0003 Vendor=258a Product=000c Version=0110
    N: Name="HAILUCK CO.,LTD USB touchpad"
    P: Phys=usb-10180000.usb-1.3/input1
    S: Sysfs=/devices/10180000.usb/usb3/3-1/3-1.3/3-1.3:1.1/input/input3
    U: Uniq=
    H: Handlers=mouse0 event3 cpufreq 
    B: PROP=1
    B: EV=b
    B: KEY=e520 0 10000 0 0 0 0 0 0 0 0
    B: ABS=2608000 3
    >uname -a
    Linux my_pc  3.10.0+ #54 SMP PREEMPT Sat Aug 13 12:39:25 UTC 2022 armv7l GNU/Linux
I tried >xinput --test 10 but no input message. Please let me know if there is anything I should do.
Asked by rev_max (1 rep)
Mar 9, 2025, 06:53 AM