Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

the installed debian12 cannot find my touchpad(HP EliteBook 630)

Need help with peripherals or devices?
Post Reply
Message
Author
mirrorfca
Posts: 5
Joined: 2024-02-26 11:49

the installed debian12 cannot find my touchpad(HP EliteBook 630)

#1 Post by mirrorfca »

I had installed debian 12 in my laptop.

However, "the installed" debian 12 cannot find out my touchpad.

The reason I marked "the installed" is when I use the booted USB. My touchpad working very well.

here is my hardware:

host: HP EliteBook 630
Kernel: 6.1.0-15-amd64
CPU: 12th Gen Intel i7-1255U (12) @ 4.700GHz

and here is the touchpad information of /proc/bus/input/devices when I boot my laptop by USB:

I: Bus=0018 Vendor=06cb Product=ceab Version=0100
N: Name="SYNA30ED:00 06CB:CEAB Touchpad"
P: Phys=i2c-SYNA30ED:00
S: Sysfs=/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA30ED:00/0018:06CB:CEAB.0001/input/input12
U: Uniq=
H: Handlers=mouse1 event9
B: PROP=5
B: EV=1b
B: KEY=e520 10000 0 0 0 0
B: ABS=2e0800000000003
B: MSC=20

Does anyone know how to boot my touchpad?

arzgi
Posts: 1198
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 32 times

Re: the installed debian12 cannot find my touchpad(HP EliteBook 630)

#2 Post by arzgi »

Try installing

Code: Select all

xorg-driver-synaptics

mirrorfca
Posts: 5
Joined: 2024-02-26 11:49

Re: the installed debian12 cannot find my touchpad(HP EliteBook 630)

#3 Post by mirrorfca »

arzgi wrote: 2024-02-26 12:33 Try installing

Code: Select all

xorg-driver-synaptics
I installed it and restarted the laptop but nothing changed.
Last edited by mirrorfca on 2024-02-27 01:29, edited 1 time in total.

Dai_trying
Posts: 1101
Joined: 2016-01-07 12:25
Has thanked: 7 times
Been thanked: 16 times

Re: the installed debian12 cannot find my touchpad(HP EliteBook 630)

#4 Post by Dai_trying »

arzgi wrote: 2024-02-26 12:33 Try installing

Code: Select all

xorg-driver-synaptics
Shouldn't the package to be installed be this one?

Code: Select all

xserver-xorg-input-synaptics
although on my laptop (not Hp) I have this one instead

Code: Select all

xserver-xorg-input-libinput
which is working fine so might be worth checking.

mirrorfca
Posts: 5
Joined: 2024-02-26 11:49

Re: the installed debian12 cannot find my touchpad(HP EliteBook 630)

#5 Post by mirrorfca »

I just checked it.

xserver-xorg-input-synaptics and xserver-xorg-input-libinput

had installed in my laptop.

arzgi
Posts: 1198
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 32 times

Re: the installed debian12 cannot find my touchpad(HP EliteBook 630)

#6 Post by arzgi »

Sometimes I had to check XFCE's settings to get the touchpad working, don't know what you DE you are using, worth to check anyways.

mirrorfca
Posts: 5
Joined: 2024-02-26 11:49

Re: the installed debian12 cannot find my touchpad(HP EliteBook 630)

#7 Post by mirrorfca »

I am also using XFCE. Can I ask how do you get the touchpad working?

arzgi
Posts: 1198
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 32 times

Re: the installed debian12 cannot find my touchpad(HP EliteBook 630)

#8 Post by arzgi »

mirrorfca wrote: 2024-03-01 08:02 I am also using XFCE. Can I ask how do you get the touchpad working?
Check Settings/Mouse and Touchpad

mirrorfca
Posts: 5
Joined: 2024-02-26 11:49

Re: the installed debian12 cannot find my touchpad(HP EliteBook 630)

#9 Post by mirrorfca »

In my Settings/Mouse and Touchpad. there is only one input that is my usb mouse.


I got the follow output after I do "grep -i "Using input" /var/log/Xorg.0.log"

Code: Select all

grep -i "Using input" /var/log/Xorg.0.log

/var/log/Xorg.0.log:[     6.664] (II) Using input driver 'libinput' for 'Power Button'
/var/log/Xorg.0.log:[     6.694] (II) Using input driver 'libinput' for 'Video Bus'
/var/log/Xorg.0.log:[     6.758] (II) Using input driver 'libinput' for 'Sleep Button'
/var/log/Xorg.0.log:[     6.779] (II) Using input driver 'libinput' for 'HP HD Camera: HP HD Camera'
/var/log/Xorg.0.log:[     6.847] (II) Using input driver 'libinput' for 'PixArt HP 125 USB Optical Mouse'
/var/log/Xorg.0.log:[     7.026] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
/var/log/Xorg.0.log:[     7.059] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
However, the touchpad is installed and remove when installing.

Code: Select all

grep Touchpad /var/log/installer/Xorg.0.log

[     2.701] (II) config/udev: Adding input device SYNA30ED:00 06CB:CEAB Touchpad (/dev/input/event2)
[     2.701] (**) SYNA30ED:00 06CB:CEAB Touchpad: Applying InputClass "libinput touchpad catchall"
[     2.701] (II) Using input driver 'libinput' for 'SYNA30ED:00 06CB:CEAB Touchpad'
[     2.701] (**) SYNA30ED:00 06CB:CEAB Touchpad: always reports core events
[     2.701] (**) Option "Device" "/dev/input/event2"
[     2.702] (II) event2  - SYNA30ED:00 06CB:CEAB Touchpad: is tagged by udev as: Touchpad
[     2.703] (II) event2  - SYNA30ED:00 06CB:CEAB Touchpad: device is a touchpad
[     2.703] (II) event2  - SYNA30ED:00 06CB:CEAB Touchpad: device removed
[     2.745] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-SYNA30ED:00/0018:06CB:CEAB.0001/input/input5/event2"
[     2.745] (II) XINPUT: Adding extended input device "SYNA30ED:00 06CB:CEAB Touchpad" (type: TOUCHPAD, id 7)
[     2.748] (**) Option "AccelerationScheme" "none"
[     2.748] (**) SYNA30ED:00 06CB:CEAB Touchpad: (accel) selected scheme none/0
[     2.748] (**) SYNA30ED:00 06CB:CEAB Touchpad: (accel) acceleration factor: 2.000
[     2.748] (**) SYNA30ED:00 06CB:CEAB Touchpad: (accel) acceleration threshold: 4
[     2.750] (II) event2  - SYNA30ED:00 06CB:CEAB Touchpad: is tagged by udev as: Touchpad
[     2.752] (II) event2  - SYNA30ED:00 06CB:CEAB Touchpad: device is a touchpad
[     2.753] (II) config/udev: Adding input device SYNA30ED:00 06CB:CEAB Touchpad (/dev/input/mouse1)
[     2.753] (II) No input driver specified, ignoring this device.

arzgi
Posts: 1198
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 32 times

Re: the installed debian12 cannot find my touchpad(HP EliteBook 630)

#10 Post by arzgi »

Code: Select all

SYNA30ED:00 06CB:CEAB Touchpad
seems to be the culprit, seems to be an i2c-device. I have no experience of those kind devices, try to search the same code using search enginge.

Post Reply