2

Monday 11 January I updated Ubuntu 20.04 with, I presume, the latest patch. I didn't look so closely, Ubuntu wanted to update and I just clicked the button. After restart, a number of peripherals stopped working:

  • Wifi
  • Bluetooth
  • USB camera
  • USB microphone

No problem with graphics or mouse/keyboard thankfully. But I'm not very familiar with Linux or Ubuntu yet, and would like to know:

  1. Has anybody else experienced any problems with the latest update? I tried searching around, but haven't seen anything.
  2. What are some initial steps to remedy this? I've searched for solutions, but they've seemed very specific to certain brands of equipment.
  • Review your /var/log/apt/history.log and /var/log/apt/term.log to see what upgrades actually occurred, and if you missed any warnings or errors. Different people get different updates on different days, so "I updated on day X" or "the latest update" is not specific enough. Also review your /var/log/syslog for error messages. Don't assume that an upgrade is responsible -- maybe it is, maybe it's not. Gather more data. – user535733 Jan 12 '21 at 14:46
  • I had a problem with wifi after the latest kernel update. I saw a question asked here, and I found the solution here. Some of those issues will likely be patched quickly, though. – Yehuda Jan 12 '21 at 15:12
  • 1
    Probably kernel upgrade was not full. Please add output of dpkg -l | grep linux to your question. – Pilot6 Jan 13 '21 at 09:29
  • Probably the kernel upgrade was not complete, but if the problem was caused by updating the kernel to the latest version then this answer explains how to fix it. – karel Jan 14 '21 at 05:15

1 Answers1

0

Exact same problem in Xubuntu 20.04 running on Lenovo Thinkpad P53 running kernel 5.8.0-36-generic. I downgraded to 5.4.0-60 and everything works again.

aneta
  • 1