Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 37

Thread: BCM4313 driver not working under various drivers in Ubuntu 13.04.

  1. #11
    Join Date
    Nov 2008
    Location
    uk
    Beans
    131
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: BCM4313 driver not working under various drivers in Ubuntu 13.04.

    @varunendra,

    No problem.

    I just hope the OP gets this sorted asap.

    Just as an aside, I spent ages trying to cure a non-functioning backlight on my Lenovo G780. I was tempted to get a hammer to it!

    The same backlight problem exists for this laptop in both Ubuntu 13.04 and Linux Mint 15.

    I eventually got it fixed by using an amended line of code in /etc/default/grub thanks to information from one of the forum posters.

    These Linux help forums are absolutely vital and I am confident that Luke_Ender will solve his BCM4313 problem shortly, either with Ubuntu 13.04 or Linux Mint 15 Cinnamon 32 bit.

  2. #12
    Join Date
    Sep 2013
    Beans
    8

    Re: BCM4313 driver not working under various drivers in Ubuntu 13.04.

    Ok, I ran all the commands you pointed me too and rfkill still reports
    Code:
    0: asus-wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    2: brcmwl-0: Wireless LAN
        Soft blocked: no
     Hard blocked: yes

  3. #13
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,963
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: BCM4313 driver not working under various drivers in Ubuntu 13.04.

    Try to blacklist this driver:
    Code:
    echo "blacklist brcm80211" | sudo tee /etc/modprobe.d/blacklist-brcm80211.conf
    Reboot.

  4. #14
    Join Date
    Sep 2013
    Beans
    8

    Re: BCM4313 driver not working under various drivers in Ubuntu 13.04.

    Blacklisting the driver hasn't worked in the past. I did it again accoriding to your post and still no luck. It works for like .5 seconds on wakeup from suspension and then acts hardblocked.

  5. #15
    Join Date
    Sep 2013
    Beans
    8

    Re: BCM4313 driver not working under various drivers in Ubuntu 13.04.

    Hey varunendra,
    do you have any other advice for me? I'm really clueless as to what to do next. So somehow there are two software devices created for the same wifi card, how do I go about removing one?

  6. #16
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: BCM4313 driver not working under various drivers in Ubuntu 13.04.

    I'm not sure if I never saw that before or just didn't notice that kind of setup before. But like I said, the native brcmsmac almost always works with this card, even if with some glitches (in rare cases) on kernel 3.8.

    The outputs we have seen so far are all with the sta driver in use, which also works if is not a flawed version (6.20 or an earlier one). Although you 'said' you tried the native one, we never made sure of it. So I'd suggest to purge the sta driver for now (it isn't working anyway), try brcmsmac again and post back the results with that one loaded -
    Code:
    sudo modprobe -rv wl
    sudo apt-get purge bcmwl-kernel-source
    modprobe -v brcmsmac
    If the first command gives errors like "module is in use", just reboot after doing the rest.

    Once the sta (wl) driver is purged, the native brcmsmac should load automatically on next boot. Run the wireless_script when it is loaded (you can check with "lsmod | grep brcm") and post back the fresh report to let us see if there is anything requiring further fix.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  7. #17
    Join Date
    Sep 2013
    Beans
    9

    Re: BCM4313 driver not working under various drivers in Ubuntu 13.04.

    I have the exact same laptop, Asus 1015e-DS03, as Luke. I'm experiencing a similar problem with my wifi where the "wireless is disabled by hardware switch." There is no hard wifi switch on the laptop besides FN+F2. Wifi works when booting into Windows 8.

    There's a strange workaround for this bug: wifi will start working after resuming from suspend/sleep. It will stop working again when I reboot. Suspending and resuming will start the wifi up again. This situation isn't the best way to solve the problem and it would be great if there was a direct fix.

    Code:
    *************** info trace ***************
    
    ***** uname -a *****
    
    Linux work1015el 3.8.0-30-generic #44~precise1-Ubuntu SMP Fri Aug 23 18:32:41 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    
    ***** lsb_release *****
    
    Distributor ID:    Ubuntu
    Description:    Ubuntu 12.04.3 LTS
    Release:    12.04
    Codename:    precise
    
    ***** lspci *****
    
    02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
        Subsystem: AzureWave Device [1a3b:2047]
        Kernel driver in use: bcma-pci-bridge
    --
    03:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8162 Fast Ethernet [1969:1090] (rev 10)
        Subsystem: ASUSTeK Computer Inc. Device [1043:115d]
        Kernel driver in use: alx
    
    ***** lsusb *****
    
    Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 003 Device 002: ID 1bcf:0005 Sunplus Innovation Technology Inc. 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 003: ID 13d3:5188 IMC Networks 
    Bus 001 Device 004: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
    
    ***** PCMCIA Card Info *****
    
    
    ***** iwconfig *****
    
    wlan0     IEEE 802.11bgn  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:on
              
    
    ***** rfkill *****
    
    0: asus-wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: yes
    
    ***** lsmod *****
    
    brcmsmac              564653  0 
    mac80211              630977  1 brcmsmac
    brcmutil               14755  1 brcmsmac
    cfg80211              525244  2 brcmsmac,mac80211
    cordic                 12574  1 brcmsmac
    bcma                   41244  1 brcmsmac
    
    ***** nm-tool *****
    
    NetworkManager Tool
    
    State: connected (global)
    
    - Device: eth0  [Wired connection 1] -------------------------------------------
      Type:              Wired
      Driver:            alx
      State:             connected
      Default:           yes
      HW Address:        <MAC address removed>
    
      Capabilities:
        Carrier Detect:  yes
        Speed:           100 Mb/s
    
      Wired Properties
        Carrier:         on
    
      IPv4 Settings:
        Address:         192.168.1.128
        Prefix:          24 (255.255.255.0)
        Gateway:         192.168.1.1
    
        DNS:             192.168.1.1
    
    
    - Device: wlan0 ----------------------------------------------------------------
      Type:              802.11 WiFi
      Driver:            brcmsmac
      State:             unavailable
      Default:           no
      HW Address:        <MAC address removed>
    
      Capabilities:
    
      Wireless Properties
        WEP Encryption:  yes
        WPA Encryption:  yes
        WPA2 Encryption: yes
    
      Wireless Access Points 
    
    
    
    ***** NetworkManager.state *****
    
    [main]
    NetworkingEnabled=true
    WirelessEnabled=true
    WWANEnabled=true
    WimaxEnabled=true
    
    ***** NetworkManager.conf *****
    
    [main]
    plugins=ifupdown,keyfile
    dns=dnsmasq
    
    [ifupdown]
    managed=false
    
    ***** interfaces *****
    
    auto lo
    iface lo inet loopback
    
    
    ***** iwlist *****
    
    
    ***** resolv.conf *****
    
    nameserver 127.0.0.1
    
    ***** blacklist *****
    
    [/etc/modprobe.d/blacklist-ath_pci.conf]
    blacklist ath_pci
    
    [/etc/modprobe.d/blacklist.conf]
    blacklist evbug
    blacklist usbmouse
    blacklist usbkbd
    blacklist eepro100
    blacklist de4x5
    blacklist eth1394
    blacklist snd_intel8x0m
    blacklist snd_aw2
    blacklist i2c_i801
    blacklist prism54
    blacklist bcm43xx
    blacklist garmin_gps
    blacklist asus_acpi
    blacklist snd_pcsp
    blacklist pcspkr
    blacklist amd76x_edac
    
    ***** modinfo *****
    
    filename:       /lib/modules/3.8.0-30-generic/kernel/drivers/net/wireless/brcm80211/brcmsmac/brcmsmac.ko
    firmware:       brcm/bcm43xx_hdr-0.fw
    firmware:       brcm/bcm43xx-0.fw
    license:        Dual BSD/GPL
    description:    Broadcom 802.11n wireless LAN driver.
    author:         Broadcom Corporation
    srcversion:     DCFCFF03DB5656E4F6EBB6F
    alias:          bcma:m04BFid0812rev18cl*
    alias:          bcma:m04BFid0812rev17cl*
    alias:          bcma:m04BFid0812rev11cl*
    depends:        mac80211,bcma,brcmutil,cfg80211,cordic
    intree:         Y
    vermagic:       3.8.0-30-generic SMP mod_unload modversions 
    
    filename:       /lib/modules/3.8.0-30-generic/kernel/drivers/net/wireless/brcm80211/brcmutil/brcmutil.ko
    license:        Dual BSD/GPL
    description:    Broadcom 802.11n wireless LAN driver utilities.
    author:         Broadcom Corporation
    srcversion:     91AD18A369EC5A3CB1923DE
    depends:        
    intree:         Y
    vermagic:       3.8.0-30-generic SMP mod_unload modversions 
    
    filename:       /lib/modules/3.8.0-30-generic/kernel/drivers/bcma/bcma.ko
    license:        GPL
    description:    Broadcom's specific AMBA driver
    srcversion:     F7A1658A8CB1D58E3D347C1
    alias:          pci:v000014E4d00004727sv*sd*bc*sc*i*
    alias:          pci:v000014E4d00004359sv*sd*bc*sc*i*
    alias:          pci:v000014E4d00004358sv*sd*bc*sc*i*
    alias:          pci:v000014E4d00004357sv*sd*bc*sc*i*
    alias:          pci:v000014E4d00004353sv*sd*bc*sc*i*
    alias:          pci:v000014E4d00004331sv*sd*bc*sc*i*
    alias:          pci:v000014E4d0000A8D8sv*sd*bc*sc*i*
    alias:          pci:v000014E4d00000576sv*sd*bc*sc*i*
    depends:        
    intree:         Y
    vermagic:       3.8.0-30-generic SMP mod_unload modversions 
    
    
    ***** udev rules *****
    
    # PCI device 0x1969:/sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0 (alx)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
    
    # PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/bcma0:0 (bcma-pci-bridge)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
    
    # PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0 (wl)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
    
    ***** dmesg *****
    
    [    7.187352] bcma: bus0: Found chip with id 0x4313, rev 0x01 and package 0x08
    [    7.187393] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x24, class 0x0)
    [    7.187455] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x18, class 0x0)
    [    7.187511] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x11, class 0x0)
    [    7.200483] bcma: bus0: Bus registered
    [    8.116456] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x361f03)
    [    8.605586] brcmsmac bcma0:0: mfg 4bf core 812 rev 24 class 0 irq 17
    [   17.106367] brcmsmac bcma0:0: brcms_ops_start: brcms_up() returned -132
    [   17.106669] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    
    ****************** done ******************

  8. #18
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: BCM4313 driver not working under various drivers in Ubuntu 13.04.

    Welcome to the forums shao2 !

    It seems you have used the sta driver previously and currently the power management is 'On' on the wifi interface -
    Quote Originally Posted by shao2 View Post
    Code:
    ***** iwconfig *****
    
    wlan0     IEEE 802.11bgn  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:on
    So let's start by optimizing these two. Please run the following commands in terminal (ctrl-alt-T) -
    Code:
    sudo iwconfig wlan0 power off
    sudo mv /etc/udev/rules.d/70-persistent-net.rules 70-persistent-net.rules.bak
    sudo udevadm trigger
    sudo modprobe -rv brcmsmac
    sudo modprobe -v brcmsmac
    Does Fn+F2 work now? If not, suspend-resume to activate wifi, then reboot and try Fn+F2 again. Does it work ? If not, post back the full outputs of -
    Code:
    iwconfig
    lsmod
    rfkill list all
    cat /etc/modules
    cat /etc/udev/rules.d/70-persistent-net.rules
    dmesg | grep -e brcm -e 80211 -e wlan
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  9. #19
    Join Date
    Sep 2013
    Beans
    9

    Re: BCM4313 driver not working under various drivers in Ubuntu 13.04.

    Thanks for the welcome. Yes, I have tried the STA driver.

    Before beginning, I rebooted my computer and wifi is currently blocked by a "hardware switch." Here are my outputs for the first few lines of inputs..


    Code:
    sudo iwconfig wlan0 power off
    
    Error for wireless request "Set Power Management" (8B2C) :
        SET failed on device wlan0 ; Operation not supported.
    Code:
    sudo mv /etc/udev/rules.d/70-persistent-net.rules 70-persistent-net.rules.bak
    Code:
    sudo udevadm trigger
    Code:
    sudo modprobe -rv brcmsmac
    
    rmmod /lib/modules/3.8.0-30-generic/kernel/drivers/net/wireless/brcm80211/brcmsmac/brcmsmac.ko
    rmmod /lib/modules/3.8.0-30-generic/kernel/net/mac80211/mac80211.ko
    rmmod /lib/modules/3.8.0-30-generic/kernel/drivers/bcma/bcma.ko
    rmmod /lib/modules/3.8.0-30-generic/kernel/drivers/net/wireless/brcm80211/brcmutil/brcmutil.ko
    rmmod /lib/modules/3.8.0-30-generic/kernel/net/wireless/cfg80211.ko
    rmmod /lib/modules/3.8.0-30-generic/kernel/lib/cordic.ko
    Code:
    sudo modprobe -v brcmsmac
    
    insmod /lib/modules/3.8.0-30-generic/kernel/lib/cordic.ko
    insmod /lib/modules/3.8.0-30-generic/kernel/net/wireless/cfg80211.ko
    insmod /lib/modules/3.8.0-30-generic/kernel/drivers/net/wireless/brcm80211/brcmutil/brcmutil.ko
    insmod /lib/modules/3.8.0-30-generic/kernel/drivers/bcma/bcma.ko
    insmod /lib/modules/3.8.0-30-generic/kernel/net/mac80211/mac80211.ko
    insmod /lib/modules/3.8.0-30-generic/kernel/drivers/net/wireless/brcm80211/brcmsmac/brcmsmac.ko
    FN+F2 does not turn on my wifi. I then suspended the computer and resumed it. Wifi turns back on. Pressing FN+F2 at this point does not seem to affect my wifi. I rebooted and my wifi is once again "blocked." FN+F2 does nothing

    Code:
    iwconfig
    
    eth0      no wireless extensions.
    
    lo        no wireless extensions.
    
    wlan0     IEEE 802.11bgn  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:on
    Code:
    lsmod
    
    Module                  Size  Used by
    parport_pc             28284  0 
    bnep                   18258  2 
    rfcomm                 47864  0 
    ppdev                  17113  0 
    bluetooth             247024  10 bnep,rfcomm
    nls_iso8859_1          12713  2 
    arc4                   12573  2 
    i915                  620419  3 
    uvcvideo               82214  0 
    brcmsmac              564653  0 
    mac80211              630977  1 brcmsmac
    drm_kms_helper         49597  1 i915
    drm                   287564  4 i915,drm_kms_helper
    videobuf2_core         40785  1 uvcvideo
    videodev              130053  2 uvcvideo,videobuf2_core
    joydev                 17613  0 
    videobuf2_vmalloc      13056  1 uvcvideo
    videobuf2_memops       13202  1 videobuf2_vmalloc
    coretemp               13596  0 
    alx                    73230  0 
    brcmutil               14755  1 brcmsmac
    mdio                   13807  1 alx
    snd_hda_codec_hdmi     37407  1 
    snd_hda_codec_realtek    79916  1 
    kvm_intel             137899  0 
    kvm                   455932  1 kvm_intel
    snd_hda_intel          44339  3 
    snd_hda_codec         141761  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep              13668  1 snd_hda_codec
    snd_pcm               102477  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_seq_midi           13324  0 
    snd_rawmidi            30417  1 snd_seq_midi
    snd_seq_midi_event     14899  1 snd_seq_midi
    cfg80211              525244  2 brcmsmac,mac80211
    snd_seq                61930  2 snd_seq_midi,snd_seq_midi_event
    cordic                 12574  1 brcmsmac
    snd_timer              29989  2 snd_pcm,snd_seq
    ghash_clmulni_intel    13259  0 
    snd_seq_device         14497  3 snd_seq_midi,snd_rawmidi,snd_seq
    psmouse                97873  0 
    snd                    69533  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
    soundcore              12680  1 snd
    mei                    41820  0 
    asus_nb_wmi            12854  0 
    snd_page_alloc         18798  2 snd_hda_intel,snd_pcm
    asus_wmi               24581  1 asus_nb_wmi
    cryptd                 20501  1 ghash_clmulni_intel
    lpc_ich                17144  0 
    bcma                   41244  1 brcmsmac
    sparse_keymap          13890  1 asus_wmi
    i2c_algo_bit           13564  1 i915
    serio_raw              13215  0 
    wmi                    19256  1 asus_wmi
    mac_hid                13253  0 
    lp                     17799  0 
    video                  19652  2 i915,asus_wmi
    microcode              23017  0 
    parport                46562  3 parport_pc,ppdev,lp
    usb_storage            61749  1 
    hid_generic            12540  0 
    usbhid                 47346  0 
    hid                   105549  2 hid_generic,usbhid
    ahci                   25879  5 
    libahci                31606  1 ahci
    Code:
    cat /etc/modules
    
    # /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that should be loaded
    # at boot time, one per line. Lines beginning with "#" are ignored.
    
    lp
    rtc
    Code:
    cat /etc/udev/rules.d/70-persistent-net.rules
    
    # This file was automatically generated by the /lib/udev/write_net_rules
    # program, run by the persistent-net-generator.rules rules file.
    #
    # You can modify it, as long as you keep each rule on a single
    # line, and change only the value of the NAME= key.
    
    # PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/bcma0:0 (bcma-pci-bridge)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="dc:85:de:56:a2:90", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
    Code:
    dmesg | grep -e brcm -e 80211 -e wlan
    
    [    8.409166] cfg80211: Calling CRDA to update world regulatory domain
    [    9.293676] brcmsmac bcma0:0: mfg 4bf core 812 rev 24 class 0 irq 17
    [    9.706152] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [   18.716994] brcmsmac bcma0:0: brcms_ops_start: brcms_up() returned -132
    [   18.717356] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready

  10. #20
    Join Date
    Sep 2013
    Beans
    8

    Re: BCM4313 driver not working under various drivers in Ubuntu 13.04.

    Hey! Awesome, nice to know someone out there is having the same issues. My issue is exactly the same, except the wifi only works for like half a second after suspension. I think under the Fedora 19 live CD it did come back after, but not in 13.04 for whatever reason. Hopefully we'll be able to get our problem solved together
    Anyway, here's the output of the wireless_script.sh after purging the STA drivers like varunendra suggested. Still the same old issues.
    Code:
    *************** info trace ***************
    
    ***** uname -a *****
    
    Linux LukeyLinux 3.8.0-31-generic #46-Ubuntu SMP Tue Sep 10 20:03:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    
    ***** lsb_release *****
    
    Distributor ID:    Ubuntu
    Description:    Ubuntu 13.04
    Release:    13.04
    Codename:    raring
    
    ***** lspci *****
    
    02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
        Subsystem: AzureWave Device [1a3b:2047]
        Kernel driver in use: bcma-pci-bridge
    03:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8162 Fast Ethernet [1969:1090] (rev 10)
        Subsystem: ASUSTeK Computer Inc. Device [1043:115d]
        Kernel driver in use: alx
    
    ***** lsusb *****
    
    Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 003 Device 002: ID 045e:00dd Microsoft Corp. Comfort Curve Keyboard 2000 V1.0
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 003: ID 13d3:5188 IMC Networks 
    Bus 002 Device 003: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
    
    ***** PCMCIA Card Info *****
    
    
    ***** iwconfig *****
    
    wlan0     IEEE 802.11bgn  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:on
              
    
    ***** rfkill *****
    
    0: asus-wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: yes
    
    ***** lsmod *****
    
    brcmsmac              550698  0 
    cordic                 12574  1 brcmsmac
    brcmutil               14755  1 brcmsmac
    mac80211              606457  1 brcmsmac
    cfg80211              511019  2 brcmsmac,mac80211
    bcma                   41051  1 brcmsmac
    
    ***** nm-tool *****
    
    NetworkManager Tool
    
    State: connected (global)
    
    - Device: eth0  [Auto Ethernet] ------------------------------------------------
      Type:              Wired
      Driver:            alx
      State:             connected
      Default:           yes
      HW Address:        <MAC address removed>
    
      Capabilities:
        Carrier Detect:  yes
        Speed:           100 Mb/s
    
      Wired Properties
        Carrier:         on
    
      IPv4 Settings:
        Address:         10.7.16.32
        Prefix:          24 (255.255.255.0)
        Gateway:         10.7.16.254
    
        DNS:             10.1.1.7
        DNS:             10.7.0.4
        DNS:             10.21.40.32
    
    
    - Device: wlan0 ----------------------------------------------------------------
      Type:              802.11 WiFi
      Driver:            brcmsmac
      State:             unavailable
      Default:           no
      HW Address:        <MAC address removed>
    
      Capabilities:
    
      Wireless Properties
        WEP Encryption:  yes
        WPA Encryption:  yes
        WPA2 Encryption: yes
    
      Wireless Access Points 
    
    
    
    ***** NetworkManager.state *****
    [main]
    NetworkingEnabled=true
    WirelessEnabled=true
    WWANEnabled=true
    WimaxEnabled=true
    
    ***** NetworkManager.conf *****
    
    [main]
    plugins=ifupdown,keyfile
    dns=dnsmasq
    
    [ifupdown]
    managed=false
    
    ***** interfaces *****
    
    # interfaces(5) file used by ifup(8) and ifdown(8)
    auto lo
    iface lo inet loopback
    
    ***** iwlist *****
    
    
    ***** resolv.conf *****
    
    nameserver 127.0.1.1
     search <removed>
    ***** blacklist *****
    
    [/etc/modprobe.d/blacklist-ath_pci.conf]
    blacklist ath_pci
    
    [/etc/modprobe.d/blacklist-brcm80211.conf]
    blacklist brcm80211
    
    [/etc/modprobe.d/blacklist.conf]
    blacklist evbug
    blacklist usbmouse
    blacklist usbkbd
    blacklist eepro100
    blacklist de4x5
    blacklist eth1394
    blacklist snd_intel8x0m
    blacklist snd_aw2
    blacklist i2c_i801
    blacklist prism54
    blacklist bcm43xx
    blacklist garmin_gps
    blacklist asus_acpi
    blacklist snd_pcsp
    blacklist pcspkr
    blacklist amd76x_edac
    
    ***** modinfo *****
    
    filename:       /lib/modules/3.8.0-31-generic/kernel/drivers/net/wireless/brcm80211/brcmsmac/brcmsmac.ko
    firmware:       brcm/bcm43xx_hdr-0.fw
    firmware:       brcm/bcm43xx-0.fw
    license:        Dual BSD/GPL
    description:    Broadcom 802.11n wireless LAN driver.
    author:         Broadcom Corporation
    srcversion:     DCFCFF03DB5656E4F6EBB6F
    alias:          bcma:m04BFid0812rev18cl*
    alias:          bcma:m04BFid0812rev17cl*
    alias:          bcma:m04BFid0812rev11cl*
    depends:        mac80211,bcma,brcmutil,cfg80211,cordic
    intree:         Y
    vermagic:       3.8.0-31-generic SMP mod_unload modversions 
    
    filename:       /lib/modules/3.8.0-31-generic/kernel/drivers/net/wireless/brcm80211/brcmutil/brcmutil.ko
    license:        Dual BSD/GPL
    description:    Broadcom 802.11n wireless LAN driver utilities.
    author:         Broadcom Corporation
    srcversion:     91AD18A369EC5A3CB1923DE
    depends:        
    intree:         Y
    vermagic:       3.8.0-31-generic SMP mod_unload modversions 
    
    filename:       /lib/modules/3.8.0-31-generic/kernel/drivers/bcma/bcma.ko
    license:        GPL
    description:    Broadcom's specific AMBA driver
    srcversion:     F7A1658A8CB1D58E3D347C1
    alias:          pci:v000014E4d00004727sv*sd*bc*sc*i*
    alias:          pci:v000014E4d00004359sv*sd*bc*sc*i*
    alias:          pci:v000014E4d00004358sv*sd*bc*sc*i*
    alias:          pci:v000014E4d00004357sv*sd*bc*sc*i*
    alias:          pci:v000014E4d00004353sv*sd*bc*sc*i*
    alias:          pci:v000014E4d00004331sv*sd*bc*sc*i*
    alias:          pci:v000014E4d0000A8D8sv*sd*bc*sc*i*
    alias:          pci:v000014E4d00000576sv*sd*bc*sc*i*
    depends:        
    intree:         Y
    vermagic:       3.8.0-31-generic SMP mod_unload modversions 
    
    
    ***** udev rules *****
    
    # PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0 (wl)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
    
    # PCI device 0x1969:/sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0 (alx)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
    
    # PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/bcma0:0 (bcma-pci-bridge)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
    
    ***** dmesg *****
    
    [   17.599847] bcma: bus0: Found chip with id 0x4313, rev 0x01 and package 0x08
    [   17.599886] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x24, class 0x0)
    [   17.599916] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x18, class 0x0)
    [   17.599972] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x11, class 0x0)
    [   17.656946] bcma: bus0: Bus registered
    [   18.179719] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x361f03)
    [   18.453546] brcmsmac bcma0:0: mfg 4bf core 812 rev 24 class 0 irq 17
    [   21.315242] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  328.354281] brcmsmac bcma0:0: brcms_ops_start: brcms_up() returned -132
    
    ****************** done ******************
    Last edited by Luke_Ender; September 27th, 2013 at 11:07 PM.

Page 2 of 4 FirstFirst 1234 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
  •