I've got Centos 4.0 installed.
With standard kernel 2.6.9 everything works ok.
Now i've tried installing kernelsource 2.6.11.2 and compile the kernel using the standard config from the 2.6.9 kernel , but after compiling my keyboard does not work. If i login by ssh , everything is ok
In .config there's
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
It's a standard ps/2 keyboard.
If i perform a /usr/sbin/kudzu : it says the AT Translated Set 2 keyboard has been removed from the system ?
If i boot without acpi then keyboard works , but HT is gone
If i boot with standard kernel then i see in messages :
Mar 10 18:05:29 smoke kernel: input: AT Translated Set 2 keyboard on isa0060/serio0 and keyboard works.
If i boot with recompiled kernel with no changes at original config , then keyboard does not work.
Can someone help me with this.
Thanks in advance
The way to FIX it is to recom
The way to FIX it is to recompile the kernels using
the same config file EXCEPT compile ehci-hcd, ohci-hcd, and uhci-hcd
into the kernel directly and not as a module. This works for smp as well.