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
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*     


-------------------------------------------------------
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