Why am I stuck in 6.1.0-12 kernel  [Solved]

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
MikeR
Posts: 258
Joined: Sun Jun 25, 2023 6:42 am

Re: Why am I stuck in 6.1.0-12 kernel

#11 Post by MikeR »

@j2mcgreg

Sorry, but the list in Individual Sources seemed to consist of only the repos I already have.
So I stopped the process where was: No AHS, No Liquorix.

OTOH, seeing as how the current installed version offers no problems, perhaps I should stay with it until whatever problems you are having are cleared up. (They will eventually be cleared up -- He says hopefully)
My main worry was that I had setup something wrong, and as long as it's someone else's problem - so be it.

As a final question: How important i it that I do eventually upgrade?

Thank you for taking the time, and for you clear suggestions.

Mike
Old RSTS hack
Registered Linux user #542196

MXRobo
Posts: 1840
Joined: Thu Nov 14, 2019 12:09 pm

Re: Why am I stuck in 6.1.0-12 kernel

#12 Post by MXRobo »

:bagoverhead:
Last edited by MXRobo on Thu Dec 14, 2023 12:10 pm, edited 1 time in total.

User avatar
j2mcgreg
Global Moderator
Posts: 7142
Joined: Tue Oct 23, 2007 12:04 pm

Re: Why am I stuck in 6.1.0-12 kernel

#13 Post by j2mcgreg »

Screenshot_2023-12-14_12-03-41.png
MXRobo wrote: Thu Dec 14, 2023 12:01 pm MX Repo, not Individual Sources.
You do not have the required permissions to view the files attached to this post.
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;

In Linux, newer isn't always better. The best solution is the one that works.

MXRobo
Posts: 1840
Joined: Thu Nov 14, 2019 12:09 pm

Re: Why am I stuck in 6.1.0-12 kernel

#14 Post by MXRobo »

My fault, I did not read the second sentence. :bagoverhead:

User avatar
MikeR
Posts: 258
Joined: Sun Jun 25, 2023 6:42 am

Re: Why am I stuck in 6.1.0-12 kernel

#15 Post by MikeR »

@j2mcgreg
@MXRobo

This is all I saw on the Individual Sources page

x.jpg
You do not have the required permissions to view the files attached to this post.
Old RSTS hack
Registered Linux user #542196

User avatar
Stevo
Developer
Posts: 14824
Joined: Fri Dec 15, 2006 7:07 pm

Re: Why am I stuck in 6.1.0-12 kernel

#16 Post by Stevo »

It might be related to you having bookworm-backports enabled, contrary to the MX recommendations.

You can see what may be available for 6.1 kernels by (I use this because it's architecture-independent, so no different commands for i386 or arm installs) So we can see that Bookworm still does not have the 6.1.67 kernels available--maybe they are "twice burned, quadruple shy"?

Code: Select all

$ apt policy linux-source-6.1

linux-source-6.1:
  Installed: (none)
  Candidate: 6.1.66-1
  Version table:
     6.1.66-1 500
        500 http://deb.debian.org/debian bookworm/main amd64 Packages
        500 http://deb.debian.org/debian bookworm/main i386 Packages
     6.1.55-1 500
        500 http://deb.debian.org/debian bookworm/main amd64 Packages
        500 http://deb.debian.org/debian bookworm/main i386 Packages
     6.1.52-1 500
        500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
        500 http://security.debian.org/debian-security bookworm-security/main i386 Packages
     6.1.38-4 500
        500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
        500 http://security.debian.org/debian-security bookworm-security/main i386 Packages
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

User avatar
MikeR
Posts: 258
Joined: Sun Jun 25, 2023 6:42 am

Re: Why am I stuck in 6.1.0-12 kernel

#17 Post by MikeR »

@Stevo

I unchecked bookworm-backports in Synaptic --> Settings --> Repositories --> Other Software
Reloaded, ran sudo apt update .... No visible results

By the way, I didn't know bookworm-backports was disparaged, I don't think I actively added it, IIRC.
Leaving it unchecled meanwhile. Can that hurt?
Old RSTS hack
Registered Linux user #542196

MXRobo
Posts: 1840
Joined: Thu Nov 14, 2019 12:09 pm

Re: Why am I stuck in 6.1.0-12 kernel

#18 Post by MXRobo »

It should NOT be checked, neither should the testing.

Both the Test and Backport tabs in MXPI are TEMPORARILY enabled to install these packages, then disabled after installing to avoid dependency conflicts.
The devs, (maybe Stevo) does his thing and also checks for dependency conflicts before adding them.

I assumed, or guessed, or made some of that up - - but I think it suffices for the concept. :p

User avatar
Stevo
Developer
Posts: 14824
Joined: Fri Dec 15, 2006 7:07 pm

Re: Why am I stuck in 6.1.0-12 kernel

#19 Post by Stevo »

The apt system itself handles dependency issues, but a packager can also give it extra instructions when setting up the package build.

Our testing repo really never generated problems if left on all the time, but as it expanded to thousands of packages, it became very difficult, if not impossible, to help users that automatically upgraded all of those by leaving it on, and then had some sort of problem that might be due to one.

Dolphin_oracle lowered the test repo's priority so upgrades aren't automatic any longer to keep that from happening, but that means you need special commands to get a newer package installed from it, which MXPI does automatically for you. The Debian backports repo has the same setup, as we pretty much copied it, but MXPI makes it much easier to search and manage both.
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

User avatar
Stevo
Developer
Posts: 14824
Joined: Fri Dec 15, 2006 7:07 pm

Re: Why am I stuck in 6.1.0-12 kernel

#20 Post by Stevo »

Also, could you run "apt policy linux-source-6.1" and see if your output matches mine in the above example?
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

Post Reply

Return to “MX Help”