Re: Modprobe
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 Raul
Look 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
Reply to:
- References:
- Modprobe
- From: Adorean Alexandru Raul <araul@adonet.ro>