Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29

Thread: Screen periodically blanks for a couple of seconds with kernel 6.8.0

  1. #21
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,336
    Distro
    Ubuntu

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Quote Originally Posted by suto-norbert View Post
    Thank you for that. I've been looking through the instructions. Please forgive my obvious ignorance here; I'm not entirely sure that I've correctly understood them.

    Here is the process that I believe I should follow. Please let me know what needs to change.

    1. Download the entire folder from this sbin into a new folder somewhere in my home.
    2. Make the .sh files executable.
    3. Run mok-setup.sh as sudo, answering the prompts.
    4. Follow the instructions for manual signing.

    I'm testing this in a VM before running it live. My live machine is 22.04, but the VM is 24.04.

    At step 3, I get an error: mok-setup.sh complains that I don't have fwts installed. But, when I try to install it, it fails. Here's the full text:
    Code:
    $ sudo apt install fwtsReading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
      linux-headers-6.8.0-40 linux-headers-6.8.0-40-generic linux-image-6.8.0-40-generic linux-modules-6.8.0-40-generic linux-modules-extra-6.8.0-40-generic linux-tools-6.8.0-40 linux-tools-6.8.0-40-generic
    Use 'sudo apt autoremove' to remove them.
    The following additional packages will be installed:
      fwts-efi-runtime-dkms libfdt1 libfwts1 libfwtsacpica1 libfwtsiasl1
    The following NEW packages will be installed:
      fwts fwts-efi-runtime-dkms libfdt1 libfwts1 libfwtsacpica1 libfwtsiasl1
    0 upgraded, 6 newly installed, 0 to remove and 9 not upgraded.
    Need to get 1,250 kB of archives.
    After this operation, 3,887 kB of additional disk space will be used.
    Do you want to continue? [Y/n] 
    Get:1 http://gb.archive.ubuntu.com/ubuntu noble/universe amd64 libfwtsiasl1 amd64 24.01.00-0ubuntu4 [393 kB]
    Get:2 http://gb.archive.ubuntu.com/ubuntu noble/universe amd64 libfwtsacpica1 amd64 24.01.00-0ubuntu4 [304 kB]
    Get:3 http://gb.archive.ubuntu.com/ubuntu noble/main amd64 libfdt1 amd64 1.7.0-2build1 [20.1 kB]
    Get:4 http://gb.archive.ubuntu.com/ubuntu noble/universe amd64 libfwts1 amd64 24.01.00-0ubuntu4 [130 kB]
    Get:5 http://gb.archive.ubuntu.com/ubuntu noble/universe amd64 fwts-efi-runtime-dkms amd64 24.01.00-0ubuntu4 [24.2 kB]
    Get:6 http://gb.archive.ubuntu.com/ubuntu noble/universe amd64 fwts amd64 24.01.00-0ubuntu4 [378 kB]
    Fetched 1,250 kB in 4s (316 kB/s)
    Selecting previously unselected package libfwtsiasl1.
    (Reading database ... 222143 files and directories currently installed.)
    Preparing to unpack .../0-libfwtsiasl1_24.01.00-0ubuntu4_amd64.deb ...
    Unpacking libfwtsiasl1 (24.01.00-0ubuntu4) ...
    Selecting previously unselected package libfwtsacpica1.
    Preparing to unpack .../1-libfwtsacpica1_24.01.00-0ubuntu4_amd64.deb ...
    Unpacking libfwtsacpica1 (24.01.00-0ubuntu4) ...
    Selecting previously unselected package libfdt1:amd64.
    Preparing to unpack .../2-libfdt1_1.7.0-2build1_amd64.deb ...
    Unpacking libfdt1:amd64 (1.7.0-2build1) ...
    Selecting previously unselected package libfwts1.
    Preparing to unpack .../3-libfwts1_24.01.00-0ubuntu4_amd64.deb ...
    Unpacking libfwts1 (24.01.00-0ubuntu4) ...
    Selecting previously unselected package fwts-efi-runtime-dkms.
    Preparing to unpack .../4-fwts-efi-runtime-dkms_24.01.00-0ubuntu4_amd64.deb ...
    Unpacking fwts-efi-runtime-dkms (24.01.00-0ubuntu4) ...
    Selecting previously unselected package fwts.
    Preparing to unpack .../5-fwts_24.01.00-0ubuntu4_amd64.deb ...
    Unpacking fwts (24.01.00-0ubuntu4) ...
    Setting up libfwtsiasl1 (24.01.00-0ubuntu4) ...
    Setting up libfwtsacpica1 (24.01.00-0ubuntu4) ...
    Setting up libfdt1:amd64 (1.7.0-2build1) ...
    Setting up fwts-efi-runtime-dkms (24.01.00-0ubuntu4) ...
    Loading new fwts-efi-runtime-dkms-24.01.00 DKMS files...
    Error! No write access to DKMS tree at /var/lib/dkms
    dpkg: error processing package fwts-efi-runtime-dkms (--configure):
     installed fwts-efi-runtime-dkms package post-installation script subprocess returned error exit status 1
    Setting up libfwts1 (24.01.00-0ubuntu4) ...
    dpkg: dependency problems prevent configuration of fwts:
     fwts depends on fwts-efi-runtime-dkms (= 24.01.00-0ubuntu4); however:
      Package fwts-efi-runtime-dkms is not configured yet.
    
    
    dpkg: error processing package fwts (--configure):
     dependency problems - leaving unconfigured
    Processing triggers for man-db (2.12.0-4build2) ...
    No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                              Processing triggers for libc-bin (2.39-0ubuntu8.3) ...
    Errors were encountered while processing:
     fwts-efi-runtime-dkms
     fwts
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    Do you know how I can fix this, please?
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  2. #22
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,336
    Distro
    Ubuntu

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Quote Originally Posted by suto-norbert View Post
    If you have a experimenter, you able to try these kernel: https://github.com/zabbly/linux
    I have good news!

    This kernel fixes the blanking problem.

    It also fixes a probably-related problem, where the brightness controls are broken (forum thread).

    Thank you so much for pointing this out to me.
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  3. #23
    Join Date
    Aug 2024
    Beans
    5

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Well, i try it Zorin 17.1 (based on ubuntu 22.04) and work well.

    First i run mok-setup.sh (it warning that need to install fwts, but i able to install it without any problem with "apt install fwts")

    After i configure the auto sign with "Automated signing of all installed kernels" and lastly i run the manual sign with already install 6.10 zabbly kernel:

    Code:
    sudo sbsign --key "/var/lib/shim-signed/mok/MOK-Kernel.priv" --cert "/var/lib/shim-signed/mok/MOK-Kernel.pem" --output "/boot/vmlinuz-6.10.6-zabbly+" "/boot/vmlinuz-6.10.6-zabbly+"
    I found a topic that somebody say that need to create a "/var/lib/dkms" folder if it not exist... please try to check, that folder are exist or not.
    Last edited by suto-norbert; 2 Weeks Ago at 09:41 PM.

  4. #24
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,336
    Distro
    Ubuntu

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Quote Originally Posted by suto-norbert View Post
    need to create a "/var/lib/dkms" folder if it not exist... please try to check, that folder are exist or not.
    Thank you. The folder does exist.

    I did use "apt install fwts", and that's what gave the error. I'll have to see if there's another way for me to do it.
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  5. #25
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,336
    Distro
    Ubuntu

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    I have reported this bug on Launchpad.

    If it affects you, please vote for it (log in and select the green writing at the top left).
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  6. #26
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,336
    Distro
    Ubuntu

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Quote Originally Posted by suto-norbert View Post
    i able to install it without any problem with "apt install fwts")
    If I ignore the errors, and make a small modification to mok-setup.sh, then it works in the VM for 24.04.

    On 22.04, it had no errors, and it's working now.

    Thank you for your advice.
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  7. #27
    Join Date
    Aug 2024
    Beans
    5

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Glad to hear

    I also vote the bug, i hope it will fixed soon.

  8. #28
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,336
    Distro
    Ubuntu

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Quote Originally Posted by suto-norbert View Post
    I also vote the bug, i hope it will fixed soon.
    So do I, but knowing Canonical, I won't hold my breath.
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  9. #29
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,336
    Distro
    Ubuntu

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Aargh! The solution from Zabbly no longer works after the latest update
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

Page 3 of 3 FirstFirst 123

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
  •