MacBook Pro Ethernet drivers for Ubuntu. How to install?

3

I have installed Ubuntu 10.04 TLS - the Lycid Lynx onto MacBook Pro (specs). I have used it so far with wireless network and everything was fine until I have tried using wired network - it does not even seem to notice that I have plugged cable in.

I am no expert in Ubuntu hardware configuration and thus don't know what kind of information is needed to track the problem down and/or fix it. Please, feel free to request more information from me, but tell me explicitly what I am supposed to do (e.g. which commands to run, which config files to edit).

Thank you.

EDIT: Adding device info from lspci:

$ lspci -nn | grep -i gigabi
02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5764M Gigabit Ethernet PCIe [14e4:1684] (rev 10)

Sergiy Belozorov

Posted 2010-11-15T11:20:53.537

Reputation: 1 704

Answers

1

Turned out that it was silly me. All I needed was to click on "Auto eth0" in the wired network list. For some reason, despite it's name it does not connect automatically until you click it for the first time manually.

Sergiy Belozorov

Posted 2010-11-15T11:20:53.537

Reputation: 1 704

1

The first thing to do is identify the vendor and product IDs via lspci -nn (they will be the pair of 4 hex digit values at the end). From there you can identify which driver it uses, and then follow the directions that come with it to build it for your kernel.

Ignacio Vazquez-Abrams

Posted 2010-11-15T11:20:53.537

Reputation: 100 516

Thank you. I've edited the question and added output for lspci. – Sergiy Belozorov – 2010-11-15T12:02:24.593