0 Members and 1 Guest are viewing this topic.
modprobe tg3
dhclient eth0
ping google.com
flyingfisch@Office-OptiPlex-745:~$ lspci 00:00.0 Host bridge: Intel Corporation 82Q963/Q965 Memory Controller Hub (rev 02) 00:01.0 PCI bridge: Intel Corporation 82Q963/Q965 PCI Express Root Port (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82Q963/Q965 Integrated Graphics Controller (rev 02) 00:02.1 Display controller: Intel Corporation 82Q963/Q965 Integrated Graphics Controller (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) 00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) 00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02) 00:1f.5 IDE interface: Intel Corporation 82801H (ICH8 Family) 2 port SATA IDE Controller (rev 02) 03:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5754 Gigabit Ethernet PCI Express (rev 02)
# modprobe tg3# _
"welcome to the world of computers, where everything seems to be based on random number generators"
modprobe just loads the module so the computer can use it. It does not run it(I believe)What you might want to do is try to get an updated version of the driver's .deb installer from a comp with internet and install it with dpkg
modprobe bnx2
Looking around I saw somebody had the same problem and saw they needed to run Code: [Select]modprobe bnx2maybe try that if not I found a driver selection page here http://www.broadcom.com/support/ethernet_nic/downloaddrivers.php looking at them the each have a linux driver
He has tried to connect via command prompt, since he used dhclient It's very unusual to see wired networking fail to work on Linux. Maybe you're missing some firmware for that card model, or the driver for that particular, outdated version of Ubuntu has a problem ?Unless you're into the Unity interface (in which case you should use Ubuntu 12.04, as it's somewhat less immature and less buggy in 12.04 than in 11.10), you may want to use Mint: it's very close to Ubuntu, but the Cinnamon desktop environment offers a desktop which feels like, well, a desktop.
I wasnt sure if he had done so since he had run modprobe