Results 1 to 5 of 5

Thread: Yet another network problem - wired, this time

  1. #1
    Join Date
    Mar 2008
    Beans
    175

    Yet another network problem - wired, this time

    Well, I can't get the connection working on my brothers machine.

    The procedure to get the NIC working goes as follows:

    Code:
    add required rows to /etc/network/interfaces - "auto eth0" and "iface eth0 inet dhcp" 
    modprobe ne2k_pci (if not loaded already)
    ifup eth0
    That has got it working twice before. Now after I took the machine off my shelf and installed fresh Feisty, it does not seem to work for some reason.

    sudo ifup eth0 returns something like this
    Code:
    ...
    DHCPDISCOVER on eth0 to 255.255.255.255 port 67
    send_packet: Network is down
    ...
    And that is being repeated good few times, obviously it fails.

    * "auto eth0" and "iface eth0 inet dhcp" have been added to /etc/network/interfaces
    * ifconfig does not show eth0. ifconfig -a does show eth0.
    * rmmodding ne2k_pci and then modprobing it again wont help.
    * Rebooting or changing the PCI slot wont help.
    * ne2k_pci is already loaded at boot.

  2. #2
    Join Date
    Mar 2008
    Beans
    175

    Re: Yet another network problem - wired, this time

    Anyone? Been fighting with this all day with zero success.

  3. #3
    Join Date
    Mar 2008
    Beans
    175

    Re: Yet another network problem - wired, this time

    ... anyone?

  4. #4
    Join Date
    Jul 2008
    Location
    /home/konqueror7
    Beans
    Hidden!

    Re: Yet another network problem - wired, this time

    is your connection through a router? try to make your ip static with the same details on your dhcp settings...

  5. #5
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Yet another network problem - wired, this time

    lshw -C network should give information as to what driver is used, and whether card is aliased as eth0... among other things.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

Bookmarks

Posting Permissions

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