All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Crocombe <rwcrocombe@raytheon.com>
To: dtor_core@ameritech.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: PS/2 Keyboard under 2.6.x
Date: Tue, 11 Oct 2005 20:16:32 -0700	[thread overview]
Message-ID: <434C8010.2060306@raytheon.com> (raw)
In-Reply-To: <d120d5000510111434m2951b895p893e93bafef0f8e7@mail.gmail.com>

Dmitry Torokhov wrote:
> Well, it died deep in SCSI core so I doubt i8042.noacpi made it do it.

What odd synchronicity.  You are correct: I re-did the boot with that 
kernel (still all modules) and i8042.noacpi, and it booted fine.  Didn't 
fix the problem, though.

> OK, having finally read your .config :) :
> 
> #
> # Hardware I/O ports
> #
> CONFIG_SERIO=m
> CONFIG_SERIO_I8042=y
> 
> Please make serio core compiled in instead of being a module and also
> make sure that you load atkbd module (or make it built-in as well).

This, however, *did* fix it, without the addition of any commandline 
parameters.  Hooray!  Here's my diffed .config.

--- ../configs/config-2.6.14-rc3-rt13   2005-10-10 15:03:56.536039048 -0700
+++ .config     2005-10-11 20:04:44.702136016 -0700
@@ -1,7 +1,7 @@
  #
  # Automatically generated make config: don't edit
  # Linux kernel version: 2.6.14-rc3-rt13
-# Mon Oct 10 15:03:45 2005
+# Tue Oct 11 20:04:44 2005
  #
  CONFIG_X86_64=y
  CONFIG_64BIT=y
@@ -26,7 +26,7 @@
  #
  # General setup
  #
-CONFIG_LOCALVERSION="_local_00"
+CONFIG_LOCALVERSION="_local_02"
  CONFIG_LOCALVERSION_AUTO=y
  CONFIG_SWAP=y
  CONFIG_SYSVIPC=y
@@ -755,7 +755,7 @@
  # Input Device Drivers
  #
  CONFIG_INPUT_KEYBOARD=y
-CONFIG_KEYBOARD_ATKBD=m
+CONFIG_KEYBOARD_ATKBD=y
  # CONFIG_KEYBOARD_SUNKBD is not set
  # CONFIG_KEYBOARD_LKKBD is not set
  CONFIG_KEYBOARD_XTKBD=m
@@ -773,13 +773,13 @@
  #
  # Hardware I/O ports
  #
-CONFIG_SERIO=m
+CONFIG_SERIO=y
  CONFIG_SERIO_I8042=y
  CONFIG_SERIO_SERPORT=m
  CONFIG_SERIO_CT82C710=m
  # CONFIG_SERIO_PARKBD is not set
  CONFIG_SERIO_PCIPS2=m
-CONFIG_SERIO_LIBPS2=m
+CONFIG_SERIO_LIBPS2=y
  CONFIG_SERIO_RAW=m
  # CONFIG_GAMEPORT is not set

I edited the .config by hand, so I guess the LIBPS2 change was some 
dependency discovered by the build system?

Thanks very much.

-- 
Robert Crocombe
rwcrocombe@raytheon.com


      reply	other threads:[~2005-10-12  3:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-11  1:15 PS/2 Keyboard under 2.6.x Robert Crocombe
2005-10-11  1:32 ` Mark Knecht
2005-10-11  3:03   ` Robert Crocombe
2005-10-11  4:16   ` Michael Krufky
2005-10-11  4:48     ` Mark Knecht
2005-10-11  5:42       ` Dmitry Torokhov
     [not found]         ` <434C21F4.7090806@raytheon.com>
     [not found]           ` <d120d5000510111353paf02994ta3bd815428f228d2@mail.gmail.com>
2005-10-11 21:08             ` Robert Crocombe
2005-10-11 21:34               ` Dmitry Torokhov
2005-10-12  3:16                 ` Robert Crocombe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=434C8010.2060306@raytheon.com \
    --to=rwcrocombe@raytheon.com \
    --cc=dtor_core@ameritech.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.