LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   keyboard does not respond (https://www.linuxquestions.org/questions/slackware-14/keyboard-does-not-respond-210631/)

reaz82 07-28-2004 10:33 AM

keyboard does not respond
 
when i use the bare.i kernel on the cd the keyboard works just fine. however, when i compile the kernel (be it 2.4 or 2.6.7) the boot process reaches the terminal login but the keyboard is disabled.

what am i doing wrong? and can someone provide advice

Cedrik 07-28-2004 10:44 AM

Is it an USB keyboard ?

And if not, in your kernel config, did you enable these features :
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y

kevinatkins 07-28-2004 10:44 AM

is it a USB or PS/2 keyboard?

you might need to load the USB modules..

reaz82 07-28-2004 10:50 AM

it's a ps/2 keyboard. i use it with a usb mouse.

wass29 07-28-2004 11:03 AM

Boot off of the first cd, then go to /etc/rc.d folder
type 'chmod -x rc.gpm' then reboot that should fix your problem

if not then try starting in single user mode

reaz82 07-28-2004 11:20 AM

i think i tried disabling the gpm script. and i dont think that helped.

wass29 07-28-2004 11:29 AM

If you did disable it and that didn't fix it, then try hitting a key about every second during boot and see when it breaks. When I had that problem it was GPM that was loading last and my keyboard worked just fine until that module started and then I had nothing.

Cedrik 07-28-2004 11:39 AM

Hey reaz82, why do you think it is a system config problem as you said that your keybord works with the bare.i kernel.
What is your output with :
cat /usr/src/linux-2.6.7/.config | grep -i key

reaz82 07-28-2004 11:43 AM

Quote:

Originally posted by Cedrik
Hey reaz82, why do you think it is a system config problem as you said that your keybord works with the bare.i kernel.
What is your output with :
cat /usr/src/linux-2.6.7/.config | grep -i key

i dont think it's a system config problem.. i mean i am not sure what you mean by that.. all i can tell for now is that it works with the packaged bare.i kernel but not with my custom kernel.. the bare.i kernel lacks a lot of other stuff which is why i compiled the kernel ..

the keyboad doesnt respond during boot.. it's not like it messes up after gpm.. it just doesnt respond at all when the compiled kernel is loading..

Cedrik 07-28-2004 12:19 PM

;) I see, why don't you try to configure your kernel from the config of bare.i ?

reaz82 07-28-2004 01:09 PM

Quote:

Originally posted by Cedrik
;) I see, why don't you try to configure your kernel from the config of bare.i ?
i'll try that.. later..

reaz82 07-28-2004 06:39 PM

Quote:

Originally posted by Cedrik
Is it an USB keyboard ?

And if not, in your kernel config, did you enable these features :
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y

i searched through .config and found these options.. they are enabled..


All times are GMT -5. The time now is 12:38 AM.