topic title: kernel 2.6.22
4 posts
• Page 1 of 1
-
Posts: 215
- Joined: 14 Sep 2007
#1
I installed the base.iso, moved to Sid but the kernel has not been updated, it should be 2.6.26 or thereabouts. What gives?
-
masinickmasinickPosts: 1,139
- Joined: 26 Apr 2008
#2
I believe that you have to choose which kernel or kernels to use and install. If you use smxi, there is an option to install new kernels. If you use synaptic, search for kernel and choose the one you want to install.macondo wrote:I installed the base.iso, moved to Sid but the kernel has not been updated, it should be 2.6.26 or thereabouts. What gives?
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#3
If you want the latest MEPIS kernel 2.6.27-10 then you'll have to enable the MEPIS 8 repo in sources.list
#Mepis8
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"ftp://ftp.mepis.com/mepis/"
linktext was:"ftp://ftp.mepis.com/mepis/"
====================================
" onclick="window.open(this.href);return false mepis-8.0 main
You probably then have to
apt-get install linux-image-2.6.27-1-mepis-smp linux-headers-2.6.27-1-mepis-smp
You can also use the smxi script to install Debian kernels and sidux ones.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://smxi.org/"
linktext was:"http://smxi.org/"
====================================
" onclick="window.open(this.href);return false
#Mepis8
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"ftp://ftp.mepis.com/mepis/"
linktext was:"ftp://ftp.mepis.com/mepis/"
====================================
" onclick="window.open(this.href);return false mepis-8.0 main
You probably then have to
apt-get install linux-image-2.6.27-1-mepis-smp linux-headers-2.6.27-1-mepis-smp
You can also use the smxi script to install Debian kernels and sidux ones.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://smxi.org/"
linktext was:"http://smxi.org/"
====================================
" onclick="window.open(this.href);return false
-
Posts: 215
- Joined: 14 Sep 2007
#4
Thanks anti!