public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6.x]  USB Zip drive kills ps2 mouse.
@ 2004-02-29 16:47 walt
  0 siblings, 0 replies; 6+ messages in thread
From: walt @ 2004-02-29 16:47 UTC (permalink / raw)
  To: Linux Kernel

Could I ask anyone with a USB Zip drive and a ps2 mouse to try
to confirm this bizarre bug for me?

To reproduce it should be simple:

1)  Compile USB support as modular, *not* compiled in.

2)  The USB Zip drive *must* be plugged in during boot.
     This bug won't show if you plug in the drive later.

3)  Reboot and see if your ps2 mouse works.

Thanks!

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

* Re: [2.6.x]  USB Zip drive kills ps2 mouse.
       [not found] <20040301122450.69a1f36e.rddunlap@osdl.org>
@ 2004-03-02  5:58 ` Randy.Dunlap
  2004-03-03  0:45   ` walt
  0 siblings, 1 reply; 6+ messages in thread
From: Randy.Dunlap @ 2004-03-02  5:58 UTC (permalink / raw)
  To: wa1ter; +Cc: lkml

| From: walt
| To: Linux Kernel <linux-kernel@vger.kernel.org>
| Subject: [2.6.x]  USB Zip drive kills ps2 mouse.
| 
| 
| Could I ask anyone with a USB Zip drive and a ps2 mouse to try
| to confirm this bizarre bug for me?
| 
| To reproduce it should be simple:
| 
| 1)  Compile USB support as modular, *not* compiled in.
| 
| 2)  The USB Zip drive *must* be plugged in during boot.
|      This bug won't show if you plug in the drive later.
| 
| 3)  Reboot and see if your ps2 mouse works.

Hi,

I'm not seeing a problem with this.  I'm using 2.6.4-rc1.

However, you didn't mention what modules were being loaded
automatically, so we could have a difference in that area.
If you care to specify a module list, I can test it again.

And is your USB Zip drive on a UHCI or OHCI controller?
I have both, so I can test it either way.

--
~Randy

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

* Re: [2.6.x]  USB Zip drive kills ps2 mouse.
  2004-03-02  5:58 ` [2.6.x] USB Zip drive kills ps2 mouse Randy.Dunlap
@ 2004-03-03  0:45   ` walt
  2004-03-05 20:49     ` Jamie Lokier
  0 siblings, 1 reply; 6+ messages in thread
From: walt @ 2004-03-03  0:45 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: lkml

Randy.Dunlap wrote:
> | From: walt
> | To: Linux Kernel <linux-kernel@vger.kernel.org>
> | Subject: [2.6.x]  USB Zip drive kills ps2 mouse.
> | 
> | 
> | Could I ask anyone with a USB Zip drive and a ps2 mouse to try
> | to confirm this bizarre bug for me?
> | 
> | To reproduce it should be simple:
> | 
> | 1)  Compile USB support as modular, *not* compiled in.
> | 
> | 2)  The USB Zip drive *must* be plugged in during boot.
> |      This bug won't show if you plug in the drive later.
> | 
> | 3)  Reboot and see if your ps2 mouse works.
> 
> Hi,
> 
> I'm not seeing a problem with this.  I'm using 2.6.4-rc1.
> 
> However, you didn't mention what modules were being loaded
> automatically, so we could have a difference in that area.
> If you care to specify a module list, I can test it again.
> 
> And is your USB Zip drive on a UHCI or OHCI controller?
> I have both, so I can test it either way.

I've narrowed it down to the uhci_hcd module -- all the rest can
be compiled in or as modules, doesn't matter.

Just in case I was vague:  the Zip drive works great regardless --
it's only the ps2 mouse which is affected by this weird problem.
No cursor movement at all if the Zip is plugged in during boot.

ASUS A7V8X mobo, in case it matters:
00:10.0 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)

Things that make no difference to this problem:  ACPI, PnP, udev versus devfs.
I'm also using 2.6.4-rc1.  I have not tested for this bug on any 2.6.x prior
to a week ago, but I have tried recent 2.4.x kernels and I do not see this bug
with them.

Thanks for any suggestions!

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

* Re: [2.6.x]  USB Zip drive kills ps2 mouse.
       [not found] <20040302164756.6e41a3c6.rddunlap@osdl.org>
@ 2004-03-03  6:30 ` Randy.Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy.Dunlap @ 2004-03-03  6:30 UTC (permalink / raw)
  To: wa1ter; +Cc: lkml

| Randy.Dunlap wrote:
| > | From: walt
| > | To: Linux Kernel <linux-kernel@vger.kernel.org>
| > | Subject: [2.6.x]  USB Zip drive kills ps2 mouse.
| > | 
| > | 
| > | Could I ask anyone with a USB Zip drive and a ps2 mouse to try
| > | to confirm this bizarre bug for me?
| > | 
| > | To reproduce it should be simple:
| > | 
| > | 1)  Compile USB support as modular, *not* compiled in.
| > | 
| > | 2)  The USB Zip drive *must* be plugged in during boot.
| > |      This bug won't show if you plug in the drive later.
| > | 
| > | 3)  Reboot and see if your ps2 mouse works.
| > 
| > Hi,
| > 
| > I'm not seeing a problem with this.  I'm using 2.6.4-rc1.
| > 
| > However, you didn't mention what modules were being loaded
| > automatically, so we could have a difference in that area.
| > If you care to specify a module list, I can test it again.
| > 
| > And is your USB Zip drive on a UHCI or OHCI controller?
| > I have both, so I can test it either way.
| 
| I've narrowed it down to the uhci_hcd module -- all the rest can
| be compiled in or as modules, doesn't matter.
| 
| Just in case I was vague:  the Zip drive works great regardless --
| it's only the ps2 mouse which is affected by this weird problem.
| No cursor movement at all if the Zip is plugged in during boot.
| 
| ASUS A7V8X mobo, in case it matters:
| 00:10.0 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 80)
| 00:10.1 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 80)
| 00:10.2 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 80)
| 00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
| 
| Things that make no difference to this problem:  ACPI, PnP, udev versus devfs.
| I'm also using 2.6.4-rc1.  I have not tested for this bug on any 2.6.x prior
| to a week ago, but I have tried recent 2.4.x kernels and I do not see this bug
| with them.

Is VIA (still) UHCI for USB 1.1?
Maybe it's a VIA UHCI controller problem.

I suggest taking it up on <linux-usb-devel@lists.sf.net>.

--
~Randy

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

* Re: [2.6.x]  USB Zip drive kills ps2 mouse.
  2004-03-03  0:45   ` walt
@ 2004-03-05 20:49     ` Jamie Lokier
  2004-03-05 21:13       ` [linux-usb-devel] " Alan Stern
  0 siblings, 1 reply; 6+ messages in thread
From: Jamie Lokier @ 2004-03-05 20:49 UTC (permalink / raw)
  To: walt; +Cc: Randy.Dunlap, lkml, linux-usb-devel

> I've narrowed it down to the uhci_hcd module -- all the rest can
> be compiled in or as modules, doesn't matter.
> 
> Just in case I was vague:  the Zip drive works great regardless --
> it's only the ps2 mouse which is affected by this weird problem.
> No cursor movement at all if the Zip is plugged in during boot.

I don't know if it's related, but whenever I load the uhci_hcd module
on my laptop, or whenever I plug in a USB device while that module is
loaded (sorry, I forget which and can't test it now) - the floppy disk
motor and light are turned on for a couple of seconds!

Now, why would a USB event trigger the floppy disk motor?  It doesn't
happen with 2.4, and it doesn't happen on my desktop machine which is
OHCI+EHCI.

Perhaps the uhci_hcd driver is trampling on some ISA I/O port that it
shouldn't be, which is causing both my floppy motor oddity and your
mouse problem?

-- Jamie

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

* Re: [linux-usb-devel] Re: [2.6.x]  USB Zip drive kills ps2 mouse.
  2004-03-05 20:49     ` Jamie Lokier
@ 2004-03-05 21:13       ` Alan Stern
  0 siblings, 0 replies; 6+ messages in thread
From: Alan Stern @ 2004-03-05 21:13 UTC (permalink / raw)
  To: Jamie Lokier; +Cc: walt, Randy.Dunlap, lkml, linux-usb-devel

On Fri, 5 Mar 2004, Jamie Lokier wrote:

> > I've narrowed it down to the uhci_hcd module -- all the rest can
> > be compiled in or as modules, doesn't matter.
> > 
> > Just in case I was vague:  the Zip drive works great regardless --
> > it's only the ps2 mouse which is affected by this weird problem.
> > No cursor movement at all if the Zip is plugged in during boot.
> 
> I don't know if it's related, but whenever I load the uhci_hcd module
> on my laptop, or whenever I plug in a USB device while that module is
> loaded (sorry, I forget which and can't test it now) - the floppy disk
> motor and light are turned on for a couple of seconds!
> 
> Now, why would a USB event trigger the floppy disk motor?  It doesn't
> happen with 2.4, and it doesn't happen on my desktop machine which is
> OHCI+EHCI.
> 
> Perhaps the uhci_hcd driver is trampling on some ISA I/O port that it
> shouldn't be, which is causing both my floppy motor oddity and your
> mouse problem?
> 
> -- Jamie

No, the uhci-hcd driver isn't stepping on any extraneous ISA I/O ports.

Walt's problem was the result of a buggy BIOS, and turning off legacy USB 
support in the BIOS fixed it.  Maybe your problem is similar, though it's 
hard to imagine how.

I've got 3 computers with UHCI controllers.  On none of them does a USB 
event cause the floppy disk drive to do anything.

Alan Stern


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

end of thread, other threads:[~2004-03-05 21:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20040301122450.69a1f36e.rddunlap@osdl.org>
2004-03-02  5:58 ` [2.6.x] USB Zip drive kills ps2 mouse Randy.Dunlap
2004-03-03  0:45   ` walt
2004-03-05 20:49     ` Jamie Lokier
2004-03-05 21:13       ` [linux-usb-devel] " Alan Stern
     [not found] <20040302164756.6e41a3c6.rddunlap@osdl.org>
2004-03-03  6:30 ` Randy.Dunlap
2004-02-29 16:47 walt

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