[Kernel-packages] [Bug 2085688] Re: linux-image-6.8.0-47-generic freezes ubuntu you can only power off through the button

2024-11-02 Thread Marcos Casquero
It was fixed with the last update: uname -srvpio Linux 6.8.0-47-generic #47-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 21:40:26 UTC 2024 x86_64 x86_64 GNU/Linux But now it's not working my ethernet with the next version Linux 6.8.0-48-generic -- You received this bug notification because you are a m

[Kernel-packages] [Bug 2085688] Re: linux-image-6.8.0-47-generic freezes ubuntu you can only power off through the button

2024-11-02 Thread Marcos Casquero
** Changed in: linux (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2085688 Title: linux-image-6.8.0-47-generic freezes ubuntu you can only po

[Kernel-packages] [Bug 2089643] Re: Missing module r8169 in kernel 6.8.0-49 ethernet network not working

2024-11-29 Thread Marcos Casquero
** Changed in: linux (Ubuntu) Status: Fix Released => Incomplete -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2089643 Title: Missing module r8169 in kernel 6.8.0-49 ethernet net

[Kernel-packages] [Bug 2089643] Re: Missing module r8169 in kernel 6.8.0-49 ethernet network not working

2024-11-29 Thread Marcos Casquero
** Changed in: linux (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2089643 Title: Missing module r8169 in kernel 6.8.0-49 ethernet net

[Kernel-packages] [Bug 2089643] Re: Missing module r8169 in kernel 6.8.0-49 ethernet network not working

2024-11-28 Thread Marcos Casquero
I have completely removed the problematic kernel but I did sudo apt install linux-modules-extra-6.8.0-49-generic linux- image-6.8.0-49-generic and now it's working fine with ethernet. Thank you very much ** Changed in: linux (Ubuntu) Status: Invalid => Fix Released -- You received this b

[Kernel-packages] [Bug 2089643] [NEW] Missing module r8169 in kernel 6.8.0-49 ethernet network not working

2024-11-25 Thread Marcos Casquero
Public bug reported: The ethernet network does not work. The r8169 module is not present in kernel version 6.8.0-49 in the directory /lib/modules/6.8.0-49-generic/kernel/drivers/net/ethernet/realtek, but is present in version 6.8.0-48. sudo dmesg | grep -i eth [ 15.790632] docker0: port 1(vet

[Kernel-packages] [Bug 2089643] Re: Missing module r8169 in kernel 6.8.0-49 ethernet network not working

2024-11-26 Thread Marcos Casquero
** Description changed: The ethernet network does not work. The r8169 module is not present in kernel version 6.8.0-49 in the directory /lib/modules/6.8.0-49-generic/kernel/drivers/net/ethernet/realtek, but is present in version 6.8.0-48. sudo dmesg | grep -i eth [ 15.790632] docker

[Kernel-packages] [Bug 2089648] Re: ddupdate module 'configparser' has no attribute 'SafeConfigParser'.

2024-11-26 Thread Marcos Casquero
You can fix it editing this file: sudo nano /usr/lib/python3/dist-packages/ddupdate/config.py and replacing any SafeConfigParser with ConfigParser: Example: parser = configparser.SafeConfigParser() to: parser = configparser.ConfigParser() ** Package changed: linux (Ubuntu) => ddupdate (Ubuntu

[Kernel-packages] [Bug 2089648] [NEW] ddupdate module 'configparser' has no attribute 'SafeConfigParser'.

2024-11-26 Thread Marcos Casquero
Public bug reported: Package crashes when config ** Affects: ddupdate (Ubuntu) Importance: Undecided Status: New ** Attachment added: "crash file when happened" https://bugs.launchpad.net/bugs/2089648/+attachment/5840514/+files/_usr_bin_ddupdate-config.0.crash ** Description c