Bug #1173761: 14e4:43b1 Broadcom Corporation Device 43b1 (rev 03) - not supported

Asked by dylan

Bug #1173761: 14e4:43b1 Broadcom Corporation Device 43b1 (rev 03) - not supported

Trouble with using mPCIe Wi-Fi 802.11ac antenna

My problem is, I'm having trouble with my Wifi, when connected, I'm having constant packet loss, to the point where I just can't use my internet connection, my ping also
has huge spikes. Right when I log in, everything is fine, able to ping Google no problem with a very low ping time, then consistently, after about 30 seconds, my connection will
just dive, I then have to disconnect and reconnect and the cycle continues. I'm adding information I assume is needed to diagnose this problem.

The adapter itself came with my motherboard by Asus, the mPCIe Combo II + Wi-Fi 802.11ac/Bluetooth 4.0

What I've tried so far:
1. Changing my Network Manager to Wicd.
2. Adding options iwlwifi 11n_disable=0 to /etc/modprobe.d/iwlwifi.conf
3. Turning off power saving mode on Wifi.

My wifi info:
Broadcom Corp: BCM4352 802.11ac Wireless Network Adapter
Using bcmwl-kernal-source
Chip id - BCM4352
PCI-id - BCM4352
Kernal driver - wl

Question information

Language:
English Edit question
Status:
Open
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Your chip doesn't use the iwlwifi module so the file you created doesn't do anything.

If you run:

sudo iwlist scan | egrep -i 'chan|ssid'

Thanks

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2

The following procedure applies to all supported releases of Ubuntu that are NOT End of Life (EOL) in the following table:

https://wiki.ubuntu.com/Releases

Please first connect your network card to the wireless router using an ethernet cable (also known as a LAN cable) and apply all updates.

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1

In the Ubuntu Terminal console , make sure that unlimited scrolling is enabled:

    click on Edit > Profiles > "Default" profile > Scrolling. Choose "Unlimited" as scrolling option. Click Close and Close again.

If you are using the Gnome interface, open the Terminal console via "Applications->Accessories->Terminal"

If you are using the Unity interface (default graphical user interface in Ubuntu), use the 'search' function on the dash. Or you can click on the 'More Apps' button, click on the 'See more results' by the installed section, and find it in that list of applications. A third way, available after you click on the 'More Apps' button, is to go to the search bar, and see that the far right end of it says 'All Applications'. You then click on that, and you'll see the full list. Then you can go to Accessories > Terminal after that.

So the methods in Unity are:

Press CTRL-ALT-T key combination.

Dash > Search for Terminal

Dash > More Apps > 'See More Results' > Terminal

Dash > More Apps > Accessories > Terminal

Step 2

Please copy-paste the following diagnostic command from the

    https://help.ubuntu.com/community/WirelessTroubleshootingProcedure

website using a web browser (like Google Chromium or Mozilla Firefox) into the Linux Terminal. The command STARTS with the word sudo and ENDS with the word lsmod. So please copy-paste the ENTIRE diagnostic command below from the web browser into a Terminal, press <enter>, then enter password when sudo asks for password, then press enter again.

Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight the diagnostic command written on the page. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

sudo apt-get update; sudo apt-get install usbutils pciutils hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scan | grep -Ei 'chan|ssid'; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nnk | grep -iA2 net; lsusb; nmcli nm status; sudo lshw -short; uname -a; sudo updatedb; dmesg | grep -E '02:00|80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rror|rtl|RTL|rt2|RT2|rt3|RT3|rt5|RT5|rt6|RT6|rt7|RT7|usb|witch|wl';sudo dmidecode|grep -E 'anufact|roduct|erial|elease'; iwconfig; grep -E '80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl' /etc/modprobe.d/*; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|grep -E 'wpa|icd|etwork'; netstat -rn ; cat /etc/resolv.conf; ls -lia /boot; grep tmpfs /etc/fstab; ubuntu-support-status; sudo update-pciids; sudo update-usbids; sudo lsmod

Step 3

Please do NOT attempt to send any attachment(s). Please copy/paste the full terminal output at this location:

https://answers.launchpad.net/ubuntu/+question/269929

The troubleshooters at Launchpad need to see the full Terminal output from running the above diagnostic command.

Step 4

Please also specify the exact model and make of your PC (if known) when creating the new Launchpad question.

Please also specify the name of the wireless access point that you are trying to connect to (not the model/make of your router).

Step 5

Please also clarify if you installed Ubuntu to the harddisk and are running from a harddisk install OR if you are only testing Ubuntu in a Live CD session.

Revision history for this message
dylan (mopatop1) said :
#3

My computer specs:

Mobo: Asus Maxiumus VI Extreme
GPU: 2 x Evga Geforce GTX 980
CPU: Intel i7 4790k
PSU: Corsair AX760
RAM: Corsair Vengeance Pro

Access Point: eircom318098367

Terminal Output:

dylan@dylan-All-Series:~$ sudo apt-get update; sudo apt-get install usbutils pciutils hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scan | grep -Ei 'chan|ssid'; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nnk | grep -iA2 net; lsusb; nmcli nm status; sudo lshw -short; uname -a; sudo updatedb; dmesg | grep -E '02:00|80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rror|rtl|RTL|rt2|RT2|rt3|RT3|rt5|RT5|rt6|RT6|rt7|RT7|usb|witch|wl';sudo dmidecode|grep -E 'anufact|roduct|erial|elease'; iwconfig; grep -E '80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl' /etc/modprobe.d/*; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|grep -E 'wpa|icd|etwork'; netstat -rn ; cat /etc/resolv.conf; ls -lia /boot; grep tmpfs /etc/fstab; ubuntu-support-status; sudo update-pciids; sudo update-usbids; sudo lsmod
Ign http://ie.archive.ubuntu.com trusty InRelease
Ign http://ie.archive.ubuntu.com trusty-updates InRelease
Ign http://extras.ubuntu.com trusty InRelease
Ign http://ie.archive.ubuntu.com trusty-backports InRelease
Ign http://archive.canonical.com trusty InRelease
Hit http://extras.ubuntu.com trusty Release.gpg
Hit http://archive.canonical.com trusty Release.gpg
Hit http://extras.ubuntu.com trusty Release
Ign http://ie.archive.ubuntu.com trusty-proposed InRelease
Hit http://archive.canonical.com trusty Release
Hit http://ie.archive.ubuntu.com trusty Release.gpg
Get:1 http://ie.archive.ubuntu.com trusty-updates Release.gpg [933 B]
Hit http://extras.ubuntu.com trusty/main Sources
Hit http://archive.canonical.com trusty/partner Sources
Hit http://ie.archive.ubuntu.com trusty-backports Release.gpg
Hit http://extras.ubuntu.com trusty/main amd64 Packages
Get:2 http://ie.archive.ubuntu.com trusty-proposed Release.gpg [933 B]
Hit http://archive.canonical.com trusty/partner amd64 Packages
Hit http://extras.ubuntu.com trusty/main i386 Packages
Hit http://archive.canonical.com trusty/partner i386 Packages
Hit http://ie.archive.ubuntu.com trusty Release
Ign http://security.ubuntu.com trusty-security InRelease
Get:3 http://ie.archive.ubuntu.com trusty-updates Release [63.5 kB]
Hit http://archive.canonical.com trusty/partner Translation-en
Hit http://security.ubuntu.com trusty-security Release.gpg
Hit http://security.ubuntu.com trusty-security Release
Hit http://ie.archive.ubuntu.com trusty-backports Release
Get:4 http://ie.archive.ubuntu.com trusty-proposed Release [211 kB]
Hit http://security.ubuntu.com trusty-security/main Sources
Hit http://security.ubuntu.com trusty-security/restricted Sources
Ign http://extras.ubuntu.com trusty/main Translation-en_IE
Ign http://extras.ubuntu.com trusty/main Translation-en
Hit http://security.ubuntu.com trusty-security/universe Sources
Hit http://security.ubuntu.com trusty-security/multiverse Sources
Hit http://security.ubuntu.com trusty-security/main amd64 Packages
Hit http://ie.archive.ubuntu.com trusty/main Sources
Hit http://ie.archive.ubuntu.com trusty/restricted Sources
Hit http://ie.archive.ubuntu.com trusty/universe Sources
Hit http://ie.archive.ubuntu.com trusty/multiverse Sources
Hit http://ie.archive.ubuntu.com trusty/main amd64 Packages
Hit http://ie.archive.ubuntu.com trusty/restricted amd64 Packages
Hit http://ie.archive.ubuntu.com trusty/universe amd64 Packages
Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages
Hit http://ie.archive.ubuntu.com trusty/multiverse amd64 Packages
Hit http://ie.archive.ubuntu.com trusty/main i386 Packages
Hit http://ie.archive.ubuntu.com trusty/restricted i386 Packages
Hit http://ie.archive.ubuntu.com trusty/universe i386 Packages
Hit http://ie.archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
Hit http://ie.archive.ubuntu.com trusty/main Translation-en
Hit http://ie.archive.ubuntu.com trusty/multiverse Translation-en
Hit http://ie.archive.ubuntu.com trusty/restricted Translation-en
Hit http://ie.archive.ubuntu.com trusty/universe Translation-en
Get:5 http://ie.archive.ubuntu.com trusty-updates/main Sources [227 kB]
Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages
Hit http://security.ubuntu.com trusty-security/main i386 Packages
Hit http://security.ubuntu.com trusty-security/restricted i386 Packages
Hit http://security.ubuntu.com trusty-security/universe i386 Packages
Hit http://security.ubuntu.com trusty-security/multiverse i386 Packages
Get:6 http://ie.archive.ubuntu.com trusty-updates/restricted Sources [3,433 B]
Hit http://security.ubuntu.com trusty-security/main Translation-en
Get:7 http://ie.archive.ubuntu.com trusty-updates/universe Sources [130 kB]
Hit http://security.ubuntu.com trusty-security/multiverse Translation-en
Hit http://security.ubuntu.com trusty-security/restricted Translation-en
Get:8 http://ie.archive.ubuntu.com trusty-updates/multiverse Sources [5,138 B]
Get:9 http://ie.archive.ubuntu.com trusty-updates/main amd64 Packages [599 kB]
Hit http://security.ubuntu.com trusty-security/universe Translation-en
Get:10 http://ie.archive.ubuntu.com trusty-updates/restricted amd64 Packages [11.8 kB]
Get:11 http://ie.archive.ubuntu.com trusty-updates/universe amd64 Packages [301 kB]
Get:12 http://ie.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [12.0 kB]
Get:13 http://ie.archive.ubuntu.com trusty-updates/main i386 Packages [580 kB]
Get:14 http://ie.archive.ubuntu.com trusty-updates/restricted i386 Packages [11.8 kB]
Get:15 http://ie.archive.ubuntu.com trusty-updates/universe i386 Packages [302 kB]
Get:16 http://ie.archive.ubuntu.com trusty-updates/multiverse i386 Packages [12.1 kB]
Hit http://ie.archive.ubuntu.com trusty-updates/main Translation-en
Hit http://ie.archive.ubuntu.com trusty-updates/multiverse Translation-en
Hit http://ie.archive.ubuntu.com trusty-updates/restricted Translation-en
Hit http://ie.archive.ubuntu.com trusty-updates/universe Translation-en
Hit http://ie.archive.ubuntu.com trusty-backports/main Sources
Hit http://ie.archive.ubuntu.com trusty-backports/restricted Sources
Hit http://ie.archive.ubuntu.com trusty-backports/universe Sources
Hit http://ie.archive.ubuntu.com trusty-backports/multiverse Sources
Hit http://ie.archive.ubuntu.com trusty-backports/main amd64 Packages
Hit http://ie.archive.ubuntu.com trusty-backports/restricted amd64 Packages
Hit http://ie.archive.ubuntu.com trusty-backports/universe amd64 Packages
Hit http://ie.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Hit http://ie.archive.ubuntu.com trusty-backports/main i386 Packages
Hit http://ie.archive.ubuntu.com trusty-backports/restricted i386 Packages
Hit http://ie.archive.ubuntu.com trusty-backports/universe i386 Packages
Hit http://ie.archive.ubuntu.com trusty-backports/multiverse i386 Packages
Hit http://ie.archive.ubuntu.com trusty-backports/main Translation-en
Hit http://ie.archive.ubuntu.com trusty-backports/multiverse Translation-en
Hit http://ie.archive.ubuntu.com trusty-backports/restricted Translation-en
Hit http://ie.archive.ubuntu.com trusty-backports/universe Translation-en
Get:17 http://ie.archive.ubuntu.com trusty-proposed/multiverse amd64 Packages [28 B]
Get:18 http://ie.archive.ubuntu.com trusty-proposed/main amd64 Packages [166 kB]
Get:19 http://ie.archive.ubuntu.com trusty-proposed/universe amd64 Packages [27.3 kB]
Get:20 http://ie.archive.ubuntu.com trusty-proposed/restricted amd64 Packages [14.5 kB]
Get:21 http://ie.archive.ubuntu.com trusty-proposed/multiverse i386 Packages [28 B]
Get:22 http://ie.archive.ubuntu.com trusty-proposed/main i386 Packages [158 kB]
Get:23 http://ie.archive.ubuntu.com trusty-proposed/universe i386 Packages [27.3 kB]
Get:24 http://ie.archive.ubuntu.com trusty-proposed/restricted i386 Packages [14.3 kB]
Get:25 http://ie.archive.ubuntu.com trusty-proposed/main Translation-en [71.9 kB]
Hit http://ie.archive.ubuntu.com trusty-proposed/multiverse Translation-en
Hit http://ie.archive.ubuntu.com trusty-proposed/restricted Translation-en
Get:26 http://ie.archive.ubuntu.com trusty-proposed/universe Translation-en [20.2 kB]
Ign http://ie.archive.ubuntu.com trusty/main Translation-en_IE
Ign http://ie.archive.ubuntu.com trusty/multiverse Translation-en_IE
Ign http://ie.archive.ubuntu.com trusty/restricted Translation-en_IE
Ign http://ie.archive.ubuntu.com trusty/universe Translation-en_IE
Fetched 2,971 kB in 16s (183 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package hwinfo 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 'hwinfo' has no installation candidate
  *-network
       description: Ethernet interface
       product: Ethernet Connection I217-V
       vendor: Intel Corporation
       physical id: 19
       bus info: pci@0000:00:19.0
       logical name: eth0
       version: 05
       serial: ac:22:0b:4f:e8:4e
       capacity: 1Gbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k firmware=0.13-4 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:51 memory:df100000-df11ffff memory:df139000-df139fff ioport:f040(size=32)
  *-network
       description: Wireless interface
       product: BCM4352 802.11ac Wireless Network Adapter
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:08:00.0
       logical name: wlan0
       version: 03
       serial: 54:27:1e:55:9c:a7
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=wl0 driverversion=6.30.223.248 (r487574) ip=192.168.1.13 latency=0 multicast=yes wireless=IEEE 802.11abg
       resources: irq:17 memory:df400000-df407fff memory:df200000-df3fffff
0: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no
1: brcmwl-0: Wireless LAN
 Soft blocked: no
 Hard blocked: no
2: hci0: Bluetooth
 Soft blocked: no
 Hard blocked: no
eth0 Interface doesn't support scanning.

lo Interface doesn't support scanning.

                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"SKYC67E1"
                    Channel:8
                    Frequency:2.447 GHz (Channel 8)
                    ESSID:"eircom31809837"
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    ESSID:"eircom66351794"
                    Channel:2
                    Frequency:2.417 GHz (Channel 2)
                    ESSID:"eircom42735288"
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection I217-V [8086:153b] (rev 05)
 Subsystem: ASUSTeK Computer Inc. Device [1043:859f]
 Kernel driver in use: e1000e
--
08:00.0 Network controller [0280]: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
 Subsystem: ASUSTeK Computer Inc. Device [1043:855c]
 Kernel driver in use: wl
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 174c:3074 ASMedia Technology Inc.
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 006: ID 1532:0043 Razer USA, Ltd
Bus 003 Device 005: ID 04d8:00df Microchip Technology, Inc.
Bus 003 Device 004: ID 2433:b200
Bus 003 Device 003: ID 0b05:17cf ASUSTek Computer, Inc.
Bus 003 Device 002: ID 174c:2074 ASMedia Technology Inc.
Bus 003 Device 008: ID 045e:0291 Microsoft Corp. Xbox 360 Wireless Receiver for Windows
Bus 003 Device 007: ID 2516:0020
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The program 'nmcli' is currently not installed. You can install it by typing:
sudo apt-get install network-manager
H/W path Device Class Description
==========================================================
                                system All Series (All)
/0 bus MAXIMUS VI EXTREME
/0/0 memory 64KiB BIOS
/0/1 memory
/0/1/0 memory 8GiB DIMM DDR3 Synchronous 1333 M
/0/45 memory System Memory
/0/45/0 memory DIMM [empty]
/0/45/1 memory 8GiB DIMM DDR3 Synchronous 1333 M
/0/45/2 memory DIMM [empty]
/0/4c memory 256KiB L1 cache
/0/4d memory 1MiB L2 cache
/0/4e memory 8MiB L3 cache
/0/52 processor Intel(R) Core(TM) i7-4790K CPU @
/0/2 memory
/0/3 memory
/0/100 bridge 4th Gen Core Processor DRAM Contr
/0/100/1 bridge Xeon E3-1200 v3/4th Gen Core Proc
/0/100/1/0 display NVIDIA Corporation
/0/100/1/0.1 multimedia NVIDIA Corporation
/0/100/1.1 bridge Xeon E3-1200 v3/4th Gen Core Proc
/0/100/1.1/0 bridge PEX 8747 48-Lane, 5-Port PCI Expr
/0/100/1.1/0/10 bridge PEX 8747 48-Lane, 5-Port PCI Expr
/0/100/1.1/0/10/0 display NVIDIA Corporation
/0/100/1.1/0/10/0.1 multimedia NVIDIA Corporation
/0/100/14 bus 8 Series/C220 Series Chipset Fami
/0/100/16 communication 8 Series/C220 Series Chipset Fami
/0/100/19 eth0 network Ethernet Connection I217-V
/0/100/1a bus 8 Series/C220 Series Chipset Fami
/0/100/1b multimedia 8 Series/C220 Series Chipset High
/0/100/1c bridge 8 Series/C220 Series Chipset Fami
/0/100/1c.1 bridge 8 Series/C220 Series Chipset Fami
/0/100/1c.1/0 wlan0 network BCM4352 802.11ac Wireless Network
/0/100/1c.3 bridge 8 Series/C220 Series Chipset Fami
/0/100/1c.3/0 bridge PEX 8605 PCI Express 4-port Gen2
/0/100/1c.3/0/1 bridge PEX 8605 PCI Express 4-port Gen2
/0/100/1c.3/0/2 bridge PEX 8605 PCI Express 4-port Gen2
/0/100/1c.3/0/2/0 storage ASM1062 Serial ATA Controller
/0/100/1c.3/0/3 bridge PEX 8605 PCI Express 4-port Gen2
/0/100/1c.3/0/3/0 storage ASM1062 Serial ATA Controller
/0/100/1d bus 8 Series/C220 Series Chipset Fami
/0/100/1f bridge Z87 Express LPC Controller
/0/100/1f.2 storage 8 Series/C220 Series Chipset Fami
/0/100/1f.3 bus 8 Series/C220 Series Chipset Fami
/0/4 scsi0 storage
/0/4/0.0.0 /dev/sda disk 250GB Crucial_CT250MX2
/0/4/0.0.0/1 volume 511MiB Windows FAT volume
/0/4/0.0.0/2 /dev/sda2 volume 216GiB EXT4 volume
/0/4/0.0.0/3 /dev/sda3 volume 15GiB Linux swap volume
/0/5 scsi6 storage
/0/5/0.0.0 /dev/sdb disk 1TB WDC WD10EZEX-60M
/0/5/0.0.0/1 /dev/sdb1 volume 100MiB Windows NTFS volume
/0/5/0.0.0/2 /dev/sdb2 volume 931GiB Windows NTFS volume
/0/6 scsi8 storage
/0/6/0.0.0 /dev/sdc disk 256GB Crucial_CT256MX1
/0/6/0.0.0/1 /dev/sdc1 volume 299MiB Windows NTFS volume
/0/6/0.0.0/2 /dev/sdc2 volume 99MiB Windows FAT volume
/0/6/0.0.0/3 /dev/sdc3 volume 127MiB reserved partition
/0/6/0.0.0/4 /dev/sdc4 volume 237GiB Windows NTFS volume
/0/6/0.0.0/5 /dev/sdc5 volume 449MiB Windows NTFS volume
/1 power To Be Filled By O.E.M.
Linux dylan-All-Series 3.16.0-45-generic #60~14.04.1-Ubuntu SMP Fri Jul 24 21:16:23 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] found SMP MP-table at [mem 0x000fd810-0x000fd81f] mapped at [ffff8800000fd810]
[ 0.000000] No NUMA configuration found
[ 0.000000] AGP: No AGP bridge found
[ 0.180525] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.201629] pci 0000:02:00.0: [10b5:8747] type 01 class 0x060400
[ 0.201636] pci 0000:02:00.0: reg 0x10: [mem 0xdd100000-0xdd13ffff]
[ 0.201679] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.209725] pci 0000:02:00.0: PCI bridge to [bus 03-06]
[ 0.209728] pci 0000:02:00.0: bridge window [io 0xd000-0xdfff]
[ 0.209729] pci 0000:02:00.0: bridge window [mem 0xdc000000-0xdd0fffff]
[ 0.209732] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
[ 0.250593] usbcore: registered new interface driver usbfs
[ 0.250597] usbcore: registered new interface driver hub
[ 0.250614] usbcore: registered new device driver usb
[ 0.257529] Switched to clocksource hpet
[ 0.261104] pnp: PnP ACPI: found 7 devices
[ 0.266682] pci 0000:02:00.0: PCI bridge to [bus 03-06]
[ 0.266684] pci 0000:02:00.0: bridge window [io 0xd000-0xdfff]
[ 0.266686] pci 0000:02:00.0: bridge window [mem 0xdc000000-0xdd0fffff]
[ 0.266688] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
[ 0.472534] pcieport 0000:02:00.0: irq 42 for MSI/MSI-X
[ 0.473330] Console: switching to colour frame buffer device 128x48
[ 0.489554] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.489555] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.489556] usb usb1: Product: EHCI Host Controller
[ 0.489557] usb usb1: Manufacturer: Linux 3.16.0-45-generic ehci_hcd
[ 0.489557] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.489615] hub 1-0:1.0: USB hub found
[ 0.505551] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.505552] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.505552] usb usb2: Product: EHCI Host Controller
[ 0.505553] usb usb2: Manufacturer: Linux 3.16.0-45-generic ehci_hcd
[ 0.505554] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.505606] hub 2-0:1.0: USB hub found
[ 0.505844] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.505845] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.505846] usb usb3: Product: xHCI Host Controller
[ 0.505846] usb usb3: Manufacturer: Linux 3.16.0-45-generic xhci_hcd
[ 0.505847] usb usb3: SerialNumber: 0000:00:14.0
[ 0.505894] hub 3-0:1.0: USB hub found
[ 0.507755] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.507756] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.507756] usb usb4: Product: xHCI Host Controller
[ 0.507757] usb usb4: Manufacturer: Linux 3.16.0-45-generic xhci_hcd
[ 0.507758] usb usb4: SerialNumber: 0000:00:14.0
[ 0.507805] hub 4-0:1.0: USB hub found
[ 0.508401] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.515332] Loaded X.509 cert 'Magrathea: Glacier signing key: c1a31edb9fc4c64e2d95a7ff18a673d18cab15a6'
[ 0.518311] ima: No TPM chip found, activating TPM-bypass!
[ 0.518937] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.709776] e1000e 0000:00:19.0 eth0: registered PHC clock
[ 0.709779] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) ac:22:0b:4f:e8:4e
[ 0.709781] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 0.709817] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[ 0.801569] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 0.933922] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
[ 0.933924] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.934064] hub 1-1:1.0: USB hub found
[ 1.101569] usb 3-3: new high-speed USB device number 2 using xhci_hcd
[ 1.254943] usb 3-3: New USB device found, idVendor=174c, idProduct=2074
[ 1.254944] usb 3-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 1.254945] usb 3-3: Product: ASM107x
[ 1.254946] usb 3-3: Manufacturer: ASUS Tek.
[ 1.255280] hub 3-3:1.0: USB hub found
[ 1.421594] usb 3-4: new full-speed USB device number 3 using xhci_hcd
[ 1.551820] usb 3-4: New USB device found, idVendor=0b05, idProduct=17cf
[ 1.551821] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.551822] usb 3-4: Product: BCM20702A0
[ 1.551823] usb 3-4: Manufacturer: Broadcom Corp
[ 1.551823] usb 3-4: SerialNumber: 54271E32A776
[ 1.717555] usb 3-5: new full-speed USB device number 4 using xhci_hcd
[ 1.839868] lp: driver loaded but no devices found
[ 1.851314] usb 3-5: New USB device found, idVendor=2433, idProduct=b200
[ 1.851316] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.851317] usb 3-5: Product: 690LC
[ 1.851318] usb 3-5: Manufacturer: ASETEK
[ 1.851318] usb 3-5: SerialNumber: CCVI_1.0
[ 1.868729] cfg80211: Calling CRDA to update world regulatory domain
[ 1.883682] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[ 1.883749] snd_hda_intel 0000:06:00.1: Handle VGA-switcheroo audio client
[ 1.896082] sound hdaudioC0D0: ALC1150: SKU not ready 0x00000000
[ 1.896539] sound hdaudioC0D0: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[ 1.896541] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 1.896542] sound hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 1.896543] sound hdaudioC0D0: mono: mono_out=0x0
[ 1.896544] sound hdaudioC0D0: dig-out=0x11/0x1e
[ 1.896545] sound hdaudioC0D0: inputs:
[ 1.896546] sound hdaudioC0D0: Front Mic=0x19
[ 1.896548] sound hdaudioC0D0: Rear Mic=0x18
[ 1.896549] sound hdaudioC0D0: Line=0x1a
[ 1.913469] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[ 1.913585] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[ 1.913710] intel_rapl: Found RAPL domain package
[ 1.913714] intel_rapl: Found RAPL domain core
[ 1.913716] intel_rapl: Found RAPL domain dram
[ 1.913728] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[ 1.914800] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 1.915108] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 1.915162] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 1.915231] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 1.915291] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 1.945956] wl: module license 'MIXED/Proprietary' taints kernel.
[ 1.947042] cfg80211: World regulatory domain updated:
[ 1.947044] cfg80211: DFS Master region: unset
[ 1.947046] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 1.947047] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 1.947048] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 1.947049] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 1.947050] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 1.947051] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 1.947248] wl: module verification failed: signature and/or required key missing - tainting kernel
[ 1.948297] wl 0000:08:00.0: enabling device (0000 -> 0002)
[ 2.017605] usb 3-8: new full-speed USB device number 5 using xhci_hcd
[ 2.115080] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 2.121125] wlan0: Broadcom BCM43b1 802.11 Hybrid Wireless Controller 6.30.223.248 (r487574)
[ 2.149026] usb 3-8: New USB device found, idVendor=04d8, idProduct=00df
[ 2.149030] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.149031] usb 3-8: Product: MCP2200 USB Serial Port Emulator
[ 2.149032] usb 3-8: Manufacturer: Microchip Technology Inc.
[ 2.149033] usb 3-8: SerialNumber: 0001229117
[ 2.261560] usb 3-9: new full-speed USB device number 6 using xhci_hcd
[ 2.391392] usb 3-9: New USB device found, idVendor=1532, idProduct=0043
[ 2.391394] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.391395] usb 3-9: Product: Razer DeathAdder Chroma
[ 2.391396] usb 3-9: Manufacturer: Razer
[ 2.469647] Switched to clocksource tsc
[ 2.505567] usb 3-10: new full-speed USB device number 7 using xhci_hcd
[ 2.509821] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[ 2.509875] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[ 2.509931] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[ 2.509977] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
[ 2.510248] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:02:00.0/0000:03:10.0/0000:06:00.1/sound/card2/input14
[ 2.510316] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:02:00.0/0000:03:10.0/0000:06:00.1/sound/card2/input16
[ 2.510375] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:02:00.0/0000:03:10.0/0000:06:00.1/sound/card2/input19
[ 2.510416] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:02:00.0/0000:03:10.0/0000:06:00.1/sound/card2/input20
[ 2.634224] usb 3-10: New USB device found, idVendor=2516, idProduct=0020
[ 2.634226] usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.634227] usb 3-10: Product: Quickfire Rapid i
[ 2.634228] usb 3-10: Manufacturer: CM Storm
[ 2.801587] usb 3-14: new full-speed USB device number 8 using xhci_hcd
[ 2.932658] usb 3-14: New USB device found, idVendor=045e, idProduct=0291
[ 2.932659] usb 3-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.941899] input: Xbox 360 Wireless Receiver (XBOX) as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/input/input22
[ 2.942407] input: Xbox 360 Wireless Receiver (XBOX) as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.2/input/input23
[ 2.942480] input: Xbox 360 Wireless Receiver (XBOX) as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.4/input/input24
[ 2.942541] input: Xbox 360 Wireless Receiver (XBOX) as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.6/input/input25
[ 2.942571] usbcore: registered new interface driver xpad
[ 2.947382] usbcore: registered new interface driver cdc_acm
[ 2.951411] usbcore: registered new interface driver usbhid
[ 2.951412] usbhid: USB HID core driver
[ 2.953099] hid-generic 0003:04D8:00DF.0001: hiddev0,hidraw0: USB HID v1.11 Device [Microchip Technology Inc. MCP2200 USB Serial Port Emulator] on usb-0000:00:14.0-8/input2
[ 2.953534] input: Razer Razer DeathAdder Chroma as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:1532:0043.0002/input/input26
[ 2.953613] hid-generic 0003:1532:0043.0002: input,hidraw1: USB HID v1.11 Mouse [Razer Razer DeathAdder Chroma] on usb-0000:00:14.0-9/input0
[ 2.954173] input: Razer Razer DeathAdder Chroma as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.1/0003:1532:0043.0003/input/input27
[ 2.954212] hid-generic 0003:1532:0043.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer DeathAdder Chroma] on usb-0000:00:14.0-9/input1
[ 2.954268] input: Razer Razer DeathAdder Chroma as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.2/0003:1532:0043.0004/input/input28
[ 2.954301] hid-generic 0003:1532:0043.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer Razer DeathAdder Chroma] on usb-0000:00:14.0-9/input2
[ 2.954356] input: CM Storm Quickfire Rapid i as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/0003:2516:0020.0005/input/input29
[ 2.954387] hid-generic 0003:2516:0020.0005: input,hidraw4: USB HID v1.11 Keyboard [CM Storm Quickfire Rapid i] on usb-0000:00:14.0-10/input0
[ 2.954472] hid-generic 0003:2516:0020.0006: hiddev0,hidraw5: USB HID v1.11 Device [CM Storm Quickfire Rapid i] on usb-0000:00:14.0-10/input1
[ 2.954872] input: CM Storm Quickfire Rapid i as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.2/0003:2516:0020.0007/input/input30
[ 2.954916] hid-generic 0003:2516:0020.0007: input,hidraw6: USB HID v1.11 Keyboard [CM Storm Quickfire Rapid i] on usb-0000:00:14.0-10/input2
[ 3.057467] usb 4-3: new SuperSpeed USB device number 2 using xhci_hcd
[ 3.176756] usb 4-3: New USB device found, idVendor=174c, idProduct=3074
[ 3.176757] usb 4-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 3.176758] usb 4-3: Product: ASM107x
[ 3.176758] usb 4-3: Manufacturer: ASUS Tek.
[ 3.188997] hub 4-3:1.0: USB hub found
[ 3.393569] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 3.525908] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
[ 3.525910] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.526064] hub 2-1:1.0: USB hub found
[ 3.530784] usbcore: registered new interface driver btusb
[ 3.531365] bluetooth hci0: Direct firmware load failed with error -2
[ 3.531642] Bluetooth: hci0: BCM: patch brcm/BCM20702A0-0b05-17cf.hcd not found
[ 8.233622] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 15.653595] e1000e: eth0 NIC Link is Down
[ 15.861633] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.960954] WARNING: CPU: 7 PID: 2195 at /build/linux-lts-utopic-AIjdaQ/linux-lts-utopic-3.16.0/net/wireless/sme.c:920 cfg80211_connect+0x4ab/0x4f0 [cfg80211]()
[ 17.960955] Modules linked in: btusb hid_generic cdc_acm joydev xpad usbhid ff_memless hid rfcomm bnep bluetooth 6lowpan_iphc snd_hda_codec_hdmi nls_iso8859_1 nvidia(POE) wl(POE) eeepc_wmi asus_wmi sparse_keymap mxm_wmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel snd_hda_codec_realtek snd_hda_codec_generic aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd serio_raw snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm lpc_ich snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq cfg80211 snd_seq_device snd_timer snd soundcore drm mei_me mei shpchp parport_pc ppdev video wmi mac_hid lp parport e1000e psmouse ahci libahci ptp pps_core
[ 17.960985] [<ffffffff8106de3d>] warn_slowpath_common+0x7d/0xa0
[ 17.960987] [<ffffffff8106df1a>] warn_slowpath_null+0x1a/0x20
[ 17.960992] [<ffffffffc024489b>] cfg80211_connect+0x4ab/0x4f0 [cfg80211]
[ 17.960999] [<ffffffffc025bd4f>] cfg80211_mgd_wext_connect+0x14f/0x1b0 [cfg80211]
[ 17.961003] [<ffffffffc025be7c>] cfg80211_mgd_wext_siwfreq+0xcc/0x1b0 [cfg80211]
[ 17.961008] [<ffffffffc025bbe5>] cfg80211_wext_siwfreq+0x125/0x140 [cfg80211]
[ 17.961015] [<ffffffff81746ad6>] wireless_process_ioctl+0x176/0x1c0
[ 17.961028] [<ffffffff8176e34d>] system_call_fastpath+0x1a/0x1f
[ 17.965555] WARNING: CPU: 7 PID: 2196 at /build/linux-lts-utopic-AIjdaQ/linux-lts-utopic-3.16.0/net/wireless/sme.c:920 cfg80211_connect+0x4ab/0x4f0 [cfg80211]()
[ 17.965555] Modules linked in: btusb hid_generic cdc_acm joydev xpad usbhid ff_memless hid rfcomm bnep bluetooth 6lowpan_iphc snd_hda_codec_hdmi nls_iso8859_1 nvidia(POE) wl(POE) eeepc_wmi asus_wmi sparse_keymap mxm_wmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel snd_hda_codec_realtek snd_hda_codec_generic aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd serio_raw snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm lpc_ich snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq cfg80211 snd_seq_device snd_timer snd soundcore drm mei_me mei shpchp parport_pc ppdev video wmi mac_hid lp parport e1000e psmouse ahci libahci ptp pps_core
[ 17.965578] [<ffffffff8106de3d>] warn_slowpath_common+0x7d/0xa0
[ 17.965579] [<ffffffff8106df1a>] warn_slowpath_null+0x1a/0x20
[ 17.965584] [<ffffffffc024489b>] cfg80211_connect+0x4ab/0x4f0 [cfg80211]
[ 17.965590] [<ffffffffc025bd4f>] cfg80211_mgd_wext_connect+0x14f/0x1b0 [cfg80211]
[ 17.965595] [<ffffffffc025c392>] cfg80211_mgd_wext_siwap+0x112/0x190 [cfg80211]
[ 17.965599] [<ffffffffc025a7d5>] cfg80211_wext_siwap+0xf5/0x190 [cfg80211]
[ 17.965605] [<ffffffff81746ad6>] wireless_process_ioctl+0x176/0x1c0
[ 17.965615] [<ffffffff8176e34d>] system_call_fastpath+0x1a/0x1f
[ 23.041707] WARNING: CPU: 3 PID: 2193 at /build/linux-lts-utopic-AIjdaQ/linux-lts-utopic-3.16.0/net/wireless/sme.c:920 cfg80211_connect+0x4ab/0x4f0 [cfg80211]()
[ 23.041708] Modules linked in: btusb hid_generic cdc_acm joydev xpad usbhid ff_memless hid rfcomm bnep bluetooth 6lowpan_iphc snd_hda_codec_hdmi nls_iso8859_1 nvidia(POE) wl(POE) eeepc_wmi asus_wmi sparse_keymap mxm_wmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel snd_hda_codec_realtek snd_hda_codec_generic aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd serio_raw snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm lpc_ich snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq cfg80211 snd_seq_device snd_timer snd soundcore drm mei_me mei shpchp parport_pc ppdev video wmi mac_hid lp parport e1000e psmouse ahci libahci ptp pps_core
[ 23.041740] [<ffffffff8106de3d>] warn_slowpath_common+0x7d/0xa0
[ 23.041742] [<ffffffff8106df1a>] warn_slowpath_null+0x1a/0x20
[ 23.041747] [<ffffffffc024489b>] cfg80211_connect+0x4ab/0x4f0 [cfg80211]
[ 23.041754] [<ffffffffc025bd4f>] cfg80211_mgd_wext_connect+0x14f/0x1b0 [cfg80211]
[ 23.041759] [<ffffffffc025c0f1>] cfg80211_mgd_wext_siwessid+0xe1/0x180 [cfg80211]
[ 23.041764] [<ffffffffc0259500>] ? cfg80211_wext_giwessid+0x50/0x50 [cfg80211]
[ 23.041769] [<ffffffffc0259522>] cfg80211_wext_siwessid+0x22/0x40 [cfg80211]
[ 23.041777] [<ffffffffc025c39c>] ? cfg80211_mgd_wext_siwap+0x11c/0x190 [cfg80211]
[ 23.041781] [<ffffffffc025a7d5>] ? cfg80211_wext_siwap+0xf5/0x190 [cfg80211]
[ 23.041787] [<ffffffff81746ad6>] wireless_process_ioctl+0x176/0x1c0
[ 23.041805] [<ffffffff8176e34d>] system_call_fastpath+0x1a/0x1f
[ 139.411769] cfg80211: Calling CRDA to update world regulatory domain
[ 139.417944] cfg80211: World regulatory domain updated:
[ 139.417946] cfg80211: DFS Master region: unset
[ 139.417947] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 139.417949] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 139.417949] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 139.417950] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 139.417951] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 139.417952] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 144.077994] e1000e: eth0 NIC Link is Down
[ 144.286141] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 146.378532] WARNING: CPU: 7 PID: 2848 at /build/linux-lts-utopic-AIjdaQ/linux-lts-utopic-3.16.0/net/wireless/sme.c:920 cfg80211_connect+0x4ab/0x4f0 [cfg80211]()
[ 146.378533] Modules linked in: btusb hid_generic cdc_acm joydev xpad usbhid ff_memless hid rfcomm bnep bluetooth 6lowpan_iphc snd_hda_codec_hdmi nls_iso8859_1 nvidia(POE) wl(POE) eeepc_wmi asus_wmi sparse_keymap mxm_wmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel snd_hda_codec_realtek snd_hda_codec_generic aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd serio_raw snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm lpc_ich snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq cfg80211 snd_seq_device snd_timer snd soundcore drm mei_me mei shpchp parport_pc ppdev video wmi mac_hid lp parport e1000e psmouse ahci libahci ptp pps_core
[ 146.378565] [<ffffffff8106de3d>] warn_slowpath_common+0x7d/0xa0
[ 146.378567] [<ffffffff8106df1a>] warn_slowpath_null+0x1a/0x20
[ 146.378572] [<ffffffffc024489b>] cfg80211_connect+0x4ab/0x4f0 [cfg80211]
[ 146.378579] [<ffffffffc025bd4f>] cfg80211_mgd_wext_connect+0x14f/0x1b0 [cfg80211]
[ 146.378584] [<ffffffffc025be7c>] cfg80211_mgd_wext_siwfreq+0xcc/0x1b0 [cfg80211]
[ 146.378589] [<ffffffffc025bbe5>] cfg80211_wext_siwfreq+0x125/0x140 [cfg80211]
[ 146.378596] [<ffffffff81746ad6>] wireless_process_ioctl+0x176/0x1c0
[ 146.378612] [<ffffffff8176e34d>] system_call_fastpath+0x1a/0x1f
[ 146.380862] WARNING: CPU: 7 PID: 2849 at /build/linux-lts-utopic-AIjdaQ/linux-lts-utopic-3.16.0/net/wireless/sme.c:920 cfg80211_connect+0x4ab/0x4f0 [cfg80211]()
[ 146.380862] Modules linked in: btusb hid_generic cdc_acm joydev xpad usbhid ff_memless hid rfcomm bnep bluetooth 6lowpan_iphc snd_hda_codec_hdmi nls_iso8859_1 nvidia(POE) wl(POE) eeepc_wmi asus_wmi sparse_keymap mxm_wmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel snd_hda_codec_realtek snd_hda_codec_generic aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd serio_raw snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm lpc_ich snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq cfg80211 snd_seq_device snd_timer snd soundcore drm mei_me mei shpchp parport_pc ppdev video wmi mac_hid lp parport e1000e psmouse ahci libahci ptp pps_core
[ 146.380888] [<ffffffff8106de3d>] warn_slowpath_common+0x7d/0xa0
[ 146.380889] [<ffffffff8106df1a>] warn_slowpath_null+0x1a/0x20
[ 146.380896] [<ffffffffc024489b>] cfg80211_connect+0x4ab/0x4f0 [cfg80211]
[ 146.380903] [<ffffffffc025bd4f>] cfg80211_mgd_wext_connect+0x14f/0x1b0 [cfg80211]
[ 146.380909] [<ffffffffc025c392>] cfg80211_mgd_wext_siwap+0x112/0x190 [cfg80211]
[ 146.380916] [<ffffffffc025a7d5>] cfg80211_wext_siwap+0xf5/0x190 [cfg80211]
[ 146.380922] [<ffffffff81746ad6>] wireless_process_ioctl+0x176/0x1c0
[ 146.380934] [<ffffffff8176e34d>] system_call_fastpath+0x1a/0x1f
 Release Date: 08/15/2014
  Serial services are supported (int 14h)
 Manufacturer: ASUS
 Product Name: All Series
 Serial Number: System Serial Number
 Manufacturer: ASUSTeK COMPUTER INC.
 Product Name: MAXIMUS VI EXTREME
 Serial Number: MB-1234567890
 Manufacturer: Chassis Manufacture
 Serial Number: Chassis Serial Number
 Manufacturer: To Be Filled By O.E.M.
 Serial Number: To Be Filled By O.E.M.
 Manufacturer: 0215
 Serial Number: 00000000
 Manufacturer: [Empty]
 Serial Number: [Empty]
 Manufacturer: 0215
 Serial Number: 00000000
 Manufacturer: [Empty]
 Serial Number: [Empty]
 Manufacturer: Intel
 Serial Number: Not Specified
eth0 no wireless extensions.

wlan0 IEEE 802.11abg ESSID:"eircom31809837"
          Mode:Managed Frequency:2.447 GHz Access Point: EC:43:F6:87:8B:74
          Retry short limit:7 RTS thr:off Fragment thr:off
          Power Management:off

lo no wireless extensions.

/etc/modprobe.d/alsa-base.conf:install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
/etc/modprobe.d/blacklist-ath_pci.conf:# which ath5k cannot recover. To prevent this condition, stop
/etc/modprobe.d/blacklist-ath_pci.conf:blacklist ath_pci
/etc/modprobe.d/blacklist-bcm43.conf:# Warning: This file is autogenerated by bcmwl. All changes to this file will be lost.
/etc/modprobe.d/blacklist-bcm43.conf:blacklist b43
/etc/modprobe.d/blacklist-bcm43.conf:blacklist b43legacy
/etc/modprobe.d/blacklist-bcm43.conf:blacklist bcm43xx
/etc/modprobe.d/blacklist-bcm43.conf:blacklist brcm80211
/etc/modprobe.d/blacklist-bcm43.conf:blacklist brcmfmac
/etc/modprobe.d/blacklist-bcm43.conf:blacklist brcmsmac
/etc/modprobe.d/blacklist-bcm43.conf:blacklist bcma
/etc/modprobe.d/blacklist.conf:blacklist eth1394
/etc/modprobe.d/blacklist.conf:# replaced by p54pci
/etc/modprobe.d/blacklist.conf:blacklist prism54
/etc/modprobe.d/blacklist.conf:# replaced by b43 and ssb.
/etc/modprobe.d/blacklist.conf:blacklist bcm43xx
/etc/modprobe.d/blacklist-oss.conf:blacklist uart6850
/etc/modprobe.d/blacklist-watchdog.conf:blacklist twl4030_wdt
cat: /var/lib/NetworkManager/NetworkManager.state: No such file or directory
sudo: hwinfo: command not found
root 1111 0.2 0.0 160572 13700 ? S 20:36 0:01 /usr/bin/python -O /usr/share/wicd/daemon/wicd-daemon.py
root 1140 0.1 0.0 84976 14760 ? S 20:36 0:00 /usr/bin/python -O /usr/share/wicd/daemon/monitor.py
dylan 1985 0.0 0.2 363356 33724 ? Sl 20:36 0:00 /usr/bin/python -O /usr/share/wicd/gtk/wicd-client.py --tray
dylan 2662 0.1 0.2 678860 44140 ? Sl 20:38 0:00 /usr/bin/python -O /usr/share/wicd/gtk/wicd-client.py --no-tray
root 2846 0.0 0.0 30616 4164 ? Ss 20:38 0:00 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/ec43f6878b74 -Dwext
dylan 3379 0.0 0.0 15948 2276 pts/1 S+ 20:42 0:00 grep --color=auto -E wpa|icd|etwork
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
# 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 192.168.1.254
total 75848
3407873 drwxr-xr-x 4 root root 4096 Aug 2 22:35 .
      2 drwxr-xr-x 24 root root 4096 Aug 1 18:24 ..
3407877 -rw-r--r-- 1 root root 1207386 Jan 15 2015 abi-3.16.0-30-generic
3407885 -rw-r--r-- 1 root root 1207297 Jul 25 00:24 abi-3.16.0-45-generic
3407878 -rw-r--r-- 1 root root 171768 Jan 15 2015 config-3.16.0-30-generic
3407887 -rw-r--r-- 1 root root 171813 Jul 25 00:24 config-3.16.0-45-generic
      1 drwxr-xr-x 3 root root 4096 Jan 1 1970 efi
3407875 drwxr-xr-x 5 root root 4096 Aug 2 22:53 grub
3407891 -rw-r--r-- 1 root root 28789342 Aug 1 18:01 initrd.img-3.16.0-30-generic
3407884 -rw-r--r-- 1 root root 19452468 Aug 2 22:35 initrd.img-3.16.0-45-generic
3407879 -rw-r--r-- 1 root root 176500 Mar 12 2014 memtest86+.bin
3407880 -rw-r--r-- 1 root root 178176 Mar 12 2014 memtest86+.elf
3407881 -rw-r--r-- 1 root root 178680 Mar 12 2014 memtest86+_multiboot.bin
3407876 -rw------- 1 root root 3511040 Jan 15 2015 System.map-3.16.0-30-generic
3407886 -rw------- 1 root root 3515045 Jul 25 00:24 System.map-3.16.0-45-generic
3407883 -rw-r--r-- 1 root root 6345120 Aug 1 17:57 vmlinuz-3.16.0-30-generic
3407888 -rw------- 1 root root 6357520 Jul 25 00:24 vmlinuz-3.16.0-45-generic
3407889 -rw------- 1 root root 6359448 Aug 1 18:01 vmlinuz-3.16.0-45-generic.efi.signed
Support status summary of 'dylan-All-Series':

You have 31 packages (1.7%) supported until May 2017 (3y)
You have 54 packages (3.0%) supported until May 2016 (9m)
You have 1679 packages (92.2%) supported until May 2019 (5y)
You have 29 packages (1.6%) supported until February 2015 (9m)

You have 1 packages (0.1%) that can not/no-longer be downloaded
You have 27 packages (1.5%) that are unsupported

Run with --show-unsupported, --show-supported or --show-all to see more details
Downloaded daily snapshot dated 2015-07-31 03:15:02
--2015-08-03 20:43:01-- http://www.linux-usb.org/usb.ids
Resolving www.linux-usb.org (www.linux-usb.org)... 216.34.181.97
Connecting to www.linux-usb.org (www.linux-usb.org)|216.34.181.97|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 549737 (537K) [text/plain]
Saving to: ‘/var/lib/usbutils/usb.ids.new’

100%[======================================>] 549,737 230KB/s in 2.3s

2015-08-03 20:43:04 (230 KB/s) - ‘/var/lib/usbutils/usb.ids.new’ saved [549737/549737]

Done.
Module Size Used by
btusb 32497 0
hid_generic 12559 0
cdc_acm 32941 0
joydev 17393 0
xpad 22327 0
usbhid 52616 0
ff_memless 13573 1 xpad
hid 110426 2 hid_generic,usbhid
rfcomm 69509 8
bnep 19624 2
bluetooth 446409 22 bnep,btusb,rfcomm
6lowpan_iphc 18702 1 bluetooth
snd_hda_codec_hdmi 47548 2
nls_iso8859_1 12713 1
nvidia 8379764 67
wl 6367833 0
eeepc_wmi 13151 0
asus_wmi 24094 1 eeepc_wmi
sparse_keymap 13948 1 asus_wmi
mxm_wmi 13021 0
intel_rapl 18783 0
x86_pkg_temp_thermal 14205 0
intel_powerclamp 18823 0
coretemp 13441 0
kvm 452047 0
crct10dif_pclmul 14307 0
crc32_pclmul 13133 0
ghash_clmulni_intel 13230 0
aesni_intel 152552 1
snd_hda_codec_realtek 77514 1
snd_hda_codec_generic 69011 1 snd_hda_codec_realtek
aes_x86_64 17131 1 aesni_intel
lrw 13286 1 aesni_intel
gf128mul 14951 1 lrw
glue_helper 13990 1 aesni_intel
ablk_helper 13597 1 aesni_intel
cryptd 20359 3 ghash_clmulni_intel,aesni_intel,ablk_helper
serio_raw 13483 0
snd_hda_intel 30469 7
snd_hda_controller 30228 1 snd_hda_intel
snd_hda_codec 139719 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hwdep 17698 1 snd_hda_codec
snd_pcm 104112 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
lpc_ich 21093 0
snd_seq_midi 13564 0
snd_seq_midi_event 14899 1 snd_seq_midi
snd_rawmidi 30876 1 snd_seq_midi
snd_seq 63074 2 snd_seq_midi_event,snd_seq_midi
cfg80211 498458 1 wl
snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 29562 2 snd_pcm,snd_seq
snd 79468 25 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
soundcore 15047 2 snd,snd_hda_codec
drm 311018 4 nvidia
mei_me 19696 0
mei 87875 1 mei_me
shpchp 37047 0
parport_pc 32741 0
ppdev 17671 0
video 20128 1 asus_wmi
wmi 19193 2 mxm_wmi,asus_wmi
mac_hid 13227 0
lp 17759 0
parport 42348 3 lp,ppdev,parport_pc
e1000e 226396 0
psmouse 106767 0
ahci 34142 3
libahci 32424 1 ahci
ptp 19395 1 e1000e
pps_core 19382 1 ptp

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4

Please try the solution given by Joshua Whitley at the following location:

https://askubuntu.com/questions/590442/how-can-i-install-broadcom-wireless-adapter-bcm4352-802-11ac-pcid-14e443b1-r

If the proposed solution does not work, then you are very likely experiencing the following unsolved bug:

https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1173761

Can you help with this problem?

Provide an answer of your own, or ask dylan for more information if necessary.

To post a message you must log in.