Wlan0 RF-kill Hard Block: 1

I have Arch Linux and Windows XP installed on my Toshiba NB205 netbook. Yesterday, I was using XP and switched the Wifi off by using FN + F8. It doesn't have a physical switch, just the FN + F8 combo. I booted into Arch, tried to connect to Wifi, only to be told that RF-kill was preventing it. Obviously, booting into XP was the natural solution. I received a "WINDOWS/system32/hal.dll not found" error, which I also have yet to solve. Apparently the hard switch is enabled, preventing Arch from starting it. I've tried rfkill unblock 1, resetting the Bios, and it off with the battery removed for a while as suggested in other similar threads. I cannot for the life of me get the card to turn on. Is there any way other than those to fix this? The wifi card is an Atheros and I'm using the ath9k driver.
Thanks

Yeah, but Linux doesn't recognize it. Of course it recognized every other FN combo I managed to reset it with XP, I'm setting up Arch at the moment. It created an interface properly, but it wouldn't dhcpcd, so I'm updating it now, with painfully slow internet.  Hopefully it will work. Thanks for your help

Similar Messages

  • Laptop wireless hard blocked - hardware key does not toggle state

    hello,
    this is my 3d arch install. i kept notes, and followed them exactly and this time i've ran into an issue i just cannot seem to debug myself.
    this laptop is the hp envy 4 1130us. i also have the hp envy 6t-1000 with arch installed and this is not a problem at all for that version of the computer (one is my personal the other is my work machine).
    after installing the base system i installed the wifi related packages:
    pacman -S wpa_supplicant iw wireless_tools networkmanager network_manager_applet gnome_keyring
    i enabled the network manager
    systemctl enable NetworkManager.service
    disabled dhcp (enabled from install)
    systemctl stop dhcpcd.service
    systemctl disable dhcpcd.service
    enabled the wpa toolkit
    systemctl enable wpa_supplication
    add my user to the network group
    gpasswd -a xero network
    turn off the network interface controllers
    ip link set down eno1
    ip link set down wlo1
    start the supplicant
    systemctl start wpa_supplicant
    start the network manager
    systemctl start NetworkManager.service
    reboot
    after that the wired internet work perfect fine. the network manager applet detects the network and does it's thing. i configured and tested vpn as well, and it is also working as expected.
    but then i pressed the hardware wifi switch (F12 key) and nothing happened. i pressed it a few more times, rebooted, tried again, tried during the bios/post test, etc. i simply cannot disable the hardware lock on the wireless.
    so i went hunting on the wiki and here in the forums. nothing has worked. since, this was a fresh install last night i actually wiped the drive and tried the install again hoping i did something wrong, but with no avail. here's the debug messages:
    [~]── - lspci -k (edited for brevity)
    01:00.2 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0a)
    Subsystem: Hewlett-Packard Company Device 1894
    Kernel driver in use: r8169
    Kernel modules: r8169
    02:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)
    Subsystem: Intel Corporation Centrino Wireless-N 2230 BGN
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi
    [~]── - ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: eno1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000
    link/ether 28:92:4a:1c:0c:af brd ff:ff:ff:ff:ff:ff
    3: wlo1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether 68:5d:43:b1:d3:89 brd ff:ff:ff:ff:ff:ff
    [~]── - ip link set wlo1 up
    RTNETLINK answers: Operation not possible due to RF-kill
    [~]── - dmesg | grep firmware
    [ 7.166700] iwlwifi 0000:02:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
    [~]── - dmesg | grep iwlwifi
    [ 7.133763] iwlwifi 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 7.141638] iwlwifi 0000:02:00.0: irq 46 for MSI/MSI-X
    [ 7.166700] iwlwifi 0000:02:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
    [ 7.245928] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 7.245934] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 7.245937] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 7.245941] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
    [ 7.246078] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 7.253731] iwlwifi 0000:02:00.0: RF_KILL bit toggled to disable radio.
    [~]── - rfkill list
    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
    so based on some of the output it looks like RFKILL is blocking it during the boot process. i tried to unblock it via the unblock all command, but that's only soft blocks. i'm really not sure what to try next, so i'm asking for help (before i throw my laptop out the window).
    thank you in advance for any advice

    yeah,
    i was thinking that recompiling each kernel would be a huge hassle as well.
    so i just booted 2 live usb disks.
    the 1st, the arch installer - the wifi was still hard blocked.
    the 2nd, debian / crunchbang. what's odd, is that in debian the wifi key light is while (enabled) but it's still blocked. if the press the button it turns amber (disabled), if i press it again it turns white again and is actually enabled.
    it almost seems like arch is not "catching" the action keypress. the keyboard backlight key works out of the box, and so does the screen brightness keys. but i run xfce4-volumed to control the volume related keys. is there anyway to emulate the hardware keypress to even see if that's the issue?
    -----------------[update]-----------------
    so i decided to try and enable the rfkill unblock all service:
    systemctl enable [email protected]
    that alone didn't work, but...  i booted into another os, enabled wifi, then hard powered off the laptop. when i rebooted into arch it seems to work now. it's a really hacky work-around. but i'll take it. i'd really like a proper solution, but it works for now i guess.
    Last edited by xero (2014-07-24 19:34:53)

  • Can't hard block/unblock Atheros wi-fi card

    Hi, since kernel version 3.6 I have a problem regarding my wi fi card: if I deactivate it from another OS I can't re-activate it, and when it is working I can't power it fully off (the led remains lighted).
    So, it seems the hard block/unblock is impossible; if I use the key shortcut it's only soft-blocked (or unblocked).
    I have a Asus eeepc 1215b, but the problem exists also on two others similar laptops; the involved card are the AR9285 and the AR9485 on mini pci-e.
    The last working kernel was 3.5.6-1.
    lsmod | grep -i ath9k
    ath9k 100775 0
    ath9k_common 2096 1 ath9k
    ath9k_hw 359706 2 ath9k_common,ath9k
    ath 15393 3 ath9k_common,ath9k,ath9k_hw
    mac80211 463393 1 ath9k
    cfg80211 430289 3 ath,ath9k,mac80211
    dmesg | grep -i wlp1s0
    [ 3.433341] systemd-udevd[122]: renamed network interface wlan0 to wlp1s0
    [ 4.616939] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
    [ 13.931956] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
    [ 14.146404] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
    [ 17.410188] wlp1s0: authenticate with 00:24:89:1c:3f:93
    [ 17.422892] wlp1s0: send auth to 00:24:89:1c:3f:93 (try 1/3)
    [ 17.425189] wlp1s0: authenticated
    [ 17.425506] wlp1s0: associate with 00:24:89:1c:3f:93 (try 1/3)
    [ 17.428675] wlp1s0: RX AssocResp from 00:24:89:1c:3f:93 (capab=0x411 status=0 aid=1)
    [ 17.428851] wlp1s0: associated
    [ 17.428937] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
    Thansk and sorry for any mistake 

    I checked on kernel.org changelogs between 3.5.6 and 3.6.11, and I found 4 references for ath9k:
    1) The most interesting: https://www.kernel.org/pub/linux/kernel … eLog-3.6.1
    ath9k: Disable ASPM only for AR9285
    Currently, ASPM is disabled for all WLAN+BT combo chipsets when BTCOEX is enabled. This is incorrect since the workaround is required only for WB195, which is a AR9285+AR3011 combo solution. Fix this by checking for the HW version when enabling the workaround.
    From wikipedia: "ASPM is a power management protocol used to manage PCI Express-based serial link devices as links become less active over time. It is normally used on laptops and other mobile Internet devices to extend battery life."
    Maybe is this? BTW, the problem exists also with the AR9485...
    2) https://www.kernel.org/pub/linux/kernel … eLog-3.6.3
    ath9k: use ieee80211_free_txskb
        commit 249ee72249140fe5b9adc988f97298f0aa5db2fc upstream.
        Using ieee80211_free_txskb for tx frames is required, since mac80211 clones
        skbs for which socket tx status is requested.
    3) https://www.kernel.org/pub/linux/kernel … eLog-3.6.5
    Revert "ath9k_hw: Updated AR9003 tx gain table for 5GHz"
        commit 73b26df5fa1a6245d6fc982362518b620bc7c2fe upstream.
        This reverts commit a240dc7b3c7463bd60cf0a9b2a90f52f78aae0fd.
        This commit is reducing tx power by at least 10 db on some devices,
        e.g. the Buffalo WZR-HP-G450H.
    4) https://www.kernel.org/pub/linux/kernel … eLog-3.6.7
    cfg80211: fix antenna gain handling
        commit c4a9fafc77a5318f5ed26c509bbcddf03e18c201 upstream.
        No driver initializes chan->max_antenna_gain to something sensible, and
        the only place where it is being used right now is inside ath9k. This
        leads to ath9k potentially using less tx power than it can use, which can
        decrease performance/range in some rare cases.
        Rather than going through every single driver, this patch initializes
        chan->orig_mag in wiphy_register(), ignoring whatever value the driver
        left in there. If a driver for some reason wishes to limit it independent
        from regulatory rulesets, it can do so internally.
    Any idea?

  • Yoga 2 13 : wifi hard blocked

    Hello,
    Sorry for my "English"..I'm French :-)
    I bought recently an Lenovo Yoga 2 13 inch.
    Since few days, Windows doesn't let me activate my Wifi card.
    It is well configured...it's a REALTEK card inside.
    I use now an USB ethernet adapter to have access to Internet (and to have the capacity to create a post on this forum ).
    I don't remember exactly when this occured.
    I think it was after the "tablet mode" but I'm not sure of that because I tried that before and that worked.
    I tried a lot of solutions :
    - Windows 8.1 option to enable the Wifi => can't be done, it writes that in "grey" color
    - disable/enable the wifi card
    - connect/disconnect the wifi card
    - configurate an static ip address => cmd / ipconfig doesn't show the ip address, so that really means that the Wifi card is not activated
    - auto-diagnostic Windows
    - Windows device manager=> the card is well configured
    - Windows system restore to a previous point where the wifi card worked => it is still disabled
    - Lenovo system restore factory settings => it is still disabled
    With this last point, I think the problem is at the hard level.
    I read other solution using an Live Linux and using the "rfkill" command.
    Result :
    root@ubuntu:~# rfkill list
    0: ideapad_wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: yes
    1: ideapad_bluetooth: Bluetooth
        Soft blocked: no
        Hard blocked: yes
    2: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
    root@ubuntu:~# rfkill unblock all
    root@ubuntu:~# rfkill list
    0: ideapad_wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: yes
    1: ideapad_bluetooth: Bluetooth
        Soft blocked: no
        Hard blocked: yes
    2: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
    I tried to unblock specifically the wifi card....same result!
    The card is still "Hard blocked".
    No change when I start again under Windows 8.1.
    Any help is welcome...Thank you so much for your attention and participation. :-)
    Solved!
    Go to Solution.

    mine  has intel card and had the same issue.  and i accidently fixed mine today.
    I first tried with livecd fedora 20 , and tried rfkill method but did not seem to fix.  tried to update the kernel but could not because the limitation of livecd.
    then i tried to do full installation of fedora 20 to a usb, booted up with the usb , did kernel update, install rfkill, installed kernel-devel (which i planned to use for compiling  ideapad-laptop fix ) then rebooted the laptop into new kernel.
    When I was about to compile the ideapad-laptop fix that posted around the internet, i ran 'rfkill list all' to check the status, magically all blocks were gone, and my laptop wifi started working again.  I don't have any logical explaination for what happened.  just posted here hopefully it will help someone here.
    i feel the agony everyone has with this issue, and lenovo support and response is extremely disappointing.
    To summary what I did.
    installed FC20 livecd to usb A
    boot from usb A to do full install to usb B
    boot from usb B , update kernek, install rfkill and kernel-devel
    reboot from usb B with updated kernel
    suddenly , 'rfkill list all' shows all blocks are gone.
    still no logical explaination how this solved the issue.

  • MacPro keeps killing hard drives!

    Hi all,
    I had a search on here beforehand to see if anyone else has had this issue. I couldn't find a close match, but my apologies if I missed one.
    I have an early model Mac Pro (v1.1) and last week the original hard drive (a good 6 years old) suddenly died. It was without any warning as previously the computer had been working fine. The only problem I noticed was immediately before the drive died, Firefox locked up my Mac to the point where I had to do a hard reset. When I turned the Mac back on, it would hang at the Blue screen with a spinning beachball.
    I booted from the Snow Leopard install disk and did a HDD repair, where I learnt the drive was dead.
    Promptly I bought a brand spanking new WD 1TB HDD, and reinstalled everything. I then tried to use a data recovery app (Disk Driller) to copy what it could off the old HDD, which was running off one of the internal SATA conenctions. This seemed to cause problems again, locking up the computer and so forth, to the point where again I had to reinstall Snow Leopard.
    Now, I have the original dead 250gb HDD in an external case, attempting a restore by backing it up as a DMG to the new HDD. AGAIN, this froze over night while it was doing it's thing. Ordinarily I'd give up, but there was 30gb of photos on this drive as well as old work I wanted to keep.
    SO: Now it appears my new HDD is dead.
    I don't know that I've explained this very well, but here's my question. Is it possible there is something in my MacPro (software -- I'm looking at you Disk Driller!) or otherwise that is killing my HDDs?
    The first HDD was getting on, so I can see how that could have died (although, it was suspiciously sudden). However, my new HDD is now only FOUR DAYS OLD and when I run Disk Utility from my install disk, it warns that the HDD has failed and to back up what I can.
    Appreciate any help I can get!
    Dave

    AHT does not necessarily mean that a test with no error reported is a clean bill of health.
    If you have a system drive that is corrupted directory it WILL or can block booting - from any device, even from DVDs.
    External is fine, turn it on after boot. Turn it on after Disk Warrior is running.
    And my lecture point: always have bootable backup clones and even if it was owrking it was old slow and out of warranty and your new WD Black 1TB is much faster. But then buy a data drive, one for backup too.
    You should never need to reinstall an OS other than when a new OS to start clean (and use Setup Assist to import your old apps).
    So play with just the new drive and leave the other to rest.
    Do NOT copy data or recvover to your good drive.
    Need a recovery drive for that.
    you don't need to use a sparse disk image.
    Most people try Data Rescue 3 demo to see if it will read and chance to recovery before buying $99.
    Use Carbon Copy Cloner to make copies of your drives and be able to boot from.
    http://macperformanceguide.com/Mac-HowToClone-backup.html

  • How to kill the blocking session

    hi expert,
    when i m going to run the below query
    Update rcv_transactions_interface rti set rti.processing_mode_code ='BATCH'  where rti.interface_transaction_id = 3671265
    it gives the error:
    ORA-00054 resource busy and acquire with NOWAIT specified.
    i find out the blocking session by using the blow query;
    SELECT  a.SESSION_ID, a.SESSION_SERIAL#, min(A.SAMPLE_TIME) start_time,max(A.SAMPLE_TIME) end_time,a.inst_id, a.blocking_session,a.user_id,s.sql_text,A.EVENT,O.OBJECT_NAME,max(A.SAMPLE_TIME) - min(A.SAMPLE_TIME) 
    FROM GV$ACTIVE_SESSION_HISTORY a  ,gv$sql s, dba_objects o
    where a.sql_id=s.sql_id
    and A.CURRENT_OBJ# = O.OBJECT_ID
    and blocking_session is not null
    and a.user_id  != 0 -- exclude SYS user
    and a.sample_time > sysdate - 7
    and a.event = 'enq: TX - row lock contention'
    group by a.SESSION_ID, a.SESSION_SERIAL#, a.inst_id,a.blocking_session,a.user_id,s.sql_text,A.EVENT,O.OBJECT_NAME
    it gives the output
    SESSION_ID
    SESSION_SERIAL#
    START_TIME
    END_TIME
    INST_ID
    BLOCKING_SESSION
    USER_ID
    SQL_TEXT
    EVENT
    OBJECT_NAME
    MAX(A.SAMPLE_TIME)-MIN(A.SAMPLE_TIME)
    369
    45,849
    9/4/2013 8:29:33.119 AM
    9/4/2013 11:40:27.508 AM
    1
    554
    173
    SELECT POL.UNIT_PRICE   FROM PO_LINES POL  WHERE POL.PO_LINE_ID = :b1
    enq: TX - row lock contention
    PO_LINES_ALL
    +00 03:10:54.389000
    554
    18,872
    9/4/2013 8:29:33.119 AM
    9/4/2013 11:40:27.508 AM
    1
    365
    173
    SELECT POL.UNIT_PRICE,POL.QUANTITY,POL.UNIT_MEAS_LOOKUP_CODE,POL.AMOUNT   FROM PO_LINES POL  WHERE POL.PO_LINE_ID = :b1
    enq: TX - row lock contention
    JA_IN_PO_LINE_LOCATION_TAXES
    +00 03:10:54.389000
    572
    168
    9/4/2013 8:29:33.119 AM
    9/4/2013 11:40:27.508 AM
    1
    554
    173
    select line_location_id into :b0 from po_line_locations_all where line_location_id=:b1 for update of line_location_id
    enq: TX - row lock contention
    PO_LINE_LOCATIONS_ALL
    +00 03:10:54.389000
    581
    4,973
    9/4/2013 10:49:38.157 AM
    9/4/2013 10:50:39.259 AM
    1
    572
    173
    Update rcv_transactions_interface rti set rti.processing_mode_code ='BATCH'  where rti.interface_transaction_id = 3671265
    enq: TX - row lock contention
    RCV_TRANSACTIONS_INTERFACE
    +00 00:01:01.102000
    my problem is in the above  output among 4 which i have to delete so sove my issue.
    its very urgent for me.
    plz plz suggest me and how can i kill the session.
    thanks & regards
    pritesh ranjan

    priteshranjan wrote:
    hi expert,
    when i m going to run the below query
    Update rcv_transactions_interface rti set rti.processing_mode_code ='BATCH'  where rti.interface_transaction_id = 3671265
    it gives the error:
    ORA-00054 resource busy and acquire with NOWAIT specified.
    i find out the blocking session by using the blow query;
    SELECT  a.SESSION_ID, a.SESSION_SERIAL#, min(A.SAMPLE_TIME) start_time,max(A.SAMPLE_TIME) end_time,a.inst_id, a.blocking_session,a.user_id,s.sql_text,A.EVENT,O.OBJECT_NAME,max(A.SAMPLE_TIME) - min(A.SAMPLE_TIME)
    FROM GV$ACTIVE_SESSION_HISTORY a  ,gv$sql s, dba_objects o
    where a.sql_id=s.sql_id
    and A.CURRENT_OBJ# = O.OBJECT_ID
    and blocking_session is not null
    and a.user_id  != 0 -- exclude SYS user
    and a.sample_time > sysdate - 7
    and a.event = 'enq: TX - row lock contention'
    group by a.SESSION_ID, a.SESSION_SERIAL#, a.inst_id,a.blocking_session,a.user_id,s.sql_text,A.EVENT,O.OBJECT_NAME
    it gives the output
    SESSION_ID
    SESSION_SERIAL#
    START_TIME
    END_TIME
    INST_ID
    BLOCKING_SESSION
    USER_ID
    SQL_TEXT
    EVENT
    OBJECT_NAME
    MAX(A.SAMPLE_TIME)-MIN(A.SAMPLE_TIME)
    369
    45,849
    9/4/2013 8:29:33.119 AM
    9/4/2013 11:40:27.508 AM
    1
    554
    173
    SELECT POL.UNIT_PRICE   FROM PO_LINES POL  WHERE POL.PO_LINE_ID = :b1
    enq: TX - row lock contention
    PO_LINES_ALL
    +00 03:10:54.389000
    554
    18,872
    9/4/2013 8:29:33.119 AM
    9/4/2013 11:40:27.508 AM
    1
    365
    173
    SELECT POL.UNIT_PRICE,POL.QUANTITY,POL.UNIT_MEAS_LOOKUP_CODE,POL.AMOUNT   FROM PO_LINES POL  WHERE POL.PO_LINE_ID = :b1
    enq: TX - row lock contention
    JA_IN_PO_LINE_LOCATION_TAXES
    +00 03:10:54.389000
    572
    168
    9/4/2013 8:29:33.119 AM
    9/4/2013 11:40:27.508 AM
    1
    554
    173
    select line_location_id into :b0 from po_line_locations_all where line_location_id=:b1 for update of line_location_id
    enq: TX - row lock contention
    PO_LINE_LOCATIONS_ALL
    +00 03:10:54.389000
    581
    4,973
    9/4/2013 10:49:38.157 AM
    9/4/2013 10:50:39.259 AM
    1
    572
    173
    Update rcv_transactions_interface rti set rti.processing_mode_code ='BATCH'  where rti.interface_transaction_id = 3671265
    enq: TX - row lock contention
    RCV_TRANSACTIONS_INTERFACE
    +00 00:01:01.102000
    my problem is in the above  output among 4 which i have to delete so sove my issue.
    its very urgent for me.
    plz plz suggest me and how can i kill the session.
    thanks & regards
    pritesh ranjan
    According to the above, your session_id is 581 which is blocked by session_id 572 so you need to kill the 3rd session in the list.
    Thanks,
    Hussein

  • Kill the Blocker

    Hi all,
    11.2.0.1
    We have been long bothered by a blocking process that prevents our batch process to successfully complete during midnight.
    This script helped me to identify the blocker, but did not provide the serial#r for killing the process.
    select distinct s1.username ||'@'|| s1.machine ||'(INST=' || s1.inst_id ||' SID= '|| s1.sid ||')
    is blocking '|| s2.username || '@' || s2.machine || ' (INST=' || s1.inst_id||' SID='||s2.sid ||')'    
    AS blocking_status, s2.program,s3.sql_id, s3.sql_text from gv$lock l1, gv$session s1, gv$lock l2, gv$session s2, v$sql s3
        where s1.sid=l1.sid
        and s2.sid=l2.sid
        and l1.block=1
        and l2.request >0
        and l1.id1=l2.id1
        and l2.id2=l2.id2
        and s2.sql_id = s3.sql_id;
    It this regard, to prove that I am not "lazy" I am revising the script and tell me if it correct by testing at your respective db.
    Here is my revised script:
    select distinct 'alter system kill session '||''''||s1.sid||','||s1.serial#||',@'||s1.inst_id||'''' from gv$lock l1, gv$session s1, gv$lock l2, gv$session s2, v$sql s3
        where s1.sid=l1.sid
        and s2.sid=l2.sid
        and l1.block=1
        and l2.request >0
        and l1.id1=l2.id1
        and l2.id2=l2.id2
        and s2.sql_id = s3.sql_id;
    Please check it it will kill the right process?
    Thanks a lot,
    zxy

    yxes2013 wrote:
    You did not check it
    You did not even noticed the redundant conditions which Nicolas has observed.
        and l2.id2=l2.id2
    Please check if it can be removed or there has been substitute or overwritten conditions missing?
    Thanks
    Troll.

  • IPhone kills hard drive

    My iPhone 5 did this every now and then if my phone was sitting on my MacBook Pro, on top of hard drive area, and received a call or text. Now my iPhone 5s, with newly updated firmware, keeps killing my hard drive if it is within a foot of my laptop. Does anyone know why? And how to prevent this. This is absolutely frustrating. I have to keep turning my MacBook back on and loose everything I'm working on. I have owned every iPhone and am now starting to consider venturing out because this is rediculous!

    I see, well your post is in the macbook Air forum.
    It still nevertheless wouldnt be your HD, as I have well over 100 HD,  theres never been a report in any mention in history in recollection of cellphone EMI or RFI causing shutdown of same.
    I can output 50 full watts of power from UHF and not affect a HD operation (this has been tested actually).
    cellphones put out absolutely nothing even CLOSE to this level.
    It would have to be another component in your macbook Pro.  There can only be a faulty RFI sensitive (since you now mention talking on your phone) component on the logic board.
    However even at typical peak your phone is only putting out about 200mw to 250mw of power, which is almost nothing.

  • How can a thread kill another blocked thread?

    Hello All,
    As the title mentioned, lets say i have a main class in which i created a new thread but for some reason, this thread is blocked so i want to find a way to kill this thread from the main class (the interrupt function is not working), is there a workarround to do this?
    Thank you in advance

    Hello,
    First of all, thanks for you interventions, i think i should clearify my case:
    I have a website which has a "Search the site" feature where a user can search the site for specific keywords
    The search engine is an external jar which we use by calling its API, but for some reason this search engine becomes blocked sometimes so my jsp which is calling this API gets also blocked and any subsequent search gets also blocked in the end the number of java threads becomes very high in my system!
    i want to find a way so that if the piece of code calling the search API didnt get excuted during a specific period, i want to kill the thread calling the search API
    lets say the search form is submitted to the following jsp
    // Here we have a SearchThread extends Thread
    /* i launched a new Thread to do the search independatly from the main process*/
    SearchThread task = new SearchThread("search_input");
    task.start();
    /* In the searchThread class we have a run method containing the following line which calls the search API, for some reason , this line never returns and keeps the thread in Running state and so the run() method never returns and so the thread will neve be dead :( */
    SearchLoginSession = new SearchLoginSession (configFile, true);
    Notes:
    1) the stop is deprecated i cant use it
    2) the suspend method will suspend it and not kill it, the thread will remain in memory
    3) the interrupt method didnt work
    4)i am working in a multi-cpu environment
    Finally , what i want is to find a way to remove this thread from memory from the main jsp listed above like
    task.kill() or some workarround
    Thank you for reading and hope you can help me

  • 10.6.6 update killed Hard Drive - endless problems

    Like most people posting here the 10.6.6 update went fine at first, the App Store worked perfectly (of course...), then I tried to move a file to my External HDD and I got Error -36.
    I rebooted. Grey Screen with the spinning wheel never ending. Ran all sorts of Disk Utility things and various error messages came up (Signal 8, I/O ballsed-up - stuff I don't normally deal with so don't know about), then reading forums and this site in particular led to no avail. So, re-installed, losing a ton of stuff (yes, I know...). So far, so fairly pi$$ed off.
    So I'm back with 10.6 trying to update using 10.6.6 at first, then 10.6.5 (both normal and combo update) - nothing works. The Software Update fails when it tries to update before restarting, then each DMG file from Apple has an invalid checksum.
    So, for the chance to buy another version of Angry Birds I lose tons of work and my MBP is knackered.
    Can anyone suggest a next step? Merci in advance,

    That's why I'm thinking the drive really is going bad. If it can't write/read from those areas, then you're not going to get a good download unless it finds and area that has no problems.
    First, open Disk Utility and repair permissions. You'll probably see lots of things that aren't repaired. That's normal.
    Second, boot from the Install disk and repair the disk using DU.
    Then, try the update again.
    Also, on the original gray install disk that came with your computer is the Apple Hardware Test. If you boot to that disk while holding down the D key, it should start the hardware test. You can then run all the diagnostics to see if it finds anything. I haven't run them, so I'm not sure what options are available, but if it has an extensive test for the hard drive, that's probably what you want to do. But, don't exclude any other hardware tests, it could be something else interfering.
    Even if it says the Disk is OK and the SMART status in DU is Verified, the drive still could be failing.
    I had a drive that was acting up only when accessing certain files. I repaired, erased, installed, repaired, … Finally, the SMART status indicated the drive was failing. That was over several days of pulling my hair out trying to repair/restore etc. My point being it is hard to tell when/if a drive is going bad. Yours may be fine. You may suffer like I did for several days trying to get it working, eventually finding out you've been wasting your time.
    Since it sounds like you don't have a backup, you might consider purchasing an external drive, installing Snow Leopard on that, and then boot from it. If everything works fine on that, you can blame the internal drive. If it is still wonky, then there's something else going on. You've still got a good backup drive to use in the future, either way.

  • Projector killed hard drive under newly installed yosemite??

    hey folks!
    i connected my macbook pro (mid 2012, non-retina) to a projector today and as i did that everything froze. i disconnected the projector, but no change. i forced a reboot and got a light grey screen with a blinking folder and question mark. it turns out my internal hard drive is dead.
    i updated to yosemite last week and have had smaller issus since then when connecting to a projector (black space where the keynote window was before which only vanished with a reboot).
    can anyone tell me, whether my hard drive dying has anything to do with the update to yosemite (my warranty ran out 2 weeks ago)? anyone with similar problems?
    thanks!

    minopilus wrote:
    can anyone tell me, whether my hard drive dying has anything to do with the update to yosemite (my warranty ran out 2 weeks ago)?
    I think it is very unlikely that the two are connected.
    It is more likely (though not certain) that something weird happened when plugged into the projector. Like a bad cable or a bad port that maybe allowed some kind of power surge back into the motherboard that might have affected the hard drive. But let me emphasize...this is a very unusual problem that should not have happened. Thousands of Mac laptops are plugged into projectors every single day in corporations and schools and universities. It is not a problem that should be expected to happen.
    Also, dying hard drives have not been reported by the thousands of Mac users who have also done the Yosemite upgrades. I have two Macs that upgraded to Yosemite without a problem.
    I don't know what the real cause was, but chances are it was a fluke. One possibility: The hard drive was already having undiagnosed problems, and this just pushed it over the edge.

  • [SOLVED]wlan0 up - Operation not possible due to RF-kill

    Hello everyone.
    I've encountered trouble trying to activate my wlan0 interface and I was wishing that someone here might be able to help me.
    $ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether
    3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether
    My attempt at trying to activate wlan0 renders the following;
    $sudo ip link set wlan0 up
    RTNETLINK answers: Operation not possible due to RF-kill
    Unblocking everything with RF-Kill does not seem to change much in particular:
    $rfkill list all
    0: hp-wifi: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
    1: phy0: Wireless LAN
    Soft blocked: yes
    Hard blocked: yes
    $sudo rfkill unblock all
    $rfkill list all
    0: hp-wifi: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
    1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
    Enabling/Disabling the wifi-button on my keyboard only changes the Hard Blocked-parameter of hp-wifi. The Soft block remains unchanged regardless of me trying to unblock all with rfkill.
    The following is the output of dmesg | grep phy0
    $ dmesg | grep phy0
    [ 7.460715] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
    [ 7.465387] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5390 detected
    [ 7.500363] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    dmesg | grep hp-wifi renders nothing.
    Additional Information:
    $uname -r
    3.12.2-1-ARCH
    Entire output of lsmod
    Module Size Used by
    hid_generic 1161 0
    usbhid 40577 0
    hid 90678 2 hid_generic,usbhid
    arc4 2008 2
    rt2800pci 11055 0
    rt2800lib 74595 1 rt2800pci
    rt2x00pci 2664 1 rt2800pci
    rt2x00mmio 2945 1 rt2800pci
    rt2x00lib 37807 4 rt2x00pci,rt2800lib,rt2800pci,rt2x00mmio
    joydev 9671 0
    eeprom_93cx6 2193 1 rt2800pci
    mac80211 466554 3 rt2x00lib,rt2x00pci,rt2800lib
    cfg80211 412854 2 mac80211,rt2x00lib
    uvcvideo 72900 0
    kvm_amd 52575 0
    videobuf2_vmalloc 3280 1 uvcvideo
    videobuf2_memops 2343 1 videobuf2_vmalloc
    videobuf2_core 28027 1 uvcvideo
    kvm 389125 1 kvm_amd
    videodev 111140 2 uvcvideo,videobuf2_core
    hp_wmi 7627 0
    media 11751 2 uvcvideo,videodev
    radeon 1284675 6
    sparse_keymap 3154 1 hp_wmi
    crc_ccitt 1371 1 rt2800lib
    rfkill 15651 2 cfg80211,hp_wmi
    r8169 58399 0
    microcode 15216 0
    evdev 10989 13
    mii 4035 1 r8169
    pcspkr 2035 0
    k10temp 3058 0
    psmouse 85428 0
    ttm 63411 1 radeon
    serio_raw 5049 0
    rtsx_pci_ms 7266 0
    drm_kms_helper 36286 1 radeon
    memstick 7472 1 rtsx_pci_ms
    drm 238206 8 ttm,drm_kms_helper,radeon
    sp5100_tco 5824 0
    thermal 8532 0
    battery 6837 0
    wmi 8419 1 hp_wmi
    i2c_piix4 10592 0
    snd_hda_codec_realtek 40772 1
    i2c_algo_bit 5399 1 radeon
    i2c_core 24164 6 drm,i2c_piix4,drm_kms_helper,i2c_algo_bit,radeon,videodev
    ac 3332 0
    acpi_cpufreq 10779 0
    video 11228 0
    snd_hda_intel 36904 0
    shpchp 25465 0
    button 4677 0
    snd_hda_codec 149633 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 6340 1 snd_hda_codec
    snd_pcm 77709 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 7242 2 snd_pcm,snd_hda_intel
    snd_timer 18726 1 snd_pcm
    snd 59173 6 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 5450 1 snd
    processor 24935 3 acpi_cpufreq
    ext4 474187 4
    crc16 1367 1 ext4
    mbcache 6082 1 ext4
    jbd2 83504 1 ext4
    sr_mod 14898 0
    cdrom 34848 1 sr_mod
    sd_mod 30789 6
    rtsx_pci_sdmmc 14332 0
    mmc_core 95691 1 rtsx_pci_sdmmc
    ahci 22896 5
    libahci 21401 1 ahci
    rtsx_pci 32049 2 rtsx_pci_ms,rtsx_pci_sdmmc
    libata 170792 2 ahci,libahci
    ehci_pci 4000 0
    ohci_pci 4072 0
    ohci_hcd 23937 1 ohci_pci
    ehci_hcd 59220 1 ehci_pci
    usbcore 180136 6 uvcvideo,ohci_hcd,ohci_pci,ehci_hcd,ehci_pci,usbhid
    scsi_mod 130669 3 libata,sd_mod,sr_mod
    usb_common 1656 1 usbcore
    Entire output of lspci
    00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 14h Processor Root Complex
    00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6320]
    00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
    00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller (rev 42)
    00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
    00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
    00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge (rev 40)
    00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
    00:15.1 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB700/SB800/SB900 PCI to PCI bridge (PCIE port 1)
    00:15.3 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB900 PCI to PCI bridge (PCIE port 3)
    00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:16.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 0 (rev 43)
    00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 1
    00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 2
    00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 3
    00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 4
    00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 6
    00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 5
    00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 7
    02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
    06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
    07:00.0 Network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe
    It is worth mentioning that this problem has remained persistent throughout multiple linux distributions that I've tried on my laptop. The Wifi works fine in Windows 7 but as soon as I switch to any linux distro it stops working.
    I intend to put your advice to good use so any help would be very appreciated.
    Last edited by FunkDojo (2013-12-05 13:02:45)

    As I can see you have two wireless interaces, when i see only phy0 with rfkill, it's maybe your hp-wifi that force to disable phy0 interace. I think if you blacklist the driver it might allow phy0 to be enabled.
    Please download and install lshw available in the community repo and enter in a terminal :
    $ lshw -c network
    Last edited by maxarsys (2013-12-05 06:26:05)

  • Script to kill blocking sessions

    We use Oracle 10. We have a test database used solely for training and I need the give the trainer the ability to kill all the blocking sessions when a block(s) is holding up
    the entire class.
    My idea was to create a simple form on our Oracle menu- containing just a single button that when pressed would trigger the script. One press of the button
    to kill each and every blocking session. I have no clue as to how to write a script of this nature. Would appreciate any advice.
    Regards,
    Sandy

    This is easier said than done. Numerous reasons. Here's a couple:
    You cannot rely on using v$session to identifying blocked sessions.
    Some user sessions may be blocked by a system process (e.g. log writer), which means you cannot unblock the user sessions by killing the blocking session. (especially when running into an Oracle bug where a user session will spin on "+enq: RO - fast object reuse+" when dropping an object and then being shown as blocked by a system session/process).
    Killing a session in Oracle is a misnomer as the "+alter system kill session+" is a request and not a command. The relevant user session needs to terminate itself (kind of like assisted suicide). No other process actually kills the physical process (or thread) executing that user session. Thus if that user session is waiting on some external response or event, it will be unable (now and forever) to respond to that kill request. In such a case, the only alternative is killing the physical process instead. (or shutting down the database)
    A blocking session could be a job process that contains problematic code that leads to the blocking/serialisation. Killing that session will simply fail the job after which the job queue manager will restart the session again.. 16 times in succession. Only then will it mark that job entry as broken and cease trying to restart it.
    So killing blocking sessions? It is not easy to identify blocking processes, they cannot always be killed, and even when you do kill them, they may simply reincarnate as a new session.
    So what is the solution then?
    Blocking sessions are not "+A Bad Thing+". There are very good and technically sound reasons for serialisation. When it does become a problem, there's something more to it. And blindly killing blocking sessions in such a case is treating the symptom of a problem and ignoring the problem all together. Find the reason for this serialisation and address that.

  • Stored Procedure killed the root blocker in rac 10g

    Hi every one,
    I need the procedure that killed root blocker in RAC environmental 10g,
    I found the stored procedure for 11g which simple but 10g required some expertise
    because I want to just exec [procedure] it will kill root blocker either locally and remote node
    thanks a lot
    Edited by: user11688837 on Jan 30, 2013 10:08 AM

    I Checked your link as for regarding 11g RAC its find. But for the regarding 10g it will never work on
    remote node you have to used only and only dbms_job.sumbit to kill remote node.
    your kind information please rectify the commend that it will work on local node not on remote node in 10g
    'ALTER SYSTEM KILL SESSION '||a.sid||','||a.serial#||''' IMMEDIATE;' as "10g Command to kill session",
    thankyou
    Edited by: user11688837 on Jan 30, 2013 10:06 AM
    Edited by: user11688837 on Jan 30, 2013 10:26 PM

  • Bluetooth soft blocked, wont unblock

    Hello,
    my laptop's bluetooth adapter is not working due to the hci0 interface being soft blocked.
    Unblocking with
    # rfkill unblock all
    doesn't have any effect at all - 'rfkill list' still shows
    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    1: hci0: Bluetooth
    Soft blocked: yes
    Hard blocked: no
    No matter what I do, the device just won't unblock. The adapter has been working fine in an earlier installation of Arch.
    Howewer, if i boot into emergency mode using the option 'systemctl.unit=emergency.target' on the kernel command line and then load my bluetooth and wifi modules manually, both devices appear unblocked and hciconfig shows the correct info for my adapter. If i then change into a higher "runlevel" in systemd, the graphical ui starts and hci0 is irrevocably soft blocked again.
    How do I proceed? How can I find out which kernel modules and/or pieces of software in my boot process block the bluetooth device?
    The laptop is a quite dated ASUS F3JC with a BT-183 bluetooth adapter connected via usb.
    lsusb:
    Bus 001 Device 004: ID 05e1:0501 Syntek Semiconductor Co., Ltd DC-1125 Webcam
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 002: ID 0b05:1712 ASUSTek Computer, Inc. BT-183 Bluetooth 2.0+EDR adapter
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.10.6-2-ARCH (tobias@testing-i686) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Aug 13 10:20:52 CEST 2013
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b7fbffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7fc0000-0x00000000b7fcdfff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000b7fce000-0x00000000b7ffffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.4 present.
    [ 0.000000] DMI: ASUSTeK Computer Inc. F3JC /F3JC , BIOS 205 08/11/2006
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0xb7fc0 max_arch_pfn = 0x100000
    [ 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-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-EFFFF write-through
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FE0000000 write-back
    [ 0.000000] 2 base 0A0000000 mask FF0000000 write-back
    [ 0.000000] 3 base 0B0000000 mask FF8000000 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 0x000ff780-0x000ff78f] mapped at [c00ff780]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
    [ 0.000000] [mem 0x37000000-0x373fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
    [ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
    [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
    [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
    [ 0.000000] BRK [0x01751000, 0x01751fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x3780c000-0x37bfdfff]
    [ 0.000000] Allocated new RAMDISK: [mem 0x3740c000-0x377fd6a3]
    [ 0.000000] Move RAMDISK from [mem 0x3780c000-0x37bfd6a3] to [mem 0x3740c000-0x377fd6a3]
    [ 0.000000] ACPI: RSDP 000f7ac0 00014 (v00 ACPIAM)
    [ 0.000000] ACPI: RSDT b7fc0000 0003C (v01 A M I OEMRSDT 08000611 MSFT 00000097)
    [ 0.000000] ACPI: FACP b7fc0200 00084 (v02 A M I OEMFACP 08000611 MSFT 00000097)
    [ 0.000000] ACPI: DSDT b7fc0460 080FB (v01 F3J00 F3J00001 00000001 INTL 02002026)
    [ 0.000000] ACPI: FACS b7fce000 00040
    [ 0.000000] ACPI: APIC b7fc0390 0005C (v01 A M I OEMAPIC 08000611 MSFT 00000097)
    [ 0.000000] ACPI: MCFG b7fc03f0 0003C (v01 A M I OEMMCFG 08000611 MSFT 00000097)
    [ 0.000000] ACPI: BOOT b7fc0430 00028 (v01 A M I OEMBOOT 08000611 MSFT 00000097)
    [ 0.000000] ACPI: OEMB b7fce040 00046 (v01 A M I AMI_OEM 08000611 MSFT 00000097)
    [ 0.000000] ACPI: TCPA b7fc8560 00032 (v01 A M I TBLOEMID 00000001 MSFT 00000097)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 2055MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] BRK [0x01752000, 0x01752fff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
    [ 0.000000] HighMem [mem 0x377fe000-0xb7fbffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0xb7fbffff]
    [ 0.000000] On node 0 totalpages: 753502
    [ 0.000000] free_area_init_node: node 0, pgdat c15b3340, node_mem_map f5d0c020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 223230 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 4112 pages used for memmap
    [ 0.000000] HighMem zone: 526274 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 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 dfl dfl)
    [ 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] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] e820: [mem 0xb8000000-0xfedfffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @f5cde000 s33344 r0 d24000 u57344
    [ 0.000000] pcpu-alloc: s33344 r0 d24000 u57344 alloc=14*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 751726
    [ 0.000000] Kernel command line: BOOT_IMAGE=/__active/boot/vmlinuz-linux root=UUID=08c6ea4e-4d83-4417-8177-5dfcae41f3b6 ro rootflags=subvol=__active resume=/dev/sda2 elevator=deadline
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 6028792 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:000b7fc0)
    [ 0.000000] Memory: 2971976k/3014400k available (4168k kernel code, 42032k reserved, 1736k data, 596k init, 2105096k highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff14000 - 0xfffff000 ( 940 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc15c5000 - 0xc165a000 ( 596 kB)
    .data : 0xc141205e - 0xc15c4400 (1736 kB)
    .text : 0xc1000000 - 0xc141205e (4168 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=8 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
    [ 0.000000] CPU 0 irqstacks, hard=f5008000 soft=f500a000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] tsc: Fast TSC calibration failed
    [ 0.000000] tsc: PIT calibration matches PMTIMER. 1 loops
    [ 0.000000] tsc: Detected 1662.525 MHz processor
    [ 0.006668] Calibrating delay loop (skipped), value calculated using timer frequency.. 3326.59 BogoMIPS (lpj=5541750)
    [ 0.006673] pid_max: default: 32768 minimum: 301
    [ 0.006723] Security Framework initialized
    [ 0.006731] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006746] Mount-cache hash table entries: 512
    [ 0.007051] Initializing cgroup subsys memory
    [ 0.007062] Initializing cgroup subsys devices
    [ 0.007065] Initializing cgroup subsys freezer
    [ 0.007068] Initializing cgroup subsys net_cls
    [ 0.007071] Initializing cgroup subsys blkio
    [ 0.007109] CPU: Physical Processor ID: 0
    [ 0.007112] CPU: Processor Core ID: 0
    [ 0.007115] mce: CPU supports 6 MCE banks
    [ 0.007123] CPU0: Thermal monitoring handled by SMI
    [ 0.007134] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift: -1
    [ 0.007235] Freeing SMP alternatives: 16k freed
    [ 0.008229] ACPI: Core revision 20130328
    [ 0.015305] ACPI: All ACPI Tables successfully acquired
    [ 0.016681] ftrace: allocating 18673 entries in 37 pages
    [ 0.026778] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.027249] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.062035] smpboot: CPU0: Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz (fam: 06, model: 0f, stepping: 06)
    [ 0.063333] Performance Events: PEBS fmt0-, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.063333] perf_event_intel: PEBS disabled due to CPU errata
    [ 0.063333] ... version: 2
    [ 0.063333] ... bit width: 40
    [ 0.063333] ... generic registers: 2
    [ 0.063333] ... value mask: 000000ffffffffff
    [ 0.063333] ... max period: 000000007fffffff
    [ 0.063333] ... fixed-purpose events: 3
    [ 0.063333] ... event mask: 0000000700000003
    [ 0.083410] CPU 1 irqstacks, hard=f50d0000 soft=f50d2000
    [ 0.083414] smpboot: Booting Node 0, Processors #1 OK
    [ 0.009999] Initializing CPU#1
    [ 0.009999] CPU1: Thermal monitoring handled by SMI
    [ 0.096648] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.096675] Brought up 2 CPUs
    [ 0.096679] smpboot: Total of 2 processors activated (6652.18 BogoMIPS)
    [ 0.098255] devtmpfs: initialized
    [ 0.098255] PM: Registering ACPI NVS region [mem 0xb7fce000-0xb7ffffff] (204800 bytes)
    [ 0.098255] RTC time: 18:54:58, date: 08/14/13
    [ 0.098255] NET: Registered protocol family 16
    [ 0.098255] ACPI: bus type PCI registered
    [ 0.098255] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.098255] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.098255] PCI: not using MMCONFIG
    [ 0.098424] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=6
    [ 0.098426] PCI: Using configuration type 1 for base access
    [ 0.098573] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.098575] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.098577] mtrr: corrected configuration.
    [ 0.100101] bio: create slab <bio-0> at 0
    [ 0.100123] ACPI: Added _OSI(Module Device)
    [ 0.100123] ACPI: Added _OSI(Processor Device)
    [ 0.100123] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.100123] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.104817] ACPI: EC: Look up EC in DSDT
    [ 0.107007] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.126746] ACPI BIOS Bug: Warning: Incorrect checksum in table [TCPA] - 0x00, should be 0xDE (20130328/tbutils-324)
    [ 0.130091] ACPI: SSDT b7fc85a0 00475 (v01 AMI CPU1PM 00000001 INTL 02002026)
    [ 0.130592] ACPI: Dynamic OEM Table Load:
    [ 0.130596] ACPI: SSDT (null) 00475 (v01 AMI CPU1PM 00000001 INTL 02002026)
    [ 0.130731] ACPI BIOS Bug: Warning: Incorrect checksum in table [SSDT] - 0x4C, should be 0xC5 (20130328/tbutils-324)
    [ 0.130738] ACPI: SSDT b7fc8a20 00475 (v01 AMI CPU2PM 00000001 INTL 02002026)
    [ 0.131241] ACPI: Dynamic OEM Table Load:
    [ 0.131245] ACPI: SSDT (null) 00475 (v01 AMI CPU2PM 00000001 INTL 02002026)
    [ 0.131518] ACPI: Interpreter enabled
    [ 0.131546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
    [ 0.131553] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
    [ 0.131574] ACPI: (supports S0 S3 S4 S5)
    [ 0.131577] ACPI: Using IOAPIC for interrupt routing
    [ 0.131608] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.134342] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.134348] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
    [ 0.134350] PCI: Using MMCONFIG for extended config space
    [ 0.134373] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.134504] ACPI: No dock devices found.
    [ 0.162419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.162572] acpi PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.162576] acpi PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.162580] acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.162584] acpi PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
    [ 0.162587] acpi PNP0A08:00: host bridge window [mem 0xb8000000-0xffffffff] (ignored)
    [ 0.162591] PCI: root bus 00: using default resources
    [ 0.162595] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.162749] PCI host bridge to bus 0000:00
    [ 0.162755] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.162758] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.162762] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.162776] pci 0000:00:00.0: [8086:27a0] type 00 class 0x060000
    [ 0.162919] pci 0000:00:01.0: [8086:27a1] type 01 class 0x060400
    [ 0.162979] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.163030] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.163145] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
    [ 0.163171] pci 0000:00:1b.0: reg 10: [mem 0xfebfc000-0xfebfffff 64bit]
    [ 0.163286] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.163348] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.163415] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
    [ 0.163535] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.163602] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.163672] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
    [ 0.163792] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.163863] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 0.163926] pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400
    [ 0.164046] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.164118] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.164185] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
    [ 0.164248] pci 0000:00:1d.0: reg 20: [io 0xec00-0xec1f]
    [ 0.164335] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.164396] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
    [ 0.164458] pci 0000:00:1d.1: reg 20: [io 0xe880-0xe89f]
    [ 0.164546] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.164604] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
    [ 0.164666] pci 0000:00:1d.2: reg 20: [io 0xe800-0xe81f]
    [ 0.164756] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.164818] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
    [ 0.164880] pci 0000:00:1d.3: reg 20: [io 0xe480-0xe49f]
    [ 0.164972] pci 0000:00:1d.3: System wakeup disabled by ACPI
    [ 0.165047] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
    [ 0.165075] pci 0000:00:1d.7: reg 10: [mem 0xfebfbc00-0xfebfbfff]
    [ 0.165192] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.165292] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.165356] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.165486] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.165554] pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
    [ 0.165679] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
    [ 0.165689] pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.165697] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
    [ 0.165706] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0250 (mask 000f)
    [ 0.165824] pci 0000:00:1f.2: [8086:27c4] type 00 class 0x010180
    [ 0.165849] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
    [ 0.165863] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
    [ 0.165877] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
    [ 0.165890] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
    [ 0.165905] pci 0000:00:1f.2: reg 20: [io 0xffa0-0xffaf]
    [ 0.165967] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.166048] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
    [ 0.166127] pci 0000:00:1f.3: reg 20: [io 0x0400-0x041f]
    [ 0.166355] pci 0000:01:00.0: [10de:01d7] type 00 class 0x030000
    [ 0.166375] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.166395] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.166414] pci 0000:01:00.0: reg 1c: [mem 0xfd000000-0xfdffffff 64bit]
    [ 0.166438] pci 0000:01:00.0: reg 30: [mem 0xfcfe0000-0xfcffffff pref]
    [ 0.166562] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.166574] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.166580] pci 0000:00:01.0: bridge window [mem 0xf9f00000-0xfdffffff]
    [ 0.166586] pci 0000:00:01.0: bridge window [mem 0xbdf00000-0xddefffff 64bit pref]
    [ 0.166719] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.166747] pci 0000:02:00.0: reg 10: [io 0xc800-0xc8ff]
    [ 0.166793] pci 0000:02:00.0: reg 18: [mem 0xfe0ff000-0xfe0fffff 64bit]
    [ 0.166846] pci 0000:02:00.0: reg 30: [mem 0xfe0e0000-0xfe0effff pref]
    [ 0.166963] pci 0000:02:00.0: supports D1 D2
    [ 0.166967] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.167047] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.167062] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.167069] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 0.167075] pci 0000:00:1c.0: bridge window [mem 0xfe000000-0xfe0fffff]
    [ 0.167289] pci 0000:03:00.0: [8086:4222] type 00 class 0x028000
    [ 0.167348] pci 0000:03:00.0: reg 10: [mem 0xfe1ff000-0xfe1fffff]
    [ 0.167781] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.167911] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.167941] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.167950] pci 0000:00:1c.1: bridge window [mem 0xfe100000-0xfe1fffff]
    [ 0.168099] acpiphp: Slot [1] registered
    [ 0.168110] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
    [ 0.168116] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    [ 0.168123] pci 0000:00:1c.2: bridge window [mem 0xfe200000-0xfe9fffff]
    [ 0.168133] pci 0000:00:1c.2: bridge window [mem 0xddf00000-0xdfefffff 64bit pref]
    [ 0.168219] pci 0000:06:01.0: [1180:0832] type 00 class 0x0c0010
    [ 0.168238] pci 0000:06:01.0: proprietary Ricoh MMC controller disabled (via firewire function)
    [ 0.168241] pci 0000:06:01.0: MMC cards are now supported by standard SDHCI controller
    [ 0.168259] pci 0000:06:01.0: reg 10: [mem 0xfeaff800-0xfeafffff]
    [ 0.168367] pci 0000:06:01.0: PME# supported from D0 D3hot D3cold
    [ 0.168394] pci 0000:06:01.0: System wakeup disabled by ACPI
    [ 0.168460] pci 0000:06:01.1: [1180:0822] type 00 class 0x080500
    [ 0.168486] pci 0000:06:01.1: reg 10: [mem 0xfeaff400-0xfeaff4ff]
    [ 0.168594] pci 0000:06:01.1: supports D1 D2
    [ 0.168597] pci 0000:06:01.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.168678] pci 0000:06:01.2: [1180:0843] type 00 class 0x088000
    [ 0.168703] pci 0000:06:01.2: reg 10: [mem 0xfeaff000-0xfeaff0ff]
    [ 0.168810] pci 0000:06:01.2: supports D1 D2
    [ 0.168813] pci 0000:06:01.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.168891] pci 0000:06:01.3: [1180:0592] type 00 class 0x088000
    [ 0.168916] pci 0000:06:01.3: reg 10: [mem 0xfeafec00-0xfeafecff]
    [ 0.169022] pci 0000:06:01.3: supports D1 D2
    [ 0.169025] pci 0000:06:01.3: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.169161] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
    [ 0.169171] pci 0000:00:1e.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.169181] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.169184] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    [ 0.169218] pci_bus 0000:00: on NUMA node 0
    [ 0.169222] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.169225] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.173483] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *11 12)
    [ 0.173574] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 12)
    [ 0.173662] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 12)
    [ 0.173748] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 7 12)
    [ 0.173835] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 12) *0, disabled.
    [ 0.173922] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 12) *0, disabled.
    [ 0.174010] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 12) *0, disabled.
    [ 0.174098] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 12)
    [ 0.174404] ACPI: Enabled 3 GPEs in block 00 to 1F
    [ 0.174415] acpi root: \_SB_.PCI0 notify handler is installed
    [ 0.174470] Found 1 acpi root devices
    [ 0.203349] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    [ 0.203424] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.203424] vgaarb: loaded
    [ 0.203424] vgaarb: bridge control possible 0000:01:00.0
    [ 0.203427] PCI: Using ACPI for IRQ routing
    [ 0.203477] PCI: pci_cache_line_size set to 64 bytes
    [ 0.203568] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    [ 0.203571] e820: reserve RAM buffer [mem 0xb7fc0000-0xb7ffffff]
    [ 0.203722] NetLabel: Initializing
    [ 0.203724] NetLabel: domain hash size = 128
    [ 0.203726] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.203745] NetLabel: unlabeled traffic allowed by default
    [ 0.203948] hpet clockevent registered
    [ 0.203953] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.203960] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.203966] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.205983] Switching to clocksource hpet
    [ 0.211394] pnp: PnP ACPI init
    [ 0.211423] ACPI: bus type PNP registered
    [ 0.246754] system 00:00: [mem 0xfed13000-0xfed19fff] has been reserved
    [ 0.246762] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.266812] pnp 00:01: [dma 4]
    [ 0.266850] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.286791] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.326739] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.346824] pnp 00:04: Plug and Play ACPI device, IDs SYN0a06 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.346868] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.346920] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.347100] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.347105] system 00:07: [io 0x0800-0x087f] has been reserved
    [ 0.347109] system 00:07: [io 0x0480-0x04bf] has been reserved
    [ 0.347114] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.347118] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.347121] system 00:07: [mem 0xfed45000-0xfed89fff] has been reserved
    [ 0.347129] system 00:07: [mem 0xffb00000-0xffbfffff] could not be reserved
    [ 0.347133] system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.347139] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.347260] system 00:08: [io 0x0250-0x0253] has been reserved
    [ 0.347264] system 00:08: [io 0x0256-0x025f] has been reserved
    [ 0.347268] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.347272] system 00:08: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.347276] system 00:08: [mem 0xfec10000-0xfec17fff] has been reserved
    [ 0.347280] system 00:08: [mem 0xfec18000-0xfec1ffff] has been reserved
    [ 0.347284] system 00:08: [mem 0xfec20000-0xfec27fff] has been reserved
    [ 0.347289] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.347458] system 00:09: [mem 0xe0000000-0xe3ffffff] has been reserved
    [ 0.347464] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.370300] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.370305] system 00:0a: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.370310] system 00:0a: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.370314] system 00:0a: [mem 0x00100000-0xb7ffffff] could not be reserved
    [ 0.370319] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.370519] pnp: PnP ACPI: found 11 devices
    [ 0.370522] ACPI: bus type PNP unregistered
    [ 0.408937] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.408952] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 0.408956] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 0.408985] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.408989] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.408992] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.408998] pci 0000:00:1c.0: BAR 15: assigned [mem 0xb8000000-0xb81fffff 64bit pref]
    [ 0.409003] pci 0000:00:1c.1: BAR 15: assigned [mem 0xb8200000-0xb83fffff 64bit pref]
    [ 0.409007] pci 0000:00:1c.1: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.409011] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.409017] pci 0000:00:01.0: bridge window [mem 0xf9f00000-0xfdffffff]
    [ 0.409022] pci 0000:00:01.0: bridge window [mem 0xbdf00000-0xddefffff 64bit pref]
    [ 0.409028] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.409033] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 0.409041] pci 0000:00:1c.0: bridge window [mem 0xfe000000-0xfe0fffff]
    [ 0.409047] pci 0000:00:1c.0: bridge window [mem 0xb8000000-0xb81fffff 64bit pref]
    [ 0.409056] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.409061] pci 0000:00:1c.1: bridge window [io 0x1000-0x1fff]
    [ 0.409068] pci 0000:00:1c.1: bridge window [mem 0xfe100000-0xfe1fffff]
    [ 0.409074] pci 0000:00:1c.1: bridge window [mem 0xb8200000-0xb83fffff 64bit pref]
    [ 0.409083] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
    [ 0.409088] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    [ 0.409095] pci 0000:00:1c.2: bridge window [mem 0xfe200000-0xfe9fffff]
    [ 0.409101] pci 0000:00:1c.2: bridge window [mem 0xddf00000-0xdfefffff 64bit pref]
    [ 0.409111] pci 0000:00:1e.0: PCI bridge to [bus 06]
    [ 0.409119] pci 0000:00:1e.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.409303] pci 0000:00:1c.1: enabling device (0106 -> 0107)
    [ 0.409463] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.409469] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.409473] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.409477] pci_bus 0000:01: resource 1 [mem 0xf9f00000-0xfdffffff]
    [ 0.409480] pci_bus 0000:01: resource 2 [mem 0xbdf00000-0xddefffff 64bit pref]
    [ 0.409484] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.409487] pci_bus 0000:02: resource 1 [mem 0xfe000000-0xfe0fffff]
    [ 0.409491] pci_bus 0000:02: resource 2 [mem 0xb8000000-0xb81fffff 64bit pref]
    [ 0.409494] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 0.409497] pci_bus 0000:03: resource 1 [mem 0xfe100000-0xfe1fffff]
    [ 0.409501] pci_bus 0000:03: resource 2 [mem 0xb8200000-0xb83fffff 64bit pref]
    [ 0.409504] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    [ 0.409507] pci_bus 0000:04: resource 1 [mem 0xfe200000-0xfe9fffff]
    [ 0.409511] pci_bus 0000:04: resource 2 [mem 0xddf00000-0xdfefffff 64bit pref]
    [ 0.409514] pci_bus 0000:06: resource 1 [mem 0xfea00000-0xfeafffff]
    [ 0.409517] pci_bus 0000:06: resource 4 [io 0x0000-0xffff]
    [ 0.409520] pci_bus 0000:06: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.409577] NET: Registered protocol family 2
    [ 0.409819] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.409864] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.409905] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.409943] TCP: reno registered
    [ 0.409947] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.409959] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.410051] NET: Registered protocol family 1
    [ 0.410893] pci 0000:01:00.0: Boot video device
    [ 0.410920] PCI: CLS 32 bytes, default 64
    [ 0.410971] Unpacking initramfs...
    [ 0.532133] Freeing initrd memory: 4040k freed
    [ 0.535993] Simple Boot Flag at 0x52 set to 0x1
    [ 0.536132] apm: BIOS not found.
    [ 0.536177] Scanning for low memory corruption every 60 seconds
    [ 0.536482] audit: initializing netlink socket (disabled)
    [ 0.536501] type=2000 audit(1376506498.533:1): initialized
    [ 0.552685] bounce pool size: 64 pages
    [ 0.552701] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.555118] VFS: Disk quotas dquot_6.5.2
    [ 0.555194] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.555483] msgmni has been set to 1701
    [ 0.555858] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.555914] io scheduler noop registered
    [ 0.555917] io scheduler deadline registered (default)
    [ 0.555967] io scheduler cfq registered
    [ 0.556105] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.556191] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.556303] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
    [ 0.556412] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
    [ 0.556542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.556613] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.556615] vesafb: scrolling: redraw
    [ 0.556618] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.556888] vesafb: framebuffer at 0xc0000000, mapped to 0xf8080000, using 3072k, total 3072k
    [ 0.604763] Console: switching to colour frame buffer device 128x48
    [ 0.652475] fb0: VESA VGA frame buffer device
    [ 0.652524] intel_idle: does not run on family 6 model 15
    [ 0.652558] GHES: HEST is not enabled!
    [ 0.652575] isapnp: Scanning for PnP cards...
    [ 0.965444] isapnp: No Plug & Play device found
    [ 0.965514] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.966343] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.968466] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.969654] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.969698] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.969734] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.969768] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.969805] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.969961] mousedev: PS/2 mouse device common for all mice
    [ 0.970068] rtc_cmos 00:02: RTC can wake from S4
    [ 0.970251] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.970287] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.970328] cpuidle: using governor ladder
    [ 0.970331] cpuidle: using governor menu
    [ 0.970360] drop_monitor: Initializing network drop monitor service
    [ 0.970483] TCP: cubic registered
    [ 0.970646] NET: Registered protocol family 10
    [ 0.970904] NET: Registered protocol family 17
    [ 0.970917] Key type dns_resolver registered
    [ 0.971138] Using IPI No-Shortcut mode
    [ 0.971305] PM: Checking hibernation image partition /dev/sda2
    [ 1.004953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.160012] PM: Hibernation image not present or could not be loaded.
    [ 1.160027] registered taskstats version 1
    [ 1.160675] Magic number: 9:863:948
    [ 1.160692] tty tty5: hash matches
    [ 1.160757] rtc_cmos 00:02: setting system clock to 2013-08-14 18:54:59 UTC (1376506499)
    [ 1.160876] Freeing unused kernel memory: 596k freed
    [ 1.161099] Write protecting the kernel text: 4172k
    [ 1.161139] Write protecting the kernel read-only data: 1316k
    [ 1.170851] systemd-udevd[46]: starting version 204
    [ 1.197848] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 1.199413] ACPI: Lid Switch [LID]
    [ 1.199505] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 1.199514] ACPI: Power Button [PWRB]
    [ 1.199579] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 1.199584] ACPI: Sleep Button [SLPB]
    [ 1.199649] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 1.199654] ACPI: Power Button [PWRF]
    [ 1.204924] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 1.205239] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:14/LNXVIDEO:00/input/input5
    [ 1.212179] ACPI: bus type USB registered
    [ 1.212236] usbcore: registered new interface driver usbfs
    [ 1.212255] usbcore: registered new interface driver hub
    [ 1.212895] usbcore: registered new device driver usb
    [ 1.213778] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.214003] ehci-pci: EHCI PCI platform driver
    [ 1.214158] ehci-pci 0000:00:1d.7: setting latency timer to 64
    [ 1.214176] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 1.214187] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [ 1.214207] ehci-pci 0000:00:1d.7: debug port 1
    [ 1.214247] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.216496] sdhci: Secure Digital Host Controller Interface driver
    [ 1.216500] sdhci: Copyright(c) Pierre Ossman
    [ 1.216822] sdhci-pci 0000:06:01.1: SDHCI controller found [1180:0822] (rev 19)
    [ 1.217908] sdhci-pci 0000:06:01.1: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 1.218118] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
    [ 1.218139] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfebfbc00
    [ 1.218946] sdhci-pci 0000:06:01.1: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 1.219043] mmc0: SDHCI controller on PCI [0000:06:01.1] using DMA
    [ 1.219073] sdhci-pci 0000:06:01.2: SDHCI controller found [1180:0843] (rev 1)
    [ 1.219134] sdhci-pci 0000:06:01.2: setting latency timer to 64
    [ 1.219219] mmc1: SDHCI controller on PCI [0000:06:01.2] using DMA
    [ 1.227078] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.227437] hub 1-0:1.0: USB hub found
    [ 1.227444] hub 1-0:1.0: 8 ports detected
    [ 1.228033] SCSI subsystem initialized
    [ 1.230546] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.230553] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.230562] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.230596] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ec00
    [ 1.230825] hub 2-0:1.0: USB hub found
    [ 1.230831] hub 2-0:1.0: 2 ports detected
    [ 1.231077] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.231083] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.231091] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    [ 1.231137] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e880
    [ 1.231332] hub 3-0:1.0: USB hub found
    [ 1.231339] hub 3-0:1.0: 2 ports detected
    [ 1.231555] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.231561] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.231569] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [ 1.231613] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000e800
    [ 1.231928] hub 4-0:1.0: USB hub found
    [ 1.231934] hub 4-0:1.0: 2 ports detected
    [ 1.232152] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [ 1.232157] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 1.232165] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [ 1.232195] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000e480
    [ 1.232394] hub 5-0:1.0: USB hub found
    [ 1.232400] hub 5-0:1.0: 2 ports detected
    [ 1.235551] ACPI: bus type ATA registered
    [ 1.236510] libata version 3.00 loaded.
    [ 1.236921] ata_piix 0000:00:1f.2: version 2.13
    [ 1.237028] ata_piix 0000:00:1f.2: MAP [
    [ 1.237031] P0 P2 IDE IDE ]
    [ 1.237079] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 1.237739] scsi0 : ata_piix
    [ 1.239669] scsi1 : ata_piix
    [ 1.240515] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
    [ 1.240520] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    [ 1.286748] firewire_ohci 0000:06:01.0: added OHCI v1.0 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
    [ 1.400663] ata2.00: ATAPI: MATSHITADVD-RAM UJ-841S, 1.00, max UDMA/33
    [ 1.400777] ata1.00: ATA-9: SAMSUNG SSD 830 Series, CXM03B1Q, max UDMA/133
    [ 1.400782] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.407077] ata1.00: configured for UDMA/133
    [ 1.407254] scsi 0:0:0:0: Direct-Access ATA SAMSUNG SSD 830 CXM0 PQ: 0 ANSI: 5
    [ 1.413791] ata2.00: configured for UDMA/33
    [ 1.418808] scsi 1:0:0:0: CD-ROM MATSHITA DVD-RAM UJ-841S 1.00 PQ: 0 ANSI: 5
    [ 1.422211] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    [ 1.422321] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.422325] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.422360] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.424941] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.424945] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.425147] sda: sda1 sda2 sda3
    [ 1.425345] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.425709] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.536694] tsc: Refined TSC clocksource calibration: 1662.499 MHz
    [ 1.536703] Switching to clocksource tsc
    [ 1.540026] raid6: mmxx1 2187 MB/s
    [ 1.596677] raid6: mmxx2 2521 MB/s
    [ 1.653354] raid6: sse1x1 1347 MB/s
    [ 1.710012] raid6: sse1x2 1844 MB/s
    [ 1.766690] raid6: sse2x1 2539 MB/s
    [ 1.786795] firewire_core 0000:06:01.0: created device fw0: GUID 00e018000366c6ce, S400
    [ 1.823342] raid6: sse2x2 2898 MB/s
    [ 1.823344] raid6: using algorithm sse2x2 (2898 MB/s)
    [ 1.823346] raid6: using ssse3x1 recovery algorithm
    [ 1.823755] xor: measuring software checksum speed
    [ 1.856671] pIII_sse : 5823.600 MB/sec
    [ 1.890003] prefetch64-sse: 6585.600 MB/sec
    [ 1.890006] xor: using function: prefetch64-sse (6585.600 MB/sec)
    [ 1.898248] bio: create slab <bio-1> at 1
    [ 1.899326] Btrfs loaded
    [ 1.901248] device label btrfs-root devid 1 transid 28271 /dev/sda3
    [ 1.920826] device label btrfs-root devid 1 transid 28271 /dev/sda3
    [ 1.921520] btrfs: disk space caching is enabled
    [ 1.997973] Btrfs detected SSD devices, enabling SSD mode
    [ 2.050028] usb 1-8: new high-speed USB device number 4 using ehci-pci
    [ 2.090610] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.092281] systemd[1]: Set hostname to <laptop>.
    [ 2.143215] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 2.143313] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 2.143345] systemd[1]: Starting Remote File Systems.
    [ 2.143937] systemd[1]: Reached target Remote File Systems.
    [ 2.143956] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 2.144653] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 2.144670] systemd[1]: Starting Delayed Shutdown Socket.
    [ 2.145256] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 2.145272] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 2.145894] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 2.145910] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 2.146567] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 2.146588] systemd[1]: Starting Journal Socket.
    [ 2.147146] systemd[1]: Listening on Journal Socket.
    [ 2.148771] systemd[1]: Starting Apply Kernel Variables...
    [ 2.149957] systemd[1]: Starting Create static device nodes in /dev...
    [ 2.151267] systemd[1]: Starting Journal Service...
    [ 2.153691] systemd[1]: Started Journal Service.
    [ 2.153751] systemd[1]: Starting Setup Virtual Console...
    [ 2.154889] systemd[1]: Mounting Debug File System...
    [ 2.158188] systemd[1]: Started Load Kernel Modules.
    [ 2.158229] systemd[1]: Mounted FUSE Control File System.
    [ 2.158309] systemd[1]: Starting udev Kernel Socket.
    [ 2.158956] systemd[1]: Listening on udev Kernel Socket.
    [ 2.159041] systemd[1]: Starting udev Control Socket.
    [ 2.159672] systemd[1]: Listening on udev Control Socket.
    [ 2.159749] systemd[1]: Starting udev Coldplug all Devices...
    [ 2.161032] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 2.162723] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 2.165879] systemd[1]: Started Set Up Additional Binary Formats.
    [ 2.165910] systemd[1]: Mounting POSIX Message Queue File System...
    [ 2.167054] systemd[1]: Mounting Configuration File System...
    [ 2.168017] systemd[1]: Mounting Huge Pages File System...
    [ 2.168927] systemd[1]: Starting Encrypted Volumes.
    [ 2.169462] systemd[1]: Reached target Encrypted Volumes.
    [ 2.169488] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 2.169557] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 2.169583] systemd[1]: Expecting device dev-disk-by\x2duuid-b81c8e6c\x2db02e\x2d4782\x2d8f55\x2d0634200a2438.device...
    [ 2.170567] systemd[1]: Mounting Temporary Directory...
    [ 2.171694] systemd[1]: Starting File System Check on Root Device...
    [ 2.174125] systemd[1]: Started Apply Kernel Variables.
    [ 2.229260] btrfs: use ssd allocation scheme
    [ 2.229265] btrfs: disk space caching is enabled
    [ 2.231634] systemd-udevd[132]: starting version 204
    [ 2.400039] usb 2-2: new full-speed USB device number 2 using uhci_hcd
    [ 2.487626] ACPI: AC Adapter [AC0] (on-line)
    [ 2.489829] ACPI: Requesting acpi_cpufreq
    [ 2.513467] tsc: Marking TSC unstable due to TSC halts in idle
    [ 2.513560] ACPI: acpi_idle registered with cpuidle
    [ 2.513817] Switching to clocksource hpet
    [ 2.539293] Linux agpgart interface v0.103
    [ 2.545200] asus_laptop: Asus Laptop Support version 0.42
    [ 2.578741] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 2.590461] r8169 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 2.590748] r8169 0000:02:00.0 eth0: RTL8168b/8111b at 0xf8d06000, 00:17:31:dc:87:ff, XID 18000000 IRQ 44
    [ 2.590753] r8169 0000:02:00.0 eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
    [ 2.610406] asus_laptop: F3JC model detected
    [ 2.616416] cfg80211: Calling CRDA to update world regulatory domain
    [ 2.711866] intel_rng: FWH not detected
    [ 2.717356] ACPI: Battery Slot [BAT0] (battery present)
    [ 2.724805] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
    [ 2.724811] iwl3945: Copyright(c) 2003-2011 Intel Corporation
    [ 2.730422] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 2.747517] r592 0000:06:01.3: setting latency timer to 64
    [ 2.750104] r592: driver successfully loaded
    [ 2.762781] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
    [ 2.816731] usb 4-1: new full-speed USB device number 2 using uhci_hcd
    [ 2.827059] thermal LNXTHERM:00: registered as thermal_zone0
    [ 2.827065] ACPI: Thermal Zone [THRM] (54 C)
    [ 2.827477] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input7
    [ 2.833861] input: PC Speaker as /devices/platform/pcspkr/input/input8
    [ 2.835775] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 2.835882] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 2.838475] ACPI Warning: 0x00000828-0x0000082f SystemIO conflicts with Region \PMIO 1 (20130328/utaddress-251)
    [ 2.838484] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.838489] ACPI Warning: 0x000004b0-0x000004bf SystemIO conflicts with Region \GPIO 1 (20130328/utaddress-251)
    [ 2.838494] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.838497] ACPI Warning: 0x00000480-0x000004af SystemIO conflicts with Region \GPIO 1 (20130328/utaddress-251)
    [ 2.838502] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.838505] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 2.838797] ACPI Warning: 0x00000400-0x0000041f SystemIO conflicts with Region \SMB0 1 (20130328/utaddress-251)
    [ 2.838804] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.847585] leds_ss4200: no LED devices found
    [ 2.878609] microcode: CPU0 sig=0x6f6, pf=0x20, revision=0x48
    [ 2.883133] iwl3945 0000:03:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
    [ 2.883140] iwl3945 0000:03:00.0: Detected Intel Wireless WiFi Link 3945ABG
    [ 2.883226] iwl3945 0000:03:00.0: irq 46 for MSI/MSI-X
    [ 2.888784] microcode: CPU1 sig=0x6f6, pf=0x20, revision=0x48
    [ 2.888867] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 2.920615] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
    [ 2.963540] systemd-udevd[154]: renamed network interface eth0 to enp2s0f0
    [ 3.003960] iTCO_vendor_support: vendor-support=0
    [ 3.011389] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 3.011434] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x0860)
    [ 3.011598] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 3.043559] systemd-udevd[158]: renamed network interface wlan0 to wlp3s0
    [ 3.044516] nvidia: module license 'NVIDIA' taints kernel.
    [ 3.044521] Disabling lock debugging due to kernel taint
    [ 3.130966] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 3.131299] NVRM: loading NVIDIA UNIX x86 Kernel Module 304.88 Wed Mar 27 14:31:12 PDT 2013
    [ 3.157181] hidraw: raw HID events driver (C) Jiri Kosina
    [ 3.186255] Bluetooth: Core ver 2.16
    [ 3.186357] NET: Registered protocol family 31
    [ 3.186360] Bluetooth: HCI device and connection manager initialized
    [ 3.186370] Bluetooth: HCI socket layer initialized
    [ 3.186374] Bluetooth: L2CAP socket layer initialized
    [ 3.186383] Bluetooth: SCO socket layer initialized
    [ 3.187775] usbcore: registered new interface driver usbhid
    [ 3.187779] usbhid: USB HID core driver
    [ 3.213962] hid-generic 0003:04D8:003F.0001: hiddev0,hidraw0: USB HID v1.11 Device [Microchip Technology Inc. Simple HID Device Demo] on usb-0000:00:1d.0-2/input0
    [ 3.222741] usbcore: registered new interface driver btusb
    [ 3.310753] device label btrfs-root devid 1 transid 28271 /dev/sda3
    [ 3.413401] Adding 4194300k swap on /dev/sda2. Priority:-1 extents:1 across:4194300k SSFS
    [ 3.606690] r8169 0000:02:00.0: Refused to change power state, currently in D3
    [ 3.645174] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008/0x0, board id: 3655, fw id: 30712
    [ 3.685857] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input11
    [ 4.780165] r8169 0000:02:00.0: Refused to change power state, currently in D3
    [ 4.780840] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 4.781391] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 4.781939] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 4.782536] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.446743] r8169 0000:02:00.0 enp2s0f0: rtl_phy_reset_cond == 1 (loop: 100, delay: 1).
    [ 5.447280] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.448694] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.449244] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.449794] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.452267] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.452819] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.453796] r8169 0000:02:00.0 enp2s0f0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
    [ 5.453852] r8169 0000:02:00.0 enp2s0f0: link up
    [ 5.469508] iwl3945 0000:03:00.0: loaded firmware version 15.32.2.9
    lsmod:
    fuse 65687 2
    joydev 7339 0
    btusb 16196 0
    hid_generic 749 0
    usbhid 36609 0
    bluetooth 270982 2 btusb
    hid 70462 2 hid_generic,usbhid
    crc16 1091 1 bluetooth
    nvidia 10233640 42
    iTCO_wdt 4471 0
    iTCO_vendor_support 1545 1 iTCO_wdt
    arc4 1628 2
    coretemp 4926 0
    microcode 9872 0
    psmouse 85523 0
    serio_raw 3969 0
    pcspkr 1487 0
    i2c_i801 9873 0
    of_i2c 1774 1 i2c_i801
    snd_hda_codec_si3054 2898 1
    snd_hda_codec_realtek 30721 1
    r592 10291 0
    lpc_ich 11197 0
    memstick 6008 1 r592
    iwl3945 48472 0
    acpi_cpufreq 9230 0
    iwlegacy 41637 1 iwl3945
    snd_hda_intel 29956 2
    mperf 991 1 acpi_cpufreq
    mac80211 390928 2 iwl3945,iwlegacy
    snd_hda_codec 126979 3 snd_hda_codec_realtek,snd_hda_codec_si3054,snd_hda_intel
    snd_hwdep 4746 1 snd_hda_codec
    snd_pcm 63876 3 snd_hda_codec_si3054,snd_hda_codec,snd_hda_intel
    cfg80211 339123 3 iwl3945,iwlegacy,mac80211
    snd_page_alloc 5974 2 snd_pcm,snd_hda_intel
    snd_timer 14942 1 snd_pcm
    snd 44383 11 snd_hda_codec_realtek,snd_hda_codec_si3054,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    r8169 51032 0
    soundcore 4386 1 snd
    i2c_core 19967 3 i2c_i801,of_i2c,nvidia
    intel_agp 8688 0
    intel_gtt 10172 1 intel_agp
    asus_laptop 16521 0
    mii 3375 1 r8169
    agpgart 22047 3 nvidia,intel_agp,intel_gtt
    thermal 7112 0
    sparse_keymap 2582 1 asus_laptop
    rfkill 12682 4 cfg80211,asus_laptop,bluetooth
    input_polldev 2142 1 asus_laptop
    processor 24819 3 acpi_cpufreq
    battery 5589 0
    evdev 7528 13
    ac 2668 0
    btrfs 768232 1
    crc32c 1276 1
    libcrc32c 714 1 btrfs
    xor 19412 1 btrfs
    zlib_deflate 18140 1 btrfs
    raid6_pq 89831 1 btrfs
    sr_mod 13055 0
    sd_mod 28246 3
    cdrom 29900 1 sr_mod
    ata_generic 2434 0
    pata_acpi 2367 0
    ata_piix 20856 2
    libata 149163 3 pata_acpi,ata_generic,ata_piix
    scsi_mod 108355 3 libata,sd_mod,sr_mod
    firewire_ohci 27462 0
    firewire_core 44471 1 firewire_ohci
    crc_itu_t 1095 1 firewire_core
    sdhci_pci 9751 0
    sdhci 25111 1 sdhci_pci
    mmc_core 85568 2 sdhci,sdhci_pci
    uhci_hcd 21416 0
    ehci_pci 3404 0
    ehci_hcd 42552 1 ehci_pci
    usbcore 152075 5 btusb,uhci_hcd,ehci_hcd,ehci_pci,usbhid
    usb_common 1172 1 usbcore
    video 10027 0
    button 3685 0
    I'm running kernel version 3.10.6-2-ARCH.
    Many thanks

    OK, so I think this is pretty much solved, or at least a workaround:
    I use E17 (or E18 now I guess), and using econmann GUI I can enable bluetooth! rfkill list now results in
    $ rfkill list
    0: asus-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    1: asus-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
    2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    It would be interesting to know why rfkill wasn't able to power the bluetooth on, yet econnman was. Any ideas?

Maybe you are looking for