Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 60

Thread: System Freeze after sometime

  1. #41
    Join Date
    Aug 2005
    Location
    Lima - Peru
    Beans
    318
    Distro
    Ubuntu

    Re: System Freeze after sometime

    I just installed the old kernel and... all was broken when I restart the PC, screen at 600*480 res, only recognize 1 monitor (HDMI) the other one not even listed... I know it's because the Nvidia drivers are not compiled against that kernel (right??)

    Monday I start a new project and I can't expend more time in this problem, I'll going to format and reinstall the hole system

    Really a BIG THANKS!! to all of you for your time and help! I really appreciate it!

    Saludos!! // Greetings!

    Mario
    Best Regards! / Saludos!
    Mario Lacunza
    Lima - Perú

  2. #42
    Join Date
    Apr 2018
    Beans
    53
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: System Freeze after sometime

    You can boot to the kernel 5.11 in GRUB by pressing 'e' after you have chosen the entry for 20.04 and entering the version number for vmlinuz-5.11.0-37-generic and initrd.img-5.11.0-37-generic.

  3. #43
    Join Date
    Apr 2018
    Beans
    53
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: System Freeze after sometime

    I found following in Web:

    Ubuntu – 20.04 Focal – Nvidia driver no longer loading with kernel 5.4.0-42

    driverskernelnvidia

    On Ubuntu 20.04 Focal, I upgraded to kernel 5.4.0-42 (using the Software Updater GUI / apt) and my Nvidia proprietary drivers stopped working.

    Rebooting to the old kernel (5.4.0-40) yields a working system, so it is clear that the kernel update was the trigger for the problem.

    Installing the headers with:
    sudo apt install linux-headers-5.4.0-42-generic

    caused apt to automatically recompile the nvidia kernel module for the new kernel. After a reboot to the new kernel, everything just worked.

    I'm not sure why headers weren't installed automatically (I believe they usually are?). Perhaps there is a problem with the apt package for the new kernel?

    This happened on the 20.04 Focal release.
    so one have to execute:
    Code:
    sudo apt install linux-headers-generic
    to recomplie the nividia kernel module for the 5.4 kernel.
    Last edited by vmpx; October 15th, 2021 at 08:28 PM.

  4. #44
    Join Date
    Aug 2005
    Location
    Lima - Peru
    Beans
    318
    Distro
    Ubuntu

    Re: System Freeze after sometime

    Hi again... guess... yes! Again the freezes!!

    I just format + clean installation of the last Ubuntu version, I notice the installer don't create a swap partition but in the system monitor I can see 2GB for swap... well...

    The only thing I installed was the Nvidia driver 470.63.01 start Firefox (not login into my profile so no extensions installed) and start watching videos.. system freezes. Log image attached

    https://cloud.lacunza.biz/index.php/s/q599Tt85Zox77TX

    What do you think? is it the driver? do I need to install the other one available? v. 460?

    List of drivers:
    https://cloud.lacunza.biz/index.php/s/XFk2BAa94wt8jx3

    I'll keep my pc ON but with the Firefox closed...
    Best Regards! / Saludos!
    Mario Lacunza
    Lima - Perú

  5. #45
    Join Date
    Aug 2005
    Location
    Lima - Peru
    Beans
    318
    Distro
    Ubuntu

    Re: System Freeze after sometime

    Ok I just install the 460 driver all fine I put a long video running, fine till the screen go black or I press win +H to activate the screen protector... Looks like it's the problem.
    I see the same problem many times with other driver too.

    Any ideas?

  6. #46
    Join Date
    Apr 2018
    Beans
    53
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: System Freeze after sometime

    My idea was to install 5.4 kernel in 20.04:
    Code:
    sudo apt install linux-generic linux-headers-generic
    boot into 5.4 kernel and install the nvidia driver if not done automatically.

  7. #47
    Join Date
    May 2008
    Beans
    3,974
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: System Freeze after sometime

    Quote Originally Posted by waffen View Post
    I just format + clean installation of the last Ubuntu version, I notice the installer don't create a swap partition but in the system monitor I can see 2GB for swap... well.
    Recent Ubuntu versions create a swap file instead of a swap partition.
    Code:
    edited@edited:/$ ls
    bin    dev   lib    libx32      mnt   root  snap      sys  var
    boot   etc   lib32  lost+found  opt   run   srv       tmp
    cdrom  home  lib64  media       proc  sbin  swapfile  usr
    edited@edited:/$

  8. #48
    Join Date
    Apr 2018
    Beans
    53
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: System Freeze after sometime

    what results in after the screen go black or freeze:
    Code:
    dmesg|grep nouveau
    Last edited by vmpx; October 16th, 2021 at 01:32 PM.

  9. #49
    Join Date
    Aug 2005
    Location
    Lima - Peru
    Beans
    318
    Distro
    Ubuntu

    Re: System Freeze after sometime

    Quote Originally Posted by tea for one View Post
    Recent Ubuntu versions create a swap file instead of a swap partition.
    Code:
    edited@edited:/$ ls
    bin    dev   lib    libx32      mnt   root  snap      sys  var
    boot   etc   lib32  lost+found  opt   run   srv       tmp
    cdrom  home  lib64  media       proc  sbin  swapfile  usr
    edited@edited:/$
    Oh! I'm from the old school

    I have that file, thanks!
    Last edited by waffen; October 16th, 2021 at 04:51 PM.

  10. #50
    Join Date
    Aug 2005
    Location
    Lima - Peru
    Beans
    318
    Distro
    Ubuntu

    Re: System Freeze after sometime

    Quote Originally Posted by vmpx View Post
    what results in after the screen go black or freeze:
    Code:
    dmesg|grep nouveau
    Nothing shows...
    Best Regards! / Saludos!
    Mario Lacunza
    Lima - Perú

Page 5 of 6 FirstFirst ... 3456 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •