I just bought a new laptop and then tried installing ubuntu 12.04 on it and ran into all sorts of issues from first wireless not working and then keyboard or mouse not working after installing the software updates.
The keyboard and mouse works fine on initial listing of operating systems but when the login prompt comes I cant enter anything on the screen. I was like WTF man. Googling around gave me an idea of pluggin in an external mouse and usb keyboard and it worked. So I was even more frustrated. Finally after combining things from various posts I figured out that I have to change grub2 config and add some more settings to it.
Open a terminal and enter
sudo vi /etc/default/grub
and then change the line GRUB_CMDLINE_LINUX="" to GRUB_CMDLINE_LINUX="i8042.nomux=1 i8042.reset"
then run
sudo update-grub
reboot the system and all issues were gone.
The keyboard and mouse works fine on initial listing of operating systems but when the login prompt comes I cant enter anything on the screen. I was like WTF man. Googling around gave me an idea of pluggin in an external mouse and usb keyboard and it worked. So I was even more frustrated. Finally after combining things from various posts I figured out that I have to change grub2 config and add some more settings to it.
Open a terminal and enter
sudo vi /etc/default/grub
and then change the line GRUB_CMDLINE_LINUX="" to GRUB_CMDLINE_LINUX="i8042.nomux=1 i8042.reset"
then run
sudo update-grub
reboot the system and all issues were gone.
With a laptop Packard Bell
ReplyDeleteAMD E1-1200 APU with Radeon(tm) HD Graphics × 2
the keyboard and mouse problems were solved as well.
Thank you !
OMG this was bugging me for quite some time now, and this solution was the one that worked, I am really thankful to you right now, random stranger :)
ReplyDeleteMan, I just want to thank you!!!
ReplyDeleteWith this article, you save my life!!!
Works for me!!!
Solved my problem...
How can I do that if my keyboard doesn't work? Haha
ReplyDeleteFranco I forgot to mention that it was the laptop's native keyboard and mouse that weren't working, I plugged in an external keyboard to make change to the grub file.
DeleteHow do I run once I've changed the code?
ReplyDeleteRun the below command in a terminal and restart your machine.
Deletesudo update-grub