public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PS/2 Mouse does no longer work with kernel 2.6 on a laptop
@ 2004-02-11 23:44 Emmeran Seehuber
  2004-02-13  7:03 ` Dominik Kubla
  0 siblings, 1 reply; 16+ messages in thread
From: Emmeran Seehuber @ 2004-02-11 23:44 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1460 bytes --]

Hello everybody!

I'm trying to switch my laptop from kernel 2.4 to kernel 2.6.2. Everything 
seems to work correctly, only my PS/2 mouse doesn't.

My laptop has a touchpad and a PS/2 port. On the PS/2 port I usually attach a 
Logitech trackball. With kernel 2.4 I was able to use touchpad and trackball 
at the same time. With kernel 2.6 the trackball on the PS/2 port seems to be 
recognized, but it doesn`t work :( Neither in X11 nor with gpm on the console 
I get an input from the trackball, i.e. I can`t move the pointer nor click.

The kernel gives me the following information about the found input devices:

i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
input: PS2++ Logitech Mouse on isa0060/serio2
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
input: PS/2 Generic Mouse on isa0060/serio4
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0

Also in /dev/input exists these devices:

crw-r--r--    1 root     root      13,  63 1970-01-01 00:00 mice
crw-r--r--    1 root     root      13,  32 1970-01-01 00:00 mouse0
crw-r--r--    1 root     root      13,  33 1970-01-01 00:00 mouse1

Other non-PS/2 devices work, e.g. when I attach an USB mouse, that mouse 
works. 

What could be wrong with my configuration?

cu,
  Emmy
P.S.: Please CC me, since I'm not subscribed.

[-- Attachment #2: lspci.txt --]
[-- Type: text/plain, Size: 1191 bytes --]

00:00.0 Host bridge: Silicon Integrated Systems [SiS]: Unknown device 0646 (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] 5591/5592 AGP
00:02.0 ISA bridge: Silicon Integrated Systems [SiS]: Unknown device 0962 (rev 14)
00:02.1 SMBus: Silicon Integrated Systems [SiS]: Unknown device 0016
00:02.3 FireWire (IEEE 1394): Silicon Integrated Systems [SiS] FireWire Controller
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
00:02.6 Modem: Silicon Integrated Systems [SiS] 56k Winmodem (Smart Link HAMR5600 compatible) (rev a0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS7012 PCI Audio Accelerator (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS]: Unknown device 7002
00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C (rev 10)
00:0c.0 CardBus bridge: ENE Technology Inc: Unknown device 1410
01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 4c66 (rev 01)

[-- Attachment #3: kernelconfig.gz --]
[-- Type: application/x-gzip, Size: 7548 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-11 23:44 PS/2 Mouse does no longer work with kernel 2.6 on a laptop Emmeran Seehuber
@ 2004-02-13  7:03 ` Dominik Kubla
  2004-02-13  7:15   ` H. Peter Anvin
  2004-02-13  7:23   ` Dmitry Torokhov
  0 siblings, 2 replies; 16+ messages in thread
From: Dominik Kubla @ 2004-02-13  7:03 UTC (permalink / raw)
  To: Emmeran Seehuber; +Cc: linux-kernel

On Wed, Feb 11, 2004 at 11:44:23PM +0000, Emmeran Seehuber wrote:
> Hello everybody!
> 
> I'm trying to switch my laptop from kernel 2.4 to kernel 2.6.2. Everything 
> seems to work correctly, only my PS/2 mouse doesn't.

Seconded. After update from 2.6.0 to 2.6.2 both the built-in touchpad and
stick stopped working. XFree86 complained about "no such device" (or something
similiar) when accessing /dev/psaux. /dev/input/mice is also configured but
seems not to work.

Hardware is a Dell Inspiron 8000.

Regards,
  Dominik
-- 
disbar, n:
	As distinguished from some other bar.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-13  7:03 ` Dominik Kubla
@ 2004-02-13  7:15   ` H. Peter Anvin
  2004-02-13  7:23   ` Dmitry Torokhov
  1 sibling, 0 replies; 16+ messages in thread
From: H. Peter Anvin @ 2004-02-13  7:15 UTC (permalink / raw)
  To: linux-kernel

Followup to:  <20040213070333.GA1555@intern.kubla.de>
By author:    Dominik Kubla <dominik@kubla.de>
In newsgroup: linux.dev.kernel
>
> On Wed, Feb 11, 2004 at 11:44:23PM +0000, Emmeran Seehuber wrote:
> > Hello everybody!
> > 
> > I'm trying to switch my laptop from kernel 2.4 to kernel 2.6.2. Everything 
> > seems to work correctly, only my PS/2 mouse doesn't.
> 
> Seconded. After update from 2.6.0 to 2.6.2 both the built-in touchpad and
> stick stopped working. XFree86 complained about "no such device" (or something
> similiar) when accessing /dev/psaux. /dev/input/mice is also configured but
> seems not to work.
> 
> Hardware is a Dell Inspiron 8000.
> 

I've seen the same on a Transmeta development platform, which is
designed to "look like" a laptop.  Makes me wonder if there is some
interaction with ACPI.

	-hpa

-- 
PGP public key available - finger hpa@zytor.com
Key fingerprint: 2047/2A960705 BA 03 D3 2C 14 A8 A8 BD  1E DF FE 69 EE 35 BD 74
"The earth is but one country, and mankind its citizens."  --  Bahá'u'lláh
Just Say No to Morden * The Shadows were defeated -- Babylon 5 is renewed!!

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-13  7:03 ` Dominik Kubla
  2004-02-13  7:15   ` H. Peter Anvin
@ 2004-02-13  7:23   ` Dmitry Torokhov
  2004-02-13 20:20     ` Dominik Kubla
  2004-02-14  9:28     ` Emmeran Seehuber
  1 sibling, 2 replies; 16+ messages in thread
From: Dmitry Torokhov @ 2004-02-13  7:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: Dominik Kubla, Emmeran Seehuber

On Friday 13 February 2004 02:03 am, Dominik Kubla wrote:
> On Wed, Feb 11, 2004 at 11:44:23PM +0000, Emmeran Seehuber wrote:
> > Hello everybody!
> > 
> > I'm trying to switch my laptop from kernel 2.4 to kernel 2.6.2. Everything 
> > seems to work correctly, only my PS/2 mouse doesn't.
> 
> Seconded. After update from 2.6.0 to 2.6.2 both the built-in touchpad and
> stick stopped working. XFree86 complained about "no such device" (or something
> similiar) when accessing /dev/psaux. /dev/input/mice is also configured but
> seems not to work.
> 
> Hardware is a Dell Inspiron 8000.
> 
> Regards,
>   Dominik

Do you have an active multiplexing controller and does passing i8042.nomux 
option help?

-- 
Dmitry

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-13  7:23   ` Dmitry Torokhov
@ 2004-02-13 20:20     ` Dominik Kubla
  2004-02-14  9:28     ` Emmeran Seehuber
  1 sibling, 0 replies; 16+ messages in thread
From: Dominik Kubla @ 2004-02-13 20:20 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-kernel, Dominik Kubla, Emmeran Seehuber

On Fri, Feb 13, 2004 at 02:23:00AM -0500, Dmitry Torokhov wrote:
> 
> Do you have an active multiplexing controller and does passing i8042.nomux 
> option help?

The Debian maintainer released a new package today with the following change
log entry:

* Reenabled INPUT_MOUSEDEV_PSAUX_ENABLE (closes: #232267, #232269).

Now everything works again.

So it looks like this might have been a SNAFU... Unless the other guy
experiencing problems is not using the Debian kernel packages.

Sorry for not passing along that i was using a pre-compiled binary.

Regards,
  Dominik
-- 
BOFH excuse #203:

Write-only-memory subsystem too slow for this machine. Contact your local dealer.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-13  7:23   ` Dmitry Torokhov
  2004-02-13 20:20     ` Dominik Kubla
@ 2004-02-14  9:28     ` Emmeran Seehuber
  2004-02-14 17:05       ` Dmitry Torokhov
  1 sibling, 1 reply; 16+ messages in thread
From: Emmeran Seehuber @ 2004-02-14  9:28 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-kernel, Dominik Kubla

On Friday 13 February 2004 07:23, Dmitry Torokhov wrote:
[...]
>
> Do you have an active multiplexing controller and does passing i8042.nomux
> option help?
It seems so. At least passing this kernel option makes my PS/2 trackball work 
again :)

Thank you!

cu,
  Emmy

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-14  9:28     ` Emmeran Seehuber
@ 2004-02-14 17:05       ` Dmitry Torokhov
  2004-02-15 14:25         ` Emmeran Seehuber
  0 siblings, 1 reply; 16+ messages in thread
From: Dmitry Torokhov @ 2004-02-14 17:05 UTC (permalink / raw)
  To: Emmeran Seehuber; +Cc: linux-kernel

On Saturday 14 February 2004 04:28 am, Emmeran Seehuber wrote:
> On Friday 13 February 2004 07:23, Dmitry Torokhov wrote:
> [...]
> >
> > Do you have an active multiplexing controller and does passing i8042.nomux
> > option help?
> It seems so. At least passing this kernel option makes my PS/2 trackball work 
> again :)
> 
> Thank you!
> 
> cu,
>   Emmy
> 

Could you please #define DEBUG in drivers/input/serio/i8042.c and post your
dmesg? Also, what kind of PC is that (manufacturer/model)?

Thank you.

--
Dmitry

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-14 17:05       ` Dmitry Torokhov
@ 2004-02-15 14:25         ` Emmeran Seehuber
  2004-02-15 15:28           ` Dmitry Torokhov
  0 siblings, 1 reply; 16+ messages in thread
From: Emmeran Seehuber @ 2004-02-15 14:25 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 612 bytes --]

On Saturday 14 February 2004 17:05, Dmitry Torokhov wrote:
[...]
> Could you please #define DEBUG in drivers/input/serio/i8042.c and post your
> dmesg? Also, what kind of PC is that (manufacturer/model)?
I've attached the output of dmesg with the i8042.nomux option and without. The 
laptop is a Xeron Sonic Power Plus (Similar to this one: 
http://www.xeron.com/index.php4?id=1255 -- sorry, there seems to be no 
english translation of this page). Xeron puts together laptops in exact the 
configuration you like. Only the motherboards are the same. But I don`t know 
the motherboard vendor/type.  

cu,
  Emmy

[-- Attachment #2: dmesg_nomux.txt.gz --]
[-- Type: application/x-gzip, Size: 10016 bytes --]

[-- Attachment #3: dmesg_without.txt.gz --]
[-- Type: application/x-gzip, Size: 11216 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-15 14:25         ` Emmeran Seehuber
@ 2004-02-15 15:28           ` Dmitry Torokhov
  2004-02-15 19:32             ` Emmeran Seehuber
  2004-02-16 13:34             ` Emmeran Seehuber
  0 siblings, 2 replies; 16+ messages in thread
From: Dmitry Torokhov @ 2004-02-15 15:28 UTC (permalink / raw)
  To: Emmeran Seehuber; +Cc: linux-kernel

On Sunday 15 February 2004 09:25 am, Emmeran Seehuber wrote:
> On Saturday 14 February 2004 17:05, Dmitry Torokhov wrote:
> [...]
> > Could you please #define DEBUG in drivers/input/serio/i8042.c and post your
> > dmesg? Also, what kind of PC is that (manufacturer/model)?
> I've attached the output of dmesg with the i8042.nomux option and without. The 
> laptop is a Xeron Sonic Power Plus (Similar to this one: 
> http://www.xeron.com/index.php4?id=1255 -- sorry, there seems to be no 
> english translation of this page). Xeron puts together laptops in exact the 
> configuration you like. Only the motherboards are the same. But I don`t know 
> the motherboard vendor/type.  
> 

I see that the kernel correctly identifies both devices so I suspect there
could be a problem with your setup. Could you also post your XF86Config
and tell me the the options you are passing to GPM, please?

-- 
Dmitry

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-15 15:28           ` Dmitry Torokhov
@ 2004-02-15 19:32             ` Emmeran Seehuber
  2004-02-16 13:34             ` Emmeran Seehuber
  1 sibling, 0 replies; 16+ messages in thread
From: Emmeran Seehuber @ 2004-02-15 19:32 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 568 bytes --]

On Sunday 15 February 2004 15:28, Dmitry Torokhov wrote:
[...]
>
> I see that the kernel correctly identifies both devices so I suspect there
> could be a problem with your setup. Could you also post your XF86Config
> and tell me the the options you are passing to GPM, please?
I've attached both the XF86Config and the gpm config. I don't use gpm normaly. 
I only tried to figure out the correct config for my mouse device with gpm. I 
also tried some things in the XF86Config. Both, my original XF86Config and 
the one I'm currently using are attached. 

cu,
  Emmy

[-- Attachment #2: XF86Config.gz --]
[-- Type: application/x-gzip, Size: 6297 bytes --]

[-- Attachment #3: gpm.gz --]
[-- Type: application/x-gzip, Size: 375 bytes --]

[-- Attachment #4: XF86Config_orig.gz --]
[-- Type: application/x-gzip, Size: 6205 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-15 15:28           ` Dmitry Torokhov
  2004-02-15 19:32             ` Emmeran Seehuber
@ 2004-02-16 13:34             ` Emmeran Seehuber
  2004-02-16 14:36               ` Vojtech Pavlik
  1 sibling, 1 reply; 16+ messages in thread
From: Emmeran Seehuber @ 2004-02-16 13:34 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-kernel

On Sunday 15 February 2004 15:28, Dmitry Torokhov wrote:
[...]
>
> I see that the kernel correctly identifies both devices so I suspect there
> could be a problem with your setup. Could you also post your XF86Config
> and tell me the the options you are passing to GPM, please?
What I forgot to mention: cat /dev/input/mouse1 gives me some garbage as soon 
as I move on the trackpad. But cat /dev/input/mouse0 gives me nothing, so I 
don't think that this is a userspace configuration problem. The kernel seems 
to get no input from the PS/2 mouse at all.

cu,
  Emmy

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-16 13:34             ` Emmeran Seehuber
@ 2004-02-16 14:36               ` Vojtech Pavlik
  2004-02-17  6:18                 ` Dmitry Torokhov
  0 siblings, 1 reply; 16+ messages in thread
From: Vojtech Pavlik @ 2004-02-16 14:36 UTC (permalink / raw)
  To: Emmeran Seehuber; +Cc: Dmitry Torokhov, linux-kernel

On Mon, Feb 16, 2004 at 01:34:43PM +0000, Emmeran Seehuber wrote:

> On Sunday 15 February 2004 15:28, Dmitry Torokhov wrote:
> [...]
> >
> > I see that the kernel correctly identifies both devices so I suspect there
> > could be a problem with your setup. Could you also post your XF86Config
> > and tell me the the options you are passing to GPM, please?
> What I forgot to mention: cat /dev/input/mouse1 gives me some garbage as soon 
> as I move on the trackpad. But cat /dev/input/mouse0 gives me nothing, so I 
> don't think that this is a userspace configuration problem. The kernel seems 
> to get no input from the PS/2 mouse at all.

Dmitry, this looks like either MUX or PassThrough problem.

-- 
Vojtech Pavlik
SuSE Labs, SuSE CR

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-16 14:36               ` Vojtech Pavlik
@ 2004-02-17  6:18                 ` Dmitry Torokhov
  2004-02-17 23:13                   ` Emmeran Seehuber
  0 siblings, 1 reply; 16+ messages in thread
From: Dmitry Torokhov @ 2004-02-17  6:18 UTC (permalink / raw)
  To: Vojtech Pavlik; +Cc: Emmeran Seehuber, linux-kernel

On Monday 16 February 2004 09:36 am, Vojtech Pavlik wrote:
> On Mon, Feb 16, 2004 at 01:34:43PM +0000, Emmeran Seehuber wrote:
> 
> > On Sunday 15 February 2004 15:28, Dmitry Torokhov wrote:
> > [...]
> > >
> > > I see that the kernel correctly identifies both devices so I suspect there
> > > could be a problem with your setup. Could you also post your XF86Config
> > > and tell me the the options you are passing to GPM, please?
> > What I forgot to mention: cat /dev/input/mouse1 gives me some garbage as soon 
> > as I move on the trackpad. But cat /dev/input/mouse0 gives me nothing, so I 
> > don't think that this is a userspace configuration problem. The kernel seems 
> > to get no input from the PS/2 mouse at all.
> 
> Dmitry, this looks like either MUX or PassThrough problem.
> 

It can't be Pass-through problem as the touchpad is not identified as Synaptics,
so it must be MUX...

Emmeran, what happens if you "cat /dev/input/mice" and try working the
touchpad and the trackball? Do you see anything when you use the touchpad?
If not, please #define DEBUG in i8042.c again and after reboot try using
touchpad first, then type something (so we'll see the point when you
stopped using the touchpad), move trackball and type something again and
post your dmesg one more time. This way we would see if there is anything
comes out from the touchpad in MUX mode, etc, etc.

And could you please post your /proc/bus/input/devices? 

Thank you,

Dmitry

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-17  6:18                 ` Dmitry Torokhov
@ 2004-02-17 23:13                   ` Emmeran Seehuber
  2004-02-17 23:29                     ` Dmitry Torokhov
  0 siblings, 1 reply; 16+ messages in thread
From: Emmeran Seehuber @ 2004-02-17 23:13 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Vojtech Pavlik, linux-kernel

On Tuesday 17 February 2004 06:18, Dmitry Torokhov wrote:
[...]
>
> It can't be Pass-through problem as the touchpad is not identified as
> Synaptics, so it must be MUX...
>
> Emmeran, what happens if you "cat /dev/input/mice" and try working the
> touchpad and the trackball? Do you see anything when you use the touchpad?
Yes, when I move the touchpad some output is generated, but not when I move 
the mouse. The same is with /dev/mouse and /dev/psaux.

> If not, please #define DEBUG in i8042.c again and after reboot try using
> touchpad first, then type something (so we'll see the point when you
> stopped using the touchpad), move trackball and type something again and
> post your dmesg one more time. This way we would see if there is anything
> comes out from the touchpad in MUX mode, etc, etc.
>
> And could you please post your /proc/bus/input/devices?
$ cat /proc/bus/input/devices
I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
H: Handlers=kbd
B: EV=40001
B: SND=6

I: Bus=0011 Vendor=0002 Product=0002 Version=0049
N: Name="PS2++ Logitech Mouse"
P: Phys=isa0060/serio2/input0
H: Handlers=mouse0
B: EV=7
B: KEY=f0000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0011 Vendor=0002 Product=0001 Version=0000
N: Name="PS/2 Generic Mouse"
P: Phys=isa0060/serio4/input0
H: Handlers=mouse1
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd
B: EV=120003
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: LED=7

I: Bus=0003 Vendor=045e Product=0024 Version=0121
N: Name="Microsoft Microsoft Trackball Explorer®"
P: Phys=usb-0000:00:03.2-1/input0
H: Handlers=mouse2
B: EV=7
B: KEY=1f0000 0 0 0 0 0 0 0 0
B: REL=103

cu,
  Emmy

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-17 23:13                   ` Emmeran Seehuber
@ 2004-02-17 23:29                     ` Dmitry Torokhov
  2004-02-18  0:37                       ` Emmeran Seehuber
  0 siblings, 1 reply; 16+ messages in thread
From: Dmitry Torokhov @ 2004-02-17 23:29 UTC (permalink / raw)
  To: Emmeran Seehuber; +Cc: Vojtech Pavlik, linux-kernel

On Tuesday 17 February 2004 06:13 pm, Emmeran Seehuber wrote:

OK, I am lost.. how many pointing devices you physically have?
2 or 3? According to the kernel data you have 2 PS/2 devices
and one USB trackball:

> N: Name="PS2++ Logitech Mouse"
> P: Phys=isa0060/serio2/input0
> N: Name="PS/2 Generic Mouse"
> P: Phys=isa0060/serio4/input0
> N: Name="Microsoft Microsoft Trackball Explorer®"
> P: Phys=usb-0000:00:03.2-1/input0

Is this correct? Or you have only 2 devices (one PS/2 and one USB) and it
is one of those wierd USB legacy emulation troubles. Does it behave better
if you load USB modules first and only then psmouse?

-- 
Dmitry

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: PS/2 Mouse does no longer work with kernel 2.6 on a laptop
  2004-02-17 23:29                     ` Dmitry Torokhov
@ 2004-02-18  0:37                       ` Emmeran Seehuber
  0 siblings, 0 replies; 16+ messages in thread
From: Emmeran Seehuber @ 2004-02-18  0:37 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Vojtech Pavlik, linux-kernel

On Tuesday 17 February 2004 23:29, Dmitry Torokhov wrote:
> On Tuesday 17 February 2004 06:13 pm, Emmeran Seehuber wrote:
>
> OK, I am lost.. how many pointing devices you physically have?
> 2 or 3? According to the kernel data you have 2 PS/2 devices
>
> and one USB trackball:
> > N: Name="PS2++ Logitech Mouse"
> > P: Phys=isa0060/serio2/input0
> > N: Name="PS/2 Generic Mouse"
> > P: Phys=isa0060/serio4/input0
> > N: Name="Microsoft Microsoft Trackball Explorer®"
> > P: Phys=usb-0000:00:03.2-1/input0
>
> Is this correct? Or you have only 2 devices (one PS/2 and one USB) and it
> is one of those wierd USB legacy emulation troubles. Does it behave better
> if you load USB modules first and only then psmouse?
Sorry, I didn't want to confuse you.

I`ve attached a USB mouse because the PS/2 trackball didn`t work when I was 
creating the /proc-output (since I booted without the i????.nomux option). 
But I don`t like the USB mouse, I prefer to use the trackball.

The problem is the same: The USB mouse can be attachend/detached any time. It 
does hotplug very well. All data I've send you was with the USB mouse 
detached. Only when I did the cat /proc/... I didn't want to use the trackpad 
and attached the USB mouse ...

Just ignore the USB mouse. It doesn't seem to be related to the problem. And 
yes, in this case I had 3 physical devices (trackpad, PS/2 trackball, USB 
trackball) attached.

cu,
  Emmy

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2004-02-17 23:37 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-11 23:44 PS/2 Mouse does no longer work with kernel 2.6 on a laptop Emmeran Seehuber
2004-02-13  7:03 ` Dominik Kubla
2004-02-13  7:15   ` H. Peter Anvin
2004-02-13  7:23   ` Dmitry Torokhov
2004-02-13 20:20     ` Dominik Kubla
2004-02-14  9:28     ` Emmeran Seehuber
2004-02-14 17:05       ` Dmitry Torokhov
2004-02-15 14:25         ` Emmeran Seehuber
2004-02-15 15:28           ` Dmitry Torokhov
2004-02-15 19:32             ` Emmeran Seehuber
2004-02-16 13:34             ` Emmeran Seehuber
2004-02-16 14:36               ` Vojtech Pavlik
2004-02-17  6:18                 ` Dmitry Torokhov
2004-02-17 23:13                   ` Emmeran Seehuber
2004-02-17 23:29                     ` Dmitry Torokhov
2004-02-18  0:37                       ` Emmeran Seehuber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox