Richard Pearce
New Member
After updating my ubuntu 20.04 on my acer aspire E 15 w/8GB DDR3,pentiumN3530(quad core) 250 SSD my keyboard stop working,any hints???
neither of these solutions worked. any other solutions?
neither of these solutions worked.
A few more possible solutions are here:neither of these solutions worked. any other solutions?
i tried case 1&2 but that didn't help. My touch pad & keyboard don't work but the mouse does. Tried case 3 but none of the keys work. Please help.G'day @Richard Pearce
You haven't specified what did not work, can you elaborate?
For example with Old Tom's 1st link, did you get as far as Case 3 or Case which.
Did you get to make the change to Grub Menu?
And more, please.
Cheers
Chris Turner
wizardfromoz
BTW, what is the status of the mouse and trackpad, and are you able to launch a virtual keyboard?
Because neither touchpad & keyboard work, I'm unable to get into Grub Menu @ start up,please help.G'day @Richard Pearce
You haven't specified what did not work, can you elaborate?
For example with Old Tom's 1st link, did you get as far as Case 3 or Case which.
Did you get to make the change to Grub Menu?
And more, please.
Cheers
Chris Turner
wizardfromoz
BTW, what is the status of the mouse and trackpad, and are you able to launch a virtual keyboard?
I'm using Ubuntu 20.04 only & the on screen keyboard to log in.Richard, are you dualbooting with Windows, or are you just running Ubuntu?
What are you using currently to log in to this site and send us messages.
It is better to tell us too much, than not enough
Wizard
CPU: 1.6GHz Intel Core i5-8250U (6MB cache, up to 3.4GHz)
Graphics: Nvidia GeForce MX150 (2GB GDDR5 VRAM); Intel UHD Graphics 620
RAM: 8GB DDR4
Screen: 15.6-inch FHD (1,920 x 1,080) LED-backlit display
Storage: 256GB SSD
Ports: USB Type-C, 2 x USB 3.0, USB 2.0, VGA, HDMI, Ethernet RJ-45, headphone/mic combo jack, SD card reader, Kensington Lock
Optical Drive: 8X DVD-Writer DL Drive
Connectivity: Dual Band 802.11ac Wi-Fi; Bluetooth 4.1
Camera: 1,280 x 720 webcam
While, the system is starting up, hold down the Shift key after the BIOS load and you will enter the GRUB menu. On the GRUB menu, press “e” to edit boot options.
uname -mrs
# and then followed with
ls /boot
# that's a lowercase L, ls is like "list the contents of"
chris@FocalGNOME-SSD:~$ uname -mrs
Linux 5.4.0-45-generic x86_64
# and
chris@FocalGNOME-SSD:~$ ls /boot
config-5.4.0-42-generic memtest86+.elf
config-5.4.0-45-generic memtest86+_multiboot.bin
efi System.map-5.4.0-42-generic
grub System.map-5.4.0-45-generic
initrd.img vmlinuz
initrd.img-5.4.0-42-generic vmlinuz-5.4.0-42-generic
initrd.img-5.4.0-45-generic vmlinuz-5.4.0-45-generic
initrd.img.old vmlinuz.old
memtest86+.bin
Have you tried to revert back to a kernel which did work before the update?Any more suggestions in solving my keyboard problem?
file:Have you tried to revert back to a kernel which did work before the update?
Do you have a few old kernels lying around not doing much?
Without a working keyboard at boot the problem becomes a little more involved.Don't know how to revert back to the previous kernel. Can you help?
file:View attachment 7258This is the screen shot after Old Tom's case 2. This still doesn't cure my keyboard issue. Any more suggestions or fixes?
Richard
1. Are you able to access your BIOS setup at startup (usually pressing F2 or F12 etc.) and does the keyboard work within that environment? And does it allow for a mouse to be operated within it?
2. Do you still have the USB stick or DVD you used to install Ubuntu, and if not, can you generate one on another computer?
3. Do you have a lot of personal data, in particular, irreplaceable data, in your Home folder or Partition?
If you can answer those 3 questions to the fullest extent, that would be useful.
I am thinking the best option might be for a reinstall, then install Timeshift and take a snapshot, and then work through those updates to identify any culprit.
Cheers
The answer to question 1 is the keyboard but not the mouse work in BIOS environment. I have a USB stick with ubuntu 18.04 ( upgraded from to 20.04 ) & any important files or on a flash drive.Richard
1. Are you able to access your BIOS setup at startup (usually pressing F2 or F12 etc.) and does the keyboard work within that environment? And does it allow for a mouse to be operated within it?
2. Do you still have the USB stick or DVD you used to install Ubuntu, and if not, can you generate one on another computer?
3. Do you have a lot of personal data, in particular, irreplaceable data, in your Home folder or Partition?
If you can answer those 3 questions to the fullest extent, that would be useful.
I am thinking the best option might be for a reinstall, then install Timeshift and take a snapshot, and then work through those updates to identify any culprit.
Cheers
Wizard
Wizard
I looked at reverting back to previous kernel but that is way to much for a newbie like me with limited computer skills.Without a working keyboard at boot the problem becomes a little more involved.
Usually one would use the 'down' arrow key at the Grub boot menu to select a previous kernel but with no working keyboard that is not an option.
Therefore, if you have a working 'onscreen' keyboard after booting up then I think the solution will be to edit the Grub configuration. There are a number of tutorials outlining how to do this so I will forego repeating it here. Following are some links to check out and read.
One option which 'may' work would be to uninstall the newest kernel utilizing the Synaptic Package Manager and then running update-grub. I have not tried this myself and cannot confirm if it would be successful.
Another option which may be easier than manually configuring the Grub config is to install "Grub Customizer". Some people frown on the use of it but it may be the easiest solution to roll back to an earlier kernel. https://launchpad.net/grub-customizer
Be aware that editing the Grub config incorrectly can result in a failure to boot!
Here are some links which may be helpful:
How do I roll-back to a previous Ubuntu kernel? (running Ubuntu 16.04)
I have a VPS server with a hosting company that I have ssh/root access. I recently tried to upgrade the kernel to the latest (4.18.5-041805-generic). I was running 4.4.0-169 and thought it was time...unix.stackexchange.comHow to roll back the kernel version on Ubuntu
Sometimes after updating the kernel of the system, some important services start to work incorrectly and in order not to look for a problem on the combat server, and to do it for example later on t…ixnfo.comHow do I change the GRUB boot order?
I have both Windows 7 and Ubuntu installed on a shared machine. Because a lot of the non-developers use Windows, I'd like to change the boot order to make it easier for them. Currently the boot or...askubuntu.comHow can I boot with an older kernel version?
The latest kernel is causing problems with my sound, which worked fine with an older version. As I have only Ubuntu installed, Grub is not getting displayed while booting. How can I manually choose...askubuntu.com
P.S. Make sure you have backups of your data!
P.P.S. If you boot from your installation USB or disc which should be utilizing an older kernel does the keyboard work?
In your original post you say "After updating my ubuntu 20.04" - does that mean you had Ubuntu 20.04 installed and running fine, everything worked, and then after an update the keyboard stopped working?After updating my ubuntu 20.04 on my acer aspire E 15 w/8GB DDR3,pentiumN3530(quad core) 250 SSD my keyboard stop working,any hints???
Well, if the keyboard worked during the Grub menu screen it would have been 'easy-peasy'I looked at reverting back to previous kernel but that is way to much for a newbie like me with limited computer skills.
Do you know if the Ubuntu 20.04 on that stick works well for you?I do have a USB stick with ubunto 18.04 ( upgraded from that to 20.04 )
I upgraded for 18.04 to 20.04 6 mos. ago & had many updates since but the last update caused my keyboard & touch pad to stop working.In your original post you say "After updating my ubuntu 20.04" - does that mean you had Ubuntu 20.04 installed and running fine, everything worked, and then after an update the keyboard stopped working?
I ask because sometimes people confuse "upgrading" with "updating".
Well, if the keyboard worked during the Grub menu screen it would have been 'easy-peasy'
I think perhaps the easiest solution may therefore be to re-install Ubuntu.
Do you know if the Ubuntu 20.04 on that stick works well for you?