I believe the "interesting" lines are:
tg3.c:v3.106 (January 12, 2010)
tg3 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
tg3 0000:03:00.0: setting latency timer to 64
tg3 mdio bus: probed
eth%d: No PHY devices
tg3: Problem fetching invariants of chip, aborting.
tg3 0000:03:00.0: PCI INT A disabled
I just googled the 'tg3.c:v3.106' part together with the kernel version for TC 3.x (i.e. '2.6.33'): On this
page I found the recommendation to use:
modprobe -r tg3
modprobe broadcom
modprobe tg3You will have to execute those commands as 'root', which would be achieved by preceeding each of them with
sudo)
Now check for errors in
dmesg | tail and if unsure you might want to follow the step-by-step trobleshooting I just suggested in this
post. If that all works you probably want to make this tweak "stick": I'd suggest to put those commands (this time without the
sudo) into '/opt/bootlocal.sh' and make sure that they are included in the backup (e.g. via
filetool.sh -b).