Page 7 of 15 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 145

Thread: Knoppix 3.4 C't Edition

  1. #61
    Member registered user
    Join Date
    Jan 2004
    Posts
    41
    YES!, 50% of the iso done. I just got abut 5 more hours on eDonkey , and i'm finished. Keep your schedule open today, LordHarshmage, i can get it to you (most likely) today

  2. #62
    Junior Member registered user
    Join Date
    May 2003
    Posts
    12
    spiritwing
    Posted: Thu Feb 12, 2004 9:36 pm
    --------------------------------------------------------------------------------
    Just stick with the torrent. Leachers at the bottom of the list get lower download speeds, as you move up the list it gets faster. When I started the torrent client was saying it was going to take 78 hours to finish. I left it up overnight and it was finished the next morning. And PLEASE be courtious and leave your client up to seed others (At least untill you have given it to 2 others) i.e. pay it back. I am still seeding at:

    http://www.boegenielsen.dk:6969/

    Cheers,
    Silas Bennett
    Razor-X
    Posted: Thu Feb 12, 2004 10:29 pm
    --------------------------------------------------------------------------------
    YES!, 50% of the iso done. I just got abut 5 more hours on eDonkey , and i'm finished. Keep your schedule open today, LordHarshmage, i can get it to you (most likely) today
    Well, I have someone uploading to my website right now (Much thanks goes to that person!).
    And anyone else that is having problems with the torrent, when the upload is complete, email me, and I'll send you the link to the file. I have, of course, limited bandwidth with my host provider.

    -Harshmage-

  3. #63
    Member registered user
    Join Date
    Jan 2004
    Posts
    41
    You got mail LHM

  4. #64
    Member registered user
    Join Date
    Jan 2004
    Posts
    41
    I FINALLY got c't edition. Yay, it's so coooool.But in Kernel 2.6, I can't get my e-net card to work. Is there a way how?

  5. #65
    Member registered user
    Join Date
    Jul 2003
    Posts
    41
    Code:
    wget http://debian.tu-bs.de/knoppix/insta...lates-0.39.tgz
    cp /usr/sbin/knoppix-installer .
    sudo ./knoppix-installer
    this part i get, these are cut and dry prerequisites you need to perform before (and to) install knoppix with the 2.6 kernel to your HD.

    At first I could not figure out how you get it to boot 2.6 from a HD install though I just kept getting a kernel panic no init found no matter what init= I passed so I had to boot with the CD and edit lilo to show a prompt to boot the old .kernel. Then I changed to the /boot directory and ran mkinitrd -o linux-2.6.1.gz to make a new initrd then changed the initrd= line in the /etc/lilo.conf [to initrd=/boot/linux-2.6.1.gz and ran /sbin/lilo -v to write lilo and rebooted and Voila! kernel 2.6 on a HD install.
    This is where things get a bit hazy for me. I'll be installing Knopping to partition /mnt/hda3 on my machine....

    so assuming my installing goes typically the files will be in /dev/hda3 but i won't be able to boot into it. then I must...

    boot from the CD ... when you say " edit lilo to show a prompt to boot the old .kernel" are you talking about editing lilo.conf on /mnt/hda3? this is where I get confused. Can you explain this n more detail?

    I'm assuming as well you went to the boot directory in the /mnt/hda3 (as opposed to the boot directory from the live cd) to run the command to make the image.

    Edit: And I had to add:
    Code:
    ## Needed for kernel 2.6
    none            /sys            sysfs   defaults                0       0
    To the /etc/fstab as well to get the /sys mount needed for kernel 2.6 the directory /sys already existed so I did no have to create it.
    editing lilo.conf and /etc/fstab are cake after that, it's the intermediate steps I'm a bit unclear on. any help would be appreciated.

  6. #66
    Senior Member
    Join Date
    Oct 2003
    Location
    GA
    Posts
    382
    Quote Originally Posted by Hayabusa
    This is where things get a bit hazy for me. I'll be installing Knopping to partition /mnt/hda3 on my machine....

    so assuming my installing goes typically the files will be in /dev/hda3 but i won't be able to boot into it. then I must...

    boot from the CD ... when you say " edit lilo to show a prompt to boot the old .kernel" are you talking about editing lilo.conf on /mnt/hda3? this is where I get confused. Can you explain this n more detail?

    I'm assuming as well you went to the boot directory in the /mnt/hda3 (as opposed to the boot directory from the live cd) to run the command to make the image.

    editing lilo.conf and /etc/fstab are cake after that, it's the intermediate steps I'm a bit unclear on. any help would be appreciated.
    In other words, do the install...then boot up under the cd and sudo kwrite /mnt/hda3/etc/lilo.conf and add a new boot option in lilo (you can label it Linux24 or something) and set it so that image=/boot/vmlinuz-2.4.23-xfs and initrd=/boot/initrd.gz. Of course you'll have to run /mnt/hda3/sbin/lilo -v to save the changes. Then reboot and choose the Linux24 and follow the rest of Stephen's directions for making the new initrd and all. It worked well for me.

  7. #67
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Just after finishing the install with the running 2.6 kernel in a console window.
    Code:
    sudo mount /dev/hda3 /mnt/hda3
    sudo kwrite /mnt/hda3/etc/lilo.conf
    Then change the file to look like this.

    Code:
    # message=/boot/bootmess.txt
            prompt
    #       single-key
    #       delay=100
            timeout=100
    Next.
    Code:
    sudo chroot /mnt/hda3/ /sbin/lilo -v
    Then reboot and at the lilo screen choose the LinuxOLD option once booted make the new initrd.

    Code:
    cd /boot 
    su
    Password:
    mkinitrd -o linux-2.6.1.gz
    Edit lilo again to make the change for it and run /sbin/lilo -v to write to disk and you can now reboot to the new 2.6.1 what the section should look like after editing.
    Code:
     image=/boot/vmlinuz-2.6.1
            label=Linux
    #       initrd=/boot/initrd.gz
            initrd=/boot/linux-2.6.1.gz
            read-only
    #       restricted
    #       alias=1

  8. #68
    Member registered user
    Join Date
    Jan 2004
    Posts
    41
    IS there any way to use Tulip.o in Knoppix Kernel 2.6? My ethernet card depends on Tulip.o to function. Can I just insmod the Tulip.o from my kernel 2.4 folder?

  9. #69
    Senior Member
    Join Date
    Oct 2003
    Location
    GA
    Posts
    382
    [quote="Stephen"]
    Code:
    # message=/boot/bootmess.txt
            prompt
    #       single-key
    #       delay=100
            timeout=100
    Stephen, would you mind schooling me a little here? Is this all that I had to do? I went through and actually created a new entry in lilo for the old kernel. It worked, but it was more work than this. I'm just curious how this works is all.

  10. #70
    Junior Member registered user
    Join Date
    Oct 2003
    Location
    somewhere
    Posts
    23
    Sorry. I get terminally confused with this. I managed to test both kernels on the live cd and they're fine. I got the knoppix-installer.tgz file and can't get past that step in order to install with the 2.6 kernel. It'd be nice to do a step by step FAQ for those of us who are not as technically inclined.

    Cheers!

Page 7 of 15 FirstFirst ... 56789 ... LastLast

Similar Threads

  1. Knoppix 3.5 Linuxtag DVD edition
    By Snow in forum News
    Replies: 47
    Last Post: 11-26-2004, 11:23 PM
  2. Knoppix 3.6 jJapanese Edition
    By Granny in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 09-16-2004, 08:22 PM
  3. Knoppix Learning Edition?
    By Matrox in forum Ideas
    Replies: 6
    Last Post: 06-14-2004, 08:32 PM
  4. knoppix 3.4 c't edition and nethack
    By emanuelez in forum General Support
    Replies: 0
    Last Post: 04-02-2004, 01:06 PM
  5. Knoppix c't edition won't start
    By SwissSmurf in forum General Support
    Replies: 6
    Last Post: 03-31-2004, 07:44 PM

Posting Permissions

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


SFP TO RJ45 TRANSCEIVER SFP MODULE COPPER SFP OPTICAL PORT TO RJ45 ETHERNET PORT picture

SFP TO RJ45 TRANSCEIVER SFP MODULE COPPER SFP OPTICAL PORT TO RJ45 ETHERNET PORT

$7.99



Qty 20 New Cisco QSFP-100G-FR-W2 10-3659-01 Module Hologram Brand New 20 Pack picture

Qty 20 New Cisco QSFP-100G-FR-W2 10-3659-01 Module Hologram Brand New 20 Pack

$260.00



Cisco Acacia DP04QSDD-E25-840 400G QSFP-DD Coherent DCO Transceiver Module picture

Cisco Acacia DP04QSDD-E25-840 400G QSFP-DD Coherent DCO Transceiver Module

$699.99



30PCS Sealed Cisco SFP-10G-SR 10GBASE-SR SFP+ Transceiver Module MMF 850nm 300m picture

30PCS Sealed Cisco SFP-10G-SR 10GBASE-SR SFP+ Transceiver Module MMF 850nm 300m

$499.99



Cisco SFP-10G-SR Transceiver picture

Cisco SFP-10G-SR Transceiver

$4.00



Intel X520-DA2 10Gb 10Gbe 10 Gigabit Network Adapter NIC Dual Port E10G42BTDA picture

Intel X520-DA2 10Gb 10Gbe 10 Gigabit Network Adapter NIC Dual Port E10G42BTDA

$28.94



10Gb SFP+ to RJ45 Module Copper Cat6 Transceiver Compatible w/5Gb/ 2.5Gb/ 1Gb picture

10Gb SFP+ to RJ45 Module Copper Cat6 Transceiver Compatible w/5Gb/ 2.5Gb/ 1Gb

$31.95



Cisco SFP-25G-SR-S 25GBASE-SR SFP28 850nm 100m MMF LC New Sealed Green Hologram picture

Cisco SFP-25G-SR-S 25GBASE-SR SFP28 850nm 100m MMF LC New Sealed Green Hologram

$130.00



For Cisco SFP-10G-T-X Transceiver Multi-Rate 1G/2.5G/5G/10G SFP+ to RJ-45 Module picture

For Cisco SFP-10G-T-X Transceiver Multi-Rate 1G/2.5G/5G/10G SFP+ to RJ-45 Module

$38.06



NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping* picture

NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping*

$24.00