In article <[EMAIL PROTECTED]>,
Massa Takeuti <[EMAIL PROTECTED]> wrote:
>My keyboard is a PS/2 American style 104 keyboard.
>My mouce is a PS/2 wheel mouce.
>I can use them for 2.4 kernel without any trouble.
>
>I show you my kernel configuration.

Hmm, looks like the keyboard/mouse driver is not compiled in.

Look:

>#
># Input I/O drivers
>#
># CONFIG_GAMEPORT is not set
>CONFIG_SOUND_GAMEPORT=y
>CONFIG_SERIO=y
># CONFIG_SERIO_I8042 is not set

The i8042 is the keyboard/mouse UART. You need to enable that.
In fact it is enabled by default on a PC. Did you simply
disable _all_ serial drivers ? Not a good idea :)

Mike.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to