Thnks for the quick reply. Indeed i found the mouse in /dev/psaux Adorean Alexandru Raul Florian Kulzer wrote:
Adorean Alexandru Raul wrote:Hi.Perhaps i asked the wrong question in my previous mail. What i wanted to know is how do i determine where in /dev is my mouse "mounted",and how do i test its functionality. Regards, Adorean Alexandru RaulLook in /dev/input, it should be something like /dev/input/mice or /dev/input/mouse0. As a very basic test you can run (as root) # cat /dev/input/mice | hd This should give you new output whenever you move the mouse. (Abort with CTRL-C.) Regards, Florian