Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Diagnosis indicates installation recognizes both on-board Ethernet ports (using forcedeth) but wired computer is not getting IP address from router. I have connected both Ethernet ports directly to the router. Windows installation on this computer (on HDs disconnected during Ubuntu install) using same wiring is able to get IP addresses and connect to the network. Have edited /etc/network/interfaces to force static IP to no avail. What should I try next?

  • Fresh install of Ubuntu 12.04 (from CD, performed 7/31)
  • Used acpi=off and nomodeset options during install
  • Added acpi=off option to /etc/default/grub and ran update-grub (Ubuntu continually reboots without this)

Hardware:

  • Tyan 2895 Thunder system board
  • 2x Opteron 285 processors
  • 14 GB RAM (have run Memtest86+ 4.20)
  • 1x Seagate Barracuda 1 TB SATA HD
  • 2x onboard ethernet ports (NVIDIA)
  • Galaxy GeForce GT240 video card
  • Netgear WGT624 router (performing DHCP)

$ ifconfig -a

eth0    Link encap:Ethernet  HWaddr 00:e0:81:57:d5:26
        inet6 addr: fe80::2e0:81ff::fe57::d526/64 Scope:Link
        UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
        RX packets:0 errors:0 dropped:0 overruns:0 frame:0
        TX packets:255 errors:0 dropped:0 overruns:0 carrier:0
        collisions:0 txqueuelen:1000
        RX bytes:0 (0.0 B)  TX bytes:59266 (59.2 KB)
        Interrupt:22 Base address:0xc000


eth1    Link encap:Ethernet  HWaddr 00:e0:81:57:d5:27
        inet6 addr: fe80::2e0:81ff::fe57::d527/64 Scope:Link
        UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
        RX packets:0 errors:0 dropped:0 overruns:0 frame:0
        TX packets:1275 errors:0 dropped:0 overruns:0 carrier:0
        collisions:0 txqueuelen:1000
        RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
        Interrupt:47 Base address:0xc000

lo      Link encap:Local Loopback
        inet addr: 127.0.0.1  Mask 255.0.0.0
        inet6 addr: ::1/128 Scope:Host
        UP LOOPBACK RUNNING  MTU:16436  Metric:1
        RX packets:424 errors:0 dropped:0 overruns:0 frame:0
        TX packets:424 errors:0 dropped:0 overruns:0 carrier:0
        collisions:0 txqueuelen:0
        RX bytes:34208 (34.2 KB)  TX bytes:34208 (34.2 KB)

$ sudo dhclient -v
Internet Systems Consortium DHCP Client 4.1.-ESV-R4
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

No broadcast interfaces found - exiting.
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.