LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   determining mouse driver version (https://www.linuxquestions.org/questions/linux-newbie-8/determining-mouse-driver-version-497628/)

dohpaz 11-01-2006 02:34 PM

determining mouse driver version
 
I am having a problem with my synaptics touchpad not working after I installed a 2.6 kernel on my slackware 11 system. I have some linux knowledge but not enough to troubleshoot this issue. The old kernel 2.4.33.3 works with the touchpad fine, so I would like to know how to look at what driver it uses.

For example how can I show which mouse driver is loaded on the old 2.4 kernel? If I can figure that out maybe I can install that driver under the new 2.6 kernel.

farslayer 11-01-2006 09:16 PM

lsmod to list loaded modules.

http://web.telia.com/~u89404340/touchpad/

Quote:

How do I use this driver with Linux kernel 2.6.x?
You need to have the "evdev" driver loaded or compiled into the kernel (CONFIG_INPUT_EVDEV). Set the "Protocol" parameter in the X configuration file to "auto-dev". Also, if you set the "Device" parameter to "/dev/psaux", the same X configuration file should work for a 2.4.x kernel.

When configuring the kernel, enable PS/2 mouse support (CONFIG_MOUSE_PS2).

dohpaz 11-02-2006 11:19 AM

Thanks farslayer the driver at the link your provided is what worked for me. That and adding the following line to my /etc/rc.d/rc.local:

modprobe psmouse.

Without loading that module the touchpad and trackpoint were not seem by my system.


All times are GMT -5. The time now is 12:29 AM.