Deepak Chawla wrote:
> Hi
> I have a sony vaio laptop which I'm trying to connect to a KVM switch.
> The sony vaio laptop that I have only has USB ports no PS/2 ports. I
> have a Composite USB - PS/2 Adapter which I am using to connect both the
> keyboard and the mouse to a single USB port. This configuration
> (together with the external monitor) works fine in windows, but now in
> Linux. I have gotten my external keyboard and external monitor (albeit
> same resolution as the laptop screen) to work, but not the mouse.
> The kernel messages I am getting at boot time are
>
> hub.c: connect-debounce failed, port 1 disabled
> hub.c: new USB device 02:07.0-1, assigned address 2
> usb.c: USB device 2 (vend/prod 0x518/0x1) is not claimed by any active
> driver.
> hub.c: new USB device 02:07.1-2, assigned address 2
> usb.c: USB device 2 (vend/prod 0x54c/0x69) is not claimed by any active
> driver.
> usb.c: registered new driver usbkbd
> input0: Composite USB PS2 Converter USB to PS2 Adaptor  v1.09 on usb1:2.0
> usbkbd.c: :USB HID Boot Protocol keyboard driver
> usb.c: registered new driver hiddev
> usb.c: registered new driver hid
> input1: USB HID v1.10 Mouse [Composite USB PS2 Converter USB to PS2
> Adaptor  v1.09] on usb1:2.1
> hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <[EMAIL PROTECTED]>
> hid-core.c: USB HID support drivers
> mice: PS/2 mouse device common for all mice
> SCSI subsystem driver Revision: 1.00
> Initializing USB Mass Storage driver...
> usb.c: registered new driver usb-storage
> scsi0 : SCSI emulation for USB Mass Storage devices
>  Vendor: Sony      Model: MSC-U03           Rev: 2.00
>  Type:   Direct-Access                      ANSI SCSI revision: 02
> WARNING: USB Mass Storage data integrity not assured
> USB Mass Storage device found at 2
> USB Mass Storage support registered.
>
> The modules that are loaded are:
>
> cisco_ipsec           400032   0  (unused)
> radeon                115012  13
> agpgart                44096   3  (autoclean)
> lp                      8480   0  (autoclean) (unused)
> parport                36960   0  (autoclean) [lp]
> i810_audio             26024   0
> soundcore               6628   0  [i810_audio]
> ac97_codec             13576   0  [i810_audio]
> nfsd                   80112   0  (autoclean)
> orinoco_cs              5780   1
> ds                      8840   1  [orinoco_cs]
> yenta_socket           13472   1
> pcmcia_core            60416   0  [orinoco_cs ds yenta_socket]
> af_packet              15528   1  (autoclean)
> sr_mod                 18008   0  (autoclean)
> button                  3724   0  (unused)
> thermal                 8256   0  (unused)
> processor              10840   0  [thermal]
> fan                     2528   0  (unused)
> ac                      2816   0  (unused)
> battery                 7008   0  (unused)
> orinoco_pci             4292   0  (autoclean) (unused)
> orinoco                38412   0  (autoclean) [orinoco_cs orinoco_pci]
> hermes                  8068   0  (autoclean) [orinoco_cs orinoco_pci
> orinoco]
> e100                   53188   0  (autoclean) (unused)
> nls_iso8859-1           3516   1  (autoclean)
> ntfs                   80236   1  (autoclean)
> supermount             16448   1  (autoclean)
> ide-cd                 35776   0
> cdrom                  33920   0  [sr_mod ide-cd]
> ide-scsi               12176   0
> sd_mod                 13548   0
> scsimon                 9824   0  (unused)
> usb-storage            78712   0
> keybdev                 2976   0  (unused)
> scsi_mod              106868   5  [sr_mod ide-scsi sd_mod scsimon
> usb-storage]
> mousedev                5492   1
> hid                    22276   0  (unused)
> usbkbd                  4696   0  (unused)
> input                   5920   0  [keybdev mousedev hid usbkbd]
> ehci-hcd               19080   0  (unused)
> usb-ohci               19688   0  (unused)
> usbcore                76864   1  [usb-storage hid usbkbd ehci-hcd
> usb-ohci]
> rtc                     8412   0  (autoclean)
> ext3                   64684   1
> jbd                    42172   1  [ext3]
>


The above makes me think your mouse is actually recognized by linux, the driver loaded, and everything is ready to go.... perhaps your X configuration is the issue?

I believe your XF86Config-4 file should include something along these
lines for a usb mouse:

Section "InputDevice"
         Identifier      "Generic Mouse"
         Driver          "mouse"
         Option          "SendCoreEvents"        "true"
         Option          "Device"                "/dev/input/mice"
         Option          "Protocol"              "ImPS/2"
         Option          "ZAxisMapping"          "4 5"
EndSection

Good luck.

--

~~~~~~~~~~~~~~~~~~
Patrick E. Bennett, Jr., Computer Consultant
http://www.pebcomputing.com/
[EMAIL PROTECTED]
Linux, Unix, Windows, and The Medical Manager related support for
Northern California's small businesses




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