[Bug 2084695] Re: Kernel update through apt leaves the system with no working network connection.

2024-10-16 Thread Pedro Jorge de Albuquerque de Oliveira
** 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

[Bug 2084695] [NEW] Kernel update through apt leaves the system with no working network connection.

2024-10-16 Thread Pedro Jorge de Albuquerque de Oliveira
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

[Bug 2084695] Re: Kernel update through apt leaves the system with no working network connection.

2024-10-18 Thread Pedro Jorge de Albuquerque de Oliveira
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

[Bug 2084695] Re: Kernel update through apt leaves the system with no working network connection.

2024-10-17 Thread Pedro Jorge de Albuquerque de Oliveira
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