Topic: [SOLVED] Cats eat mice! Help...

I posted an earlier topic on this but no reply so trying new approach.
Using Statler on eeePC.
My mouse pad stop working.
Kernel is not loading psmouse unless I do:
insmod /lib/modules/2.6.325-686/kernel/drivers/input/mouse/psmouse.ko
modprobe psmouse

On reboot even after creating an xorg.conf file ( as root: killall gdm; Xorg -configure).
I've got no mouse.
lsmod | grep mouse

I also do:
vi /etc/modules and put psmouse in the file.

Module is not loading; how do I tell it to load?

SOLVED:
Problem caused by the eeepc.conf
File located: /etc/modprobe.d/eeepc.conf
option psmouse elantouch=1 (1 has set it on; there is no elantouch driver for Debian)

I did -
#option psmouse elantouch=1

lsmod | grep mouse
psmouse showing and xorg is using the synaptics driver which I installed.

Last edited by mpierce (2010-08-03 02:17:55)

Re: [SOLVED] Cats eat mice! Help...

Can't you just add the commands in the autostart script?