Results 1 to 7 of 7

Thread: A 2.6 kernel version of Knoppix

  1. #1
    Junior Member
    Join Date
    Sep 2003
    Posts
    5

    A 2.6 kernel version of Knoppix

    Hi all.

    One thing that I'm sure would be mega-popular would be to have a version of Knoppix which uses the 2.6 kernel. With 2.6 rapidly becoming stable, a Knoppix distro with it would _rock_ !
    Maybe Klaus has some comments on when (or if) a 2.6 version may be appearing .... Anyway, just my 2c worth

  2. #2
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: A 2.6 kernel version of Knoppix

    Quote Originally Posted by kiwiguy
    Hi all.

    One thing that I'm sure would be mega-popular would be to have a version of Knoppix which uses the 2.6 kernel. With 2.6 rapidly becoming stable, a Knoppix distro with it would _rock_ !
    Maybe Klaus has some comments on when (or if) a 2.6 version may be appearing .... Anyway, just my 2c worth
    Klaus always uses the latest stable kernel released so when 2.6 becomes stable you will see it.

  3. #3
    Junior Member registered user
    Join Date
    Sep 2003
    Location
    Rio de Janeiro / Brazil
    Posts
    27
    It's avaiable for Kurumin (a Knoppix like distro)

    There are packs

    http://www.las.ic.unicamp.br/pub/kur...s.2.0_i386.deb
    http://www.las.ic.unicamp.br/pub/kur...s.2.0_i386.deb

    and instructions on how to install it (portuguese only)

    http://www.guiadohardware.info/linux...in/kernel-2.6/
    http://www.guiadohardware.info/forum...pic.php?t=5523

    This kernel is very speedy. It's for Kurumin Linux but I think that it works in Knoppix too.

  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    872
    Quote Originally Posted by henrique
    It's avaiable for Kurumin (a Knoppix like distro)

    There is a pack

    http://www.las.ic.unicamp.br/pub/kur...s.1.0_i386.deb

    and instructions on how to install it (portuguese only)

    http://www.guiadohardware.info/linux...in/kernel-2.6/

    This kernel is very speedy. It's for Kurumin Linux but I think that it works in Knoppix too.
    thanks for the information. What I am interested to know is how to build cloop for 2.6 kernel, are there any patches needed or just a recompile using the 2.6 source tree ? This is the main concern I have about 2.6

  5. #5
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041
    --Klaus had to rebuild cloop for **2.4.22** - I doubt you'll be seeing a 2.6-based Knoppix beta any time soon.

    --See my thread for some details.
    http://www.knoppix.net/forum/viewtopic.php?t=4660

    Quote Originally Posted by garyng
    Quote Originally Posted by henrique
    It's avaiable for Kurumin (a Knoppix like distro)

    There is a pack

    http://www.las.ic.unicamp.br/pub/kur...s.1.0_i386.deb

    and instructions on how to install it (portuguese only)

    http://www.guiadohardware.info/linux...in/kernel-2.6/

    This kernel is very speedy. It's for Kurumin Linux but I think that it works in Knoppix too.
    thanks for the information. What I am interested to know is how to build cloop for 2.6 kernel, are there any patches needed or just a recompile using the 2.6 source tree ? This is the main concern I have about 2.6

  6. #6
    Junior Member
    Join Date
    Sep 2003
    Posts
    5

    Thanks for your replies, everyone!

    Hi again!

    I'd just like to thank everyone for their replies. Very helpful and interesting!

    ( ... and I'm sure than whenever a 2.6 version of Knoppix comes out, it'll be a *beauty* ! )

    Thanks again, bye for now -

    - kiwiguy

  7. #7
    Junior Member registered user
    Join Date
    Sep 2003
    Location
    Rio de Janeiro / Brazil
    Posts
    27
    This is a script by Carlos E. Morimoto that automates the installation of the new kernel in Kurumin Linux:

    Code:
    #!/bin/sh
    
    clear
    
    echo " "
    echo "Este script vai ajuda-lo na instalação do Kernel 2.6 testing"
    echo "do Kurumin. "
    echo " "
    echo "A instalação do novo Kernel não alterará o antigo, você passará"
    echo "a poder escolher entre os dois durante o boot."
    echo " "
    echo "Leia mais sobre as novidades e sobre o processo de instalação"
    echo "no artigo que abrirei a seguir"
    echo "(Enter para continuar)"
    read pausa
    
    phoenix http://www.guiadohardware.info/linux...in/kernel-2.6/
    
    clear
    
    echo " "
    echo "Deseja continuar com a instalação? (s/n)"
    echo " "
    read resposta
    
    
    if [ "$resposta" = "s" ]; then
    
    
    cd /packages
    wget -c http://www.las.ic.unicamp.br/pub/kur...s.2.0_i386.deb
    wget -c http://www.las.ic.unicamp.br/pub/kur...s.2.0_i386.deb
    
    apt-get install module-init-tools
    apt-get install initrd-tools
    
    dpkg -i kernel-image-2.6.0-test4_Prometeus.2.0_i386.deb
    
    clear
    
    
    echo " "
    echo "Em qual partição o Kurumin está instalado?"
    echo "Ex: /dev/hda1"
    read partroot
    
    echo " " >> /etc/lilo.conf
    echo "image=/vmlinuz" >> /etc/lilo.conf
    echo " label=Kurumin-2.6" >> /etc/lilo.conf
    echo " root=$partroot" >> /etc/lilo.conf
    echo " read-only" >> /etc/lilo.conf
    echo " initrd=/initrd.img" >> /etc/lilo.conf
    echo " " >> /etc/lilo.conf
    
    clear
    
    echo " "
    echo "Você deve agora editar o arquivo /etc/lilo.conf como descrito no artigo"
    echo "que abri, verificando a nova seção que dá a opção de inicializar o novo "
    echo "Kernel que adicionei no final do arquivo e substituindo a linha *vga=791*"
    echo "ou *vga=788* por *vga=normal* para desativar o frame-buffer, que ainda"
    echo "não é suportado pelo Kernel instalado."
    echo " "
    echo "Lembre-se que caso você tenha configurado o X para usar o driver *fbdev*"
    echo "ou caso tenha instalado os drivers de vídeo da nvidia você precisará "
    echo "alterar também o driver de vídeo, caso contrário o modo gráfico não"
    echo "funcionará ao dar boot usando o novo Kernel"
    echo "Caso você esteja usando o driver da nvidia, mude o driver para *nv* e"
    echo "caso esteja usando o xfdev, experimente o driver *vesa*"
    echo " "
    
    kedit /etc/lilo.conf &
    phoenix http://www.guiadohardware.info/linux...in/kernel-2.6/
    
    lilo
    sleep 5
    
    kxconfig
    
    
    
    fi

    Ps. I changed myself kernel-image-2.6.0-test4_Prometeus.1.0_i386.deb ---> kernel-image-2.6.0-test4_Prometeus.2.0_i386.deb

    The result: : )





Similar Threads

  1. 3.4 Kernel Version, and Driver Version
    By Kowood in forum Hardware & Booting
    Replies: 0
    Last Post: 08-26-2004, 12:25 AM
  2. Problems remastering knoppix even with same kernel version
    By covici in forum Customising & Remastering
    Replies: 0
    Last Post: 07-15-2004, 12:23 PM
  3. Knoppix-3.4 and kernel-header-version?
    By Ish Rattan in forum General Support
    Replies: 0
    Last Post: 06-01-2004, 02:58 PM
  4. Replies: 2
    Last Post: 12-19-2003, 04:14 PM
  5. gcc version used to compile Knoppix kernel?
    By thincritter in forum General Support
    Replies: 4
    Last Post: 07-01-2003, 03:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$712.98



DELL PowerEdge R730XD 24x 2.5

DELL PowerEdge R730XD 24x 2.5" Server Dual 750W Dual Heatsink - BareBones TESTED

$269.99



Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays picture

Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays

$1849.00



HP ProLiant DL360 G9 Server | 2 x E5-2660V3 2.6Ghz | 64GB | 2 x 900GB SAS HDD picture

HP ProLiant DL360 G9 Server | 2 x E5-2660V3 2.6Ghz | 64GB | 2 x 900GB SAS HDD

$339.00



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$89.99



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD picture

HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD

$196.95



DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45

$284.00



1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE

$297.00