public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Vojtech Pavlik <vojtech@suse.cz>
To: Stelian Pop <stelian.pop@fr.alcove.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Vojtech Pavlik <vojtech@suse.cz>
Subject: Re: input subsystem config ?
Date: Wed, 17 Jul 2002 12:01:35 +0200	[thread overview]
Message-ID: <20020717120135.A12452@ucw.cz> (raw)
In-Reply-To: <20020717095618.GD14581@tahoe.alcove-fr>; from stelian.pop@fr.alcove.com on Wed, Jul 17, 2002 at 11:56:18AM +0200

On Wed, Jul 17, 2002 at 11:56:18AM +0200, Stelian Pop wrote:
> On Tue, Jul 16, 2002 at 04:34:15PM +0200, Stelian Pop wrote:
> 
> > I have problems with the input subsystem in the latest BK tree,
> > on a Sony Vaio laptop (regular keyboard, integrated PS/2 trackball):
>                                                            ^^^^^^^^^
> pointing stick in fact
> 
> > the keyboard works but the mouse is never initialized (nothing in 
> > the logs, AUX irq not reserved etc).
> > 
> > Before I submit a proper bug report, could someone confirm that
> > the input susbystem is supposed to be working now and what
> > config should I use (I tried several config options, all input
> > items 'Y', or some items compiled as modules etc).
> 
> Ok, here comes a more detalied bug report, based upon 2.5.26:
> 
> Relevant boot messages:
> 	ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> 	 hda: 23579136 sectors w/512KiB Cache, CHS=23392/16/63, UDMA(33)
> 	 hda: [PTBL] [1467/255/63] hda1 hda2 hda3 < hda5 hda6 >
> 	mice: PS/2 mouse device common for all mice
> 	input.c: calling /sbin/hotplug input [HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add PRODUCT=11/1/2/ab02 NAME=AT Set 2 keyboard]
> 	input.c: hotplug returned -2
> 	input: AT Set 2 keyboard on isa0060/serio0
> 	serio: i8042 KBD port at 0x60,0x64 irq 1
> 	serio: i8042 AUX port at 0x60,0x64 irq 12
> 	NET4: Linux TCP/IP 1.0 for NET4.0
> 
> However, irq 12 is not used after boot:
> 
>            CPU0       
> 	     0:     443973          XT-PIC  timer
> 	     1:         18          XT-PIC  i8042
> 	     2:          0          XT-PIC  cascade
> 	     3:       2470          XT-PIC  pcnet_cs
> 	     8:          1          XT-PIC  rtc
> 	     9:        122          XT-PIC  acpi, uhci-hcd, Ricoh Co Ltd RL5c475
>  	    14:       9259          XT-PIC  ide0
> 	   NMI:          0 
> 	   ERR:          1
> 
> My .config:
> 
> 	$ egrep "INPUT|MOUSE|KEYB|SERIO|8042" .config | grep -v ^#
> 	CONFIG_INPUT=y
> 	CONFIG_INPUT_KEYBDEV=y
> 	CONFIG_INPUT_MOUSEDEV=y
> 	CONFIG_INPUT_MOUSEDEV_PSAUX=y
> 	CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
> 	CONFIG_INPUT_MOUSEDEV_SCREEN_Y=480
> 	CONFIG_SERIO=y
> 	CONFIG_SERIO_I8042=y
> 	CONFIG_I8042_REG_BASE=60
> 	CONFIG_I8042_KBD_IRQ=1
> 	CONFIG_I8042_AUX_IRQ=12
> 	CONFIG_INPUT_KEYBOARD=y
> 	CONFIG_KEYBOARD_ATKBD=y
> 	CONFIG_INPUT_MOUSE=y
> 	CONFIG_MOUSE_PS2=y
> 	CONFIG_USB_HIDINPUT=y
> 
> Should I enable some extra debug somewhere ?

Yes, please, in drivers/input/serio/i8042.h

-- 
Vojtech Pavlik
SuSE Labs

  reply	other threads:[~2002-07-17  9:58 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-16 14:34 input subsystem config ? Stelian Pop
2002-07-17  9:56 ` Stelian Pop
2002-07-17 10:01   ` Vojtech Pavlik [this message]
2002-07-17 10:10     ` Stelian Pop
2002-07-17 12:08       ` Vojtech Pavlik
2002-07-17 13:24         ` Stelian Pop
2002-07-17 13:44           ` Vojtech Pavlik
2002-07-17 13:58             ` Stelian Pop
2002-07-17 14:29               ` Vojtech Pavlik
2002-07-17 14:55                 ` Stelian Pop
2002-07-17 15:22                   ` Vojtech Pavlik
2002-07-17 15:33                     ` Stelian Pop
2002-07-18 14:41                       ` Stelian Pop
2002-07-18 14:45                         ` Vojtech Pavlik
2002-07-18 14:48                           ` Stelian Pop
2002-07-18 15:15                             ` Vojtech Pavlik
2002-07-18 15:28                               ` Stelian Pop
2002-07-18 15:31                                 ` Vojtech Pavlik
2002-07-18 16:02                                   ` Stelian Pop
2002-07-19 14:36                                   ` Stelian Pop
2002-07-19 19:32                                     ` Vojtech Pavlik

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=20020717120135.A12452@ucw.cz \
    --to=vojtech@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stelian.pop@fr.alcove.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox