On 9/6/2005 9:53 PM W.Kenworthy wrote:

use lsmod to get the module list.  The modules are usbmouse and psmouse
(not sure if you have said what mouse type you are using) .  Note that
you will need to revisit your kernel configuration if you dont have
them. If they dont show in "lsmod", try "modprobe psmouse" etc.
Thanks for the reply. I have neither usbmouse nor psmouse in my lsmod output. Trying to load with modprobe doesn't work either:

tv mythtv # modprobe psmouse
FATAL: Module psmouse not found.
tv mythtv # modprobe usbmouse FATAL: Module usbmouse not found.

Because I haven't made any changes, I suspect my system never used them. I'll try changing the batteries in the mouse as another poster suggested. If that doesn't solve it, then I'll venture into this further.

Thanks,

Drew

On Tue, 2005-09-06 at 21:03 -0700, Drew Tomlinson wrote:
On 9/6/2005 8:49 PM W.Kenworthy wrote:

The module thats responsible for /dev/input/mouse0 creates the node when it 
loads via udev: is the modules loaded?  /dev/mouse is usually (on


I come from the FreeBSD world and thus, I'm a linux newb. Sorry for the simple questions. What module should I look for? How can I check to see if it's loaded?

newer systems) a symlink to /dev/input/mouse0 if it
exists.  /dev/input/mice is a concentrator.  i.e., on my laptop I have a
ps2 mouse (actually the gspot/touchpad) and a plugged in usb mouse.  All
three work through /dev/input/mice at the same time.  Individually they
are accessed via /dev/input/mouseX.


Thanks for the explanation.

To test try "cat /dev/input/mice" and move the mouse - rubbish will
print to terminal if its working.  CTRL-C to exit.



No rubbish.  Not working.

Thanks for your help.

Drew

--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books, & More!

http://www.alchemistswarehouse.com



--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books, & More!

http://www.alchemistswarehouse.com

--
gentoo-user@gentoo.org mailing list

Reply via email to