--- [EMAIL PROTECTED]
wrote:
> Send Linux-usb-users mailing list submissions to
>       [EMAIL PROTECTED]
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
> 
>
https://lists.sourceforge.net/lists/listinfo/linux-usb-users
> or, via email, send a message with subject or body
> 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of Linux-usb-users digest..."
> 
> 
> Today's Topics:
> 
>    1. USB Mouse problem (John Banghart)
>    2. unable to detect USB mouse (Soon-Son Kwon)
>    3. Re: unable to detect USB mouse (Brad Hards)
> 
> --__--__--
> 
> Message: 1
> From: John Banghart <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Organization: Center for Internet Security
> Date: 27 Sep 2002 15:37:09 -0400
> Subject: [Linux-usb-users] USB Mouse problem
> 
> I have a Microsoft Optical Intellimouse Explorer
> running on a Compaq
> Presario 1505, Red Hat 7.3.
> 
> Works great, except that when the CPU starts
> churning for something,
> like loading a large problem or decompressing a
> large file, the mouse
> starts to skip and then freezes altogether. 
> Everything else continue to
> work fine.  Unplugging the mouse and plugging it
> back in fixes the
> problem.
> 
> Any help?
> 
> -- 
> John Banghart
> 
> 
> 
> 
> --__--__--
> 
> Message: 2
> Date: Sat, 28 Sep 2002 15:50:12 +0900
> From: Soon-Son Kwon <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Reply-To: [EMAIL PROTECTED]
> Organization: KLDP(Korean Linux Documentation
> Project)
> Subject: [Linux-usb-users] unable to detect USB
> mouse
> 
> Hello folks...
> I am trying to configure my usb mouse but having
> problem.
> 
> Mouse: Logitech Wheel USB mouse
> Distribution: Debian Woody
> Kernel: 2.4.18
> 
> The kernel message clearly shows that it
> successfully detected
> my mouse but I cannot run Xfree86.
> 
> Here is part of dmesg message...
> 
> usb-uhci.c: USB UHCI at I/O 0x1400, IRQ 10
> usb-uhci.c: Detected 2 ports
> usb.c: new USB bus registered, assigned bus number 1
> hub.c: USB hub found
> hub.c: 2 ports detected
> PCI: Found IRQ 11 for device 00:1f.4
> PCI: Setting latency timer of device 00:1f.4 to 64
> usb-uhci.c: USB UHCI at I/O 0x1420, IRQ 11
> usb-uhci.c: Detected 2 ports
> usb.c: new USB bus registered, assigned bus number 2
> hub.c: USB hub found
> hub.c: 2 ports detected
> usb-uhci.c: v1.275:USB Universal Host Controller
> Interface driver
> usb.c: registered new driver hiddev
> usb.c: registered new driver hid
> hid-core.c: v1.8 Andreas Gal, Vojtech Pavlik
> <[EMAIL PROTECTED]>
> hid-core.c: USB HID support drivers
> usb.c: registered new driver usb_mouse
> usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
> hub.c: USB new device connect on bus1/2, assigned
> device number 2
> input0: USB HID v1.00 Mouse [Logitech Logitech] on
> usb1:2.0
> 
> And this is part of my /etc/X11/XF86Config-4
> 
> Section "InputDevice"
> Identifier  "Configured Mouse"
> Driver      "mouse"
> Option      "CorePointer"
> Option      "Device"        "/dev/input/mice"
> Option      "Protocol"      "ImPS/2"
> Option      "Emulate3Buttons"   "true"
> Option      "ZAxisMapping"      "4 5"
> EndSection
> 
> What is odd to me is... there is no file in
> /proc/bus/usb.
> AFAIK, if the system did detect a device, a file
> named "devices"
> should exist in that directory but not. 
> (but the above "dmesg" shows that it did detect my
> mouse)
> 
> I cannot use XFree86 4.X for this reason either...
> Here is part of error message when I run "startx"
> 
> (**) Option "Device" "/dev/input/mice"
> (EE) xf86OpenSerial: Cannot open device
> /dev/input/mice
> No such device.
> (EE) Configured Mouse: cannot open input device
> (EE) PreInit failed for input device "Configured
> Mouse"
> (II) UnloadModule: "mouse"
> (WW) No core pointer registered
> No core pointer
> 
> Of course... "/dev/input/mice" does exist.
> 
> 1. Can anyone please let me know if the kernel
> detected
> "input0", "input1", "input2"...., which file in
> "/dev"
> is matched for each "inputX" usb device?
> 2. and why doesn't my mouse properly configured?
> 
> Thanks very much...
> -- 
> -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
>            (o_             **WTFM**
> (o_  (o_   //\
> (/)_ (/)_  V_/_        http://kldp.org
> -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*    
> 
> 
> 
> --__--__--
> 
> Message: 3
> From: Brad Hards <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED],
>  [EMAIL PROTECTED]
> Subject: Re: [Linux-usb-users] unable to detect USB
> mouse
> Date: Sat, 28 Sep 2002 17:37:15 +1000
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Sat, 28 Sep 2002 16:50, Soon-Son Kwon wrote:
> > What is odd to me is... there is no file in
> /proc/bus/usb.
> > AFAIK, if the system did detect a device, a file
> named "devices"
> > should exist in that directory but not.
> Its a filesystem mount point. You need to read the
> documentation (FAQ or Linux 
> USB guide, both on http://www.linux-usb.org) for how
> to mount it.
> 
> > 1. Can anyone please let me know if the kernel
> detected
> > "input0", "input1", "input2"...., which file in
> "/dev"
> > is matched for each "inputX" usb device?
> You can't meaningfully use this. It depends on
> plugin order.
> 
> Just use /dev/input/mice for X for the time being.
> 
> > 2. and why doesn't my mouse properly configured?
> Because you are using the usbmouse driver, despite
> lots of documentation to 
> the contrary. Try the hid driver.
> 
> Brad
> 
=== message truncated ===


__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to