Results 1 to 6 of 6

Thread: Need Procedure for Downgrading Kernel

  1. #1
    Join Date
    Feb 2021
    Beans
    1

    Need Procedure for Downgrading Kernel

    Hi, I've installed Focal and it works great on my ThinkPad X1. Because it's 2021 and we still can't have nice things, my company's security department is mandating we install Cylance, a "security" package by BlackBerry. The fine folks at BB have not yet deigned to support kernel 5.8, so I have to downgrade to 5.4.

    I've tried running
    Code:
    sudo apt-get upgrade linux-image-5.4.0-65-generic
    which installs the old kernel and gets it into Grub, but none of my networking devices (WiFi, Bluetooth, etc.) are recognized. Is there some other package I need to install or process to run?

    FYI - my machine uses the Intel 8265/8275 wireless adapter

  2. #2
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Need Procedure for Downgrading Kernel

    If you want to stay on the 5.4 branch you'll want to install the linux-generic and remove the linux-generic-hwe-20.04 metapackages, as well as removing your 5.8 kernels. It's the Hardware Enablement stack that will pull in the newer kernels, but the 5.4 general availability branch that 20.04 came with will also be supported and get security updates for the life of the release.

    For your hardware support it's the -modules packages that bring those in, I think.

    If your hardware only got support with the 5.8 branch then you'll be out of luck and you'll have to choose which you want, but that doesn't seem particularly likely.
    Last edited by CatKiller; February 22nd, 2021 at 04:29 AM.

  3. #3
    Join Date
    Mar 2011
    Location
    19th Hole
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Need Procedure for Downgrading Kernel

    Welcome to the forums, jasonterando.

    You need to install more than linux-image. You also need headers and modules.

    Better to use:
    Code:
    sudo apt install linux-generic
    …which is a metapackage that will drag in not only image, but headers and modules as well.

    EDIT:

    CatKiller must have Ninja'd me by seconds.

  4. #4
    Join Date
    Apr 2008
    Beans
    11,707

    Re: Need Procedure for Downgrading Kernel


  5. #5
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Need Procedure for Downgrading Kernel

    Once you get the system running on the 5.4 kernel do not use Software Updater to update/upgrade the system. Use the terminal.

    Code:
    sudo apt update
    sudo apt upgrade
    Software Updater will bring in newer kernels and run apt autoremove and possibly remove the 5.4 kernel again. Even if update/upgrade through the terminal does bring in 5.8 kernel the 5.4 kernels will still be accessible from Grub menu Advanced Options for Ubuntu.

    An alternative is to carefully review what Software Updater is offering and untick 5.8 kernels. I find that if I update/upgrade through the terminal and do not run autoremove then Software Updater will load and offer to remove packages that are no longer needed. Giving Software & Updater authority to do that will take out the older kernels that you need to keep.

    Regards
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  6. #6
    Join Date
    Mar 2011
    Location
    19th Hole
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Need Procedure for Downgrading Kernel

    Quote Originally Posted by grahammechanical View Post
    Once you get the system running on the 5.4 kernel do not use Software Updater to update/upgrade the system.…
    May as well get it off my chest… I HATE Software Updater. It's ruined a few installs on me. If one knows how to apt-mark hold a package, then one can avoid the worst of its damage, but then, if one is that handy with apt, why use Software Updater?

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
  •