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
  •  


Cisco Systems NCS2K-20-SMRFS-L optical multiplexor CISCO EXCESS picture

Cisco Systems NCS2K-20-SMRFS-L optical multiplexor CISCO EXCESS

$3599.00



Cisco RV320 Dual WAN VPN 4 Port Gigabit Router w/ Web Filtering RV320-WB-K9-NA picture

Cisco RV320 Dual WAN VPN 4 Port Gigabit Router w/ Web Filtering RV320-WB-K9-NA

$374.00



Cisco 1100 Terminal - gateway - rack-mountable C1100TGX-1N24P32A picture

Cisco 1100 Terminal - gateway - rack-mountable C1100TGX-1N24P32A

$1349.00



Cisco RV340W 1000Mbps Dual WAN Gigabit VPN Wireless AC Router RV340W-A-K9-NA picture

Cisco RV340W 1000Mbps Dual WAN Gigabit VPN Wireless AC Router RV340W-A-K9-NA

$183.00



Cisco WS-C3850-48P-L 48-Port Gigabit 3850 PoE Switch w/ 715W+ C3850-NM-4-1G Mod picture

Cisco WS-C3850-48P-L 48-Port Gigabit 3850 PoE Switch w/ 715W+ C3850-NM-4-1G Mod

$83.00



Cisco C3850-NM-2-10G 2 Port Network Exp.Module for 3850 picture

Cisco C3850-NM-2-10G 2 Port Network Exp.Module for 3850

$38.99



Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03  picture

Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03

$8.00



CISCO ASR-920-24SZ-M ASR920 w/ ASR920-24G-4-10G lic 2x DC PSU picture

CISCO ASR-920-24SZ-M ASR920 w/ ASR920-24G-4-10G lic 2x DC PSU

$399.99



Cisco C9300-48 48 Port Switch Dual PSU W/C9300-NM-8X P/N: C9300-48U-A Tested picture

Cisco C9300-48 48 Port Switch Dual PSU W/C9300-NM-8X P/N: C9300-48U-A Tested

$799.99



New Cisco C9200-NM-4X Catalyst 9200 Series Network Module 4 X 10GE *MINT* picture

New Cisco C9200-NM-4X Catalyst 9200 Series Network Module 4 X 10GE *MINT*

$429.97