Announcement

Collapse
No announcement yet.

Fresh Kubuntu 22.04.1 install and VirtualBox problems

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by oshunluvr View Post
    linux-headers-5.15.0-48-generic - Linux kernel headers for version 5.15.0 on 64 bit x86 SMP

    Command:

    sudo apt install linux-headers-5.15.0-48-generic​

    Then you will probably need to reconfigure the dkms module.


    sudo apt install linux-headers-5.15.0-48-generic

    [sudo] password for x:
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    E: Unable to locate package linux-headers-5.15.0-48-generic


    IF deleting Partitions and
    installing Kubuntu 22.04 and
    installing VirtualBox 6.1.38 would help then i can do that also.

    --

    Comment


      #17
      Well either something is seriously wrong or you haven't updated. Try this first, then redo the install command:

      sudo apt update
      sudo apt full-upgrade

      Please Read Me

      Comment


        #18
        Let's also see what your /etc/apt/sources.list contains. Open a konsole. Type: cat /etc/apt/sources.list
        Copy/paste the output for review.
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #19

          sudo apt update

          [sudo] password for x:
          Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
          Hit:2 http://ca.archive.ubuntu.com/ubuntu jammy InRelease
          Hit:3 http://ca.archive.ubuntu.com/ubuntu jammy-updates InRelease
          Hit:4 http://ca.archive.ubuntu.com/ubuntu jammy-backports InRelease
          Hit:5 https://brave-browser-apt-release.s3.brave.com stable InRelease
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          All packages are up to date.


          sudo apt full-upgrade

          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          Calculating upgrade... Done
          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


          shut down computer
          power up computer



          sudo apt install linux-headers-5.15.0-48-generic

          [sudo] password for x:
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          linux-headers-5.15.0-48-generic is already the newest version (5.15.0-48.54).
          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


          Same problem with VirtualBox.

          Kernel driver not installed (rc=-1908)



          --​

          Comment


            #20
            Originally posted by Snowhog View Post
            Let's also see what your /etc/apt/sources.list contains. Open a konsole. Type:
            cat /etc/apt/sources.list
            Copy/paste the output for review.


            cat /etc/apt/sources.list


            deb cdrom:[Kubuntu 22.04 LTS _Jammy Jellyfish_ - Release amd64 (20220419)]/ jammy main multiverse restricted universe

            # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
            # newer versions of the distribution.
            deb http://ca.archive.ubuntu.com/ubuntu/ jammy main restricted
            # deb-src http://ca.archive.ubuntu.com/ubuntu/ jammy main restricted

            ## Major bug fix updates produced after the final release of the
            ## distribution.
            deb http://ca.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
            # deb-src http://ca.archive.ubuntu.com/ubuntu/ jammy-updates main restricted

            ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
            ## team. Also, please note that software in universe WILL NOT receive any
            ## review or updates from the Ubuntu security team.
            deb http://ca.archive.ubuntu.com/ubuntu/ jammy universe
            # deb-src http://ca.archive.ubuntu.com/ubuntu/ jammy universe
            deb http://ca.archive.ubuntu.com/ubuntu/ jammy-updates universe
            # deb-src http://ca.archive.ubuntu.com/ubuntu/ jammy-updates universe

            ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
            ## team, and may not be under a free licence. Please satisfy yourself as to
            ## your rights to use the software. Also, please note that software in
            ## multiverse WILL NOT receive any review or updates from the Ubuntu
            ## security team.
            deb http://ca.archive.ubuntu.com/ubuntu/ jammy multiverse
            # deb-src http://ca.archive.ubuntu.com/ubuntu/ jammy multiverse
            deb http://ca.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
            # deb-src http://ca.archive.ubuntu.com/ubuntu/ jammy-updates multiverse

            ## N.B. software from this repository may not have been tested as
            ## extensively as that contained in the main release, although it includes
            ## newer versions of some applications which may provide useful features.
            ## Also, please note that software in backports WILL NOT receive any review
            ## or updates from the Ubuntu security team.
            deb http://ca.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
            # deb-src http://ca.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse

            deb http://security.ubuntu.com/ubuntu jammy-security main restricted
            # deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
            deb http://security.ubuntu.com/ubuntu jammy-security universe
            # deb-src http://security.ubuntu.com/ubuntu jammy-security universe
            deb http://security.ubuntu.com/ubuntu jammy-security multiverse
            # deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse

            # This system was installed using small removable media
            # (e.g. netinst, live or single CD). The matching "deb cdrom"
            # entries were disabled at the end of the installation process.
            # For information about how to configure apt package sources,
            # see the sources.list(5) manual.


            --

            Comment


              #21
              Everything there looks correct.
              Windows no longer obstructs my view.
              Using Kubuntu Linux since March 23, 2007.
              "It is a capital mistake to theorize before one has data." - Sherlock Holmes

              Comment

              Working...
              X