Hi list,

I've a Clevo 2200/2700c laptop with a logitech USB-optical mouse. 
Seachring the web I found a few how-to's to get an USB-mouse working under linux... I 
tried everyone ;-)
 
I've build a kernel (woody / 2.4.20 - vanilla source) with
 
 Input core support
        Mouse supoort
 USB
        OHCI
        USBHID
 
static compiled into it.
 
I made the device with
 mknod /dev/input/mice c 13 63
 
But "cat /dev/input/mice", put out nothing. The cusor stands even when i move the 
mouse.
 
I've compiled the Kernel with USB/input core support as modules - nothing changes.

Syslog after loading the modules

-------------------------------------------------------------------------------------------------------------------------
chasta kernel: mice: PS/2 mouse device common for all mice 
chasta kernel: usb.c: registered new driver hub chasta kernel: usb.c:  registered new 
driver hid chasta kernel: hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <[EMAIL 
PROTECTED]>
chasta kernel: hid-core.c: USB HID support drivers
chasta kernel: PCI: Found IRQ 11 for device 00:01.2
chasta kernel: PCI: Sharing IRQ 11 with 00:01.3
chasta kernel: usb-ohci.c: USB OHCI at membase 0xd0853000, IRQ 11
chasta kernel: usb-ohci.c: usb-00:01.2, Silicon Integrated Systems [SiS] 7001
chasta kernel: usb.c: new USB bus registered, assigned bus number 1
chasta kernel: hub.c: USB hub found
chasta kernel: hub.c: 3 ports detected
chasta kernel: PCI: Found IRQ 11 for device 00:01.3
chasta kernel: PCI: Sharing IRQ 11 with 00:01.2
chasta kernel: usb-ohci.c: USB OHCI at membase 0xd0855000, IRQ 11
chasta kernel: usb-ohci.c: usb-00:01.3, Silicon Integrated Systems [SiS] 7001 (#2)
chasta kernel: usb.c: new USB bus registered, assigned bus number 2
chasta kernel: hub.c: USB hub found
chasta kernel: hub.c: 3 ports detected
chasta kernel: hub.c: new USB device 00:01.2-1, assigned address 2
chasta kernel: hub.c: USB hub found
chasta kernel: hub.c: 4 ports detected
chasta kernel: hub.c: new USB device 00:01.2-1.4, assigned address 3
chasta kernel: usb.c: USB device not accepting new address=3 (error=-110)
chasta kernel: hub.c: new USB device 00:01.2-1.4, assigned address 4
chasta kernel: usb.c: USB device 4 (vend/prod 0x557/0x2008) is not claimed by any 
active driver.
chasta kernel: hub.c: new USB device 00:01.3-1, assigned address 2
chasta kernel: : USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb2:2.0
-------------------------------------------------------------------------------------------------------------------------

Through the last line I guess that the mouse should work.
My Notebook hast a SIS-chipset, 2 USB connectors. On the other one, an USB-HUB with 
some other devices is connected. 
So my question is: Do I ever get an output if I "cat /dev/input/mice" as I read. 
 
Of'couse the mouse doesn't work on X either.
 
XFree4 config(assert):

-------------------------------------------------------------------------------------------------------------------------
Section "InputDevice"
         Identifier      "Touchpad"
         Driver          "mouse"
         Option          "CorePointer"
         Option          "Device"                "/dev/psaux"
         Option          "Protocol"              "PS/2"
         Option          "Emulate3Buttons"       "true"
         Option          "ZAxisMapping"          "4 5"
 EndSection
 
 Section "InputDevice"
         Identifier      "USB Mice"
         Driver          "mouse"
         Option          "Device"                "/dev/input/mice"
         Option          "Protocol"              "IMPS/2"
         Option          "Emulate3Buttons" "off"
         Option          "ZAxisMapping" "4 5"
        Option          "Buttons"                "5"
 
EndSection
 
Section "ServerLayout"
         Identifier "XFree86 Configured"
         Screen      0   "fbdev" 0 0
         InputDevice     "Touchpad"      "CorePointer"
         InputDevice     "USB Mice"      "AlwaysCore"
         InputDevice     "Keyboard0"    "CoreKeyboard"
EndSection
 

--------------------------------------------------------------------------------------------------------------
There is no Error in /var/log/XFree.0.log
 
(**) Option "Protocol" "PS/2"
(**) Touchpad: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Touchpad: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Touchpad: Buttons: 3
(**) Option "Emulate3Buttons" "true"
(**) Touchpad: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Touchpad: ZAxisMapping: buttons 4 and 5
(**) Option "Protocol" "IMPS/2"
(**) USB Mice: Protocol: "IMPS/2"
(**) Option "AlwaysCore"
(**) USB Mice: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) USB Mice: Buttons: 3
(**) Option "Emulate3Buttons" "off"
(**) Option "ZAxisMapping" "4 5"
(**) USB Mice: ZAxisMapping: buttons 4 and 5
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "USB Mice" (type: MOUSE)
(II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
 
------------------------------------------------------------------------------------------------------------------------
 
No changes, if I start gdm (with apropiate options).
 
I hope you can help me.
 
Thanks,

Peter

______________________________________________________________________________
E-Mails verschicken und auf Antwort warten? Mit der Kurier-SMS kann
das nicht mehr passieren - http://freemail.web.de/features/?mc=021174


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to