I have ubuntu 16.04. I want to add
sudo modprobe -r psmouse && sudo modprobe psmouse proto=imps
to my startup applications.
I added it succesfully but it isn't running with the startup.
I think because of the password requirement.
Please help me as I want it to run along with start of my laptop.
Is there any other way or is there a way to fulfill my above requirements? Please let me know....
stops
psmouse
and starts it withproto=imps
option.Startup applications is a wrong way to set options for kernel modules.
The correct way to achieve the desired result is to use
modprobe.d
config files.Run in a terminal
and reboot.
That will create the
psmouse.conf
file andpsmouse
will start with the desired option.