Re: frustrating problem with networking encountered while installing "Woody"

From: Brian Brazil (bbrazil_at_netsoc.tcd.ie)
Date: 03/20/04

  • Next message: Katipo: "Re: Need help getting ALSA to work in Sarge"
    Date: Sat, 20 Mar 2004 10:38:05 +0000
    To: debian-user@lists.debian.org
    
    

    On Fri, Mar 19, 2004 at 05:31:42PM -0800, Renhao Zhang wrote:
    > "I have the exact same network card that you do, and
    > have had the same problem. I have never been able to
    > do a net install with dhcp using the bf2.4 kernel. So
    > what I do is just install the base system with the
    > vanilla kernel. Then just apt-get the 2.4.18 kernel
    > source and compile it with the tulip driver and MAKE
    > SURE you also have packet filtering and socket
    > filtering enabled as well. They are under the network
    > options. You must have those two options enabled for
    > dhcp to work with that card. So the bf2.4 kernel
    > probably doesn't have them enabled."
    >
    > I'm not sure I understand what is being said. Are you
    > supposed to apt-get the 2.4.18 kernel with the 'Woody'
    > iso disc set as the source? I'll try to learn how to
    > recompile the kernel to see if that solves the
    > problem, but I wanted to see if anyone else has
    > encountered similar problems and suceeded in solving
    > it.

    While I haven't solved my own problems with tulip(only work at 100Mbps) the
    instructions above translate to:

    Get linux.2.x.y.tar.bz2. One method is from kernel.org (as is
    sugested above - a vanilla kernel). Another is from your Woody disks to
    do 'apt-get install kernel-source 2.4.18'. I'd advise against this due to
    a) being old b) having at least 3 local root expliots.

    Once you've got it do the following:
    cd /usr/src
    tar -xjf linux.2.x.y.tar.bz2 (might be a different name)
    cd linux.2.x.y
    make menuconfig (needs libncurses5-dev - other options are oldconfig,
    config and xconfig. Menuconfig is just my favorite. This is where
    NET_FILTER etc. must be enabled)
    make dep bzImage modules modules_install install

    Then modify /etc/lilo.conf to ensure it points to the correct kernel you
    just installed in /boot and run 'lilo'
    Reboot and pray.

    I'd suggest getting everything working with static IPs first.

    Some handy commands for networking trouble:
    mii-tool, ethtool, ifconfig -a, route -n, arp

    Brian

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Katipo: "Re: Need help getting ALSA to work in Sarge"

    Relevant Pages

    • Re: Fedora and PCMCIA support - upgrade kernel?
      ... Rebooted and no second kernel listed. ... > not then install it. ... on the network card... ... first no network support. ...
      (comp.os.linux.setup)
    • Re: Virtual Managers
      ... I was unable to get any repair done. ... The breakage was cause by doing some update swith the kernel stuff. ... network, which I don't have. ... you should have a working install by now. ...
      (alt.os.linux.suse)
    • Re: Averatec 5500 Trying to set up SuSe 9.2
      ... >> trouble getting a network connection on it. ... > new to Linux, because weird hardware abounds on laptops. ... I did the default install. ... The Windows Network Connections says there is a 1394 network card. ...
      (comp.os.linux.portable)
    • Re: [opensuse] Support for Intel Centrino2 wireless chipset in openSUSE 11.00 ?
      ... 0c:00.0 Network controller: Intel Corp. ... SUSEs 2.6.25 kernel is too old to support Intels new 5xxx wifi series. ... You will have to update to kernel with current iwlagn driver and also install the matching firmware for that device. ... Any use of the information contained herein (including but not limited to, total or partial reproduction, communication or distribution of any form) by persons other than the designated recipientis prohibited. ...
      (SuSE)
    • Getting d-link DFE-530TX NIC working
      ... install of woody. ... configure the network on the grounds that it didn't find any network ... So I built myself a 2.4.21 kernel ... Ping to addresses on my LAN including the router itself returns: ...
      (Debian-User)