PDA

View Full Version : [ubuntu] Start-up applications



Kognit
November 19th, 2009, 08:26 PM
Hi

I want on start-up to run the following command:
sudo modprobe -r psmouse.
How can i run this command in start-up applications?

karlson
November 19th, 2009, 08:28 PM
Hi

I want on start-up to run the following command:
sudo modprobe -r psmouse.
How can i run this command in start-up applications?

Why not just blacklist it?

Kognit
November 19th, 2009, 08:30 PM
What is the blacklist?

karlson
November 19th, 2009, 08:33 PM
What is the blacklist?

/etc/modprobe.d has a file called blacklist in Intrepid or blacklist.conf on Jaunty.

If you put the module psmouse in it it will not be loaded.

Kognit
November 19th, 2009, 08:35 PM
No, i want to load it, because with this command i will disable my touchpad (i have karmic coala and have some problems with the touchpad - but that solution works for me and now i want to run in on start up).