linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Multiple mouse... udev issue?
@ 2006-05-10 14:54 Claude Ferron
  2006-05-10 15:18 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Claude Ferron @ 2006-05-10 14:54 UTC (permalink / raw)
  To: linux-hotplug

Here's the story:

I'm trying to connect 6 USB mices on my computer. I'd like to have  
them work all independently in X. So far I was able to acheive this,  
but for some reason it is not working as it should. What I mean by  
that is that sometimes, for an unknown reason, a mouse will be  
erratic (when I move it it goes in every corner and click everywhere).

My udev.rules create the following when mouses are connected in  
specific USB port.
/dev/input/mouse1vss
/dev/input/mouse2vss
/dev/input/mouse3vss
/dev/input/mouse4vss
/dev/input/mouse5vss
/dev/input/mouse6vss

Rules for the mouse:
BUS="usb", ID="3-2:1.0", NAME="input/mouse1vss" MODE="0644"
BUS="usb", ID="2-2:1.0", NAME="input/mouse2vss" MODE="0644"
BUS="usb", ID="2-1:1.0", NAME="input/mouse3vss" MODE="0644"
BUS="usb", ID="3-1:1.0", NAME="input/mouse4vss" MODE="0644"
BUS="usb", ID="2-3:1.0", NAME="input/mouse5vss" MODE="0644"
BUS="usb", ID="3-3:1.0", NAME="input/mouse6vss" MODE="0644"

If my mouse #3 is erratic for exemple:

Doing a cat /dev/input/mouse3vss would produce some garbage on screen  
however, but it is impossible for me to tell by these weird caracters  
that the mouse is working properly. The only way I can tell is to  
start X and see how the mouse reacts.

Slackware 10.0
SysInit updated (see: http://piterpunk.info02.com.br/extra/)
Udev version 090
Linux VSS 2.6.15.4 #10 SMP Sat May 6 23:05:28 EDT 2006 i686

Udev might be the problem here....
These are the things I'm doing to reproduce the problem:

1) Power the computer and connect mices in USB port (All mouse  
connected after power up are erratic)

2) Power the computer WITH mices ALREADY connected. Disconnect and  
reconnect a random mouse = THIS mouse will be erratic when staring X.

3) Power the computer WITH mices ALREADY connected. Start X on all  
screen... ALL mices working YEAH!!! Stop X, disconnect any mouse  
restart = mouse is erratic. Solved by: STOP Udev and START it  
again... erratic mouse becomes functionnal when X is started again...

Any help anyone???
Can I give more infos to help?

Thanks

Claude



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: Multiple mouse... udev issue?
  2006-05-10 14:54 Multiple mouse... udev issue? Claude Ferron
@ 2006-05-10 15:18 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2006-05-10 15:18 UTC (permalink / raw)
  To: linux-hotplug

On Wed, May 10, 2006 at 10:54:52AM -0400, Claude Ferron wrote:
> Here's the story:
> 
> I'm trying to connect 6 USB mices on my computer. I'd like to have  
> them work all independently in X. So far I was able to acheive this,  
> but for some reason it is not working as it should. What I mean by  
> that is that sometimes, for an unknown reason, a mouse will be  
> erratic (when I move it it goes in every corner and click everywhere).
> 
> My udev.rules create the following when mouses are connected in  
> specific USB port.
> /dev/input/mouse1vss
> /dev/input/mouse2vss
> /dev/input/mouse3vss
> /dev/input/mouse4vss
> /dev/input/mouse5vss
> /dev/input/mouse6vss
> 
> Rules for the mouse:
> BUS="usb", ID="3-2:1.0", NAME="input/mouse1vss" MODE="0644"
> BUS="usb", ID="2-2:1.0", NAME="input/mouse2vss" MODE="0644"
> BUS="usb", ID="2-1:1.0", NAME="input/mouse3vss" MODE="0644"
> BUS="usb", ID="3-1:1.0", NAME="input/mouse4vss" MODE="0644"
> BUS="usb", ID="2-3:1.0", NAME="input/mouse5vss" MODE="0644"
> BUS="usb", ID="3-3:1.0", NAME="input/mouse6vss" MODE="0644"
> 
> If my mouse #3 is erratic for exemple:
> 
> Doing a cat /dev/input/mouse3vss would produce some garbage on screen  
> however, but it is impossible for me to tell by these weird caracters  
> that the mouse is working properly. The only way I can tell is to  
> start X and see how the mouse reacts.
> 
> Slackware 10.0
> SysInit updated (see: http://piterpunk.info02.com.br/extra/)
> Udev version 090
> Linux VSS 2.6.15.4 #10 SMP Sat May 6 23:05:28 EDT 2006 i686
> 
> Udev might be the problem here....

Why would udev be an issue?  It named your devices properly, and then
never messes with the device.  So it sounds like it is working properly.

Try asking on the xorg or input mailing lists.

good luck,

greg k-h


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

end of thread, other threads:[~2006-05-10 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-10 14:54 Multiple mouse... udev issue? Claude Ferron
2006-05-10 15:18 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).