[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-05-16 Thread Nikolaos Chachampis
Great! I'm just a regular user, but I think if you got it to work you don't need to install 22.04. Even if you do, you'll probably need these options in grub anyway. I am currently on 22.04 and I have to use "i915.enable_dc=0". -- You received this bug notification because you are a member of

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-05-16 Thread Philippe Lawrence
I tried both option in grub. It works! 16 hours without freezing. Thank you very much. I also tried ubuntu 22.04 on usb stick and it freezes. So, should I install 22.04 with the workaround ? I think it is a problem with intel cpu. Complete ref is : Description: "Intel HD Graphics"

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-05-08 Thread Nikolaos Chachampis
Perhaps you need both intel_idle.max_cstate=1 and i915.enable_dc=0 parameters? According to the above link, some chips might need both. Also, are you able to try a more recent Ubuntu version? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-05-08 Thread Philippe Lawrence
I tried GRUB_CMDLINE_LINUX_DEFAULT="i915.enable_dc=0" it still freezes after one hour use. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347 Title: Ubuntu 20.04 freeze since kernel 5.11 To

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-05-07 Thread Nikolaos Chachampis
The kernel parameter GRUB_CMDLINE_LINUX_DEFAULT="i915.enable_dc=0" seems to have finally done the trick for me. More details can be found here: https://linuxreviews.org/Intel_graphics#Kernel_Parameters However, could anyone explain why this wasn't needed in kernel 5.8? Is it because the i915

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-04-30 Thread Nikolaos Chachampis
This option did not do it for me, either in GRUB or with the initramfs method. I'm on Kubuntu 22.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347 Title: Ubuntu 20.04 freeze since kernel

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-04-29 Thread Mitsuya Shibata
Thank you for your confirmation. If your system did not reboot, then CPU or other HWs hung up. This is firmware and/or hardware related bug, not software. I think this problem cannot is fixed by generic method, there is only workaround by "i915.enable_guc=3" on specific device. FYI, you can

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-04-29 Thread Philippe Lawrence
Hi, I tried the test /etc/sysctl.d/99-panic.conf and the system did not reboot. I use bios 1.23. Then i tried 2. i915.enable_guc=3" to CMD line and it freezes after one hour. I use ubuntu 20.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-04-28 Thread Mitsuya Shibata
Hi, 2. add "i915.enable_guc=3" to CMD line 3. Install/ Upgrade to Ubuntu 22.04 4. Use stock kernel 5.15 kernel from Ubuntu 22.04 This 2-4 is really needed? For example, you remove "i915.enable_guc=3" from CMD line, you can reproduce this bug? -- You received this bug notification because you

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-04-28 Thread Paweł Dembicki
FINALY! I found solution for my e7490: 1. Upgrade bios to 1.24.1 2. add "i915.enable_guc=3" to CMD line 3. Install/ Upgrade to Ubuntu 22.04 4. Use stock kernel 5.15 kernel from Ubuntu 22.04 Now 5.15 works well. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-04-25 Thread Mitsuya Shibata
It seems like a problem on the firmware side. How about updating bios to latest? Especially in 1.20.0, there are some interesting comments. > - Fixed the issue where nothing is displayed on the screen when powering on the system. https://www.dell.com/support/home/en-

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-04-23 Thread Philippe Lawrence
with ubuntu 20.04, bug appears in wayland mode or X mode -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347 Title: Ubuntu 20.04 freeze since kernel 5.11 To manage notifications about this bug

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-04-23 Thread Philippe Lawrence
same problem with fedora 35 usblive and fedora 36 beta usb live (kernel 5.17) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347 Title: Ubuntu 20.04 freeze since kernel 5.11 To manage

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-04-23 Thread Philippe Lawrence
Hello everyone, I tested the core linux-image-unsigned-5.17.2-051702-generic and it still freezes randomly. I'm stuck with the kernel 5.8.0.63.71 which does not have this freeze bug... Has anybody some idea how we can move this ticket forward ? Cheers, Philippe. -- You received this bug

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-01-27 Thread Inayat Ali
#55 kapper1224 fixed it for me. Didn't create or modify any .conf file(think thats for arch only) Just added the kernel mod param: GRUB_CMDLINE_LINUX="i915.enable_guc=2" then sudo update-grub and reboot -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2022-01-04 Thread Joakim Löfgren
In /etc/default/grub, I added the following kernel parameter: GRUB_CMDLINE_LINUX_DEFAULT="i915.enable_dc=0" Then run sudo update-grub and restart your computer. This disables GPU power management. It still freezes for a while, but then it is released and it seems to work. CPU usage seems to

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-12-31 Thread kapper1224
Hello Everyone. In ArchLinux, they have the problem from kernel 5.10 and I tried it. Ubuntu has the same problem, I think it. Let's check it. Add guc paramters to kernel parameters by editing /etc/default/grub GRUB_CMDLINE_LINUX="i915.enable_guc=2" Add guc option to i915 module by adding

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-12-28 Thread Nikolaos Chachampis
I'm currently on Kubuntu 21.10 with kernel 5.13.0-22 and I have noticed that no freezes occur when in a Wayland session. I can use my laptop normally, both in battery / charged, connected to an external monitor or not. Running for two days now, with some reboots in between. -- You received this

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-12-27 Thread Nikolaos Chachampis
Happy holidays to all! Do we have any new information about this bug? Do we know what's causing it? More importantly, do we have any idea whether it's going to be fixed in an upcoming kernel? Or is our only option to downgrade? It's pretty sad that we can't use our laptop as an actual laptop.

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-12-02 Thread Joakim Löfgren
With my Dell Latitude 7490 running kernel 5.13.0-22 on Ubuntu 21.10, it freezes around the login screen. However, if I boot with my dock (Dell WD15) connected, it seems to work fine. Until I disconnect the dock... then it freezes a few seconds after. I tried both of these mainline versions:

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-18 Thread Nikolaos Chachampis
@skucharski77 nope, mine was less than 1% before freeze. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347 Title: Ubuntu 20.04 freeze since kernel 5.11 To manage notifications about this bug

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-18 Thread Sławek Kucharski
Hi. Can you retry with, in terminal running iostat -mx 2 . Is this similar to mine? I have large %iowait value before the freeze. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1950086 ** Attachment added: "IMG_2024_225936.jpg"

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-18 Thread Sławek Kucharski
Hi. Can you retry with, in terminal running iostat -mxz 2 . Is this similar to mine? https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1950086 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-14 Thread Nikolaos Chachampis
Hi again, I noticed something interesting. Twice this weekend I've had my laptop freeze while plugged in but not connected in my main monitor. Up until now I've been under the impression that the freezes occurred only when on battery. It seems the culprit might have more to do with whether a

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-10 Thread Philippe Lawrence
Hello, kernel 5.8.0-63-generic #71~20.04.1-Ubuntu works for me. I recall that the problem for me first occurred under fedora which caused me to abandon this distribution. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-10 Thread Francesco Gozzini
Hello Kleber, I tried kernels 5.11.0-40 and 5.13.0-21. My machine freezes with both. Freezes happen randomly, maybe a few seconds after ubuntu boots, maybe after few minutes. Kernel 5.4.0-90 works. My version is Ubuntu 20.04.3 LTS. Machine is a Dell Latitude 7390 with Intel i7-8650U, Intel UHD

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-09 Thread Nikolaos Chachampis
I'm not sure it's relevant but I'm already on (K)ubuntu 21.10, kernel 5.13.0.20 and the problem is still there. Unless you are looking specifically for feedback from HWE kernels. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-09 Thread Kleber Sacilotto de Souza
If updating to the latest 5.11 kernel still doesn't fix the problem, please try installing 'linux-generic-hwe-20.04-edge'. This HWE -edge kernel is base on 5.13 and while it's not stable yet for general use, it would be a good data point to know whether it fixes the issue. Thank you. -- You

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-09 Thread Kleber Sacilotto de Souza
Hi everyone, Can you please try updating the HWE 5.11 kernel to the latest version (5.11.0-40.44~20.04.2)? Also, please note that the HWE 5.8 kernel is not supported anymore so it's not receiving security updates or bug fixes. So unless it's strictly necessary to run a kernel newer than the LTS

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-07 Thread Sławek Kucharski
Update, on mesa freeze after few minutes system use 100% cpu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347 Title: Ubuntu 20.04 freeze since kernel 5.11 To manage notifications about this

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-07 Thread Sławek Kucharski
It was the same for me. After running 5.4 kernel recovery and from there to the desktop, the system was running on llvmpipe. After rebooting to 5.11 kernel the system is still working on mesa... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-06 Thread Francesco Gozzini
On my affected machine I tested a live iso of EndeavourOS (latest release) with kernel 5.13+ and I observed no freezes. So the problem looks specific to Ubuntu on my laptop (Dell Latitude 7390). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-06 Thread Nikolaos Chachampis
I have observed that if I choose to boot in recovery mode from GRUB menu and then select to resume boot, the system does not freeze. Of course, in that case the graphics drivers are not loaded properly so it's probably not a particularly viable workaround. -- You received this bug notification

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-04 Thread Khalistoo
Just adding a note to mention the same thing happens on 2 others Dell Latitude 7490. No possibility to use anything above Kernel: 5.8.0-43-generic as machine freezes with higher kernels. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-10-31 Thread Nikolaos Chachampis
Same here, Dell Latitude 7490, freezes when running in battery with 5.11.x and 5.13.x kernels. Doesn't happen with 5.8.x. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347 Title: Ubuntu 20.04

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-10-12 Thread Francesco Gozzini
I have been affected by the same bug after upgrading ubuntu 20.04 LTS from kernel 5.8 to 5.11. I have a Dell Latitude 7390. Random freezes when plugged in initially, but worked on battery. After changing motherboard, random freezes even on battery... I have downgraded to kernel 5.4.0-88-generic

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-09-28 Thread Mark Piorecky
Another note. I can get past the login screen with every kernel I've tried if I put "intel_idle.max_cstate=1" after "quiet splash" in the grub. But then my cpu is running all the time and it gets hot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-09-28 Thread Mark Piorecky
Oh sorry, I see it produced a txt file. here it is. ** Attachment added: "journal.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1939347/+attachment/5528816/+files/journal.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-09-28 Thread Mark Piorecky
Hi Chris Chiu, I too am having similar issues. I completed the steps you identified in post #26. I received errors like Philippe did in post #27. Specifically: Package linux-headers-5.14.0-051400rc7 is not installed. linux-headers-5.14.0-051400rc7-generic depends on libc6 (>= 2.33); however:

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-09-08 Thread Diego Leonel Cadette Dutra
Hi Chis Chiu, I had a similar issue here with all kernels after 5.8.0-63-generic. I found this bug report and just finished trying your suggestion I'm pleased to tell you that at least in my Dell notebook it worked. The as previously reported the issue only happens after login into the X env. If

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-30 Thread Philippe Lawrence
dpkg: erreur: cannot access archive '*-generic*.deb': Aucun fichier ou dossier de ce type -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347 Title: Ubuntu 20.04 freeze since kernel 5.11 To

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-30 Thread Chris Chiu
Can you post the result of the command down below? "dpkg -i *-generic*.deb" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347 Title: Ubuntu 20.04 freeze since kernel 5.11 To manage

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-27 Thread Philippe Lawrence
I don't see it. Sorry -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347 Title: Ubuntu 20.04 freeze since kernel 5.11 To manage notifications about this bug go to:

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-24 Thread Chris Chiu
Did you see the 5.14 kernel boot option in your grub menu? If yes, please ignore the linux-header install problem and let me know if the problem still happens after booting with kernel 5.14. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-24 Thread Philippe Lawrence
sudo dpkg -i linux-headers-5.14.0-051400rc7_5.14.0-051400rc7.20210830_all.deb OK But problem with libc6 : thanks for your help. sudo dpkg -i linux- headers-5.14.0-051400rc7-generic_5.14.0-051400rc7.20210830_amd64.deb dpkg: des problèmes de dépendances empêchent la configuration de

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-23 Thread Chris Chiu
Can you give the latest mainline kernel a try to see if this issue exists in the upstream? https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.14-rc7/ Please download and install amd64/build generic deb files (files marked A, see section "How do I install an upstream kernel?" in

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-19 Thread Philippe Lawrence
It froze! No response to ping and ssh connection. The keyboard and screen are frozen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347 Title: Ubuntu 20.04 freeze since kernel 5.11 To manage

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-19 Thread Philippe Lawrence
I haven't been able to reproduce the bug for a day now. I haven't updated it yet. Just installed openssh. It is incomprehensible. I'll keep you posted. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-18 Thread Chris Chiu
The journal log seems OK to me. When the system freeze, can it still ack the ping packet? Can you still remote login into the system via ssh? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-16 Thread Philippe Lawrence
Hello, thanks for your help. It happens always but it takes few seconds or minutes. It depends. When i did the test for you, it freezes after one minute at 17.55. I reboot it immediately and here is the log file. ** Attachment added: "journal.log"

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-16 Thread Chris Chiu
Does it happen always and the only thing left to do is hard reboot? When you run into the system freeze problem, please reboot and run the command "journalctl -k -b -1 > journal.log" and post the journal.log here. Thanks -- You received this bug notification because you are a member of Ubuntu

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-10 Thread Brian Murray
** Changed in: linux (Ubuntu) Importance: Undecided => High ** Tags added: rls-ff-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939347 Title: Ubuntu 20.04 freeze since kernel 5.11 To

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-10 Thread Philippe Lawrence
apport information ** Tags added: apport-collected focal ** Description changed: Since the last kernel update 5.11.0-25-generic, the system freezes in a few seconds or minutes, sometimes even on the login screen. The machine is a recent dell latitude 7490. The graphics card is Intel

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-09 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please execute the following command only once, as it will automatically gather debugging information, in a terminal: apport-collect 1939347 When reporting bugs in the future please use apport by using 'ubuntu-

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-08-09 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people