Opened 18 years ago
Closed 18 years ago
#1175 closed bug (fixed)
no keyboard on laptop
Reported by: | begasus | Owned by: | marcusoverhagen |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Add-Ons/Input Filters | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Can't use the internal keyboard on the laptop, if I want to do any typing I need to hook up an external usb keyboard to be able to type. Replaced the busmanager as suggested but that didn't help here, still no typing possible. Internal touchpad and usb mouse connected work fine.
Attachments (4)
Change History (8)
by , 18 years ago
by , 18 years ago
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Owner: | changed from | to
---|
comment:3 by , 18 years ago
Status: | new → assigned |
---|
The keyboard reset appears to be send to the mouse, because the controller still uses 0xd3 ctrl. I'll try to fix this.
KERN: ps2_write_ctrl 0xd3 KERN: ps2_write_data 0xa4 KERN: ps2_interrupt: ignoring, ctrl 0x35 (aux) KERN: ps2: ps2_command in 0xa4 KERN: ps2: ps2_command result 0x00000000 KERN: ps2: active multiplexing not supported
KERN: ps2: ps2_dev_command cmd 0xff, out 0, in 1, dev input/keyboard/at/0 KERN: ps2_write_data 0xff KERN: ps2_interrupt: ctrl 0x35, data 0xff (aux) KERN: ps2: input/mouse/ps2/0 not enabled, data 0xff dropped
KERN: ps2: ps2_dev_command wait for ack res 0x80000009, wait-time 4000036 KERN: ps2: ps2_dev_command result 0x80000009 KERN: ps2: keyboard reset failed, status 0x80000009, data 0x80
by , 18 years ago
latest syslog after succesfull reboot and working keyboard
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
fixed in hrev20828 (workaround for hardware bug added)
syslog_1 is from first boot syslog_2 if from second boot after replacing the ps2 busmanager