• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

USB mouse in slackware

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

leobob

Registered
Joined
Nov 15, 2001
Location
Scarborough, Maine
Trying to get my USB mouse to work in slackware. ANy ideas or suggestions on how to get it to work? During set up i chose USB mouse, but I get an error every time it tries to load gpm
 
ok lets see you need to go to /etc/rc.d/rc.modules
find and comment in #/sbin/modprobe hid
and /sbin/modprobe usb-uhci
#/sbin/modprobe mousedev
and after that execute the script by typing
/etc/rc.d/rc.modules

in /etc/X11/XF86Config use the protocol "USB" 'Auto" or ExplorerPS/2 it depends on your mouse and change the device to /dev/usb/mouse0
 
You might have to create the device node too, if Slackware hasn't done it yet. It didn't do it as of 8.0.
 
Back