** Attachment added: "journal_log.txt"
https://bugs.launchpad.net/ubuntu/+bug/2084695/+attachment/5828678/+files/journal_log.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2084695
Title:
Kern
Public bug reported:
I am using Ubuntu 24.04.1 LTS. After the upgrade to kernel 6.8.0-47
from 6.8.0-45, for the first time, Ubuntu was unable to recognize my
ethernet, wifi and bluetooth. None of these issues occurred before since
they were automatically recognized and configured by the installer
Hi Mathew,
Sure thing! I annexed a copy of the result of running:
$ grep -n -C 3 "6.8.0-47" /var/log/apt/history.log >
matches_6_8_0_47_history_log
Inspecting the /var/log/apt/history.log sections that mention "modules":
$ grep "modules" <(diff <(sed -n '106p' /var/log/apt/history.log) <(sed -n
Hello Mathew,
It seems you were correct, and I must have been missing linux-modules or
linux-modules-extra packages. Running the commands:
$ sudo apt install linux-image-6.8.0-47-generic linux-modules-6.8.0-47-generic
linux-modules-extra-6.8.0-47-generic linux-headers-6.8.0-47-generic
$ sudo apt