Ubuntu – Mouse/Keyboard not working in Ubuntu 14.04 LTS

14.04keyboardmouse

My problem is that when I try to install ubuntu or even 'Try' Ubuntu on my computer the mouse will turn on for about 2-3 Seconds then turn off.

The keyboard is wireless and doesn't work either. I am using an old Logitech keyboard for now that works in the PS/2 but i can not finish the install because I need the mouse to do something.

I have tried multiple mice and keyboards. Only the PS/2 works. None of my mice work.

Best Answer

First install the drivers:

sudo apt-get install xserver-xorg-input-all

If it already installed, reinstall it.

sudo apt-get --purge autoremove xserver-xorg-input-all && sudo apt-get install xserver-xorg-input-all
Related Question