Broadcom BCM57780 Enet broken in Lucid Studio

Bug #580744 reported by dlotton
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu Studio
New
Undecided
Unassigned

Bug Description

During install of Ubuntu Studio 10.04 amd64 (Lucid) the network adapter would not configure. I continued through the install. After installation was complete and system was rebooted, the network interface does not get configured. The 'tg3' driver is loaded.

I booted an Ubuntu 10.04 Live CD to check things out and the network interface does work when booting from the regular Ubuntu Live CD. Studio installed the 'preempt' kernel.

ifconfig shows only the 'lo' interface configured.

Hardware:
Dell XPS Studio 8100
Processor: i5 750, 2.66Ghz
Ram: 8G

I've attached an excerpt from /var/log/messages

Revision history for this message
dlotton (yellow56) wrote :
Revision history for this message
dlotton (yellow56) wrote :

Turns out in my case running 'sudo dhclient eth0' configures the interface. I am using a wired interface. Not sure if this is holds true for others reporting in the other ticket.

Bottom line, there's something broken in the released Ubuntu STUDIO 10.04 distro.

Revision history for this message
dlotton (yellow56) wrote :

Also, adding the following to '/etc/network/interfaces' brings the interface up on boot. However, I'm not sure this is the 'right' way to fix the problem since my other regular Lucid machines do no have this entry.

auto eth0
iface eth0 inet dhcp

Revision history for this message
sudhir gaikwad (zissshh) wrote :

none of the above is working,,,,,
    sudo dhclient eth0 didnt work it just showed something was being connected but nothing happened

/etc/network/interfaces : Permissions denied

Revision history for this message
dlotton (yellow56) wrote :

Sudhir,

The assumption above with the 'sudo dhclient eth0' command is that your computer is connected to a network where there is a dhcp server present. Usually your network edge router device (e.g. DSL/cable modem, wireless router, etc.) provides this service if you connect to that device via Ethernet or wireless.

If you don't have a device on your network that serves dhcp addresses, then you will need to set up a fixed network address based on your network (IP address, netmask, gateway, etc). That can be done in '/etc/network/services'. From your last comment it looks like you had trouble editing that file. Use the sudo command to gain access to the file 'sudo <editor name> /etc/network/interfaces'. You'll have to google the specifics on setting that up.

If you set up a fixed IP address you'll also have to point to a name server in 'etc/resolve.conf'.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.