Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4136  / 1 Year ago, tue, january 3, 2023, 10:42:15

I have here some old applications and modules which ones only run on older linux kernels. I need an ubuntu with kernel < 2.6.31



I tought there are two options:
1.) Download 8.04/8.10 - there is an older kernel but I cannot use apt-get anymore to get stuff :/ I says its not supported
2.) Using 11.10 and change the kernel. But thats the question how? Is it even possible?



Any ideas? Thank you


More From » apt

 Answers
4

You can install the previous kernel easily, but there is no assurance that all of your system will work as it should



For 32bit-Intrepid Ibex(8.10)



mkdir kernel&&cd ./kernel&&wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30.10/linux-headers-2.6.30-02063010-generic_2.6.30-02063010_i386.deb&&wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30.10/linux-image-2.6.30-02063010-generic_2.6.30-02063010_i386.deb&&sudo dpkg -i *.deb


For 64bit-Intrepid Ibex(8.10)



mkdir kernel&&cd ./kernel&&wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30.10/linux-image-2.6.30-02063010-generic_2.6.30-02063010_amd64.deb&&wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30.10/linux-headers-2.6.30-02063010-generic_2.6.30-02063010_amd64.deb&&sudo dpkg -i *.deb


You can then select the kernel at the grub screen...


[#40423] Tuesday, January 3, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bathtusain

Total Points: 380
Total Questions: 124
Total Answers: 111

Location: Trinidad and Tobago
Member since Sat, Apr 9, 2022
2 Years ago
bathtusain questions
Sun, Jul 17, 22, 03:13, 2 Years ago
Sun, Oct 3, 21, 00:24, 3 Years ago
Sat, Apr 22, 23, 00:24, 1 Year ago
Fri, Jul 22, 22, 12:01, 2 Years ago
Sun, Jun 27, 21, 02:31, 3 Years ago
;