Question about kernel upgrade

Ask a Question related to Debian, Design and Development.

  1. #1

    Default Re: Question about kernel upgrade

    >
    >----- Original Message -----
    >From: Joachim Smit
    >To: [email]debian-user@lists.debian.org[/email]
    >Sent: Saturday, July 12, 2003 5:05 PM
    >Subject: Question about kernel upgrade
    >
    >
    >I'm a newbie with Debian.
    >
    >I've upgraded my kernel from 2.2.20 to 2.4.18.
    >
    >After a reboot I was running the new kernel indeed, but my eth0 was gone.
    >
    >What did I do wrong ?
    >
    >Thanks in advance.
    >
    >Joachim Smit
    have you loaded the module for the NIC in modconf ??

    Regards

    Esben


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Esben Laursen Guest

  2. Similar Questions and Discussions

    1. kernel compilation question
      Now that I'm fully moved over to Debian :-), I'm looking at start tinkering with kernel compilation. I would "assume" I'd need the kernel-source...
    2. kernel.sem question
      Hi, my name is Jennifer. I just started to learn Debian. During the installation of Debian 3.0 woody on my PC, I came across quite a lot of problems....
    3. No sound after kernel upgrade
      In order to use a Promise ATA/133 controller I had to upgrade from 2.2.19 to 2.4.20-3-k7. I installed the stock Debian kernel. Sound stopped...
    4. Kernel/lilo/initrd upgrade issue
      Am Donnerstag, 10. Juli 2003 18:40 schrieb Greg Madden: Hi, I think that in such cases you could (should?) not use the /initrd.img symlink and...
    5. Silly kernel module question
      Must I load all the modules I need every time I start-up my computer or they remain loaded somehow? I've gone through the module-howto, but there...
  3. #2

    Default Fw: Question about kernel upgrade

    > >
    > >I'm a newbie with Debian.
    > >
    > >I've upgraded my kernel from 2.2.20 to 2.4.18.
    > >
    > >After a reboot I was running the new kernel indeed, but my eth0 was gone.
    > >
    > >What did I do wrong ?
    > >
    > >Thanks in advance.
    > >
    > >Joachim Smit
    >
    > have you loaded the module for the NIC in modconf ??
    >

    In modconf the only NIC I see is Dummy - dummy net interface card.

    But when I look in /etc/network/interfaces my eth0 is still there

    What should I do ?

    Regards,

    Joachim Smit





    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Joachim Smit Guest

  4. #3

    Default Re: Question about kernel upgrade


    ----- Original Message -----
    From: "Joachim Smit" <joachim@fase3.be>
    To: "Debian" <debian-user@lists.debian.org>
    Sent: Saturday, July 12, 2003 5:39 PM
    Subject: Fw: Question about kernel upgrade

    > > >
    > > >I'm a newbie with Debian.
    > > >
    > > >I've upgraded my kernel from 2.2.20 to 2.4.18.
    > > >
    > > >After a reboot I was running the new kernel indeed, but my eth0 was gone.
    > > >
    > > >What did I do wrong ?
    > > >
    > > >Thanks in advance.
    > > >
    > > >Joachim Smit
    > >
    > > have you loaded the module for the NIC in modconf ??
    > >
    >
    >
    > In modconf the only NIC I see is Dummy - dummy net interface card.
    >
    > But when I look in /etc/network/interfaces my eth0 is still there
    >
    > What should I do ?
    >
    > Regards,
    >
    > Joachim Smit
    >

    did u make a "make modules && make modules install" ???

    Regards

    Esben




    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Esben Laursen Guest

  5. #4

    Default Re: Question about kernel upgrade

    >
    >
    > did u make a "make modules && make modules install" ???
    >
    This is what I did: (according to documentation from [url]www.debian.org[/url])

    login root
    apt-get install gcc kernel-package kernel-source-2.4.18 libc6-dev tk8.3
    libncurses5-dev fakeroot
    adduser joachim src
    logout
    login joachim
    cd /usr/src
    tar -jxf kernel-source-2.4.18.tar.bz2
    ln -s kernel-source-2.4.18 linux
    cd linux
    make menuconfig
    fakeroot make-kpkg clean
    fakeroot make-kpkg --append-to-version=.new1 kernel_image
    logout
    login root
    dpkg -i kernel-image-2.4.18.new1_10.00.Custom_i386.deb
    echo "kernel-image-2.4.18.new1 hold" | dpkg --set-selections
    dpkg --get-selections | grep kernel-image

    In 'make menuconfig' I only added anything what has to do with iptables, the
    reason I had to upgrade from 2.2 to 2.4

    Regards,

    Joachim Smit




    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Joachim Smit Guest

  6. #5

    Default Re: Question about kernel upgrade

    --- Joachim Smit <joachim@fase3.be> escribió:
    > >
    > >
    > > did u make a "make modules && make modules install" ???
    > >
    >
    > This is what I did: (according to documentation from [url]www.debian.org[/url])
    >
    > login root
    > apt-get install gcc kernel-package kernel-source-2.4.18 libc6-dev tk8.3
    > libncurses5-dev fakeroot
    > adduser joachim src
    > logout
    > login joachim
    > cd /usr/src
    > tar -jxf kernel-source-2.4.18.tar.bz2
    > ln -s kernel-source-2.4.18 linux
    > cd linux
    > make menuconfig
    > fakeroot make-kpkg clean
    > fakeroot make-kpkg --append-to-version=.new1 kernel_image
    > logout
    > login root
    > dpkg -i kernel-image-2.4.18.new1_10.00.Custom_i386.deb
    > echo "kernel-image-2.4.18.new1 hold" | dpkg --set-selections
    > dpkg --get-selections | grep kernel-image
    >
    > In 'make menuconfig' I only added anything what has to do with iptables, the
    > reason I had to upgrade from 2.2 to 2.4
    >
    > Regards,
    >
    > Joachim Smit
    >
    >
    When you went into menuconfig, did you enable support for the 3com NIC
    specifically (either as a module or as a compiled in feature)? If not,
    that could be the problem.

    -Roberto

    __________________________________________________ _
    Yahoo! Messenger - Nueva versión GRATIS
    Super Webcam, voz, caritas animadas, y más...
    [url]http://messenger.yahoo.es[/url]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Roberto Sanchez Guest

  7. #6

    Default Re: Question about kernel upgrade

    >
    > When you went into menuconfig, did you enable support for the 3com NIC
    > specifically (either as a module or as a compiled in feature)? If not,
    > that could be the problem.
    >
    In menuconfig, I enabled support for:

    Network device support -> Ethernet 10 or 100 Mbit -> EISA, VLB, PCI and on
    board controllers.

    I have 2 controllers, 1 is on board and the other a PCI controller, not a
    3com. I will try it again WITH support for 3com.

    Kind regards,

    Joachim Smit






    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Joachim Smit Guest

  8. #7

    Default Re: Question about kernel upgrade

    On Sat, 12 Jul 2003 18:13:55 +0200
    "Joachim Smit" <joachim@fase3.be> wrote:
    > This is what I did: (according to documentation from [url]www.debian.org[/url])
    Try this:

    [url]http://newbiedoc.sourceforge.net/system/kernel-pkg.html[/url]

    In the kernel configuration, you need to include support for both your
    onboard controller and your PCI card.

    There is a separate section for "3Com cards". If your card is not 3Com,
    don't check anything in that section.

    Once you have installed the kernel deb and booted with it, you'll need to
    run "modconf" to select the modules you want to install. Add the module
    names to /etc/modules if you want them to load automatically during startup.

    Kevin


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Kevin McKinley Guest

  9. #8

    Default Re: Question about kernel upgrade

    --- Joachim Smit <joachim@fase3.be> escribió:
    > I have 2 controllers, 1 is on board and the other a PCI controller, not a
    > 3com. I will try it again WITH support for 3com.
    >
    > Kind regards,
    >
    > Joachim Smit
    What onboard controller (chipset) do you have?

    -Roberto

    __________________________________________________ _
    Yahoo! Messenger - Nueva versión GRATIS
    Super Webcam, voz, caritas animadas, y más...
    [url]http://messenger.yahoo.es[/url]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Roberto Sanchez Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139