All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.12.5: psmouse mouse detection doesn't work
@ 2005-08-21  4:42 Harald Dunkel
  2005-08-21  5:16 ` Michael Krufky
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Harald Dunkel @ 2005-08-21  4:42 UTC (permalink / raw)
  To: linux-kernel

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

Hi folks,

At boot time my Logitech mouse is detected as

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

After manually reloading psmouse I get the expected

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

Using psmouse_noext=1 at boot time does not help.

How comes that this doesn't work on the first run?

I asked this more than a year ago, and somebody posted
a fix, but obviously it wasn't accepted.

What needs to be done to fix this?


Regards

Harri

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

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

* Re: 2.6.12.5: psmouse mouse detection doesn't work
  2005-08-21  4:42 2.6.12.5: psmouse mouse detection doesn't work Harald Dunkel
@ 2005-08-21  5:16 ` Michael Krufky
  2005-08-21 14:03   ` Harald Dunkel
  2005-08-21  5:19 ` Dmitry Torokhov
  2005-08-21  5:26 ` Joseph Fannin
  2 siblings, 1 reply; 5+ messages in thread
From: Michael Krufky @ 2005-08-21  5:16 UTC (permalink / raw)
  To: Harald Dunkel; +Cc: linux-kernel

Harald Dunkel wrote:

>At boot time my Logitech mouse is detected as
>
>I: Bus=0011 Vendor=0002 Product=0001 Version=0000
>N: Name="PS/2 Generic Mouse"
>P: Phys=isa0060/serio1/input0
>H: Handlers=event1 ts0 mouse0
>B: EV=7
>B: KEY=70000 0 0 0 0
>B: REL=3
>
>After manually reloading psmouse I get the expected
>
>I: Bus=0011 Vendor=0002 Product=0002 Version=0049
>N: Name="PS2++ Logitech Mouse"
>P: Phys=isa0060/serio1/input0
>H: Handlers=event1 ts0 mouse0
>B: EV=7
>B: KEY=f0000 0 0 0 0
>B: REL=3
>
>Using psmouse_noext=1 at boot time does not help.
>
>How comes that this doesn't work on the first run?
>
>I asked this more than a year ago, and somebody posted
>a fix, but obviously it wasn't accepted.
>
>What needs to be done to fix this?
>  
>
Harri-

I was having problems with my psmouse also.  Try the kernel boot option 
"usb-handoff", see if that helps.  This is just a suggestion.  I have 
nothing to do with the development of that driver.

Good Luck.

-- 
Michael Krufky


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

* Re: 2.6.12.5: psmouse mouse detection doesn't work
  2005-08-21  4:42 2.6.12.5: psmouse mouse detection doesn't work Harald Dunkel
  2005-08-21  5:16 ` Michael Krufky
@ 2005-08-21  5:19 ` Dmitry Torokhov
  2005-08-21  5:26 ` Joseph Fannin
  2 siblings, 0 replies; 5+ messages in thread
From: Dmitry Torokhov @ 2005-08-21  5:19 UTC (permalink / raw)
  To: linux-kernel; +Cc: Harald Dunkel

On Saturday 20 August 2005 23:42, Harald Dunkel wrote:
> Hi folks,
> 
> At boot time my Logitech mouse is detected as
> 
> I: Bus=0011 Vendor=0002 Product=0001 Version=0000
> N: Name="PS/2 Generic Mouse"
> P: Phys=isa0060/serio1/input0
> H: Handlers=event1 ts0 mouse0
> B: EV=7
> B: KEY=70000 0 0 0 0
> B: REL=3
> 
> After manually reloading psmouse I get the expected
> 
> I: Bus=0011 Vendor=0002 Product=0002 Version=0049
> N: Name="PS2++ Logitech Mouse"
> P: Phys=isa0060/serio1/input0
> H: Handlers=event1 ts0 mouse0
> B: EV=7
> B: KEY=f0000 0 0 0 0
> B: REL=3
> 

Does booting with "usb-handoff" on the kernel boot line help?

-- 
Dmitry

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

* Re: 2.6.12.5: psmouse mouse detection doesn't work
  2005-08-21  4:42 2.6.12.5: psmouse mouse detection doesn't work Harald Dunkel
  2005-08-21  5:16 ` Michael Krufky
  2005-08-21  5:19 ` Dmitry Torokhov
@ 2005-08-21  5:26 ` Joseph Fannin
  2 siblings, 0 replies; 5+ messages in thread
From: Joseph Fannin @ 2005-08-21  5:26 UTC (permalink / raw)
  To: Harald Dunkel; +Cc: linux-kernel

On Sun, Aug 21, 2005 at 06:42:23AM +0200, Harald Dunkel wrote:
> Hi folks,
>
> At boot time my Logitech mouse is detected as
>
> I: Bus=0011 Vendor=0002 Product=0001 Version=0000
> N: Name="PS/2 Generic Mouse"
> P: Phys=isa0060/serio1/input0
> H: Handlers=event1 ts0 mouse0
> B: EV=7
> B: KEY=70000 0 0 0 0
> B: REL=3
>
> After manually reloading psmouse I get the expected
>
> I: Bus=0011 Vendor=0002 Product=0002 Version=0049
> N: Name="PS2++ Logitech Mouse"
> P: Phys=isa0060/serio1/input0
> H: Handlers=event1 ts0 mouse0
> B: EV=7
> B: KEY=f0000 0 0 0 0
> B: REL=3
>
> Using psmouse_noext=1 at boot time does not help.
>
> How comes that this doesn't work on the first run?
>
> I asked this more than a year ago, and somebody posted
> a fix, but obviously it wasn't accepted.
>
> What needs to be done to fix this?

    If psmouse is a module, you'd need to pass proto=bare as a module
parameter rather than on the kernel command line.  Check `modinfo
psmouse`.

    Are you sure proto=imps hasn't found its way into
/etc/modprobe.conf or so?  I could imagine a distribution shipping
this way.

--
Joseph Fannin
jfannin@gmail.com

 /* So there I am, in the middle of my `netfilter-is-wonderful'
talk in Sydney, and someone asks `What happens if you try
to enlarge a 64k packet here?'. I think I said something
eloquent like `fuck'. - RR */

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

* Re: 2.6.12.5: psmouse mouse detection doesn't work
  2005-08-21  5:16 ` Michael Krufky
@ 2005-08-21 14:03   ` Harald Dunkel
  0 siblings, 0 replies; 5+ messages in thread
From: Harald Dunkel @ 2005-08-21 14:03 UTC (permalink / raw)
  To: mkrufky; +Cc: linux-kernel

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

Hi Mike,

Michael Krufky wrote:
> Harri-
> 
> I was having problems with my psmouse also.  Try the kernel boot option
> "usb-handoff", see if that helps.  This is just a suggestion.  I have
> nothing to do with the development of that driver.
> 

It helps. Thanx very much


Harri

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

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

end of thread, other threads:[~2005-08-21 14:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-21  4:42 2.6.12.5: psmouse mouse detection doesn't work Harald Dunkel
2005-08-21  5:16 ` Michael Krufky
2005-08-21 14:03   ` Harald Dunkel
2005-08-21  5:19 ` Dmitry Torokhov
2005-08-21  5:26 ` Joseph Fannin

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.