Opened 3 years ago

Last modified 23 months ago

#17158 new bug

Keyboard and touchpad do not work sometimes on a HP Probook 4510s

Reported by: jackburton Owned by: PreetpalKaur
Priority: normal Milestone: Unscheduled
Component: Drivers/Input Version: R1/beta3
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by jackburton)

I just installed haiku beta3 on a HP Probook 4510s (laptop).

Sometimes (usually on reboot) keyboard and touchpad do not work. An external USB mouse work fine.

Change History (8)

comment:1 by jackburton, 3 years ago

Description: modified (diff)

comment:2 by jackburton, 3 years ago

Summary: Keyboard and touchpad do not work sometimesKeyboard and touchpad do not work sometimes on a HP Probook 4510s

comment:3 by jackburton, 3 years ago

Description: modified (diff)

comment:4 by jackburton, 3 years ago

Syslog (ps2_hid) from a working boot:

KERN: loaded driver /boot/system/add-ons/kernel/drivers/dev/input/wacom
KERN: loaded driver /boot/system/add-ons/kernel/drivers/dev/input/usb_hid
KERN: ps2_hid: init_hardware
KERN: ps2_hid: init_driver
KERN: ps2: active multiplexing v1.1 enabled
KERN: ps2_hid: publish_devices
KERN: ps2_hid: uninit_driver
KERN: loaded driver /boot/system/add-ons/kernel/drivers/dev/input/ps2_hid
KERN: ps2: reset failed
KERN: ps2: devfs_publish_device input/mouse/ps2/0, status = 0xffffffff
KERN: ps2: reset failed
KERN: ps2: devfs_publish_device input/mouse/ps2/1, status = 0xffffffff
KERN: ps2: reset failed
KERN: ps2: devfs_publish_device input/mouse/ps2/2, status = 0xffffffff
USER 'KS': Notify of added/removed/started/stopped device
KERN: ps2: devfs_publish_device input/touchpad/ps2/synaptics_3, status = 0x00000000
KERN: ps2: devfs_publish_device input/keyboard/at/0, status = 0x00000000
USER 'KS': Notify of added/removed/started/stopped device
Last message repeated 1 time
KERN: ps2: keyboard found

comment:5 by jackburton, 3 years ago

Syslog from a non-working keyboard boot:

KERN: ps2_hid: init_hardware
KERN: ps2_hid: init_driver
KERN: ps2: active multiplexing v1.1 enabled
KERN: ps2_hid: publish_devices
KERN: ps2_hid: uninit_driver
KERN: loaded driver /boot/system/add-ons/kernel/drivers/dev/input/ps2_hid
KERN: ps2: reset failed
KERN: ps2: devfs_publish_device input/mouse/ps2/0, status = 0xffffffff
KERN: ps2: reset failed
KERN: ps2: devfs_publish_device input/mouse/ps2/1, status = 0xffffffff
KERN: ps2: reset failed
KERN: ps2: devfs_publish_device input/mouse/ps2/2, status = 0xffffffff
USER 'KS': Notify of added/removed/started/stopped device
KERN: ps2: devfs_publish_device input/touchpad/ps2/synaptics_3, status = 0x00000000
KERN: ps2: devfs_publish_device input/keyboard/at/0, status = 0x00000000
KERN: ps2: keyboard found
USER 'KS': Notify of added/removed/started/stopped device

comment:7 by jackburton, 3 years ago

Seems similar, although that one is about trackpad and does not mention keyboard.

comment:8 by jackburton, 23 months ago

Is there any test I could do on this hardware to help identifying the problem ?

Note: See TracTickets for help on using tickets.