LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-03-2013, 12:31 PM   #1
ksjenka
LQ Newbie
 
Registered: Aug 2013
Distribution: Ubuntu 13.04
Posts: 6

Rep: Reputation: Disabled
Lightbulb Broadcom BCM57785 - Wired Internet connecting problems


Hello everyone! I'm a newbie in Linux world, so don't be hard on me. Recently I bought a new laptop - Acer Aspire v3-571g intel-corei3-3110M. I tried to install different linux distros: pear os, elementary os luna and ubuntu finally. In all cases it says "Connected" to my wired internet, but actually the internet isn't working. I really don't know what to. On my old Acer laptop(on which I'm currently typing) installed Ubuntu and the internet works like a charm. Maybe I have to install ethernet drivers? Please, help me.
I prepared some outputs that I saw in other threads is most requested for help, though I'm not sure what those commands mean:

Code:
ifconfig
eth0      Link encap:Ethernet  HWaddr b8:88:e3:a3:f6:25  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 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:16 


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:65536  Metric:1
          RX packets:218 errors:0 dropped:0 overruns:0 frame:0
          TX packets:218 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:18634 (18.6 KB)  TX bytes:18634 (18.6 KB)


wlan0     Link encap:Ethernet  HWaddr 68:94:23:1e:e2:51  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


sudo lshw -C network
[sudo] password for ksenia: 
  *-network               
       description: Ethernet interface
       product: NetLink BCM57785 Gigabit Ethernet PCIe
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 10
       serial: b8:88:e3:a3:f6:25
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.128 firmware=sb latency=0 link=no multicast=yes port=twisted pair
       resources: irq:16 memory:b3430000-b343ffff memory:b3440000-b344ffff memory:b3450000-b34507ff
  *-network
       description: Wireless interface
       product: AR9462 Wireless Network Adapter
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlan0
       version: 01
       serial: 68:94:23:1e:e2:51
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
       configuration: broadcast=yes driver=ath9k driverversion=3.8.0-19-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
       resources: irq:17 memory:b3500000-b357ffff memory:9fc00000-9fc0ffff




sudo lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M] (rev a1)
02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57785 Gigabit Ethernet PCIe (rev 10)
02:00.1 SD Host controller: Broadcom Corporation NetXtreme BCM57765 Memory Card Reader (rev 10)
02:00.2 System peripheral: Broadcom Corporation Device 16be (rev 10)
02:00.3 System peripheral: Broadcom Corporation Device 16bf (rev 10)
03:00.0 Network controller: Atheros Communications Inc. AR9462 Wireless Network Adapter (rev 01)


lspci -nn | grep 0200
02:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM57785 Gigabit Ethernet PCIe [14e4:16b5] (rev 10)
Thanks to all who are helping people here
 
Old 08-03-2013, 08:17 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,330
Blog Entries: 28

Rep: Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144
Check out this post on Broadcom, then let us know what happened/didn't happen.

http://www.linuxquestions.org/questi...ux-4175434970/
 
Old 08-03-2013, 08:40 PM   #3
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
Quote:
Maybe I have to install ethernet drivers
Hi we can eliminate that as you can see the eth0 entry
--that eth0 shows you have the hardware detected but maybe the wlan0 confused it for getting the dhcp (domain name server) up and running
----what you need to see----is an ip in that area eg

Code:
eth0      Link encap:Ethernet  HWaddr xxxxx  
          inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::221:97ff:fe76:2dda/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1978 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1762 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:50 
          RX bytes:1283082 (1.2 MiB)  TX bytes:277456 (270.9 KiB)
If frankbell's entry which appears to be a wireless howto does not help, can you try this pls?

Code:
sudo wlan0 down
sudo eth0 down
sudo eth0 up
sudo ifconfig eth0
its ethzero not eth ohh

if the last command does not show an ip, then try this

Code:
sudo dhclient eth0
based on this thread
http://www.linuxquestions.org/questi...t-eth0-517695/

not all distros use dhclient as their dhcp server but we await to see what results you get.

sometimes you can see something falling over in your /var/log/messages but you may need root powers to read it.

good luck
 
Old 08-04-2013, 03:42 AM   #4
ksjenka
LQ Newbie
 
Registered: Aug 2013
Distribution: Ubuntu 13.04
Posts: 6

Original Poster
Rep: Reputation: Disabled
OK, I'm a complete noob in all of that but I hope I did something right, here are all outputs:

Code:
sudo ethtool eth0
Settings for eth0:
	Supported ports: [ TP ]
	Supported link modes:   10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Half 1000baseT/Full 
	Supported pause frame use: No
	Supports auto-negotiation: Yes
	Advertised link modes:  10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Half 1000baseT/Full 
	Advertised pause frame use: Symmetric
	Advertised auto-negotiation: Yes
	Link partner advertised link modes:  10baseT/Half 10baseT/Full 
	                                     100baseT/Half 100baseT/Full 
	Link partner advertised pause frame use: Symmetric
	Link partner advertised auto-negotiation: Yes
	Speed: 100Mb/s
	Duplex: Full
	Port: Twisted Pair
	PHYAD: 1
	Transceiver: internal
	Auto-negotiation: on
	MDI-X: off
	Supports Wake-on: g
	Wake-on: g
	Current message level: 0x000000ff (255)
			       drv probe link timer ifdown ifup rx_err tx_err
	Link detected: yes


sudo wlan0 down
sudo: wlan0: command not found

sudo eth0 down
sudo: eth0: command not found

sudo eth0 up
sudo: eth0: command not found

sudo ifconfig eth0
eth0      Link encap:Ethernet  HWaddr b8:88:e3:a3:f6:25  
          inet addr:172.16.26.226  Bcast:172.16.31.255  Mask:255.255.240.0
          inet6 addr: fe80::ba88:e3ff:fea3:f625/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:736 errors:0 dropped:90 overruns:0 frame:0
          TX packets:520 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:55789 (55.7 KB)  TX bytes:48366 (48.3 KB)
          Interrupt:16
Please help me, I'm hitting my head against the wall with this problem.
 
Old 08-04-2013, 03:48 AM   #5
ksjenka
LQ Newbie
 
Registered: Aug 2013
Distribution: Ubuntu 13.04
Posts: 6

Original Poster
Rep: Reputation: Disabled
Now about Broadcom BCM57785: I read this article - http://havingnoclue.wordpress.com/20...-ubuntu-10-04/
and tried to install the driver, but there was issues:
1. In HOME I created "Ethernet" directory where I extracted linux-3.129d.zip
2. I extracted tg3-3.129d.tar.gz in Ethernet/Sever/Linux/Driver folder and there appeared "tg3-3.129d" folder
3. Opened a terminal and did the following:

Code:
ksenia@ksenia-Aspire-V3-571G:~$ cd Ethernet/Server/Linux/Driver/
ksenia@ksenia-Aspire-V3-571G:~/Ethernet/Server/Linux/Driver$ cd tg3-3.129d
ksenia@ksenia-Aspire-V3-571G:~/Ethernet/Server/Linux/Driver/tg3-3.129d$ make
sh makeflags.sh /lib/modules/3.8.0-19-generic/build  > tg3_flags.h
make -C /lib/modules/3.8.0-19-generic/build SUBDIRS=/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d modules
make[1]: Entering directory `/usr/src/linux-headers-3.8.0-19-generic'
  CC [M]  /home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.o
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:288:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__devinitdata’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:11377:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_timer_init’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:14766:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_eeprom_size’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:14800:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_nvram_size’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:14833:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_nvram_info’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:14884:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_nvram_get_pagesize’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:14911:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_5752_nvram_info’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:14952:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_5755_nvram_info’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15008:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_5787_nvram_info’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15046:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_5761_nvram_info’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15121:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_5906_nvram_info’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15128:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_57780_nvram_info’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15201:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_5717_nvram_info’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15279:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_5720_nvram_info’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15421:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_nvram_init’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15492:52: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__devinitdata’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15556:42: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_lookup_by_subsys’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15570:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_eeprom_hw_cfg’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15783:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_ape_otp_read’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15816:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_issue_otp_command’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15839:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_read_otp_phycfg’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15865:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_phy_init_link_config’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:15892:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_phy_probe’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16011:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_read_vpd’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16132:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_fw_img_is_valid’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16145:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_read_bc_ver’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16197:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_read_hwsb_ver’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16213:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_read_sb_ver’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16268:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_read_mgmtfw_ver’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16320:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_probe_ncsi’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16336:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_read_dash_ver’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16361:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_read_otp_ver’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16386:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_read_fw_ver’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16442:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_find_peer’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16470:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_detect_asic_rev’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16579:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_invariants’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:17436:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_get_device_address’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:17517:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_calc_dma_bndry’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:17658:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_do_test_dma’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:17747:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_test_dma’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:17943:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_init_bufmgr_config’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:17999:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_phy_string’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:18038:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_bus_string’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:18074:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_init_coal’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:18105:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_init_one’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:18625:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tg3_remove_one’
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:18939:12: error: ‘tg3_init_one’ undeclared here (not in a function)
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:18940:2: error: implicit declaration of function ‘__devexit_p’ [-Werror=implicit-function-declaration]
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:18940:25: error: ‘tg3_remove_one’ undeclared here (not in a function)
In file included from /home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.h:13:0,
                 from /home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:118:
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3_compat.h:969:14: warning: ‘print_mac’ defined but not used [-Wunused-function]
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:548:12: warning: ‘tg3_read32’ defined but not used [-Wunused-function]
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:579:12: warning: ‘tg3_read_indirect_reg32’ defined but not used [-Wunused-function]
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:621:12: warning: ‘tg3_read_indirect_mbox’ defined but not used [-Wunused-function]
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:674:12: warning: ‘tg3_read32_mbox_5906’ defined but not used [-Wunused-function]
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:679:13: warning: ‘tg3_write32_mbox_5906’ defined but not used [-Wunused-function]
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:747:13: warning: ‘tg3_ape_lock_init’ defined but not used [-Wunused-function]
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:1623:12: warning: ‘tg3_mdio_init’ defined but not used [-Wunused-function]
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:1739:13: warning: ‘tg3_mdio_fini’ defined but not used [-Wunused-function]
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:11246:13: warning: ‘tg3_timer’ defined but not used [-Wunused-function]
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:11436:13: warning: ‘tg3_reset_task’ defined but not used [-Wunused-function]
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:14524:27: warning: ‘tg3_ethtool_ops’ defined but not used [-Wunused-variable]
/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.c:16558:13: warning: ‘tg3_10_100_only_device’ defined but not used [-Wunused-function]
cc1: some warnings being treated as errors
make[2]: *** [/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d/tg3.o] Error 1
make[1]: *** [_module_/home/ksenia/Ethernet/Server/Linux/Driver/tg3-3.129d] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.8.0-19-generic'
make: *** [default] Error 2
I didn't execute commands:
Code:
insmod tg3.ko
make install
because of those errors above.
What did I do wrong?? I don't know how to install it, the README.TXT file instructions apparently aren't enough for me
 
Old 08-04-2013, 07:39 AM   #6
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
oops I missed out ifconfig from some.

never mind here is a useful link
http://www.linuxhomenetworking.com/w...g#.Uf5INlM_UnU

In particular

can you now show the output for only your ethernet controller....I know you have done the short version I would like to see the long version of
Code:
lspci -vvv
If your kernel module is tg3 you could try
Code:
sudo modprobe tg3
but do you have it loaded already?

Code:
lsmod | grep tg3
back to that link, what do you have for /etc/network/interfaces?

I will show my non-wlan stuff
Quote:
cat /etc/network/interfaces
# /etc/network/interfaces - configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp
hotplug means you can remove and re-insert the ethernet cable. Naturally you need to be a local user to get that /etc/....interfaces file to work for you, but the actual group you need to belong to is called plugdev from memory

as a local user....run groups and you can see ...<yourloginname>.dialout cdrom floppy audio dip video plugdev users fuse scanner netdev


#############

your
Quote:
sudo ifconfig eth0
eth0 Link encap:Ethernet HWaddr b8:88:e3:a3:f6:25
inet addr:172.16.26.226 Bcast:172.16.31.255 Mask:255.255.240.0
inet6 addr: fe80::ba88:e3ff:fea3:f625/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:736 errors:0 dropped:90 overruns:0 frame:0
TX packets:520 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:55789 (55.7 KB) TX bytes:48366 (48.3 KB)
Interrupt:16
you are suggesting you did tried a web browser and no internet?

according to my eye sight you have hardware
you have ethernet up (working)
you have DHCP granting this hardware an ip
but it is broadcasting thru 172.16.31.255

is that some router address?

do you recognise it?
 
Old 08-04-2013, 08:04 AM   #7
ksjenka
LQ Newbie
 
Registered: Aug 2013
Distribution: Ubuntu 13.04
Posts: 6

Original Poster
Rep: Reputation: Disabled
Here are the outputs:

Code:
lspci -vvv
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>

00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: b2000000-b2ffffff
	Prefetchable memory behind bridge: 00000000a0000000-00000000b1ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 44
	Region 0: Memory at b3000000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at 3000 [size=64]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: i915

00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 41
	Region 0: Memory at b3600000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd

00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at b3614000 (64-bit, non-prefetchable) [size=16]
	Capabilities: <access denied>
	Kernel driver in use: mei

00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at b3619000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 45
	Region 0: Memory at b3610000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: 9fb00000-9fbfffff
	Prefetchable memory behind bridge: 00000000b3400000-00000000b34fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: b3500000-b35fffff
	Prefetchable memory behind bridge: 000000009fc00000-000000009fcfffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at b3618000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: lpc_ich

00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 42
	Region 0: I/O ports at 3088 [size=8]
	Region 1: I/O ports at 3094 [size=4]
	Region 2: I/O ports at 3080 [size=8]
	Region 3: I/O ports at 3090 [size=4]
	Region 4: I/O ports at 3060 [size=32]
	Region 5: Memory at b3617000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 10
	Region 0: Memory at b3615000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 3040 [size=32]

01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: Acer Incorporated [ALI] Device 0648
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at b2000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at a0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at b0000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at 2000 [size=128]
	Expansion ROM at <ignored> [disabled]
	Capabilities: <access denied>

02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57785 Gigabit Ethernet PCIe (rev 10)
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at b3430000 (64-bit, prefetchable) [size=64K]
	Region 2: Memory at b3440000 (64-bit, prefetchable) [size=64K]
	Expansion ROM at b3450000 [disabled] [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: tg3

02:00.1 SD Host controller: Broadcom Corporation NetXtreme BCM57765 Memory Card Reader (rev 10) (prog-if 01)
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at b3400000 (64-bit, prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: sdhci-pci

02:00.2 System peripheral: Broadcom Corporation Device 16be (rev 10)
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 11
	Region 0: Memory at b3410000 (64-bit, prefetchable) [size=64K]
	Capabilities: <access denied>

02:00.3 System peripheral: Broadcom Corporation Device 16bf (rev 10)
	Subsystem: Acer Incorporated [ALI] Device 0647
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 11
	Region 0: Memory at b3420000 (64-bit, prefetchable) [size=64K]
	Capabilities: <access denied>

03:00.0 Network controller: Atheros Communications Inc. AR9462 Wireless Network Adapter (rev 01)
	Subsystem: Foxconn International, Inc. Device e052
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at b3500000 (64-bit, non-prefetchable) [size=512K]
	Expansion ROM at 9fc00000 [disabled] [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: ath9k
then:

Code:
lsmod | grep tg3
tg3                   153796  0 
ptp                    18621  1 tg3
when I executed this command, nothing's changed:

Code:
ksenia@ksenia-Aspire-V3-571G:~$ sudo modprobe tg3
ksenia@ksenia-Aspire-V3-571G:~$
Next:
Code:
cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
To be honest I don't understand anything from that link resource (and I have only a wired internet, NOT wireless), I'm a linux newbie.

Quote:
your
Quote:
sudo ifconfig eth0
eth0 Link encap:Ethernet HWaddr b8:88:e3:a3:f6:25
inet addr:172.16.26.226 Bcast:172.16.31.255 Mask:255.255.240.0
inet6 addr: fe80::ba88:e3ff:fea3:f625/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:736 errors:0 dropped:90 overruns:0 frame:0
TX packets:520 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:55789 (55.7 KB) TX bytes:48366 (48.3 KB)
Interrupt:16
you are suggesting you did tried a web browser and no internet?

according to my eye sight you have hardware
you have ethernet up (working)
you have DHCP granting this hardware an ip
but it is broadcasting thru 172.16.31.255

is that some router address?

do you recognise it?
I have the Gateway: 172.16.31.253 and my first DNS is 172.16.31.253
And, yes, there is a pop-up message "connected", but browsers won't work, and through terminal I can't download any soft, about the software center - the same.

God, help us!

Last edited by ksjenka; 08-04-2013 at 08:08 AM.
 
Old 08-04-2013, 09:51 AM   #8
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
ok let review

Quote:
02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57785 Gigabit Ethernet PCIe (rev 10)
Subsystem: Acer Incorporated [ALI] Device 0647
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at b3430000 (64-bit, prefetchable) [size=64K]
Region 2: Memory at b3440000 (64-bit, prefetchable) [size=64K]
Expansion ROM at b3450000 [disabled] [size=2K]
Capabilities: <access denied>
Kernel driver in use: tg3
now we know your tg3 is already loaded from above output....but google for your card suggests firmware is needed.
http://comments.gmane.org/gmane.linu...an.user/417458

run this command and note you will need to get similar hits
Code:
dpkg -l | grep firmware
ii  firmware-linux                          0.39                          all          Binary firmware for various drivers in the Linux kernel (meta-package)
ii  firmware-linux-free                     3.2                           all          Binary firmware for various drivers in the Linux kernel
ii  firmware-linux-nonfree                  0.39                          all          Binary firmware for various drivers in the Linux kernel
ignore the version numbers as I run debian sid....I guess you are on ubuntu?

can you see if you have non-free repos enabled?

In debian you may need to use root powers to peek into files under /etc/apt
and you are looking for a file called debian.lst.....or it may be called sources.lst....I am not sure with ubuntu

I have a folder called sources.list.d ....you may not....its not important just find the file that has similar contents to below and confirm you have non-free

eg I have a debian sid so mine looks like
Code:
/etc/apt/sources.list.d$ cat debian.list 

deb http://mirror.internode.on.net/pub/debian sid contrib main non-free
the key word is non-free as you then need to install the non-free firmware
assuming you are comfortable manually editting your debian list file to add non-free then try this

Code:
sudo apt-get updata (to tell apt to update and grab non-free type files)
sudo apt-get install  firmware-linux-nonfree  firmware-linux-free  firmware-linux
sudo reboot
then check if you can get onto net
good luck

if not we might need to look at the /var/log/messages but only that part of your log concerning your ethernet pls
 
Old 08-04-2013, 10:05 AM   #9
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
damn

I forgot to read your /etc/network/interfaces post.

pls use root powers like this to fix it up

Code:
sudo echo "
allow-hotplug eth0
iface eth0 inet dhcp 
" >> /etc/network/interfaces
or do it using a root powered editor
 
Old 08-04-2013, 10:40 AM   #10
ksjenka
LQ Newbie
 
Registered: Aug 2013
Distribution: Ubuntu 13.04
Posts: 6

Original Poster
Rep: Reputation: Disabled
The first command:

Code:
dpkg -l | grep firmware
ii  b43-fwcutter                              1:017-2                                amd64        utility for extracting Broadcom 43xx firmware
ii  linux-firmware                            1.106                                  all          Firmware for Linux kernel drivers
In /etc/apt/ I found "sources.list.d" folder but it was empty, but in the same "apt" directory I found sources.list file:

Code:
# deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424)]/ raring main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ua.archive.ubuntu.com/ubuntu/ raring main restricted
deb-src http://ua.archive.ubuntu.com/ubuntu/ raring main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ua.archive.ubuntu.com/ubuntu/ raring-updates main restricted
deb-src http://ua.archive.ubuntu.com/ubuntu/ raring-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ua.archive.ubuntu.com/ubuntu/ raring universe
deb-src http://ua.archive.ubuntu.com/ubuntu/ raring universe
deb http://ua.archive.ubuntu.com/ubuntu/ raring-updates universe
deb-src http://ua.archive.ubuntu.com/ubuntu/ raring-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ua.archive.ubuntu.com/ubuntu/ raring multiverse
deb-src http://ua.archive.ubuntu.com/ubuntu/ raring multiverse
deb http://ua.archive.ubuntu.com/ubuntu/ raring-updates multiverse
deb-src http://ua.archive.ubuntu.com/ubuntu/ raring-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ua.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
deb-src http://ua.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu raring-security main restricted
deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
deb http://security.ubuntu.com/ubuntu raring-security universe
deb-src http://security.ubuntu.com/ubuntu raring-security universe
deb http://security.ubuntu.com/ubuntu raring-security multiverse
deb-src http://security.ubuntu.com/ubuntu raring-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu raring partner
# deb-src http://archive.canonical.com/ubuntu raring partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu raring main
deb-src http://extras.ubuntu.com/ubuntu raring main
All of the rest commands didn't work because I don't have the internet on that laptop, it says "connected" after I hook up the ethernet cable but the internet doesn't actually work.
What do you suggest considering the above outputs??
 
Old 08-04-2013, 02:19 PM   #11
ksjenka
LQ Newbie
 
Registered: Aug 2013
Distribution: Ubuntu 13.04
Posts: 6

Original Poster
Rep: Reputation: Disabled
Problem's solved - I just had to change the MAC-address on my new laptop Thanks to all who was helping me))
 
Old 08-04-2013, 08:38 PM   #12
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,330
Blog Entries: 28

Rep: Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144
Thanks for posting the answer. It might help someone else down the line.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
After iw wlan0 scan, Broadcom BCM4311 still not connecting to internet asgere01 Linux - Wireless Networking 7 09-28-2012 12:59 AM
Wired networking not connecting in Fedora 12 with Windows Internet Connection Sharing LinuxLearner123 Linux - Networking 2 01-16-2011 05:33 PM
Problems connecting through a Wired Linksys router tic-tac-toe Linux - Networking 9 10-25-2010 01:52 PM
Problems with Connecting to Internet mattireland Slackware 16 03-27-2008 04:17 PM
Connecting Problems to Internet FireInTheDark Linux - Networking 3 08-11-2004 10:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration