You are not logged in.

#51 2013-01-10 09:26:54

Yochai
Member
Registered: 2010-10-20
Posts: 33

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

I'm facing the same  WLC_SCAN error (-22) error.

After getting this error with netcfg I've tried wps_supplican.

02:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
        Subsystem: Dell Wireless 1704 802.11n + BT 4.0
        Kernel driver in use: wl

wpa_suplicant:

network={
        scan_ssid=0
        priority=1
        ssid="ssid"
        psk=hex key
}

I ran it with wpa_supplicant -i wifi0 -c /etc/wpa_supplicant.conf and got the following error

ioctl[SIOCSIWSCAN]: Invalid argument
wifi0: Failed to initiate AP scan
ioctl[SIOCSIWSCAN]: Invalid argument
wifi0: Failed to initiate AP scan
ioctl[SIOCSIWSCAN]: Invalid argument
wifi0: Failed to initiate AP scan
ioctl[SIOCSIWSCAN]: Invalid argument
wifi0: Failed to initiate AP scan
ioctl[SIOCSIWSCAN]: Invalid argument
wifi0: Failed to initiate AP scan

Then I noticed something funny, when the wifi light is on:

4: phy2: Wireless LAN
        Soft blocked: yes
        Hard blocked: no
6: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no

But when the light is off:

rfkill list
4: phy2: Wireless LAN
        Soft blocked: no
        Hard blocked: no

So I tried to turn it on and then remove the block with rfkill. After doing that I managed to get a scan with the wifi which is a progras but I still can't connect:

wpa_supplicant -i wifi0 -c /etc/wpa_supplicant.conf 
wifi0: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=0
wifi0: Trying to associate with 80:1f:02:6b:02:4e (SSID='defaulted' freq=2462 MHz)
ioctl[SIOCSIWFREQ]: Operation not supported
wifi0: Association request to the driver failed
wifi0: Associated with 80:1f:02:6b:02:4e
wifi0: WPA: Key negotiation completed with 80:1f:02:6b:02:4e [PTK=CCMP GTK=TKIP]
wifi0: CTRL-EVENT-CONNECTED - Connection to 80:1f:02:6b:02:4e completed (auth) [id=0 id_str=]

wifi0: Associated with 80:1f:02:6b:02:4e
wifi0: WPA: Key negotiation completed with 80:1f:02:6b:02:4e [PTK=CCMP GTK=TKIP]
wifi0: CTRL-EVENT-CONNECTED - Connection to 80:1f:02:6b:02:4e completed (reauth) [id=0 id_str=]
wifi0: Associated with 80:1f:02:6b:02:4e
wifi0: Authentication with 80:1f:02:6b:02:4e timed out.
wifi0: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=0
wifi0: Trying to associate with 80:1f:02:6b:02:4e (SSID='defaulted' freq=2462 MHz)
ioctl[SIOCSIWFREQ]: Operation not supported
wifi0: Association request to the driver failed
wifi0: Authentication with 80:1f:02:6b:02:4e timed out.
wifi0: Trying to associate with 80:1f:02:6b:02:4e (SSID='defaulted' freq=2462 MHz)
ioctl[SIOCSIWFREQ]: Operation not supported
wifi0: Association request to the driver failed
wifi0: Associated with 80:1f:02:6b:02:4e
wifi0: WPA: Key negotiation completed with 80:1f:02:6b:02:4e [PTK=CCMP GTK=TKIP]
wifi0: CTRL-EVENT-CONNECTED - Connection to 80:1f:02:6b:02:4e completed (reauth) [id=0 id_str=]

^Cwifi0: CTRL-EVENT-TERMINATING - signal 2 received

I'm not sure what more to try.

edit:
I have no idea what change I've made that made it work, but it's working currently. If I manage to figure it out I will make sure to update for others.

Last edited by Yochai (2013-01-10 10:49:48)

Offline

#52 2013-01-11 04:38:48

WindPower
Member
Registered: 2012-09-06
Posts: 12

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

Yochai wrote:

I'm facing the same  WLC_SCAN error (-22) error.

After getting this error with netcfg I've tried wps_supplican.

I'm glad I'm not the only one getting it...

So I tried wpa_supplicant as well, using the other laptop as reference: disabled NetworkManager on it, got it to connect just fine using wpa_supplicant, then copied its wpa_supplicant.conf over to the Dell laptop.

Sure enough, I got this:

ioctl[SIOCSIWSCAN]: Invalid argument
wifi0: Failed to initiate AP scan
ioctl[SIOCSIWSCAN]: Invalid argument
wifi0: Failed to initiate AP scan
ioctl[SIOCSIWSCAN]: Invalid argument
wifi0: Failed to initiate AP scan
(over and over)

And the typical "ERROR @wl_cfg80211_scan : WLC_SCAN error (-22)" lines showing up in journalctl.

Also, "rfkill list" says phy0 is not soft blocked and not hard blocked. It doesn't see my bluetooth device, but that's because I disabled it in the BIOS. Enabled it again just for kicks, to see if that would make any difference, but it didn't (and strangely it doesn't show in rfkill or anywhere, but that's a separate issue).

So now I'm still stuck trying to get it to scan successfully.

I tried setting ap_scan=2 to avoid scanning for APs, and that got me a little further at trying to authenticate with the AP, but unfortunately here's what it says:

wifi0: Trying to associate with SSID 'the ssid here'
wifi0: Authentication with 00:00:00:00:00:00 timed out.
wifi0: Trying to associate with SSID 'the ssid here'
wifi0: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=0
wifi0: Trying to associate with SSID 'the ssid here'
wifi0: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=0
wifi0: Trying to associate with SSID 'the ssid here'
wifi0: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=0
... etc...

Yet my wpa_supplicant.conf does contain the bssid:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
update_config=1
ap_scan=2

network={
    ssid="the ssid here"
    bssid=e0:91:...
    proto=RSN
    key_mgmt=WPA-PSK
    pairwise=TKIP
    auth_alg=OPEN
    id_str="home"
    scan_ssid=1
}

So why is it saying "00:00:00:00:00:00"? I have no idea.

Yochai wrote:

edit:
I have no idea what change I've made that made it work, but it's working currently. If I manage to figure it out I will make sure to update for others.

Please do, I would very much appreciate it.

Last edited by WindPower (2013-01-11 04:41:15)

Offline

#53 2013-01-11 04:41:47

Yochai
Member
Registered: 2010-10-20
Posts: 33

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

WindPower, try pressing the function button the controls the wifi. then do rfkill, if it's now blocked, unblock it and try to use the wifi again. Any changes ?

Offline

#54 2013-01-11 05:09:15

WindPower
Member
Registered: 2012-09-06
Posts: 12

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

Yochai wrote:

WindPower, try pressing the function button the controls the wifi. then do rfkill, if it's now blocked, unblock it and try to use the wifi again. Any changes ?

I love you.


I ran rkill list right before doing what you told me:

root@crapola # rfkill list
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no

Then I pressed the wireless toggle (Fn+F2) twice, and ran rfkill again:

root@crapola # rfkill list
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
1: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no

What the...? Suddenly the bluetooth device shows up. Curious to see if anything else changed, I reran wpa_supplicant, and here's what I got:

wifi0: Trying to associate with SSID 'the ssid here'
wifi0: Associated with e0:91:...
wifi0: WPA: Key negotiation completed with e0:91:... [PTK=TKIP GTK=TKIP]
wifi0: CTRL-EVENT-CONNECTED - Connection to e0:91:... completed (auth) [id=0 id_str=home]

Holy shit look at that! I killed wpa_supplicant, removed ap_scan=2, and ran it again, it tried to scan, and all works fine.

Then I reinstalled NetworkManager, re-added wireless profile, and boom! Everything works.

I tried rebooting a couple of times to see if things kept working, and so far all appears well.

Lessons learned:

  • I had never pressed the wireless toggle button ever since I got this laptop. Apparently the networking behaves differently until the button is toggled at least once.  (How does such crap even happen?)

  • Folks on the Arch forums are amazing. Thanks to both twelveeighty and Yochai

  • It's not because a laptop ships with a Linux distribution preinstalled that all its hardware will "just work".

  • Screw Dell for not picking a wireless chip with an opensource driver or at least a driver that can be safely assumed to stay current with kernel releases rather than stagnating on the kernel version the laptop was shipped with

  • I am never buying shit from Broadcom ever again, and neither should you.

Thanks again for the help, this issue was really starting to drive me mental, to the point that I even considered reinstalling Ubuntu Oneiric on it, and sticking with it. Thanks to you I have successfully avoided this mess.

Last edited by WindPower (2013-01-11 05:11:25)

Offline

#55 2013-01-11 05:11:58

Yochai
Member
Registered: 2010-10-20
Posts: 33

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

I'm glad it's working for you, I was wondering if that what did the trick for me smile

Offline

#56 2013-02-14 00:22:42

S.M.O.G.
Member
From: Italy
Registered: 2013-02-14
Posts: 4
Website

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

Hi everyone,
I've bought a Dell Vostro 3560 a few days ago, first thing I've done: I've removed Win8 and have put Arch on it!
Using the AUR package the wifi worked like a charm, until now... I've updated kernel from 3.7.6 to 3.7.7 and wifi isn't working anymore... sad
anyone's having the same problem?
suggestions on how to make it working again?

thank you all in advance!

[EDIT 15/02/13]
removing the package (with its orphan dependecies) and reinstalling it solved the problem:

yaourt -Rs wireless-bcm43142-oneiric-dkms

to remove it and all its orphan dependencies, followed by

yaourt -S wireless-bcm43142-oneiric-dkms

to reinstall it.

I hope it won't be needed to do this after every kernel update! sad

Last edited by S.M.O.G. (2013-02-15 16:38:26)

Offline

#57 2013-02-17 17:24:27

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,096

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

S.M.O.G. wrote:

I hope it won't be needed to do this after every kernel update! sad

I have had this problem in the past as well and while it's not really repeatable, I suspect this is a timing issue with DKMS. What I find works best is this: if  "pacman -Syu" reports a kernel update, scan through (and act on) the reported issues/warnings like normal, and then reboot with an ethernet cable plugged into the laptop. However, let the reboot sit and do its thing for an extra couple of minutes (i.e. don't touch it). I use a login manager, so I just let it sit at the login screen. I wait for all hard drive activity to die down; this is when DKMS should be recompiling and installing the driver for your latest kernel. Then reboot again! Now everything should be working. Ever since I started doing this, all my kernel updates worked fine with this driver.

Offline

#58 2013-02-17 18:42:08

S.M.O.G.
Member
From: Italy
Registered: 2013-02-14
Posts: 4
Website

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

Thank you for the suggestion, I'll try it as soon as a new kernel update is submitted.
It's a bit boring having to connect to ethernet every time, but, until a better solution comes out, it's acceptable!
Thanks! smile

Last edited by S.M.O.G. (2013-02-17 18:42:35)

Offline

#59 2013-02-17 20:13:35

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,096

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

ANNOUNCEMENT!

I have just uploaded a new package to AUR, which is now based on the proper upstream Ubuntu code base. Please read the following carefully. I will submit a request to the AUR user group to have the two packages "merged" to avoid confusion in the future, but PLEASE READ the section about uninstalling the old package before installing the new:

Here is the link to the new package: https://aur.archlinux.org/packages/wire … 3142-dkms/

PLEASE NOTE: this is the newer version of the original package in AUR called wireless-bcm43142-oneiric-dkms. This version now has the following improvements:

0. No more use of the "oneiric" name in the package name, which was unfortunate to begin with, since that references a specific Ubuntu version

1. Upstream links to Ubuntu; which is where this dreaded driver's source is "maintained" with Dell; still no proper open-source version from Broadcom, but it's much more reliable

2. This version should be compatible with 2.x kernels up to at least 3.8

3. Both 32-bit and 64 bit versions should work now, but please be aware I have only tested the 64 bit version

4. This is now the latest available version (6.20.155.1)

YOU MUST UNINSTALL the old package first with pacman -R since this is a different package name and I'm sure the two will conflict.

As always, if you have a choice: DO NOT BUY BROADCOM HARDWARE, it's just losers like you and I that have to deal with these proprietary, closed drivers.

Please post your results here - let your fellow Archers know if the new driver works; I tested it on my Vostro (64 bit) and it works.

Offline

#60 2013-02-17 21:45:38

WindPower
Member
Registered: 2012-09-06
Posts: 12

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

twelveeighty wrote:

YOU MUST UNINSTALL the old package first

You should add the old package's name to the new one's conflicts list smile

I'll try the new package and see if it works well.
EDIT: Failed to build:

DKMS make.log for broadcom-wl-6.20.155.1 for kernel 3.7.6-1-ARCH (x86_64)
Sun Feb 17 11:12:14 EST 2013
make: Entering directory `/usr/src/linux-3.7.6-1-ARCH'
CFG80211 API is prefered for this kernel version
Using CFG80211 API
make[1]: dpkg: Command not found (wat?)
  LD      /var/lib/dkms/broadcom-wl/6.20.155.1/build/built-in.o
  CC [M]  /var/lib/dkms/broadcom-wl/6.20.155.1/build/src/shared/linux_osl.o
  CC [M]  /var/lib/dkms/broadcom-wl/6.20.155.1/build/src/wl/sys/wl_linux.o
  CC [M]  /var/lib/dkms/broadcom-wl/6.20.155.1/build/src/wl/sys/wl_iw.o
  CC [M]  /var/lib/dkms/broadcom-wl/6.20.155.1/build/src/wl/sys/wl_cfg80211.o
  LD [M]  /var/lib/dkms/broadcom-wl/6.20.155.1/build/wl.o
ld: Relocatable linking with relocations from format elf32-i386 (/var/lib/dkms/broadcom-wl/6.20.155.1/build/lib/wlc_hybrid.o_shipped_i386) to format elf64-x86-64 (/var/lib/dkms/broadcom-wl/6.20.155.1/build/wl.o) is not supported
make[1]: *** [/var/lib/dkms/broadcom-wl/6.20.155.1/build/wl.o] Error 1
make: *** [_module_/var/lib/dkms/broadcom-wl/6.20.155.1/build] Error 2
make: Leaving directory `/usr/src/linux-3.7.6-1-ARCH'

Installing dpkg from the AUR fixed it, but that really shouldn't be necessary...

Last edited by WindPower (2013-02-17 22:36:34)

Offline

#61 2013-02-18 00:55:06

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,096

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

Interesting. I have dpkg installed. Not sure what brought that in. I'll look at it.

Offline

#62 2013-02-18 17:19:30

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,096

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

OK - new version uploaded to AUR - I've removed the call to 'dpkg' in the Makefile, which should fix @WindPower's reported issue. I've also included a "conflicts" clause as suggested to prevent the installation if the old package is still installed.

https://aur.archlinux.org/packages/wire … 3142-dkms/

Offline

#63 2013-02-23 16:41:40

jerf
Member
Registered: 2009-06-03
Posts: 33

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

Cannot force my Broadcom 43142 to work. I tried reading the whole thread, but I'm still not quite sure what are the correct steps to make it working. I did the following on my up-to-date Arch x64 install:
1) Installed the AUR package from https://aur.archlinux.org/packages/wire … 3142-dkms/
2) Enabled dkms service by the following command: # systemctl enable dkms.service
3) Created file 20-broadcom.conf with contents "wl" (without quotes) in /etc/modules-load.d

Still wifi doesn't work for me. No traces of wifi adapter in the output of ifconfig and iwconfig.
Did I miss any steps, or perhaps did something in a wrong way?

Offline

#64 2013-02-23 17:27:10

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,728

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

jerf wrote:

Cannot force my Broadcom 43142 to work. I tried reading the whole thread, but I'm still not quite sure what are the correct steps to make it working. I did the following on my up-to-date Arch x64 install:
1) Installed the AUR package from https://aur.archlinux.org/packages/wire … 3142-dkms/
2) Enabled dkms service by the following command: # systemctl enable dkms.service
3) Created file 20-broadcom.conf with contents "wl" (without quotes) in /etc/modules-load.d

Still wifi doesn't work for me. No traces of wifi adapter in the output of ifconfig and iwconfig.
Did I miss any steps, or perhaps did something in a wrong way?

You did not mention firmware.  You need b43-firmware-latest from the AUR.
Also, double check your chip number please.   What is the output of lspci -nn


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#65 2013-02-23 17:55:09

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

@ewaller: b43 doesn't support this card. Only that Ubuntu driver does, which has integrated firmware (it's a closed source driver).

@jerf: "doesn't work" is never a good bug report. Several others have provided dmesg output in this thread, this should've been a clue that this is what you need to do too. It'll show any eventual errors.

Offline

#66 2013-02-24 02:24:44

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,096

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

jerf wrote:

Cannot force my Broadcom 43142 to work. I tried reading the whole thread, but I'm still not quite sure what are the correct steps to make it working. I did the following on my up-to-date Arch x64 install:
2) Enabled dkms service by the following command: # systemctl enable dkms.service
3) Created file 20-broadcom.conf with contents "wl" (without quotes) in /etc/modules-load.d

You do not have to load the driver using your Step 3. I'm not sure if it could hurt, but the kernel driver should automatically load without that.

We need logs to see exactly what could be wrong. Please post the output of the following command:

dkms status -m broadcom-wl

Also examine your dmesg output. Look specifically for lines like these:

[    6.874983] wl: module license 'MIXED/Proprietary' taints kernel.
[    6.874984] Disabling lock debugging due to kernel taint

[    6.901003] Bluetooth: Core ver 2.16
[    6.901016] NET: Registered protocol family 31
[    6.901017] Bluetooth: HCI device and connection manager initialized
[    6.901023] Bluetooth: HCI socket layer initialized
[    6.901024] Bluetooth: L2CAP socket layer initialized
[    6.901028] Bluetooth: SCO socket layer initialized
[    6.905263] INFO @wl_cfg80211_attach : Registered CFG80211 phy

If you watch your boot sequence carefully, you will actually see that last line logged to the console as well.

Offline

#67 2013-03-08 16:13:12

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,096

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

**UPDATE**

I have received a potential patch from Canonical for the kernel 3.8 / GPL licensing problem. I do not have a 3.8 kernel myself, so can someone test this on a 3.8 kernel and let me know if it works?

Offline

#68 2013-05-04 15:33:09

sharX
Member
Registered: 2013-05-03
Posts: 14

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

No it do not work on my maschine. I am running ArchLinux 64bit Kernel 3.8.11.-1 (Broadcom Wireless Card 14e4 4365).
The modul do not load automatically and adding the modul "wl" manually also do not work.

There weren no failure during the installation with PKGBUILD.

Last edited by sharX (2013-05-04 15:34:26)

Offline

#69 2013-05-05 14:14:32

mylife4aur
Member
Registered: 2012-12-18
Posts: 8

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

Hello all, i hope you can help me out here. Proud mad owner of a Dell 1564.

I have successfully installed the package wireless-bcm43142-dkms. Proof:

# dkms status -m broadcom-wl
broadcom-wl, 6.20.155.1, 3.8.11-1-ARCH, x86_64: installed

My network controller is Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01) and my wireless interface name is wlp3s0.

I use wifi-menu to connect to my WEP wireless network (named mywifi), enter my password and then i get:

Job for netctl@wlp3s0\x2dmywifi.service failed. See 'systemctl status netctl@wlp3s0\x2dmywifi.service' and 'journalctl -xn' for details.

So, i use the above mentioned commands:

# systemctl status netctl@wlp3s0\x2dmywifi.service
netctl@wlp3s0x2dmywifi.service - Networking for netctl profile wlp3s0x2dmywifi
   Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static)
   Active: inactive (dead)
     Docs: man:netctl.profile(5)
# journal -nx
-- Logs begin at Fri 2012-12-14 10:47:20 EET, end at Sun 2013-05-05 16:44:21 EEST. --
May 05 16:42:17 archon systemd[1]: Failed to start Networking for netctl profile wlp3s0-mywifi.
-- Subject: Unit netctl@wlp3s0\x2dmywifi.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
-- 
-- Unit netctl@wlp3s0\x2dmywifi.service has failed.
-- 
-- The result is failed.
May 05 16:42:17 archon systemd[1]: MESSAGE=Unit netctl@wlp3s0\x2dmywifi.service entered failed state.
May 05 16:42:17 archon systemd[1]: Starting Network.
-- Subject: Unit network.target has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit network.target has begun starting up.
May 05 16:42:17 archon systemd[1]: Reached target Network.
-- Subject: Unit network.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit network.target has finished starting up.
-- 
-- The start-up result is done.

I still have no clue what is wrong. The same driver works perfectly on Ubuntu 12.04 (on the same machine).

Obligatory dmesg:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.8.11-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.0 20130425 (prerelease) (GCC) ) #1 SMP PREEMPT Wed May 1 20:18:57 CEST 2013
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda8
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b727bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b727c000-0x00000000b7281fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b7282000-0x00000000b73e5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b73e6000-0x00000000b740efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b740f000-0x00000000b746efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b746f000-0x00000000b746ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b7470000-0x00000000b74f0fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b74f1000-0x00000000b770efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b770f000-0x00000000b7716fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b7717000-0x00000000b771efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b771f000-0x00000000b777dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b777e000-0x00000000b779efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b779f000-0x00000000b77e1fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b77e2000-0x00000000b77fefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b77ff000-0x00000000b77fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b7800000-0x00000000bbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0704000-0x00000000f0704fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feaff000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Dell Inc. Inspiron 1564/08CNC9, BIOS A13 03/29/2011
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0xb7800 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-D3FFF write-protect
[    0.000000]   D4000-DBFFF uncachable
[    0.000000]   DC000-FFFFF write-through
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFE00000 mask FFFE00000 write-protect
[    0.000000]   1 base 0B8000000 mask FF8000000 uncachable
[    0.000000]   2 base 000000000 mask F80000000 write-back
[    0.000000]   3 base 080000000 mask FC0000000 write-back
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000f7180-0x000f718f] mapped at [ffff8800000f7180]
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0xb77fffff]
[    0.000000]  [mem 0x00000000-0xb77fffff] page 2M
[    0.000000] kernel direct mapping tables up to 0xb77fffff @ [mem 0x1fffc000-0x1fffffff]
[    0.000000] RAMDISK: [mem 0x37a62000-0x37d28fff]
[    0.000000] ACPI: RSDP 00000000000f70a0 00024 (v02 PTLTD )
[    0.000000] ACPI: XSDT 00000000b77f4407 00074 (v01 DELL    QA09    06040000  LTP 00000000)
[    0.000000] ACPI: FACP 00000000b77e4000 000F4 (v03 INTEL  CRESTLNE 06040000 ALAN 00000001)
[    0.000000] ACPI: DSDT 00000000b77e5000 0A5EF (v02 Intel  CALPELLA 06040000 INTL 20060912)
[    0.000000] ACPI: FACS 00000000b779bfc0 00040
[    0.000000] ACPI: HPET 00000000b77fec0a 00038 (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
[    0.000000] ACPI: MCFG 00000000b77fec42 0003C (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
[    0.000000] ACPI: APIC 00000000b77fec7e 00084 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
[    0.000000] ACPI: BOOT 00000000b77fed02 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: SPCR 00000000b77fed2a 00050 (v01 PTLTD  $UCRTBL$ 06040000 PTL  00000001)
[    0.000000] ACPI: SLIC 00000000b77fed7a 00176 (v01 DELL    QA09    06040000  LTP 00000000)
[    0.000000] ACPI: OSFR 00000000b77feef0 00070 (v01 DELL   DELL     06040000 ASL  00000061)
[    0.000000] ACPI: ASF! 00000000b77fef60 000A0 (v16   CETP     CETP 06040000 PTL  00000001)
[    0.000000] ACPI: SSDT 00000000b77e3000 009F1 (v01  PmRef    CpuPm 00003000 INTL 20060912)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000000b77fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0xb77fffff]
[    0.000000]   NODE_DATA [mem 0xb77dd000-0xb77e1fff]
[    0.000000]  [ffffea0000000000-ffffea0002dfffff] PMD -> [ffff8800b3c00000-ffff8800b69fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0009bfff]
[    0.000000]   node   0: [mem 0x00100000-0xb727bfff]
[    0.000000]   node   0: [mem 0xb7282000-0xb73e5fff]
[    0.000000]   node   0: [mem 0xb740f000-0xb746efff]
[    0.000000]   node   0: [mem 0xb770f000-0xb7716fff]
[    0.000000]   node   0: [mem 0xb771f000-0xb777dfff]
[    0.000000]   node   0: [mem 0xb779f000-0xb77e1fff]
[    0.000000]   node   0: [mem 0xb77ff000-0xb77fffff]
[    0.000000] On node 0 totalpages: 750711
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 6 pages reserved
[    0.000000]   DMA zone: 3910 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11680 pages used for memmap
[    0.000000]   DMA32 zone: 735051 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009c000 - 000000000009d000
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
[    0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
[    0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000b727c000 - 00000000b7282000
[    0.000000] PM: Registered nosave memory: 00000000b73e6000 - 00000000b740f000
[    0.000000] PM: Registered nosave memory: 00000000b746f000 - 00000000b7470000
[    0.000000] PM: Registered nosave memory: 00000000b7470000 - 00000000b74f1000
[    0.000000] PM: Registered nosave memory: 00000000b74f1000 - 00000000b770f000
[    0.000000] PM: Registered nosave memory: 00000000b7717000 - 00000000b771f000
[    0.000000] PM: Registered nosave memory: 00000000b777e000 - 00000000b779f000
[    0.000000] PM: Registered nosave memory: 00000000b77e2000 - 00000000b77ff000
[    0.000000] e820: [mem 0xbc000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800b7000000 s85184 r8192 d21312 u524288
[    0.000000] pcpu-alloc: s85184 r8192 d21312 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 738961
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda8
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 2940988k/3006464k available (4909k kernel code, 3620k absent, 61856k reserved, 4023k data, 820k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.000000] NR_IRQS:4352 nr_irqs:712 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 12058624 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.003333] tsc: Detected 2128.068 MHz processor
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4257.47 BogoMIPS (lpj=7093560)
[    0.000006] pid_max: default: 32768 minimum: 301
[    0.000040] Security Framework initialized
[    0.000050] AppArmor: AppArmor disabled by boot time parameter
[    0.000362] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.002015] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.002752] Mount-cache hash table entries: 256
[    0.002973] Initializing cgroup subsys cpuacct
[    0.002977] Initializing cgroup subsys memory
[    0.002986] Initializing cgroup subsys devices
[    0.002987] Initializing cgroup subsys freezer
[    0.002989] Initializing cgroup subsys net_cls
[    0.002991] Initializing cgroup subsys blkio
[    0.003017] CPU: Physical Processor ID: 0
[    0.003019] CPU: Processor Core ID: 0
[    0.003024] mce: CPU supports 9 MCE banks
[    0.003035] CPU0: Thermal monitoring handled by SMI
[    0.003043] process: using mwait in idle threads
[    0.003048] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 6
[    0.003216] Freeing SMP alternatives: 20k freed
[    0.004401] ACPI: Core revision 20121018
[    0.023006] ftrace: allocating 19313 entries in 76 pages
[    0.034930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.067924] smpboot: CPU0: Intel(R) Core(TM) i3 CPU       M 330  @ 2.13GHz (fam: 06, model: 25, stepping: 02)
[    0.174151] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[    0.174159] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[    0.174161] ... version:                3
[    0.174162] ... bit width:              48
[    0.174163] ... generic registers:      4
[    0.174164] ... value mask:             0000ffffffffffff
[    0.174166] ... max period:             000000007fffffff
[    0.174167] ... fixed-purpose events:   3
[    0.174168] ... event mask:             000000070000000f
[    0.221925] CPU1: Thermal monitoring handled by SMI
[    0.224099] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.242018] CPU2: Thermal monitoring handled by SMI
[    0.210886] smpboot: Booting Node   0, Processors  #1 #2 #3 OK
[    0.262000] CPU3: Thermal monitoring handled by SMI
[    0.264125] Brought up 4 CPUs
[    0.264130] smpboot: Total of 4 processors activated (17031.90 BogoMIPS)
[    0.266752] devtmpfs: initialized
[    0.267958] PM: Registering ACPI NVS region [mem 0xb7470000-0xb74f0fff] (528384 bytes)
[    0.267971] PM: Registering ACPI NVS region [mem 0xb777e000-0xb779efff] (135168 bytes)
[    0.268878] RTC time: 16:41:13, date: 05/05/13
[    0.268925] NET: Registered protocol family 16
[    0.269064] ACPI: bus type pci registered
[    0.269147] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.269150] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.299110] PCI: Using configuration type 1 for base access
[    0.299702] bio: create slab <bio-0> at 0
[    0.299769] ACPI: Added _OSI(Module Device)
[    0.299772] ACPI: Added _OSI(Processor Device)
[    0.299773] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.299775] ACPI: Added _OSI(Processor Aggregator Device)
[    0.301170] ACPI: EC: Look up EC in DSDT
[    0.306433] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.307222] ACPI: SSDT 00000000b771ac18 003AE (v01  PmRef  Cpu0Ist 00003000 INTL 20060912)
[    0.307566] ACPI: Dynamic OEM Table Load:
[    0.307569] ACPI: SSDT           (null) 003AE (v01  PmRef  Cpu0Ist 00003000 INTL 20060912)
[    0.307721] ACPI: SSDT 00000000b7718018 008B0 (v01  PmRef  Cpu0Cst 00003001 INTL 20060912)
[    0.308036] ACPI: Dynamic OEM Table Load:
[    0.308038] ACPI: SSDT           (null) 008B0 (v01  PmRef  Cpu0Cst 00003001 INTL 20060912)
[    0.317640] ACPI: SSDT 00000000b7719a98 00303 (v01  PmRef    ApIst 00003000 INTL 20060912)
[    0.318019] ACPI: Dynamic OEM Table Load:
[    0.318021] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20060912)
[    0.318150] ACPI: SSDT 00000000b7717d98 00119 (v01  PmRef    ApCst 00003000 INTL 20060912)
[    0.318493] ACPI: Dynamic OEM Table Load:
[    0.318495] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20060912)
[    0.319137] ACPI: Interpreter enabled
[    0.319142] ACPI: (supports S0 S3 S4 S5)
[    0.319162] ACPI: Using IOAPIC for interrupt routing
[    0.319579] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.324774] ACPI: Power Resource [FN00] (off)
[    0.324857] ACPI: Power Resource [FN01] (off)
[    0.325184] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
[    0.325402] ACPI: No dock devices found.
[    0.325406] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.325780] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.325783] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.325955] \_SB_.PCI0:_OSC invalid UUID
[    0.325957] _OSC request data:1 8 1f 
[    0.326628] PCI host bridge to bus 0000:00
[    0.326632] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.326634] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.326636] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.326638] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.326640] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.326642] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.326644] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.326646] pci_bus 0000:00: root bus resource [mem 0xbc000000-0xdfffffff]
[    0.326648] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
[    0.326658] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[    0.326678] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[    0.326701] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
[    0.326713] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
[    0.326720] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.326725] pci 0000:00:02.0: reg 20: [io  0x1800-0x1807]
[    0.326794] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
[    0.326824] pci 0000:00:16.0: reg 10: [mem 0xf0705800-0xf070580f 64bit]
[    0.326924] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.326970] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[    0.326995] pci 0000:00:1a.0: reg 10: [mem 0xf0706000-0xf07063ff]
[    0.327108] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.327143] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[    0.327165] pci 0000:00:1b.0: reg 10: [mem 0xf0700000-0xf0703fff 64bit]
[    0.327264] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.327296] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[    0.327404] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.327436] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
[    0.327539] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.327576] pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400
[    0.327678] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.327721] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[    0.327747] pci 0000:00:1d.0: reg 10: [mem 0xf0706400-0xf07067ff]
[    0.327860] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.327888] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.327978] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
[    0.328111] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
[    0.328138] pci 0000:00:1f.2: reg 10: [io  0x1818-0x181f]
[    0.328150] pci 0000:00:1f.2: reg 14: [io  0x180c-0x180f]
[    0.328161] pci 0000:00:1f.2: reg 18: [io  0x1810-0x1817]
[    0.328173] pci 0000:00:1f.2: reg 1c: [io  0x1808-0x180b]
[    0.328185] pci 0000:00:1f.2: reg 20: [io  0x1820-0x183f]
[    0.328196] pci 0000:00:1f.2: reg 24: [mem 0xf0705000-0xf07057ff]
[    0.328266] pci 0000:00:1f.2: PME# supported from D3hot
[    0.328293] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[    0.328314] pci 0000:00:1f.3: reg 10: [mem 0xf0706800-0xf07068ff 64bit]
[    0.328345] pci 0000:00:1f.3: reg 20: [io  0x1840-0x185f]
[    0.328397] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
[    0.328426] pci 0000:00:1f.6: reg 10: [mem 0xf0704000-0xf0704fff 64bit]
[    0.328585] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.329286] pci 0000:03:00.0: [14e4:4315] type 00 class 0x028000
[    0.329922] pci 0000:03:00.0: reg 10: [mem 0xf0400000-0xf0403fff 64bit]
[    0.333549] pci 0000:03:00.0: supports D1 D2
[    0.333551] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.335038] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.335047] pci 0000:00:1c.1:   bridge window [mem 0xf0400000-0xf04fffff]
[    0.335129] pci 0000:04:00.0: [10ec:8136] type 00 class 0x020000
[    0.335146] pci 0000:04:00.0: reg 10: [io  0x2000-0x20ff]
[    0.335174] pci 0000:04:00.0: reg 18: [mem 0xf0810000-0xf0810fff 64bit pref]
[    0.335193] pci 0000:04:00.0: reg 20: [mem 0xf0800000-0xf080ffff 64bit pref]
[    0.335207] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.335274] pci 0000:04:00.0: supports D1 D2
[    0.335276] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.344085] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.344095] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    0.344112] pci 0000:00:1c.5:   bridge window [mem 0xf0800000-0xf08fffff 64bit pref]
[    0.344201] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
[    0.344214] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.344216] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.344218] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.344220] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.344222] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.344224] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.344226] pci 0000:00:1e.0:   bridge window [mem 0xbc000000-0xdfffffff] (subtractive decode)
[    0.344228] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
[    0.344265] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.344371] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.344421] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.344471] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
[    0.344546] \_SB_.PCI0:_OSC invalid UUID
[    0.344547] _OSC request data:1 1f 1f 
[    0.344551]  pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.344553]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.345251] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
[    0.345316] PCI host bridge to bus 0000:ff
[    0.345319] pci_bus 0000:ff: root bus resource [bus ff]
[    0.345324] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
[    0.345345] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
[    0.345367] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
[    0.345387] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
[    0.345406] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
[    0.345425] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
[    0.345459]  pci0000:ff: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.345461]  pci0000:ff: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.345647] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.345694] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *7 11 12 14 15)
[    0.345738] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.345782] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.345827] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.345871] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.345916] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.345961] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.346054] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.346058] vgaarb: loaded
[    0.346059] vgaarb: bridge control possible 0000:00:02.0
[    0.346100] PCI: Using ACPI for IRQ routing
[    0.356062] PCI: pci_cache_line_size set to 64 bytes
[    0.356180] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff]
[    0.356182] e820: reserve RAM buffer [mem 0xb727c000-0xb7ffffff]
[    0.356185] e820: reserve RAM buffer [mem 0xb73e6000-0xb7ffffff]
[    0.356187] e820: reserve RAM buffer [mem 0xb746f000-0xb7ffffff]
[    0.356189] e820: reserve RAM buffer [mem 0xb7717000-0xb7ffffff]
[    0.356191] e820: reserve RAM buffer [mem 0xb777e000-0xb7ffffff]
[    0.356193] e820: reserve RAM buffer [mem 0xb77e2000-0xb7ffffff]
[    0.356194] e820: reserve RAM buffer [mem 0xb7800000-0xb7ffffff]
[    0.356298] NetLabel: Initializing
[    0.356300] NetLabel:  domain hash size = 128
[    0.356301] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.356317] NetLabel:  unlabeled traffic allowed by default
[    0.356337] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.356343] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.358358] Switching to clocksource hpet
[    0.363541] pnp: PnP ACPI init
[    0.363562] ACPI: bus type pnp registered
[    0.363672] pnp 00:00: [dma 4]
[    0.363704] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.363729] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[    0.363843] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.363878] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.363942] system 00:04: [io  0x0680-0x069f] has been reserved
[    0.363945] system 00:04: [io  0x0500-0x050f] has been reserved
[    0.363947] system 00:04: [io  0x0600-0x0603] has been reserved
[    0.363949] system 00:04: [io  0xffff] has been reserved
[    0.363952] system 00:04: [io  0x0400-0x047f] has been reserved
[    0.363954] system 00:04: [io  0x1180-0x11ff] has been reserved
[    0.363956] system 00:04: [io  0x164e-0x164f] has been reserved
[    0.363958] system 00:04: [io  0xfe00] has been reserved
[    0.363961] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.364009] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.364043] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.364071] pnp 00:07: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.364361] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.364364] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.364366] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.364368] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.364370] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.364373] system 00:08: [mem 0xfeaff000-0xfeafffff] has been reserved
[    0.364375] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.364377] system 00:08: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.364379] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.364382] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[    0.364384] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.364387] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.365122] pnp: PnP ACPI: found 9 devices
[    0.365125] ACPI: ACPI bus type pnp unregistered
[    0.371932] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.371936] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.371939] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[    0.371951] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    0.371954] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
[    0.371966] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x001fffff] to [bus 04] add_size 400000
[    0.371982] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.371985] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.371987] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.371989] pci 0000:00:1c.5: res[14]=[mem 0x00100000-0x001fffff] get_res_add_size add_size 400000
[    0.371991] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.371993] pci 0000:00:1c.1: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.371999] pci 0000:00:1c.0: BAR 14: assigned [mem 0xbc000000-0xbc1fffff]
[    0.372002] pci 0000:00:1c.0: BAR 15: assigned [mem 0xbc200000-0xbc3fffff 64bit pref]
[    0.372005] pci 0000:00:1c.1: BAR 15: assigned [mem 0xbc400000-0xbc5fffff 64bit pref]
[    0.372008] pci 0000:00:1c.5: BAR 14: assigned [mem 0xbc600000-0xbcafffff]
[    0.372011] pci 0000:00:1c.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.372014] pci 0000:00:1c.1: BAR 13: assigned [io  0x4000-0x4fff]
[    0.372017] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.372022] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.372028] pci 0000:00:1c.0:   bridge window [mem 0xbc000000-0xbc1fffff]
[    0.372034] pci 0000:00:1c.0:   bridge window [mem 0xbc200000-0xbc3fffff 64bit pref]
[    0.372042] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.372045] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.372052] pci 0000:00:1c.1:   bridge window [mem 0xf0400000-0xf04fffff]
[    0.372057] pci 0000:00:1c.1:   bridge window [mem 0xbc400000-0xbc5fffff 64bit pref]
[    0.372066] pci 0000:04:00.0: BAR 6: assigned [mem 0xf0820000-0xf083ffff pref]
[    0.372068] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.372072] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    0.372078] pci 0000:00:1c.5:   bridge window [mem 0xbc600000-0xbcafffff]
[    0.372084] pci 0000:00:1c.5:   bridge window [mem 0xf0800000-0xf08fffff 64bit pref]
[    0.372091] pci 0000:00:1e.0: PCI bridge to [bus 05]
[    0.372143] pci 0000:00:1e.0: setting latency timer to 64
[    0.372148] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.372150] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.372152] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.372154] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.372155] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.372157] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
[    0.372159] pci_bus 0000:00: resource 10 [mem 0xbc000000-0xdfffffff]
[    0.372161] pci_bus 0000:00: resource 11 [mem 0xf0000000-0xfebfffff]
[    0.372164] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.372165] pci_bus 0000:02: resource 1 [mem 0xbc000000-0xbc1fffff]
[    0.372168] pci_bus 0000:02: resource 2 [mem 0xbc200000-0xbc3fffff 64bit pref]
[    0.372170] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.372172] pci_bus 0000:03: resource 1 [mem 0xf0400000-0xf04fffff]
[    0.372174] pci_bus 0000:03: resource 2 [mem 0xbc400000-0xbc5fffff 64bit pref]
[    0.372176] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    0.372178] pci_bus 0000:04: resource 1 [mem 0xbc600000-0xbcafffff]
[    0.372180] pci_bus 0000:04: resource 2 [mem 0xf0800000-0xf08fffff 64bit pref]
[    0.372182] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    0.372184] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    0.372186] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    0.372188] pci_bus 0000:05: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.372190] pci_bus 0000:05: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.372191] pci_bus 0000:05: resource 9 [mem 0x000dc000-0x000dffff]
[    0.372193] pci_bus 0000:05: resource 10 [mem 0xbc000000-0xdfffffff]
[    0.372195] pci_bus 0000:05: resource 11 [mem 0xf0000000-0xfebfffff]
[    0.372238] NET: Registered protocol family 2
[    0.372422] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    0.372660] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.372862] TCP: Hash tables configured (established 32768 bind 32768)
[    0.372901] TCP: reno registered
[    0.372909] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.372948] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.373037] NET: Registered protocol family 1
[    0.373051] pci 0000:00:02.0: Boot video device
[    0.373238] PCI: CLS 64 bytes, default 64
[    0.373286] Unpacking initramfs...
[    0.433757] Freeing initrd memory: 2844k freed
[    0.434392] Simple Boot Flag at 0x36 set to 0x1
[    0.434814] audit: initializing netlink socket (disabled)
[    0.434829] type=2000 audit(1367772072.316:1): initialized
[    0.448759] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.450419] VFS: Disk quotas dquot_6.5.2
[    0.450465] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.450659] msgmni has been set to 5749
[    0.450966] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.451009] io scheduler noop registered
[    0.451011] io scheduler deadline registered
[    0.451017] io scheduler cfq registered (default)
[    0.451335] intel_idle: MWAIT substates: 0x1120
[    0.451338] intel_idle: v0.4 model 0x25
[    0.451339] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.451400] GHES: HEST is not enabled!
[    0.451465] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.452012] Linux agpgart interface v0.103
[    0.452083] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.458120] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.458135] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.458309] mousedev: PS/2 mouse device common for all mice
[    0.458362] rtc_cmos 00:05: RTC can wake from S4
[    0.458516] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.458549] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.458627] cpuidle: using governor ladder
[    0.458744] cpuidle: using governor menu
[    0.458746] EFI Variables Facility v0.08 2004-May-17
[    0.458796] drop_monitor: Initializing network drop monitor service
[    0.458878] TCP: cubic registered
[    0.458975] NET: Registered protocol family 10
[    0.459146] NET: Registered protocol family 17
[    0.459157] Key type dns_resolver registered
[    0.459521] PM: Hibernation image not present or could not be loaded.
[    0.459530] registered taskstats version 1
[    0.460856]   Magic number: 13:198:691
[    0.461001] rtc_cmos 00:05: setting system clock to 2013-05-05 16:41:13 UTC (1367772073)
[    0.462871] Freeing unused kernel memory: 820k freed
[    0.463020] Write protecting the kernel read-only data: 8192k
[    0.463350] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.466825] Freeing unused kernel memory: 1224k freed
[    0.468732] Freeing unused kernel memory: 440k freed
[    0.482950] systemd-udevd[56]: starting version 202
[    0.509594] SCSI subsystem initialized
[    0.510852] ACPI: bus type scsi registered
[    0.510950] libata version 3.00 loaded.
[    0.511191] ACPI: bus type usb registered
[    0.511232] usbcore: registered new interface driver usbfs
[    0.511248] usbcore: registered new interface driver hub
[    0.511301] usbcore: registered new device driver usb
[    0.511931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.512214] ahci 0000:00:1f.2: version 3.0
[    0.512308] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[    0.512368] ahci: SSS flag set, parallel bus scan disabled
[    0.512372] ehci-pci: EHCI PCI platform driver
[    0.512409] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    0.512415] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems apst 
[    0.512422] ahci 0000:00:1f.2: setting latency timer to 64
[    0.519062] scsi0 : ahci
[    0.519523] scsi1 : ahci
[    0.519638] scsi2 : ahci
[    0.519844] scsi3 : ahci
[    0.519933] ata1: SATA max UDMA/133 abar m2048@0xf0705000 port 0xf0705100 irq 40
[    0.519938] ata2: SATA max UDMA/133 abar m2048@0xf0705000 port 0xf0705180 irq 40
[    0.519940] ata3: DUMMY
[    0.519941] ata4: DUMMY
[    0.520008] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    0.520015] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.520025] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.520048] ehci-pci 0000:00:1a.0: debug port 2
[    0.524060] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.524082] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf0706000
[    0.531701] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.531990] hub 1-0:1.0: USB hub found
[    0.531995] hub 1-0:1.0: 3 ports detected
[    0.532151] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    0.532156] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.532162] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.532177] ehci-pci 0000:00:1d.0: debug port 2
[    0.536214] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.536241] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0706400
[    0.544994] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.545418] hub 2-0:1.0: USB hub found
[    0.545422] hub 2-0:1.0: 3 ports detected
[    0.838270] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.841619] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    0.843572] ata1.00: ATA-8: WDC WD5000BEVT-75A0RT0, 01.01A01, max UDMA/133
[    0.843577] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.845688] ata1.00: configured for UDMA/133
[    0.845913] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000BEVT-7 01.0 PQ: 0 ANSI: 5
[    0.962165] hub 1-1:1.0: USB hub found
[    0.962379] hub 1-1:1.0: 6 ports detected
[    1.068215] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.164802] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.183662] ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-L633C, DW50, max UDMA/100
[    1.183667] ata2.00: applying bridge limits
[    1.192206] hub 2-1:1.0: USB hub found
[    1.192402] hub 2-1:1.0: 8 ports detected
[    1.204388] ata2.00: configured for UDMA/100
[    1.209525] scsi 1:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-L633C DW50 PQ: 0 ANSI: 5
[    1.213557] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.213627] sd 0:0:0:0: [sda] Write Protect is off
[    1.213631] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.213667] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.219266] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.219272] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.219739] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.271578] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
[    1.306771]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[    1.307923] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.434665] tsc: Refined TSC clocksource calibration: 2128.003 MHz
[    1.434676] Switching to clocksource tsc
[    3.546338] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[    4.596571] systemd[1]: RTC configured in localtime, applying delta of 180 minutes to system time.
[    4.660171] systemd[1]: systemd 202 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    4.681141] systemd[1]: Set hostname to <archon>.
[    5.472592] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
[    5.473027] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    5.473132] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.473159] systemd[1]: Starting Remote File Systems.
[    5.473580] systemd[1]: Reached target Remote File Systems.
[    5.473603] systemd[1]: Starting Delayed Shutdown Socket.
[    5.474029] systemd[1]: Listening on Delayed Shutdown Socket.
[    5.474051] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    5.474461] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.474483] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    5.474900] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.474921] systemd[1]: Starting LVM2 metadata daemon socket.
[    5.475343] systemd[1]: Listening on LVM2 metadata daemon socket.
[    5.475376] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    5.475460] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.475480] systemd[1]: Starting Paths.
[    5.475858] systemd[1]: Reached target Paths.
[    5.475923] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    5.476576] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.476717] systemd[1]: Starting udev Kernel Socket.
[    5.477129] systemd[1]: Listening on udev Kernel Socket.
[    5.477251] systemd[1]: Starting udev Control Socket.
[    5.477668] systemd[1]: Listening on udev Control Socket.
[    5.477691] systemd[1]: Starting Encrypted Volumes.
[    5.478068] systemd[1]: Reached target Encrypted Volumes.
[    5.478091] systemd[1]: Starting Journal Socket.
[    5.478581] systemd[1]: Listening on Journal Socket.
[    5.498444] systemd[1]: Started Set Up Additional Binary Formats.
[    5.507479] systemd[1]: Starting Apply Kernel Variables...
[    5.519967] systemd[1]: Mounting Huge Pages File System...
[    5.557876] systemd[1]: Started Load Kernel Modules.
[    5.557905] systemd[1]: Mounting POSIX Message Queue File System...
[    5.566562] systemd[1]: Mounting Debug File System...
[    5.579830] systemd[1]: Starting Setup Virtual Console...
[    5.593090] systemd[1]: Mounting Configuration File System...
[    5.606537] systemd[1]: Starting udev Coldplug all Devices...
[    5.612652] systemd[1]: Starting Journal Service...
[    5.620177] systemd[1]: Started Journal Service.
[    5.620339] systemd[1]: Starting Create static device nodes in /dev...
[    5.629737] systemd[1]: Mounted FUSE Control File System.
[    5.629759] systemd[1]: Starting Swap.
[    5.630096] systemd[1]: Reached target Swap.
[    5.630123] systemd[1]: Started File System Check on Root Device.
[    5.630141] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.633333] systemd[1]: Mounting Temporary Directory...
[    5.656360] systemd[1]: Expecting device dev-disk-by\x2duuid-e0b3d89f\x2d9bc7\x2d4cfa\x2da484\x2d17c2b9f7f00c.device...
[    5.658311] systemd[1]: Started Apply Kernel Variables.
[    6.220236] EXT4-fs (sda8): re-mounted. Opts: data=ordered
[    6.395992] systemd-udevd[130]: starting version 202
[    7.108171] ACPI: Requesting acpi_cpufreq
[    7.177265] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    7.177273] ACPI: Power Button [PWRB]
[    7.177322] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    7.177325] ACPI: Sleep Button [SLPB]
[    7.177371] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
[    7.177961] ACPI: Lid Switch [LID0]
[    7.178014] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    7.178017] ACPI: Power Button [PWRF]
[    7.297487] ACPI: Fan [FAN0] (off)
[    7.297536] ACPI: Fan [FAN1] (off)
[    7.329853] thermal LNXTHERM:00: registered as thermal_zone0
[    7.329856] ACPI: Thermal Zone [TZ00] (27 C)
[    7.330183] thermal LNXTHERM:01: registered as thermal_zone1
[    7.330185] ACPI: Thermal Zone [TZ01] (0 C)
[    7.378942] ACPI: AC Adapter [ADP1] (on-line)
[    7.379250] wmi: Mapper loaded
[    7.379855] ACPI: Battery Slot [BAT0] (battery absent)
[    7.412836] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    7.454401] microcode: CPU0 sig=0x20652, pf=0x10, revision=0x9
[    7.669645] cfg80211: Calling CRDA to update world regulatory domain
[    7.725453] lib80211: common routines for IEEE802.11 drivers
[    7.725457] lib80211_crypt: registered algorithm 'NULL'
[    7.748475] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121018/utaddress-251)
[    7.748483] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.748488] ACPI Warning: 0x00000000000011c0-0x00000000000011cf SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[    7.748491] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.748493] ACPI Warning: 0x00000000000011b0-0x00000000000011bf SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[    7.748497] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.748498] ACPI Warning: 0x0000000000001180-0x00000000000011af SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[    7.748502] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.748503] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    7.798019] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[    7.798078] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled until i915 loads
[    7.798198] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[    7.812929] mei 0000:00:16.0: setting latency timer to 64
[    7.812997] mei 0000:00:16.0: irq 41 for MSI/MSI-X
[    7.817351] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    7.817454] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    7.818279] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    7.818478] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    7.877555] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[    7.878439] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    7.934211] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    7.934438] r8169 0000:04:00.0: irq 42 for MSI/MSI-X
[    7.934686] r8169 0000:04:00.0 eth0: RTL8102e at 0xffffc9000067e000, b8:ac:6f:50:88:8b, XID 04e00000 IRQ 42
[    7.942635] microcode: CPU1 sig=0x20652, pf=0x10, revision=0x9
[    8.084741] input: Dell WMI hotkeys as /devices/virtual/input/input6
[    8.085689] microcode: CPU2 sig=0x20652, pf=0x10, revision=0x9
[    8.087337] microcode: CPU3 sig=0x20652, pf=0x10, revision=0x9
[    8.087885] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    8.090784] [drm] Initialized drm 1.1.0 20060810
[    8.112241] ACPI Warning: 0x0000000000001840-0x000000000000185f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20121018/utaddress-251)
[    8.112249] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.114423] iTCO_vendor_support: vendor-support=0
[    8.148893] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    8.148934] iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
[    8.149220] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    8.329187] media: Linux media interface: v0.10
[    8.415334] systemd-udevd[143]: renamed network interface eth0 to enp4s0
[    8.474931] i915 0000:00:02.0: setting latency timer to 64
[    8.511033] i915 0000:00:02.0: irq 43 for MSI/MSI-X
[    8.511044] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    8.511046] [drm] Driver supports precise vblank timestamp query.
[    8.511098] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    8.650340] INFO @wl_cfg80211_attach : Registered CFG80211 phy
[    8.706375] fbcon: inteldrmfb (fb0) is primary device
[    8.743158] Linux video capture interface: v2.00
[    8.775277] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_1.3M (0c45:641d)
[    8.816479] input: Laptop_Integrated_Webcam_1.3M as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input7
[    8.816645] usbcore: registered new interface driver uvcvideo
[    8.816646] USB Video Class driver (1.1.1)
[    8.832693] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input8
[    8.851023] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input9
[    8.913505] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[    8.982999] lib80211_crypt: registered algorithm 'TKIP'
[    8.983523] eth0: Broadcom BCM4315 802.11 Hybrid Wireless Controller 6.20.155.1 (r326264)
[    9.071589] systemd-udevd[147]: renamed network interface eth0 to wlp3s0
[    9.449862] Console: switching to colour frame buffer device 170x48
[    9.453596] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    9.453598] i915 0000:00:02.0: registered panic notifier
[    9.453613] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    9.458659] acpi device:01: registered as cooling_device6
[    9.458874] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    9.458997] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[    9.459171] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    9.459364] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[    9.508817] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input11
[   10.448112] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   10.448227] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   10.448301] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   12.750173] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[   12.993310] intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo
[   14.620901] systemd-logind[213]: Watching system buttons on /dev/input/event1 (Power Button)
[   14.620981] systemd-logind[213]: Watching system buttons on /dev/input/event3 (Lid Switch)
[   14.621061] systemd-logind[213]: Watching system buttons on /dev/input/event2 (Sleep Button)
[   33.874221] EXT4-fs (sda8): re-mounted. Opts: data=ordered,commit=0
[   33.880227] EXT4-fs (sda7): re-mounted. Opts: commit=0

Offline

#70 2013-05-05 18:00:29

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,096

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

mylife4aur wrote:

I use wifi-menu to connect to my WEP wireless network (named mywifi), enter my password and then i get:

Job for netctl@wlp3s0\x2dmywifi.service failed. See 'systemctl status netctl@wlp3s0\x2dmywifi.service' and 'journalctl -xn' for details.

Based on the dmesg output, I don't think this failure is at the driver level. I do not use netctl, but NetworkManager instead, so I have no experience with netctl, but it seems to lack error/debug log info on why it is failing - try looking for some more detailed logs other than those nondescript "has entered failed state" type messages - is there anything in the /var/log/messages.log that points to the issue, perhaps?

Offline

#71 2013-05-05 19:32:08

mylife4aur
Member
Registered: 2012-12-18
Posts: 8

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

twelveeighty wrote:

Based on the dmesg output, I don't think this failure is at the driver level. I do not use netctl, but NetworkManager instead, so I have no experience with netctl, but it seems to lack error/debug log info on why it is failing - try looking for some more detailed logs other than those nondescript "has entered failed state" type messages - is there anything in the /var/log/messages.log that points to the issue, perhaps?

The most verbose output i can find, is the one from journalctl (in my previous post). There is no /var/log/messages.log sad

Offline

#72 2013-05-05 19:47:40

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

This will give you more output:

NETCTL_DEBUG=yes netctl start wlp3s0-mywifi

Then there's something else you could try - your wifi card is supported by the b43 driver, all you need to do is install b43-firmware from AUR.

Offline

#73 2013-05-05 20:19:03

mylife4aur
Member
Registered: 2012-12-18
Posts: 8

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

Gusar wrote:

This will give you more output:

NETCTL_DEBUG=yes netctl start wlp3s0-mywifi

Unfortunately, the output remains the same.

Gusar wrote:

Then there's something else you could try - your wifi card is supported by the b43 driver, all you need to do is install b43-firmware from AUR.

I have been using b43 for a few months. It has a lousy signal strength compared to broadcom-wl (in my Ubuntu installation). I discovered twelveeighty's package today and i hoped i could make Archlinux have the same wireless range, but no game up to now.

EDIT:
IWcNxCy.png

Last edited by mylife4aur (2013-05-05 20:27:15)

Offline

#74 2013-05-14 02:01:42

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,096

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

For those not following the updates on the AUR for the package:

With the tip from @tjbp, I created a patch for the change in the cfg80211_put_bss() function for kernel 3.9.

I have NOT tested this build, but it does compile without errors on my 3.9 VM. Can someone please test this build 7 and post back with the results?

Offline

#75 2013-05-14 19:19:00

Sr. Ssruno
Member
From: Asunción, Paraguay
Registered: 2011-04-27
Posts: 12

Re: [SOLVED] Drivers for Broadcom 4365 WiFi module (Dell Vostro 3560)

Following the pic shared by mylife4aur...
I renounce to the headache of Broadcom BCM43142 and fell down to the Centrino 6235; both have the Bluetooth capability, but there's better support on intel although.
8739299532_54fdd0cec0_m.jpg

Offline

Board footer

Powered by FluxBB