Downgrade Ubuntu 12.04 kernel to 2.6.xWill a 10.04 driver work on 12.04?I can not find...
What language shall they sing in?
Subsurf on a crown. How can I smooth some edges and keep others sharp?
Does it take energy to move something in a circle?
The No-Straight Maze
Am I correct in stating that the study of topology is purely theoretical?
What does an unprocessed RAW file look like?
Integration of two exponential multiplied by each other
How do I prevent a homebrew Grappling Hook feature from trivializing Tomb of Annihilation?
Why did Luke use his left hand to shoot?
Why do neural networks need so many training examples to perform?
Is there a file that always exists and a 'normal' user can't lstat it?
How to not let the Identify spell spoil everything?
Why is a temp table a more efficient solution to the Halloween Problem than an eager spool?
How much mayhem could I cause as a fish?
Why didn't the 2019 Oscars have a host?
Renting a 2CV in France
Boss asked me to sign a resignation paper without a date on it along with my new contract
Does an Eldritch Knight's Weapon Bond protect him from losing his weapon to a Telekinesis spell?
Why is one not obligated to give up his life rather than violate Lashon Hara?
Calculate of total length of edges in Voronoi diagram
Can a player sacrifice a creature after declaring that creature as blocker while taking lethal damage?
Why didn't Tom Riddle take the presence of Fawkes and the Sorting Hat as more of a threat?
What is a good reason for every spaceship to carry a weapon on board?
Does diversity provide anything that meritocracy does not?
Downgrade Ubuntu 12.04 kernel to 2.6.x
Will a 10.04 driver work on 12.04?I can not find /sys/kernel/debug/vgaswitcheroo/switchHow do I downgrade kernel on 12.10?Virtual Box Kernel errorDo I need to upgrade my kernel?“New hardware supports is… ” button, will this change my 12.04LTS to 14.04LTS?latest kernel killed my ThinkPad W520 hotkeysUbuntu 12.04 unmet dependency errorgrub update in running systemWhy I failed to get the correct linux kernel versionInternet speed reduction (on installed system) Kubuntu 18.04 LTS
I currently have the most up-to-date kernel (Linux user-desktop 3.2.0-67-generic #101-Ubuntu SMP Tue Jul 15 17:46:11 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux)
of Ubuntu 12.04 on my x86_64 computer, but in order for some hardware to work, I need to have the 2.6.x kernel.
How is it possible to safely downgrade the Kernel to 2.6.x version without losing data, programs or anything else?
Is then also possible to install kernel 2.6.x side-by-side with the latest one, so that from Grub I can choose which version I want to start?
12.04 kernel lts downgrade
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I currently have the most up-to-date kernel (Linux user-desktop 3.2.0-67-generic #101-Ubuntu SMP Tue Jul 15 17:46:11 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux)
of Ubuntu 12.04 on my x86_64 computer, but in order for some hardware to work, I need to have the 2.6.x kernel.
How is it possible to safely downgrade the Kernel to 2.6.x version without losing data, programs or anything else?
Is then also possible to install kernel 2.6.x side-by-side with the latest one, so that from Grub I can choose which version I want to start?
12.04 kernel lts downgrade
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I currently have the most up-to-date kernel (Linux user-desktop 3.2.0-67-generic #101-Ubuntu SMP Tue Jul 15 17:46:11 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux)
of Ubuntu 12.04 on my x86_64 computer, but in order for some hardware to work, I need to have the 2.6.x kernel.
How is it possible to safely downgrade the Kernel to 2.6.x version without losing data, programs or anything else?
Is then also possible to install kernel 2.6.x side-by-side with the latest one, so that from Grub I can choose which version I want to start?
12.04 kernel lts downgrade
I currently have the most up-to-date kernel (Linux user-desktop 3.2.0-67-generic #101-Ubuntu SMP Tue Jul 15 17:46:11 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux)
of Ubuntu 12.04 on my x86_64 computer, but in order for some hardware to work, I need to have the 2.6.x kernel.
How is it possible to safely downgrade the Kernel to 2.6.x version without losing data, programs or anything else?
Is then also possible to install kernel 2.6.x side-by-side with the latest one, so that from Grub I can choose which version I want to start?
12.04 kernel lts downgrade
12.04 kernel lts downgrade
asked Jul 21 '14 at 9:17
linellolinello
11116
11116
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I would be hopeful that 12.04 could run on Linux 2.6. It's not much older than the initial 3.0 release so I doubt there's much that relies on 3.0-only APIs.
The core Linux developers still maintain one 2.6 kernel (currently at 2.6.32.63) although in the .58 release notes it was said that the maintenance will slow down and will, one day, eventually stop.
2.6.32.* is also still being built for Lucid (10.04 LTS). You can find the packages for this in the Kernel PPA but if you're reading this answer any significant time after it was posted, check the listings. You will need to manually download the packages for your architecture and install them.
You will also need to monitor 2.6 releases and upgrade under your own volition. Ubuntu won't automatically update these packages for you so you'll have to go back to the PPA.
Lucid support will in April 2015 so I expect these builds to end. After that your remaining options are:
- Download from kernel.org and compile it yourself, though I expect maintenance to tail off after Lucid dies.
- Pay your hardware vendor to upgrade their driver for 3.* kernels.
- Replace the hardware with a version that is still supported.
- If the vendor doesn't exist any more and there isn't replacement hardware out there, you could probably pay somebody to port the driver.
And you have to keep in mind that this might all come to nothing. There simply might be things in 12.04 that rely on 3.* features.
In terms of your auxiliary questions, yes it should be possible to install alongside older kernels and yes, that will result in being offered a choice at the Grub screen. That said the newest kernel will, by default, always be the first choice.
You could probably hardwire around that by editing the grub configuration.
I can't find linux-image 2.6.x in my synaptic on 12.04, so should I use the PPA?
– linello
Jul 21 '14 at 9:53
I'd give it a shot. Yeah none of these packages will be in the main repos for Precise so you'll need to manually download whatever packages you need from the PPA (links in the third paragraph)
– Oli♦
Jul 21 '14 at 10:13
Which of the many kernels out there is the complete latest 2.6.X kernel?
– linello
Jul 21 '14 at 10:17
My answer does already cover that, already links to the latest version, and the list does have dates too. But once again2.6.32.63
is the latest build.
– Oli♦
Jul 21 '14 at 10:20
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f500543%2fdowngrade-ubuntu-12-04-kernel-to-2-6-x%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I would be hopeful that 12.04 could run on Linux 2.6. It's not much older than the initial 3.0 release so I doubt there's much that relies on 3.0-only APIs.
The core Linux developers still maintain one 2.6 kernel (currently at 2.6.32.63) although in the .58 release notes it was said that the maintenance will slow down and will, one day, eventually stop.
2.6.32.* is also still being built for Lucid (10.04 LTS). You can find the packages for this in the Kernel PPA but if you're reading this answer any significant time after it was posted, check the listings. You will need to manually download the packages for your architecture and install them.
You will also need to monitor 2.6 releases and upgrade under your own volition. Ubuntu won't automatically update these packages for you so you'll have to go back to the PPA.
Lucid support will in April 2015 so I expect these builds to end. After that your remaining options are:
- Download from kernel.org and compile it yourself, though I expect maintenance to tail off after Lucid dies.
- Pay your hardware vendor to upgrade their driver for 3.* kernels.
- Replace the hardware with a version that is still supported.
- If the vendor doesn't exist any more and there isn't replacement hardware out there, you could probably pay somebody to port the driver.
And you have to keep in mind that this might all come to nothing. There simply might be things in 12.04 that rely on 3.* features.
In terms of your auxiliary questions, yes it should be possible to install alongside older kernels and yes, that will result in being offered a choice at the Grub screen. That said the newest kernel will, by default, always be the first choice.
You could probably hardwire around that by editing the grub configuration.
I can't find linux-image 2.6.x in my synaptic on 12.04, so should I use the PPA?
– linello
Jul 21 '14 at 9:53
I'd give it a shot. Yeah none of these packages will be in the main repos for Precise so you'll need to manually download whatever packages you need from the PPA (links in the third paragraph)
– Oli♦
Jul 21 '14 at 10:13
Which of the many kernels out there is the complete latest 2.6.X kernel?
– linello
Jul 21 '14 at 10:17
My answer does already cover that, already links to the latest version, and the list does have dates too. But once again2.6.32.63
is the latest build.
– Oli♦
Jul 21 '14 at 10:20
add a comment |
I would be hopeful that 12.04 could run on Linux 2.6. It's not much older than the initial 3.0 release so I doubt there's much that relies on 3.0-only APIs.
The core Linux developers still maintain one 2.6 kernel (currently at 2.6.32.63) although in the .58 release notes it was said that the maintenance will slow down and will, one day, eventually stop.
2.6.32.* is also still being built for Lucid (10.04 LTS). You can find the packages for this in the Kernel PPA but if you're reading this answer any significant time after it was posted, check the listings. You will need to manually download the packages for your architecture and install them.
You will also need to monitor 2.6 releases and upgrade under your own volition. Ubuntu won't automatically update these packages for you so you'll have to go back to the PPA.
Lucid support will in April 2015 so I expect these builds to end. After that your remaining options are:
- Download from kernel.org and compile it yourself, though I expect maintenance to tail off after Lucid dies.
- Pay your hardware vendor to upgrade their driver for 3.* kernels.
- Replace the hardware with a version that is still supported.
- If the vendor doesn't exist any more and there isn't replacement hardware out there, you could probably pay somebody to port the driver.
And you have to keep in mind that this might all come to nothing. There simply might be things in 12.04 that rely on 3.* features.
In terms of your auxiliary questions, yes it should be possible to install alongside older kernels and yes, that will result in being offered a choice at the Grub screen. That said the newest kernel will, by default, always be the first choice.
You could probably hardwire around that by editing the grub configuration.
I can't find linux-image 2.6.x in my synaptic on 12.04, so should I use the PPA?
– linello
Jul 21 '14 at 9:53
I'd give it a shot. Yeah none of these packages will be in the main repos for Precise so you'll need to manually download whatever packages you need from the PPA (links in the third paragraph)
– Oli♦
Jul 21 '14 at 10:13
Which of the many kernels out there is the complete latest 2.6.X kernel?
– linello
Jul 21 '14 at 10:17
My answer does already cover that, already links to the latest version, and the list does have dates too. But once again2.6.32.63
is the latest build.
– Oli♦
Jul 21 '14 at 10:20
add a comment |
I would be hopeful that 12.04 could run on Linux 2.6. It's not much older than the initial 3.0 release so I doubt there's much that relies on 3.0-only APIs.
The core Linux developers still maintain one 2.6 kernel (currently at 2.6.32.63) although in the .58 release notes it was said that the maintenance will slow down and will, one day, eventually stop.
2.6.32.* is also still being built for Lucid (10.04 LTS). You can find the packages for this in the Kernel PPA but if you're reading this answer any significant time after it was posted, check the listings. You will need to manually download the packages for your architecture and install them.
You will also need to monitor 2.6 releases and upgrade under your own volition. Ubuntu won't automatically update these packages for you so you'll have to go back to the PPA.
Lucid support will in April 2015 so I expect these builds to end. After that your remaining options are:
- Download from kernel.org and compile it yourself, though I expect maintenance to tail off after Lucid dies.
- Pay your hardware vendor to upgrade their driver for 3.* kernels.
- Replace the hardware with a version that is still supported.
- If the vendor doesn't exist any more and there isn't replacement hardware out there, you could probably pay somebody to port the driver.
And you have to keep in mind that this might all come to nothing. There simply might be things in 12.04 that rely on 3.* features.
In terms of your auxiliary questions, yes it should be possible to install alongside older kernels and yes, that will result in being offered a choice at the Grub screen. That said the newest kernel will, by default, always be the first choice.
You could probably hardwire around that by editing the grub configuration.
I would be hopeful that 12.04 could run on Linux 2.6. It's not much older than the initial 3.0 release so I doubt there's much that relies on 3.0-only APIs.
The core Linux developers still maintain one 2.6 kernel (currently at 2.6.32.63) although in the .58 release notes it was said that the maintenance will slow down and will, one day, eventually stop.
2.6.32.* is also still being built for Lucid (10.04 LTS). You can find the packages for this in the Kernel PPA but if you're reading this answer any significant time after it was posted, check the listings. You will need to manually download the packages for your architecture and install them.
You will also need to monitor 2.6 releases and upgrade under your own volition. Ubuntu won't automatically update these packages for you so you'll have to go back to the PPA.
Lucid support will in April 2015 so I expect these builds to end. After that your remaining options are:
- Download from kernel.org and compile it yourself, though I expect maintenance to tail off after Lucid dies.
- Pay your hardware vendor to upgrade their driver for 3.* kernels.
- Replace the hardware with a version that is still supported.
- If the vendor doesn't exist any more and there isn't replacement hardware out there, you could probably pay somebody to port the driver.
And you have to keep in mind that this might all come to nothing. There simply might be things in 12.04 that rely on 3.* features.
In terms of your auxiliary questions, yes it should be possible to install alongside older kernels and yes, that will result in being offered a choice at the Grub screen. That said the newest kernel will, by default, always be the first choice.
You could probably hardwire around that by editing the grub configuration.
edited Jul 21 '14 at 10:11
answered Jul 21 '14 at 9:44
Oli♦Oli
222k88564765
222k88564765
I can't find linux-image 2.6.x in my synaptic on 12.04, so should I use the PPA?
– linello
Jul 21 '14 at 9:53
I'd give it a shot. Yeah none of these packages will be in the main repos for Precise so you'll need to manually download whatever packages you need from the PPA (links in the third paragraph)
– Oli♦
Jul 21 '14 at 10:13
Which of the many kernels out there is the complete latest 2.6.X kernel?
– linello
Jul 21 '14 at 10:17
My answer does already cover that, already links to the latest version, and the list does have dates too. But once again2.6.32.63
is the latest build.
– Oli♦
Jul 21 '14 at 10:20
add a comment |
I can't find linux-image 2.6.x in my synaptic on 12.04, so should I use the PPA?
– linello
Jul 21 '14 at 9:53
I'd give it a shot. Yeah none of these packages will be in the main repos for Precise so you'll need to manually download whatever packages you need from the PPA (links in the third paragraph)
– Oli♦
Jul 21 '14 at 10:13
Which of the many kernels out there is the complete latest 2.6.X kernel?
– linello
Jul 21 '14 at 10:17
My answer does already cover that, already links to the latest version, and the list does have dates too. But once again2.6.32.63
is the latest build.
– Oli♦
Jul 21 '14 at 10:20
I can't find linux-image 2.6.x in my synaptic on 12.04, so should I use the PPA?
– linello
Jul 21 '14 at 9:53
I can't find linux-image 2.6.x in my synaptic on 12.04, so should I use the PPA?
– linello
Jul 21 '14 at 9:53
I'd give it a shot. Yeah none of these packages will be in the main repos for Precise so you'll need to manually download whatever packages you need from the PPA (links in the third paragraph)
– Oli♦
Jul 21 '14 at 10:13
I'd give it a shot. Yeah none of these packages will be in the main repos for Precise so you'll need to manually download whatever packages you need from the PPA (links in the third paragraph)
– Oli♦
Jul 21 '14 at 10:13
Which of the many kernels out there is the complete latest 2.6.X kernel?
– linello
Jul 21 '14 at 10:17
Which of the many kernels out there is the complete latest 2.6.X kernel?
– linello
Jul 21 '14 at 10:17
My answer does already cover that, already links to the latest version, and the list does have dates too. But once again
2.6.32.63
is the latest build.– Oli♦
Jul 21 '14 at 10:20
My answer does already cover that, already links to the latest version, and the list does have dates too. But once again
2.6.32.63
is the latest build.– Oli♦
Jul 21 '14 at 10:20
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f500543%2fdowngrade-ubuntu-12-04-kernel-to-2-6-x%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown