Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Bcm4727

  1. #1
    Join Date
    Jun 2008
    Beans
    129
    Distro
    Ubuntu 13.04 Raring Ringtail

    Bcm4727

    HI!
    I have a strange problem. On my laptop i have bcm4727 wireless card. I use Microsoft Windows 7 (photo editing, video editing) and Ubuntu 11.10 i386.
    I have wireless connection at home. When i am connected with Windows everything works well, but when i am connected with Ubuntu connection is not well. I am connected all the time but the connection does not work.
    When i try to open a web page google chrome just stays at "Sending request..."
    It is the same wheather if a have BCM driver installed or not.
    Does anybody know what could be wrong. Am i missing something or maybe i need an additional package installed?

    Thanks!

  2. #2
    Join Date
    Sep 2011
    Location
    Wherever I go, Here I am
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Bcm4727

    When it boots and no networks are showing, please see if the module wl is loaded. Please open a terminal and run:
    Code:
    lsmod | grep wl
    If it is not loaded, meaning the terminal command comes back blank, load it:
    Code:
    sudo modprobe wl
    Now does your wireless work?

    If not then please post the output of this

    Code:
    sudo lshw -C network
    Last edited by bluexrider; January 13th, 2012 at 12:25 AM.
    Please mark your thread as Solved when appropriate || My WIKI
    ---------------------------


  3. #3
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Bcm4727

    Moved to the network forum.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  4. #4
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Bcm4727

    Have you plugged in an ethernet cable and gotten updates? That may install appropriate firmware and drivers. Even though you have a driver loaded the firmware is required. Most Broadcom cards work 'out of the box' nowadays but you need to get online with a cable first.

  5. #5
    Join Date
    Jun 2008
    Beans
    129
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Bcm4727

    i think that you did not quiet understand my problem.
    I DO HAVE WIRELESS working, but when i am connected in windows everything is good
    but when i am connected (CONNECTION IS ESTABLISHED) i can not get internet access ... google chrome just says Sending request... thet is neaver send...

    it is really strange! In fact sometimes internet actually works for a couple of minutes and after that internet access is gone...
    there is one thing more...connestion strengh in low (but on windows everything is ok)

    but if you really want... Note: i am writing this form linux in those minutes when i have internet access without my bcm drivers installed

    marko@ToShiba:~$ lsmod | grep wl
    marko@ToShiba:~$ sudo modprobe wl
    [sudo] password for marko:
    FATAL: Module wl not found.
    marko@ToShiba:~$ sudo lshw -C network
    *-network
    description: Ethernet interface
    product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
    vendor: Realtek Semiconductor Co., Ltd.
    physical id: 0
    bus info: pci@0000:02:00.0
    logical name: eth0
    version: 05
    serial: 88:ae:1d:40:6a:6d
    size: 10Mbit/s
    capacity: 100Mbit/s
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
    configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8168e-1.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s
    resources: irq:41 ioport:6000(size=256) memory:d3104000-d3104fff memory:d3100000-d3103fff memory:d3120000-d313ffff
    *-network
    description: Wireless interface
    product: BCM4313 802.11b/g/n Wireless LAN Controller
    vendor: Broadcom Corporation
    physical id: 0
    bus info: pci@0000:07:00.0
    logical name: wlan0
    version: 01
    serial: b4:82:fe:fa:77:af
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
    configuration: broadcast=yes driver=brcmsmac driverversion=3.0.0-15-generic-pae firmware=N/A ip=192.168.1.101 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
    resources: irq:17 memory:d7300000-d7303fff
    marko@ToShiba:~$
    Last edited by kurci2; January 13th, 2012 at 09:09 PM.

  6. #6
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Bcm4727

    Hi, you do have driver installed for wireless it shows up in the information you posted, I suspect that the wl driver is a better choice for your device but your card is tricky with 11.10.

    Please post the output of:
    Code:
    lspci -nnk | grep -iA2 net
    lsmod
    rfkill list all
    nm-tool
    sudo iwlist scan
    here by clicking on new reply and click # and paste the information between the brackets.
    Thank you

  7. #7
    Join Date
    Jun 2008
    Beans
    129
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Bcm4727

    firstly, thanks for your reply.
    i would really appreciate if you could tell my how to install wl diver ... if it is necessary

    here are otputs:
    Code:
    marko@ToShiba:~$ lspci -nnk | grep -iA2 net
    02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 05)
    	Subsystem: Toshiba America Info Systems Device [1179:fd30]
    	Kernel driver in use: r8169
    --
    07:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
    	Subsystem: Askey Computer Corp. Device [144f:7175]
    	Kernel driver in use: brcmsmac
    marko@ToShiba:~$
    Code:
    marko@ToShiba:~$ lsmod
    Module                  Size  Used by
    xt_limit               12541  12 
    xt_tcpudp              12531  9 
    ipt_LOG                12783  8 
    ipt_MASQUERADE         12663  0 
    xt_DSCP                12549  0 
    ipt_REJECT             12512  1 
    nf_conntrack_irc       13138  0 
    nf_conntrack_ftp       13183  0 
    xt_state               12514  6 
    bnep                   17923  2 
    rfcomm                 38408  8 
    pci_stub               12550  1 
    vboxpci                22882  0 
    vboxnetadp             13328  0 
    vboxnetflt             27211  0 
    vboxdrv               251973  3 vboxpci,vboxnetadp,vboxnetflt
    joydev                 17393  0 
    parport_pc             32114  0 
    ppdev                  12849  0 
    binfmt_misc            17292  1 
    snd_hda_codec_hdmi     31426  4 
    btusb                  18160  2 
    uvcvideo               67271  0 
    videodev               85626  1 uvcvideo
    bluetooth             148839  23 bnep,rfcomm,btusb
    bcma                   19571  0 
    arc4                   12473  2 
    iptable_nat            13016  0 
    nf_nat                 24958  2 ipt_MASQUERADE,iptable_nat
    nf_conntrack_ipv4      19084  9 iptable_nat,nf_nat
    nf_conntrack           70103  7 ipt_MASQUERADE,nf_conntrack_irc,nf_conntrack_ftp,xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4
    nf_defrag_ipv4         12649  1 nf_conntrack_ipv4
    iptable_mangle         12646  0 
    snd_hda_codec_realtek   254125  1 
    iptable_filter         12706  1 
    ip_tables              18106  3 iptable_nat,iptable_mangle,iptable_filter
    x_tables               21975  11 xt_limit,xt_tcpudp,ipt_LOG,ipt_MASQUERADE,xt_DSCP,ipt_REJECT,xt_state,iptable_nat,iptable_mangle,iptable_filter,ip_tables
    snd_hda_intel          28358  3 
    snd_hda_codec          91859  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep              13276  1 snd_hda_codec
    snd_pcm                80435  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_seq_midi           13132  0 
    snd_rawmidi            25241  1 snd_seq_midi
    snd_seq_midi_event     14475  1 snd_seq_midi
    snd_seq                51567  2 snd_seq_midi,snd_seq_midi_event
    snd_timer              28932  2 snd_pcm,snd_seq
    snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq
    psmouse                63474  0 
    serio_raw              12990  0 
    intel_ips              17753  0 
    snd                    55902  16 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    brcmsmac              591864  0 
    brcmutil               16885  1 brcmsmac
    mac80211              393459  1 brcmsmac
    jmb38x_ms              17406  0 
    memstick               15857  1 jmb38x_ms
    cfg80211              172427  2 brcmsmac,mac80211
    crc_ccitt              12595  1 brcmsmac
    soundcore              12600  1 snd
    snd_page_alloc         14108  2 snd_hda_intel,snd_pcm
    mei                    36466  0 
    sparse_keymap          13658  0 
    ir_lirc_codec          12770  0 
    lirc_dev               18700  1 ir_lirc_codec
    ir_sony_decoder        12493  0 
    ir_jvc_decoder         12490  0 
    ir_rc6_decoder         12490  0 
    ir_rc5_decoder         12490  0 
    rc_rc6_mce             12454  0 
    ir_nec_decoder         12490  0 
    ene_ir                 18214  0 
    toshiba_bluetooth      12711  0 
    rc_core                25797  9 ir_lirc_codec,ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_rc5_decoder,rc_rc6_mce,ir_nec_decoder,ene_ir
    lp                     17455  0 
    parport                40930  3 parport_pc,ppdev,lp
    dm_crypt               22565  1 
    usbhid                 41905  0 
    hid                    77367  1 usbhid
    nouveau               667322  3 
    ttm                    65224  1 nouveau
    ahci                   21634  2 
    libahci                25761  1 ahci
    sdhci_pci              13658  0 
    sdhci                  27360  1 sdhci_pci
    drm_kms_helper         32889  1 nouveau
    r8169                  47200  0 
    drm                   196290  5 nouveau,ttm,drm_kms_helper
    i2c_algo_bit           13199  1 nouveau
    mxm_wmi                12859  1 nouveau
    wmi                    18744  1 mxm_wmi
    video                  18908  1 nouveau
    marko@ToShiba:~$
    Code:
    marko@ToShiba:~$ rfkill list all
    0: phy0: Wireless LAN
    	Soft blocked: no
    	Hard blocked: no
    1: hci0: Bluetooth
    	Soft blocked: no
    	Hard blocked: no
    marko@ToShiba:~$
    Code:
    marko@ToShiba:~$ nm-tool
    
    NetworkManager Tool
    
    State: connected (global)
    
    - Device: eth0 -----------------------------------------------------------------
      Type:              Wired
      Driver:            r8169
      State:             unavailable
      Default:           no
      HW Address:        88:AE:1D:40:6A:6D
    
      Capabilities:
        Carrier Detect:  yes
        Speed:           10 Mb/s
    
      Wired Properties
        Carrier:         off
    
    
    - Device: wlan0  [Kurnik_Wireless] ---------------------------------------------
      Type:              802.11 WiFi
      Driver:            brcmsmac
      State:             connected
      Default:           yes
      HW Address:        B4:82:FE:FA:77:AF
    
      Capabilities:
        Speed:           72 Mb/s
    
      Wireless Properties
        WEP Encryption:  yes
        WPA Encryption:  yes
        WPA2 Encryption: yes
    
      Wireless Access Points (* = current AP)
        Home:            Infra, C0:C1:C0:50:D2:57, Freq 2452 MHz, Rate 54 Mb/s, Strength 19 WPA2
        doma:            Infra, 00:16:01:D2:E9:03, Freq 2412 MHz, Rate 54 Mb/s, Strength 27 WEP
        *Kurnik_Wireless:Infra, 74:EA:3A:BA:FA:F2, Freq 2412 MHz, Rate 54 Mb/s, Strength 85 WPA2
    
      IPv4 Settings:
        Address:         192.168.1.101
        Prefix:          24 (255.255.255.0)
        Gateway:         192.168.1.1
    
        DNS:             192.168.1.1
    
    
    marko@ToShiba:~$
    Code:
    marko@ToShiba:~$ sudo iwlist scan
    [sudo] password for marko: 
    lo        Interface doesn't support scanning.
    
    eth0      Interface doesn't support scanning.
    
    wlan0     Scan completed :
              Cell 01 - Address: 74:EA:3A:BA:FA:F2
                        Channel:1
                        Frequency:2.412 GHz (Channel 1)
                        Quality=54/70  Signal level=-56 dBm  
                        Encryption key:on
                        ESSID:""
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                                  9 Mb/s; 12 Mb/s; 18 Mb/s
                        Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                        Mode:Master
                        Extra:tsf=000000862f0b3d80
                        Extra: Last beacon: 156ms ago
                        IE: Unknown: 0000
                        IE: Unknown: 010882848B960C121824
                        IE: Unknown: 030101
                        IE: Unknown: 050400010000
                        IE: Unknown: 2A0100
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : PSK
                        IE: Unknown: 32043048606C
                        IE: Unknown: DD180050F2020101860003A4000027A4000042435E0062322F00
                        IE: Unknown: DD1E00904C334E111BFF00000000000000000000000000000000000000000000
                        IE: Unknown: 2D1A4E111BFF00000000000000000000000000000000000000000000
                        IE: Unknown: DD1A00904C34010D0A00000000000000000000000000000000000000
                        IE: Unknown: 3D16010D0A00000000000000000000000000000000000000
                        IE: Unknown: DD0900037F01010000FF7F
                        IE: Unknown: DD0A00037F04010000004000
              Cell 02 - Address: 74:EA:3A:BA:FA:F2
                        Channel:1
                        Frequency:2.412 GHz (Channel 1)
                        Quality=53/70  Signal level=-57 dBm  
                        Encryption key:on
                        ESSID:"Kurnik_Wireless"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                                  9 Mb/s; 12 Mb/s; 18 Mb/s
                        Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                        Mode:Master
                        Extra:tsf=0000007b3287808e
                        Extra: Last beacon: 47186224ms ago
                        IE: Unknown: 000F4B75726E696B5F576972656C657373
                        IE: Unknown: 010882848B960C121824
                        IE: Unknown: 030101
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : PSK
                        IE: Unknown: 2A0100
                        IE: Unknown: 32043048606C
                        IE: Unknown: DD180050F2020101860003A4000027A4000042435E0062322F00
                        IE: Unknown: DD1E00904C334E111BFF00000000000000000000000000000000000000000000
                        IE: Unknown: 2D1A4E111BFF00000000000000000000000000000000000000000000
                        IE: Unknown: DD1A00904C34010D0800000000000000000000000000000000000000
                        IE: Unknown: 3D16010D0800000000000000000000000000000000000000
                        IE: Unknown: DD0900037F01010000FF7F
                        IE: Unknown: DD0A00037F04010000004000
              Cell 03 - Address: 00:16:01:D2:E9:03
                        Channel:1
                        Frequency:2.412 GHz (Channel 1)
                        Quality=26/70  Signal level=-84 dBm  
                        Encryption key:on
                        ESSID:"doma"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
                        Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                                  36 Mb/s; 48 Mb/s; 54 Mb/s
                        Mode:Master
                        Extra:tsf=000004f088ba4184
                        Extra: Last beacon: 68ms ago
                        IE: Unknown: 0004646F6D61
                        IE: Unknown: 010482848B96
                        IE: Unknown: 030101
                        IE: Unknown: 2A0100
                        IE: Unknown: 2F0100
                        IE: Unknown: 32080C1218243048606C
                        IE: Unknown: DD06001018020013
    
    marko@ToShiba:~$

  8. #8
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Bcm4727

    Hi, we are going to take this one step at a time please do:
    Code:
    echo "blacklist bcma" | sudo tee -a /etc/modprobe.d/blacklist.conf
    Reboot with wired connection unplugged.

    Which network are you trying to connect too?
    Thanks

  9. #9
    Join Date
    Jun 2008
    Beans
    129
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Bcm4727

    right now i am not connected to wireless connection i have problems on
    the wireless connection with problems (on Ubuntu) is not secured

    Could that be a problem?

    well...i have done what you said, but i will be able to tell you if anything is better tommorow (on sunday).
    so !PLEASE!, stay with me on this issue =)
    Last edited by kurci2; January 14th, 2012 at 08:35 PM.

  10. #10
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Bcm4727

    Hi, even with security turned off you still can not connect with your wireless right?

    Are you connected by a wired connection that is what I was saying to unplug.
    Thanks

Page 1 of 2 12 LastLast

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
  •