Results 1 to 5 of 5

Thread: Problem with updating/installing the System76 driver.

Hybrid View

  1. #1
    Join Date
    Feb 2014
    Beans
    24

    Problem with updating/installing the System76 driver.

    Getting the below error when I try to update the System76 driver, any help is appreciated!
    Kudu laptop, Ubuntu 19.10




    multiple images upload

  2. #2
    Join Date
    Nov 2006
    Beans
    168

    Re: Problem with updating/installing the System76 driver.

    Same problem here. Occurred on both my Ratel Pro desktop and Galago Pro laptop, both recently updated to 19.10.

  3. #3
    Join Date
    Nov 2006
    Beans
    168

    Re: Problem with updating/installing the System76 driver.

    I found a solution to this problem, although I don't know why it works: Just use the command line:
    Code:
    sudo apt update
    sudo apt upgrade
    The first should show at least 4 upgradable packages. The second will complete the process of upgrading them (including bringing in the kernel mentioned in the error message). If you then go back and click on the Software Updater, it will say only that a restart is needed. I have no idea why the Software Updater was unable to handle it. I have mentioned all this to the System76 folks, but no response so far.

  4. #4
    Join Date
    Nov 2006
    Beans
    168

    Re: Problem with updating/installing the System76 driver.

    Well wouldn't you know it. No sooner had I posted that than I received a response from System76 Support which included the following:

    This is the full list of commands we usually run to resolve package manager issues:

    Code:
    sudo apt clean
    sudo apt update -m
    sudo dpkg --configure -a
    sudo apt install -f
    sudo apt full-upgrade
    sudo apt autoremove --purge
    I have to add that although I'm very happy with the systems sold by System76, part of the value is the amazing support like this I continue to receive, even after the systems themselves are well out of warranty.

  5. #5
    Join Date
    Feb 2014
    Beans
    24

    Re: Problem with updating/installing the System76 driver.

    Awesome, this fixed my problem, thank you and thank System76 support!

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
  •