[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: USB subsystem problems?! or only mouse?



Nicos,

I tried also this...to display octal caracters... but without
results..:(
No caracters are show on terminal...
I have the following entries in my XF86config-4 file:

The first mouse is a logitech on ps2 port, and it works.
The second is the Logitech usb that does not work...

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

.....

Section "InputDevice"
        Identifier      "Logitech MX700"
        Driver          "mouse"
        Option          "SendCoreEvents" 
        Option          "Device"                "/dev/input/mice"
#       Option          "Protocol"              "ExplorerPS/2"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "false"
        Option          "ZAxisMapping"          "6 7"
        Option          "Buttons"               "7"
EndSection

I do not know..what test can I do?

Thanks
Lorenzo

Il lun, 2003-10-27 alle 16:24, Nicos Gollan ha scritto:
> On Monday 27 October 2003 08:08, Nick Hastings wrote:
> > What happens if you
> >
> > cat /dev/input/mice
> >
> > and then move the mouse? Does a bunch of stuff spew onto your terminal?
> 
> I'd consider doing something like
> 
> cat /dev/input/mice | od
> 
> since this takes care of the nonprintable characters and you don't have to 
> reset the terminal afterwards :-)
> 
> Just look if stuff is printed when you move the mouse or press buttons, as 
> Nick said.
> 
> -- 
> Got Backup?
> 



Reply to: