14

I updated my Ubuntu Linux to 14.04 and now the mouse and keyboard don't work in the login screen. I tried re-installing grub from a Live USB, but it's still not working. I would really appreciate your help.

Ivana
  • 141
  • 1
  • 1
  • 5

3 Answers3

18

Reinstall input device drivers

sudo apt-get install --reinstall xserver-xorg-input-all
kirill-a
  • 2,883
  • 1
  • 16
  • 22
  • 3
    I just did it, but still not working. – Ivana Dec 13 '14 at 20:25
  • 1
    Have you updated your system with `sudo apt-get update && sudo apt-get upgrade` ? I found there was some bug that could cause it. – kirill-a Dec 13 '14 at 20:53
  • How can she do that if she can't login? – eyoung100 Dec 13 '14 at 21:35
  • 2
    Thanks for your answers! I try update and upgrade booting with a ubuntu live ubs. But it still not working. – Ivana Dec 13 '14 at 22:09
  • 1
    Can you login with recovery mode? When grub is showing list of options, there should be recovery mode for ubuntu. – kirill-a Dec 14 '14 at 08:40
  • recovery mode, drop to shell – Andrew Scott Evans Nov 28 '17 at 01:09
  • I see a cursor briefly as the GUI is initialized then when the desktop, icons, etc appears, nothing. No ability to use keyboard either. How could the above update/upgrade and re-install not work, yet something in recovery mode will? I was able to do the above updates using boot to another kernel (not recovery but something else) yet, no effect! – user391339 Mar 02 '18 at 05:49
3

half-way fix: reboot, choose in boot menu older kernel, boot it. keyboard and mouse works. then you can login and fix your configs. ps: if you can not boot anymore (cause you kill your grub) then only one way to fix: you must make boot usb flash drive and boot from it. then mopunt your HDD and backup/fix your configs.

guest
  • 39
  • 2
  • 1
    Thank you, it worked. I also followed the link https://groups.google.com/a/linux.ie/forum/#!topic/ilug/d4mtWuD9aF0 and after logging in with old kernel, I issued `apt-get update`, `apt-get dist-upgrade`, `update-usbids` and something of it made the keyboard and mouse work on new kernel too. – rightaway717 Apr 07 '16 at 23:06
1

Boot into recovery mode, hold shift after the BIOS loads.

Select the second kernel with (recovery mode). If you still have the same problem, mouse/keyboard not responding then reboot and try again with the next available recovery mode kernal. I have once had to use the third option before it worked.

Turn on networking network then fix the packages dpkg. Once complete resume. The video drivers may be wonky, either way reboot.

Keyboard and mouse should be working again.

Cyrille
  • 113
  • 3