Bug 13540
Summary: | Keyboard doesn't work | ||
---|---|---|---|
Product: | Drivers | Reporter: | Dr. David Alan Gilbert (linux) |
Component: | Input Devices | Assignee: | drivers_input-devices |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | akpm, dmitry.torokhov, petr.pisar |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28, 2.6.30 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | New dmesg generated with i8042.debug |
Description
Dr. David Alan Gilbert
2009-06-14 19:18:55 UTC
I have got an old Pentium I machine too and kernels >=2.6.23_rc1 compiled with Gentoo toolchain reboot machine somewhere before or during kernel image decompression. Toolchain from Fedora produces runnable kernels. For more details see <http://bugs.gentoo.org/show_bug.cgi?id=227271>. It could be the same bug. Created attachment 21969 [details]
New dmesg generated with i8042.debug
A new dmesg generated with an i8042.debug appended to the parameters
Tricky. It'll be hard to motivate people to fix regressions in old pentium machines, I'm afraid. Is there any chance that you can do a bit of bisecting? http://landley.net/writing/git-quick.html has some help.. THanks. I should add that i8042.noaux makes this work on 2.6.30 I'll try some bisecting; I'll have to do two lots however since I'll have to figure out what got fixed recently that stopped kernels around 26.25ish rebooting then I guess try that fix on older ones to figure out where the keyboard broke. Dave This is fixed for me by Dmitry Torokhov's: Input: i8042 - try disabling and re-enabling AUX port at close patch posted to lkml on 2009-09-03. Dave In mainline so closing. |