Page 1 of 3 123 LastLast
Results 1 to 10 of 30

Thread: Broadcom BCM57785

  1. #1
    Join Date
    Aug 2013
    Beans
    18

    Broadcom BCM57785

    I'm new to linux, so don't be really hard on me. 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 installed Ubuntu and the internet works like a charm. Maybe I have to install ethernet drivers? Please, help me.
    I set up outputs that I saw in other threads is most requested for help, but 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

  2. #2
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Broadcom BCM57785

    Hi,

    is the driver loaded?
    Code:
    lsmod
    please also check:
    Code:
    cat /etc/network/interfaces
    cat /etc/resolv.conf
    route -n
    Is wireless working? If yes, install this package and show additionally:
    Code:
    sudo apt-get install ethtool
    sudo ethtool eth0

  3. #3
    Join Date
    Aug 2013
    Beans
    18

    Re: Broadcom BCM57785

    OK, that's the info I got:

    Code:
    lsmod
    Module                  Size  Used by
    snd_hda_codec_hdmi     36913  1 
    snd_hda_codec_realtek    78399  1 
    parport_pc             28152  0 
    ppdev                  17073  0 
    bnep                   18036  2 
    rfcomm                 42641  0 
    bluetooth             228619  10 bnep,rfcomm
    joydev                 17377  0 
    coretemp               13355  0 
    kvm_intel             132891  0 
    kvm                   443165  1 kvm_intel
    ghash_clmulni_intel    13259  0 
    cryptd                 20373  1 ghash_clmulni_intel
    acer_wmi               32467  0 
    sparse_keymap          13890  1 acer_wmi
    snd_hda_intel          39619  3 
    snd_hda_codec         136453  3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep              13602  1 snd_hda_codec
    snd_pcm                97451  3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc         18710  2 snd_pcm,snd_hda_intel
    snd_seq_midi           13324  0 
    snd_seq_midi_event     14899  1 snd_seq_midi
    snd_rawmidi            30180  1 snd_seq_midi
    uvcvideo               80847  0 
    snd_seq                61554  2 snd_seq_midi_event,snd_seq_midi
    videobuf2_vmalloc      13056  1 uvcvideo
    snd_seq_device         14497  3 snd_seq,snd_rawmidi,snd_seq_midi
    videobuf2_memops       13202  1 videobuf2_vmalloc
    videobuf2_core         40513  1 uvcvideo
    snd_timer              29425  2 snd_pcm,snd_seq
    videodev              129260  2 uvcvideo,videobuf2_core
    nouveau               939088  0 
    arc4                   12615  2 
    mac_hid                13205  0 
    i915                  600351  3 
    microcode              22881  0 
    ath9k                 149924  0 
    ath9k_common           14055  1 ath9k
    ath9k_hw              413680  2 ath9k_common,ath9k
    ath                    23827  3 ath9k_common,ath9k,ath9k_hw
    mxm_wmi                13021  1 nouveau
    ttm                    83187  1 nouveau
    mac80211              606457  1 ath9k
    wmi                    19070  3 acer_wmi,mxm_wmi,nouveau
    video                  19390  3 i915,acer_wmi,nouveau
    drm_kms_helper         49394  2 i915,nouveau
    drm                   286313  6 ttm,i915,drm_kms_helper,nouveau
    cfg80211              510937  3 ath,ath9k,mac80211
    psmouse                95870  0 
    serio_raw              13215  0 
    snd                    68876  16 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device
    i2c_algo_bit           13413  2 i915,nouveau
    mei                    41158  0 
    soundcore              12680  1 snd
    lpc_ich                17061  0 
    lp                     17759  0 
    parport                46345  3 lp,ppdev,parport_pc
    sdhci_pci              18590  0 
    sdhci                  32522  1 sdhci_pci
    tg3                   153796  0 
    ahci                   25731  4 
    libahci                31364  1 ahci
    ptp                    18621  1 tg3
    pps_core               14080  1 ptp
    
    
    
    
    cat /etc/network/interfaces
    # interfaces(5) file used by ifup(8) and ifdown(8)
    auto lo
    iface lo inet loopback
    
    
    cat /etc/resolv.conf
    # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
    #     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
    nameserver 127.0.1.1
    
    
    route -n
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    0.0.0.0         172.16.31.253   0.0.0.0         UG    0      0        0 eth0
    169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 eth0
    172.16.16.0     0.0.0.0         255.255.240.0   U     1      0        0 eth0
    
    
    
    
    sudo apt-get install ethtool
    [sudo] password for ksenia: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package ethtool is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    
    
    E: Package 'ethtool' has no installation candidate
    I don't have a wireless connection, I only can see the users in list that are connected to wi-fi network. But to be sure I did the last command.

  4. #4
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Broadcom BCM57785

    Which Ubuntu version is it? Please show
    Code:
    uname -a
    lsb_release -a

  5. #5
    Join Date
    Aug 2013
    Beans
    18

    Re: Broadcom BCM57785

    Here:

    Code:
    uname -a
    Linux ksenia-Aspire-V3-571G 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    
    
    ksenia@ksenia-Aspire-V3-571G:~$ lsb_release -a
    No LSB modules are available.
    Distributor ID:	Ubuntu
    Description:	Ubuntu 13.04
    Release:	13.04
    Codename:	raring

  6. #6
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Broadcom BCM57785

    Download this package to "Downloads":

    http://de.archive.ubuntu.com/ubuntu/....2-1_amd64.deb

    Installation via:
    Code:
    sudo dpkg -i ~/Downloads/*.deb
    sudo ethtool eth0

  7. #7
    Join Date
    Aug 2013
    Beans
    18

    Re: Broadcom BCM57785

    I assume I had to connect my cable to the new laptop in order to check the last command, which I did (sorry I'm saying those stupid things):

    Code:
     sudo ethtool eth0
    [sudo] password for ksenia: 
    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: on
    	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

  8. #8
    Join Date
    Aug 2013
    Beans
    18

    Re: Broadcom BCM57785

    For additional information: I'm currently typing all of my posts on my old laptop, where this wired connection is working; I'm also downloading from there, then I'm putting info on my flash usb; and also all of the output from my new laptop I put on this flash drive in .txt, go back to this old laptop in order to write here.

  9. #9
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Broadcom BCM57785

    Try to deactivate the auto-negotiation of the card:
    Code:
    sudo ethtool -s eth0 speed 100 autoneg off

  10. #10
    Join Date
    Aug 2013
    Beans
    18

    Re: Broadcom BCM57785

    Nope, nothing's changed

Page 1 of 3 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •