Refactor rename method stopped working - 10.1.3.1.0

Selected Refactor -> Rename to rename a method. The preview log shows up, but when i click on the green arrow to "do refactoring", nothing happens. I have been using 10.1.3.1.0 since it was released but I just ran into this problem.
I re-installed jdeveloper 10.1.3.1.0 but I still have the same problem.

Frank,
I thought that my JDev install had become unstable and that is why I re-installed. However that is not the case.
I tried to isolate the problem a little further. The refactor/rename method works in the other projects in my application. In the project that I have a problem, I tried renaming methods in other classes and this worked.
What is different about the class that I have a problem with is that:
1) it is an abstract class (say abstractFoo)
2) I am renaming a method that is not abstract in abstractFoo
3) Foo is a subclass of abstractFoo
4) I have a JUnit test FooTest that contains a few anonymous inner classes (that subclass Foo) and override the method to be renamed.
The preview window shows the changes to be made in abstractFoo & FooTest but does nothing.
Have you tested this scenario out?

Similar Messages

  • Ui:hyperlink and ui:button "action" methods stopped working in IE

    Hi
    I'm developing my application for few months, but few days ago all ui:hyperlink and button action methods stopped working in IE. They are not invoked at all... No javascript errors, everything works fine in Firefox. Can anybody tell me where to look as I'm sitting 6h in front of screen and cannot find anything wrong...
    The only thing I have changed was adding a filter which changes encoding to UTF-8. Class below:
    * CharsetFilter.java
    * Created on 17 maj 2007, 11:18
    package tools.filter;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.text.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.servlet.Filter;
    import javax.servlet.FilterChain;
    import javax.servlet.FilterConfig;
    import javax.servlet.ServletContext;
    import javax.servlet.ServletException;
    import javax.servlet.ServletRequest;
    import javax.servlet.ServletResponse;
    * @author  Michal
    * @version
    public class CharsetFilter implements Filter {
        public CharsetFilter() {
        private String encoding;
        public void init(FilterConfig config) throws ServletException {
            encoding = config.getInitParameter("requestEncoding");
            if( encoding==null )
              encoding="UTF-8";
        public void doFilter(ServletRequest request, ServletResponse response, FilterChain next)
             throws IOException, ServletException
    //          request.setCharacterEncoding(encoding);
              next.doFilter(request, response);
         * Destroy method for this filter
        public void destroy() {
    }

    anyways, it can't be a problem becasue new application is facing the same problem and there's no filter. I'm using tomcat 5.5.18 on jboss 4.0.5.

  • Ui:hyperlink action methods stopped working in IE

    Hi
    I'm developing my application for few months, but few days ago all ui:hyperlink action methods stopped working in IE. They are not invoked at all... No javascript errors, everything works fine in Firefox. Can anybody tell me where to look as I'm sitting 6h in front of screen and cannot find anything wrong...

    anyways, it can't be a problem becasue new application is facing the same problem and there's no filter. I'm using tomcat 5.5.18 on jboss 4.0.5.

  • SSRS Execution Service Render Method stopped working

    Hello SSRS Profis!
    I'm having the following Problem:
    I was trying to integrate SSRS in my Company-Software, and until today it went quite good:
    Its an ASPMVC 5 project with WCF-Services, and in these i had methods to render reports with the help of the ReportExecution - Webservice (2005), the Version of the MSSQL Server we use is 2008R2, reports use stored procedures as data sets.
    Everything worked fine, i could render all my reports in the services, gave the result back to the Frontendprojects to present it there, it worked fast and properly.
    Until today: For some reason, the call of the ReportExection.Render() - Method gives no more results back.
    Debugging shows me that it works approx. the same time as it did before for every report, but the result now is only "null" for every report i integrated until now:
    Here is the code I use to execute the service (for network credentials i use a user with administrator privilegue who can access all the reports (tested in private session), Parameter constructio also should work properly because it did before, same
    for the Report path...
    Any Ideas would be helpful!
    private byte[] getPDFFromReport(string ReportPath, Dictionary<string, string> parameterDicitionary)
    ReportExecutionService rs = new ReportExecutionService();
    // private method to set a user with enough permissions
    rs.Credentials = SetServiceAccount();
    // Render arguments
    byte[] result = null;
    string reportPath = ReportPath;
    string format = "PDF";
    string historyID = null;
    string devInfo = @"<DeviceInfo><Toolbar>False</Toolbar></DeviceInfo>";
    // Prepare report parameter.// mapping Parameters, gives back ReportExecution.ParamaterValue Array, still works as it should
    ParameterValue[] parameters = SetReportParameters(reportPath, parameterDicitionary); DataSourceCredentials[] credentials = null;
    string showHideToggle = null;
    string encoding;
    string mimeType;
    string extension;
    Warning[] warnings = null;
    ParameterValue[] reportHistoryParameters = null;
    string[] streamIDs = null;
    ExecutionInfo execInfo = new ExecutionInfo();
    ExecutionHeader execHeader = new ExecutionHeader();
    rs.ExecutionHeaderValue = execHeader;
    execInfo = rs.LoadReport(reportPath, historyID);
    rs.SetExecutionParameters(parameters, "de-de");
    // rs.Timeout = 300000;
    String SessionId = rs.ExecutionHeaderValue.ExecutionID;
    Console.WriteLine("SessionID: {0}", rs.ExecutionHeaderValue.ExecutionID);
    try
    result = rs.Render(format, devInfo, out extension, out encoding, out mimeType, out warnings, out streamIDs);
    execInfo = rs.GetExecutionInfo();
    Console.WriteLine("Execution date and time: {0}", execInfo.ExecutionDateTime);
    catch (SoapException e)
    Console.WriteLine(e.Detail.OuterXml);
    // Write the contents of the report to an MHTML file.
    return result;
    Edit:
    I tested the methods with the same user in an WindowsForms Project and got a result. In a former Version, it also still works. I changed nothing since the last deploy in this methods, so can't imagine why it suddenly stopped working....

    Found the solution!
    After checking team-foundation-changelogs of the last checkins, it turned out that somehow automatically some value in the reference.cs of the reportexecution - webservice was changed from:
            [return: System.Xml.Serialization.XmlElementAttribute("Result", DataType="base64Binary")]
    to
            [return: System.Xml.Serialization.XmlElementAttribute("Value", DataType="base64Binary")]
    After deleting and readding the webreference to the Project, it worked again.
    The next Thing to Research for me is how it can be, that this value automatically changes. Possibly because of different Versions of VS in the dev-Team.. (Ultimate and premium) In any case, this issue is solved, thank you for reading :)

  • Rename function stopped working on batch actions

    I seem to be having the same problem as this unanswered quesion:http://forums.adobe.com/message/1644053#1644053
    I have a series of actions preparing files for the web. The ones that  create jpeg's using the conventional "save as.." dialogue work  fine, and allow me to append text such as -tmb or -detail to the names.  The actions that create jpegs using "Save for Web & Devices" also work fine, but ignore any directive in the file naming section of  the batch.
    Does anyone know of a workaround, or do I  just need to avoid "Save for Web & Devices" in actions if I  want to rename the files?

    Just avoid the Save for Web&Devices command when dealing with actions as it doesn't play nicely with them. I think it has something to do with the fact that it's considered an export function, not a save function so you can't override what/how it saves stuff through the Batch command.

  • IMFMediaSession::Start method stops working on second intance

    I have created a test app modeled on the playlist example in the vista sdk. I modified it a bit to play video and loop with the skip function. I then set it up to create two windows with a player in each. Now with one window it plays just fine and loops
    as expected. When I add a second window with another playlist something strange begins to happen. The first window plays and loops just fine, but when it comes to the second window, when it gets to the end of the sequencer source, it triggers the MEEndOfPresentation
    event. The code is set to call the skip function, which it executes fine. Then the player just goes black. It must still be playing or something, because if I wait the player will start playing again. If I wait even longer it will go black again. Now the whole
    time the first window is running fine.
    I have built this test app with the following example
    https://msdn.microsoft.com/en-us/library/ms697285(v=vs.85).aspx
    I could post the code for the test app, but it is quite a bit. I am hoping someone might have a clue to what the problem is before I fill this thread with code. I would appreciate it if someone could help me work through this problem.
    Edit: I have put the code, sample files I used, and a mftrace file here
    https://onedrive.live.com/?cid=C549C64FC840D296&id=C549C64FC840D296%21109
    Thank You

    uploaded the code^^^^^

  • How do I sync my iphone when normal methods stopped working?

    I am having trouble syncing my audio books-- some thing that has never happened before. I recently purchased an audio book that shows up in my itunes library on my desk top. However when I tried to sync my iPhone with my Itunes library nothing took. I was trying to take off some audio books from my iPhone and add others but nothing changed on my iPhone. I tried manually syncing them as well and that didn't work either. This is the first time I have had this problem. Any suggestions would be greatly appreciated.
    Betty

    What it means is that the media and apps you have selected to sync would take 3.7GB more space than the phone has available. Deselect some of the stuff you're trying to put on it. Photos and videos can be retrieved as though the phone were a camera using any app that supports one.

  • HT201272 My pay method has stopped working, so that now I can't purchase anything from my iPad anymore,even when there's money in my account. How do I resume using my pay method to purchase.

    My pay method has stopped working so that I can no longer purchase and/or download any apps or products onto my iPad. It is saying "there was a problem with a previous purchase. Use another pay method. What does this mean, and what do I do?
    Further, in my attempts to correct the situation, I reset my iPad, resulting in my losing all the apps that I downloaded, and all the products I had bought and downloaded. How do I recover all of them (magazines,  books, apps, etc).
    Please, help.
    Victor Kalala

    Look, I understand I still need a card attached to the account. The problem is, it won't accept my card because I only have 87 cents in my bank account right now.
    If I had known there would be so much trouble with the iTunes card, I would have just put the cash in my bank account in the morning instead of buying an iTunes card (I didn't expect the banks to be open on Thanksgiving of course).
    Apple will only accept cards that have a balance. The balance is so small in my account that it won't accept it as a valid card.
    I'm going to have to contact Apple anyway to reset the security questions. That's obvious. Your answers were not exactly helpful. You didn't tell me anything I don't already know, but thanks for trying to be helpful.

  • Adobe Pdf Printer stopped working after update to Acrobat DC

    Hello, I have installed Acrobat DC yesterday. Since then, Adobe Pdf Printer stopped working. It always gets stuck at Checking Fonts and any software the print originated from just hangs and I have to force it closed.
    I tried uninstalling the printer and installing it manually, repairing Acrobat installation but nothing changed.
    So, can somebody help me? Thanks.

    A method which is written here not working - because if you start to remove the fonts one by other you will see that the list does not end there.
    I did so
    1. i copied the folder with the fonts from the other clean system and replace with fonts in my system
    2. then i restore the registry tree HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
    3. i check system with sfc /scannow
    after these procedures Distiller DC continue to crash...
    In this time distiller crashed when it cheking their fonts in C:\Program Files(x86)\Adobe\Acrobat DC\Resources\Font
    after i rename the folder from Font to Font_ in order to he did not check this folder
    at next run Distiller crashed at the font wingding.ttf after remowing that font he crash at Vrinda.ttf (this is a oficial font of Win7 and come with him) after removing that font distiller crash at the next font name of Vani.ttf (this is a Win7 font too) - when i saw it goes on forever i back my system to normal status and uninstal Acrobat DC and back to Acrobat XI...this version work with out any problems.
    We are waiting a hotfix to resolving this problem with Acrobat DC

  • Wacom Tablet causes Apple wireless keyboard to stop working.

    My Wacom tablet/pen causes my Apple wireless keyboard to stop working.  While working on a photo in Photoshop using my Apple (usb) mouse to make selections the keyboard works fine.  When I use the Wacom Pen to make selections, not immediately but anywhere from five to ten minutes into it, I hear what sounds like a chirp from my computer (Mac Pro) and my keyboard stops working.  The command, option, control and direction keys still work but not the number and letter keys.  I have to connect a spare Logitech keyboard via USB in order to continue and not loose my work.  After awhile I will hear the chirp again and the Apple keyboard will start working.  This will continue to occur at irregular intervals.  Without the spare keyboard I've had to reboot my computer (loosing all the work on the photo) to get the keyboard working again, but only for it to reoccur.  Any suggestions to fix this would be appreciated.

    The Mac inherently keeps all input methods active, such that you could type alternate keys on alternate keyboards.
    If you have third party add-ons that might change the way Bluetooth works, those would be the primary suspects.
    Be sure all your Drivers are completely up-to-date, and batteries in battery-powered devices are still strong.
    Bluetooth uses the same part of the frequency spectrum (but a different modulation technique) as cheap WiFi Routers, baby monitors, and microwave ovens. if you live in a busy apartment building, there may be very high levels of interference.

  • How can I activate an old version of Photoshop that I've loaded on my new tablet? The web activation doesn't work, and when I call the number, it says it's not being used anymore. Meanwhile, I'm down to 13 days till it stops working due to not being activ

    How can I activate an old version of Photoshop that I've loaded on my new tablet? The web activation doesn't work, and when I call the number, it says it's not being used anymore. Meanwhile, I'm down to 13 days till it stops working due to not being activated. HELP?  I really need to continue using this product for my home business.It works fine not activated but the threat is that it will stop working in 13 more days if I don't get it activated, and none of the activation methods they list seem to work.

    The new serial number is to the right of your chosen download.

  • Sound stopped working

    Hi.
    It used to work.
    I have problem with sound. Yesterday It does work, but today it stopped working. I'm not sure if it is because of some updates, I haven't noticed anything connected to sound. The only difference is that I uninstalled mplayer2. Then it stopped working - but I'm not sure if it was because of this.
    I tried:
    reinstall alsa, alsa-plugins, alsa-utils, vlc, mplayer2
    install pulseaudio, oss (without configuration)
    reboot
    unmute all chanels in alsamixer
    connecting headphones
    aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default:CARD=PCH
    HDA Intel PCH, ALC269VC Analog
    Default Audio Device
    sysdefault:CARD=PCH
    HDA Intel PCH, ALC269VC Analog
    Default Audio Device
    front:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VC Analog
    Front speakers
    surround40:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VC Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VC Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VC Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VC Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VC Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    hdmi:CARD=PCH,DEV=0
    HDA Intel PCH, HDMI 0
    HDMI Audio Output
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    lspci|grep -i audio
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
    lsmod|grep '^snd'|column -t
    snd_hda_codec_hdmi 27857 1
    snd_hda_codec_realtek 62279 1
    snd_hda_intel 33946 0
    snd_hda_codec 101474 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6364 1 snd_hda_codec
    snd_pcm 76956 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7298 2 snd_pcm,snd_hda_intel
    snd_timer 18687 1 snd_pcm
    snd 58893 7 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    pacman -Q |egrep -wi --color 'vlc|audio|alsa|mplayer2|oss|pulse|sound'
    alsa-lib 1.0.27-1
    alsa-plug]alsa-lib 1.0.27-1
    alsa-plugins 1.0.27-1
    alsa-utils 1.0.27-4
    lib32-alsa-lib 1.0.27-1ins 1.0.27-1
    alsa-utils 1.0.27-4
    lib32-alsa-lib 1.0.27-1
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.8.8-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.0 20130411 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Apr 17 10:57:28 CEST 2013
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=49f66c2c-5bd3-4843-bd24-714dc1c0d188 ro quiet
    [ 0.000000] Disabled fast string operations
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000d9c9efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000d9c9f000-0x00000000dae7efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dae7f000-0x00000000daf9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000df9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000019fdfffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 06XK 03/16/2012
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x19fe00 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
    [ 0.000000] 3 base 0DC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0DB000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask F80000000 write-back
    [ 0.000000] 6 base 180000000 mask FE0000000 write-back
    [ 0.000000] 7 base 19FE00000 mask FFFE00000 uncachable
    [ 0.000000] 8 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000f00e0-0x000f00ef] mapped at [ffff8800000f00e0]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] reserving inaccessible SNB gfx pages
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xdaffffff]
    [ 0.000000] [mem 0x00000000-0xdaffffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0xdaffffff @ [mem 0x1fffb000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x19fdfffff]
    [ 0.000000] [mem 0x100000000-0x19fdfffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x19fdfffff @ [mem 0xd9c9b000-0xd9c9efff]
    [ 0.000000] RAMDISK: [mem 0x37a50000-0x37d1ffff]
    [ 0.000000] ACPI: RSDP 00000000000f0100 00024 (v02 SECCSD)
    [ 0.000000] ACPI: XSDT 00000000daffe120 00084 (v01 SECCSD LH43STAR 00000002 PTEC 00000002)
    [ 0.000000] ACPI: FACP 00000000dafef000 000F4 (v03 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: DSDT 00000000daff2000 0803C (v02 SECCSD SNB-CPT 00000000 INTL 20061109)
    [ 0.000000] ACPI: FACS 00000000daf47000 00040
    [ 0.000000] ACPI: SLIC 00000000daffd000 00176 (v01 SECCSD LH43STAR 00000002 PTEC 00000001)
    [ 0.000000] ACPI: SSDT 00000000daffb000 01068 (v01 SECCSD PtidDevc 00001000 INTL 20061109)
    [ 0.000000] ACPI: ASF! 00000000daff1000 000A5 (v32 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: HPET 00000000dafee000 00038 (v01 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: APIC 00000000dafed000 00098 (v01 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: MCFG 00000000dafec000 0003C (v01 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: SSDT 00000000dafeb000 00804 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000dafea000 00996 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: UEFI 00000000dafe9000 0003E (v01 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: UEFI 00000000dafe8000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: UEFI 00000000dafe7000 0022E (v01 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000019fdfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x19fdfffff]
    [ 0.000000] NODE_DATA [mem 0x19fdfb000-0x19fdfffff]
    [ 0.000000] [ffffea0000000000-ffffea00067fffff] PMD -> [ffff880199400000-ffff88019f3fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x19fdfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
    [ 0.000000] node 0: [mem 0x40200000-0xd9c9efff]
    [ 0.000000] node 0: [mem 0xdafff000-0xdaffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x19fdfffff]
    [ 0.000000] On node 0 totalpages: 1545773
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 141 pages reserved
    [ 0.000000] DMA zone: 3776 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 13859 pages used for memmap
    [ 0.000000] DMA32 zone: 873085 pages, LIFO batch:31
    [ 0.000000] Normal zone: 10232 pages used for memmap
    [ 0.000000] Normal zone: 644616 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x0e] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 14, 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] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
    [ 0.000000] PM: Registered nosave memory: 00000000d9c9f000 - 00000000dae7f000
    [ 0.000000] PM: Registered nosave memory: 00000000dae7f000 - 00000000daf9f000
    [ 0.000000] PM: Registered nosave memory: 00000000daf9f000 - 00000000dafff000
    [ 0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000dfa00000
    [ 0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000
    [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed08000
    [ 0.000000] PM: Registered nosave memory: 00000000fed08000 - 00000000fed09000
    [ 0.000000] PM: Registered nosave memory: 00000000fed09000 - 00000000fed10000
    [ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffd80000
    [ 0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
    [ 0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88019fa00000 s85184 r8192 d21312 u262144
    [ 0.000000] pcpu-alloc: s85184 r8192 d21312 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1521477
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=49f66c2c-5bd3-4843-bd24-714dc1c0d188 ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 6002944k/6813696k available (4908k kernel code, 630604k absent, 180148k reserved, 4024k data, 820k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:4352 nr_irqs:744 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 25165824 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 1596.383 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3194.79 BogoMIPS (lpj=5321276)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000038] Security Framework initialized
    [ 0.000045] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000630] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.002565] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.003415] Mount-cache hash table entries: 256
    [ 0.003607] Initializing cgroup subsys cpuacct
    [ 0.003609] Initializing cgroup subsys memory
    [ 0.003616] Initializing cgroup subsys devices
    [ 0.003618] Initializing cgroup subsys freezer
    [ 0.003620] Initializing cgroup subsys net_cls
    [ 0.003622] Initializing cgroup subsys blkio
    [ 0.003647] Disabled fast string operations
    [ 0.003649] CPU: Physical Processor ID: 0
    [ 0.003650] CPU: Processor Core ID: 0
    [ 0.003655] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.003658] mce: CPU supports 7 MCE banks
    [ 0.003671] CPU0: Thermal monitoring enabled (TM1)
    [ 0.003677] process: using mwait in idle threads
    [ 0.003681] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 5
    [ 0.003835] Freeing SMP alternatives: 20k freed
    [ 0.004849] ACPI: Core revision 20121018
    [ 0.011331] ftrace: allocating 19310 entries in 76 pages
    [ 0.022372] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.055356] smpboot: CPU0: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz (fam: 06, model: 2a, stepping: 07)
    [ 0.055365] TSC deadline timer enabled
    [ 0.055369] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
    [ 0.055376] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
    [ 0.055378] ... version: 3
    [ 0.055379] ... bit width: 48
    [ 0.055380] ... generic registers: 4
    [ 0.055381] ... value mask: 0000ffffffffffff
    [ 0.055382] ... max period: 000000007fffffff
    [ 0.055383] ... fixed-purpose events: 3
    [ 0.055384] ... event mask: 000000070000000f
    [ 0.093170] Disabled fast string operations
    [ 0.095374] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.113177] Disabled fast string operations
    [ 0.126599] Disabled fast string operations
    [ 0.082145] smpboot: Booting Node 0, Processors #1 #2 #3
    [ 0.128712] Brought up 4 CPUs
    [ 0.128716] smpboot: Total of 4 processors activated (12776.19 BogoMIPS)
    [ 0.132574] devtmpfs: initialized
    [ 0.133773] PM: Registering ACPI NVS region [mem 0xdae7f000-0xdaf9efff] (1179648 bytes)
    [ 0.134524] RTC time: 14:38:00, date: 04/23/13
    [ 0.134565] NET: Registered protocol family 16
    [ 0.134701] ACPI: bus type pci registered
    [ 0.134776] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.134779] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.142122] PCI: Using configuration type 1 for base access
    [ 0.142308] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.142309] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.142310] mtrr: corrected configuration.
    [ 0.142733] bio: create slab <bio-0> at 0
    [ 0.142794] ACPI: Added _OSI(Module Device)
    [ 0.142795] ACPI: Added _OSI(Processor Device)
    [ 0.142797] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.142798] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.144238] ACPI: EC: Look up EC in DSDT
    [ 0.145725] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.148149] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.149385] ACPI: SSDT 00000000dae70718 00688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.149747] ACPI: Dynamic OEM Table Load:
    [ 0.149750] ACPI: SSDT (null) 00688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.150021] ACPI: SSDT 00000000dae71a98 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.150411] ACPI: Dynamic OEM Table Load:
    [ 0.150414] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.150533] ACPI: SSDT 00000000dae6fd98 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.150890] ACPI: Dynamic OEM Table Load:
    [ 0.150892] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.152416] ACPI: Interpreter enabled
    [ 0.152421] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.152442] ACPI: Using IOAPIC for interrupt routing
    [ 0.159354] ACPI: Power Resource [FN00] (off)
    [ 0.159432] ACPI: Power Resource [FN01] (off)
    [ 0.159506] ACPI: Power Resource [FN02] (off)
    [ 0.159581] ACPI: Power Resource [FN03] (off)
    [ 0.159654] ACPI: Power Resource [FN04] (off)
    [ 0.159950] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.160074] ACPI: No dock devices found.
    [ 0.160078] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.160290] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.160292] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.160531] \_SB_.PCI0:_OSC invalid UUID
    [ 0.160532] _OSC request data:1 8 1f
    [ 0.160943] PCI host bridge to bus 0000:00
    [ 0.160946] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.160949] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.160951] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.160952] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.160954] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
    [ 0.160956] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    [ 0.160965] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
    [ 0.161009] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
    [ 0.161021] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
    [ 0.161028] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.161033] pci 0000:00:02.0: reg 20: [io 0x3000-0x303f]
    [ 0.161093] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    [ 0.161118] pci 0000:00:16.0: reg 10: [mem 0xf0705000-0xf070500f 64bit]
    [ 0.161201] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.161240] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
    [ 0.161264] pci 0000:00:1a.0: reg 10: [mem 0xf070a000-0xf070a3ff]
    [ 0.161361] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.161391] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    [ 0.161408] pci 0000:00:1b.0: reg 10: [mem 0xf0700000-0xf0703fff 64bit]
    [ 0.161483] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.161509] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    [ 0.161596] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.161628] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
    [ 0.161714] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.161746] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
    [ 0.161876] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.161921] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
    [ 0.161945] pci 0000:00:1d.0: reg 10: [mem 0xf0709000-0xf07093ff]
    [ 0.162042] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.162072] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
    [ 0.162207] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
    [ 0.162228] pci 0000:00:1f.2: reg 10: [io 0x3088-0x308f]
    [ 0.162236] pci 0000:00:1f.2: reg 14: [io 0x3094-0x3097]
    [ 0.162245] pci 0000:00:1f.2: reg 18: [io 0x3080-0x3087]
    [ 0.162254] pci 0000:00:1f.2: reg 1c: [io 0x3090-0x3093]
    [ 0.162263] pci 0000:00:1f.2: reg 20: [io 0x3060-0x307f]
    [ 0.162272] pci 0000:00:1f.2: reg 24: [mem 0xf0708000-0xf07087ff]
    [ 0.162324] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.162346] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    [ 0.162363] pci 0000:00:1f.3: reg 10: [mem 0xf0704000-0xf07040ff 64bit]
    [ 0.162392] pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf]
    [ 0.162635] pci 0000:01:00.0: [8086:0091] type 00 class 0x028000
    [ 0.162815] pci 0000:01:00.0: reg 10: [mem 0xf0600000-0xf0601fff 64bit]
    [ 0.163511] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    [ 0.169202] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.169209] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
    [ 0.169339] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.169408] pci 0000:02:00.0: reg 10: [io 0x2000-0x20ff]
    [ 0.169530] pci 0000:02:00.0: reg 18: [mem 0xf0404000-0xf0404fff 64bit pref]
    [ 0.169605] pci 0000:02:00.0: reg 20: [mem 0xf0400000-0xf0403fff 64bit pref]
    [ 0.169935] pci 0000:02:00.0: supports D1 D2
    [ 0.169937] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.175788] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.175797] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    [ 0.175816] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
    [ 0.175957] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
    [ 0.175995] pci 0000:03:00.0: reg 10: [mem 0xf0500000-0xf0507fff 64bit]
    [ 0.176190] pci 0000:03:00.0: PME# supported from D3hot D3cold
    [ 0.182448] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.182462] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
    [ 0.182529] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.182568] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    [ 0.182598] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
    [ 0.182726] \_SB_.PCI0:_OSC invalid UUID
    [ 0.182727] _OSC request data:1 1f 1f
    [ 0.182731] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.182732] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.183395] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 0.183442] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.183487] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 0.183530] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 0.183573] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
    [ 0.183616] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.183662] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 0.183709] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
    [ 0.183797] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.183801] vgaarb: loaded
    [ 0.183802] vgaarb: bridge control possible 0000:00:02.0
    [ 0.183834] PCI: Using ACPI for IRQ routing
    [ 0.185498] PCI: pci_cache_line_size set to 64 bytes
    [ 0.185611] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.185613] e820: reserve RAM buffer [mem 0xd9c9f000-0xdbffffff]
    [ 0.185615] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
    [ 0.185616] e820: reserve RAM buffer [mem 0x19fe00000-0x19fffffff]
    [ 0.185709] NetLabel: Initializing
    [ 0.185711] NetLabel: domain hash size = 128
    [ 0.185712] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.185729] NetLabel: unlabeled traffic allowed by default
    [ 0.185745] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.185750] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.187760] Switching to clocksource hpet
    [ 0.192350] pnp: PnP ACPI init
    [ 0.192366] ACPI: bus type pnp registered
    [ 0.192633] pnp 00:00: [dma 4]
    [ 0.192731] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.192753] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.192844] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.192878] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.192924] system 00:04: [io 0x0680-0x069f] has been reserved
    [ 0.192927] system 00:04: [io 0x1000-0x100f] has been reserved
    [ 0.192929] system 00:04: [io 0x5000-0x5003] has been reserved
    [ 0.192931] system 00:04: [io 0xffff] has been reserved
    [ 0.192932] system 00:04: [io 0x0400-0x0453] has been reserved
    [ 0.192938] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 0.192940] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 0.192942] system 00:04: [io 0x0a00-0x0a0f] has been reserved
    [ 0.192944] system 00:04: [io 0x164e-0x164f] has been reserved
    [ 0.192946] system 00:04: [io 0x5000-0x500f] could not be reserved
    [ 0.192949] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.192975] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.193023] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 0.193027] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.193068] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.193112] pnp 00:08: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
    [ 0.193267] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.193270] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.193272] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.193274] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.193276] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.193278] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.193280] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.193282] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.193284] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.193286] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.193288] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.193629] ACPI Error: Invalid/unsupported resource descriptor: Type 0x00 (20121018/utresrc-650)
    [ 0.193634] pnp 00:0a: can't evaluate _CRS: 12311
    [ 0.193738] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.193762] pnp: PnP ACPI: found 11 devices
    [ 0.193764] ACPI: ACPI bus type pnp unregistered
    [ 0.200460] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.200467] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
    [ 0.200477] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.200481] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    [ 0.200489] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
    [ 0.200497] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.200503] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
    [ 0.200541] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.200543] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.200545] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.200546] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfeafffff]
    [ 0.200548] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.200550] pci_bus 0000:01: resource 1 [mem 0xf0600000-0xf06fffff]
    [ 0.200552] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.200554] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf04fffff 64bit pref]
    [ 0.200556] pci_bus 0000:03: resource 1 [mem 0xf0500000-0xf05fffff]
    [ 0.200587] NET: Registered protocol family 2
    [ 0.200783] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.201021] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.201188] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.201218] TCP: reno registered
    [ 0.201232] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.201269] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.201357] NET: Registered protocol family 1
    [ 0.201372] pci 0000:00:02.0: Boot video device
    [ 0.201548] PCI: CLS 64 bytes, default 64
    [ 0.201591] Unpacking initramfs...
    [ 0.261406] Freeing initrd memory: 2880k freed
    [ 0.261899] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.261905] software IO TLB [mem 0xd5c9b000-0xd9c9b000] (64MB) mapped at [ffff8800d5c9b000-ffff8800d9c9afff]
    [ 0.262304] audit: initializing netlink socket (disabled)
    [ 0.262319] type=2000 audit(1366727880.259:1): initialized
    [ 0.276840] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.278407] VFS: Disk quotas dquot_6.5.2
    [ 0.278450] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.278614] msgmni has been set to 11730
    [ 0.278836] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.278888] io scheduler noop registered
    [ 0.278891] io scheduler deadline registered
    [ 0.278897] io scheduler cfq registered (default)
    [ 0.279146] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.279147] vesafb: scrolling: redraw
    [ 0.279149] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.279531] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004f00000, using 3072k, total 3072k
    [ 0.344149] Console: switching to colour frame buffer device 128x48
    [ 0.408701] fb0: VESA VGA frame buffer device
    [ 0.408712] intel_idle: MWAIT substates: 0x21120
    [ 0.408714] intel_idle: v0.4 model 0x2A
    [ 0.408715] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.408750] GHES: HEST is not enabled!
    [ 0.408800] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.409237] Linux agpgart interface v0.103
    [ 0.409304] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:EPAD] at 0x60,0x64 irq 1,12
    [ 0.416404] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.416417] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.416540] mousedev: PS/2 mouse device common for all mice
    [ 0.416900] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.416930] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.417022] cpuidle: using governor ladder
    [ 0.417127] cpuidle: using governor menu
    [ 0.417129] EFI Variables Facility v0.08 2004-May-17
    [ 0.417180] drop_monitor: Initializing network drop monitor service
    [ 0.417252] TCP: cubic registered
    [ 0.417348] NET: Registered protocol family 10
    [ 0.417495] NET: Registered protocol family 17
    [ 0.417505] Key type dns_resolver registered
    [ 0.417796] PM: Hibernation image not present or could not be loaded.
    [ 0.417805] registered taskstats version 1
    [ 0.418395] Magic number: 9:780:637
    [ 0.418468] rtc_cmos 00:05: setting system clock to 2013-04-23 14:38:01 UTC (1366727881)
    [ 0.420125] Freeing unused kernel memory: 820k freed
    [ 0.420254] Write protecting the kernel read-only data: 8192k
    [ 0.423156] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.424428] Freeing unused kernel memory: 1224k freed
    [ 0.425960] Freeing unused kernel memory: 440k freed
    [ 0.433142] systemd-udevd[57]: starting version 201
    [ 0.458283] ACPI: bus type usb registered
    [ 0.458349] usbcore: registered new interface driver usbfs
    [ 0.458370] usbcore: registered new interface driver hub
    [ 0.458506] usbcore: registered new device driver usb
    [ 0.458848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.458984] ehci-pci: EHCI PCI platform driver
    [ 0.459037] ehci-pci 0000:00:1a.0: setting latency timer to 64
    [ 0.459041] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.459047] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.459062] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.462962] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.462983] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf070a000
    [ 0.463303] SCSI subsystem initialized
    [ 0.464366] ACPI: bus type scsi registered
    [ 0.464443] libata version 3.00 loaded.
    [ 0.464501] xhci_hcd 0000:03:00.0: xHCI Host Controller
    [ 0.464512] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
    [ 0.470946] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.471264] hub 1-0:1.0: USB hub found
    [ 0.471272] hub 1-0:1.0: 2 ports detected
    [ 0.471541] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 0.471545] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.471551] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
    [ 0.471576] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.475501] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.475524] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0709000
    [ 0.484257] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.484616] hub 3-0:1.0: USB hub found
    [ 0.484625] hub 3-0:1.0: 2 ports detected
    [ 0.484916] ahci 0000:00:1f.2: version 3.0
    [ 0.485018] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
    [ 0.485078] ahci: SSS flag set, parallel bus scan disabled
    [ 0.485142] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x19 impl SATA mode
    [ 0.485145] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
    [ 0.485152] ahci 0000:00:1f.2: setting latency timer to 64
    [ 0.498266] scsi0 : ahci
    [ 0.498400] scsi1 : ahci
    [ 0.498501] scsi2 : ahci
    [ 0.498607] scsi3 : ahci
    [ 0.498716] scsi4 : ahci
    [ 0.498823] scsi5 : ahci
    [ 0.498879] ata1: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708100 irq 40
    [ 0.498883] ata2: DUMMY
    [ 0.498885] ata3: DUMMY
    [ 0.498888] ata4: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708280 irq 40
    [ 0.498891] ata5: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708300 irq 40
    [ 0.498893] ata6: DUMMY
    [ 0.527671] xhci_hcd 0000:03:00.0: irq 41 for MSI/MSI-X
    [ 0.527678] xhci_hcd 0000:03:00.0: irq 42 for MSI/MSI-X
    [ 0.527683] xhci_hcd 0000:03:00.0: irq 43 for MSI/MSI-X
    [ 0.527688] xhci_hcd 0000:03:00.0: irq 44 for MSI/MSI-X
    [ 0.527693] xhci_hcd 0000:03:00.0: irq 45 for MSI/MSI-X
    [ 0.527949] xHCI xhci_add_endpoint called for root hub
    [ 0.527951] xHCI xhci_check_bandwidth called for root hub
    [ 0.527980] hub 2-0:1.0: USB hub found
    [ 0.527988] hub 2-0:1.0: 2 ports detected
    [ 0.528084] xhci_hcd 0000:03:00.0: xHCI Host Controller
    [ 0.528088] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
    [ 0.528278] xHCI xhci_add_endpoint called for root hub
    [ 0.528282] xHCI xhci_check_bandwidth called for root hub
    [ 0.528325] hub 4-0:1.0: USB hub found
    [ 0.528336] hub 4-0:1.0: 2 ports detected
    [ 0.777504] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 0.817457] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 0.818156] ata1.00: ATA-9: SAMSUNG MZ7PC128HAFU-000, CXM02K1Q, max UDMA/133
    [ 0.818173] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 0.818687] ata1.00: configured for UDMA/133
    [ 0.818930] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZ7PC128 CXM0 PQ: 0 ANSI: 5
    [ 0.901417] hub 1-1:1.0: USB hub found
    [ 0.901487] hub 1-1:1.0: 6 ports detected
    [ 1.007327] usb 3-1: new high-speed USB device number 2 using ehci-pci
    [ 1.131530] hub 3-1:1.0: USB hub found
    [ 1.131707] hub 3-1:1.0: 6 ports detected
    [ 1.137166] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.210698] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
    [ 1.263792] tsc: Refined TSC clocksource calibration: 1596.373 MHz
    [ 1.263808] Switching to clocksource tsc
    [ 1.456959] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.460046] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    [ 1.460135] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.460139] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.460170] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.461145] sda: sda1 sda2 sda3 sda4 < sda5 >
    [ 1.461569] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.668989] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.706891] usb 3-1.5: new full-speed USB device number 3 using ehci-pci
    [ 1.790244] systemd[1]: systemd 202 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 1.791051] systemd[1]: Set hostname to <530uarch>.
    [ 1.859141] systemd[1]: Cannot add dependency job for unit ntpd.service, ignoring: Unit ntpd.service failed to load: No such file or directory. See system logs and 'systemctl status ntpd.service' for details.
    [ 1.859155] systemd[1]: Cannot add dependency job for unit laptop-mode.service, ignoring: Unit laptop-mode.service failed to load: No such file or directory. See system logs and 'systemctl status laptop-mode.service' for details.
    [ 1.859170] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 1.859349] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 1.859395] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 1.859406] systemd[1]: Starting Remote File Systems.
    [ 1.859417] systemd[1]: Reached target Remote File Systems.
    [ 1.859425] systemd[1]: Expecting device sys-subsystem-net-devices-wlp1s0.device...
    [ 1.859434] systemd[1]: Starting Delayed Shutdown Socket.
    [ 1.859461] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 1.859468] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 1.859487] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 1.859494] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 1.859516] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 1.859524] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 1.859547] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 1.859558] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 1.859587] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 1.859595] systemd[1]: Starting Paths.
    [ 1.859603] systemd[1]: Reached target Paths.
    [ 1.859626] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 1.859714] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 1.859722] systemd[1]: Starting Encrypted Volumes.
    [ 1.859731] systemd[1]: Reached target Encrypted Volumes.
    [ 1.859784] systemd[1]: Starting udev Kernel Socket.
    [ 1.859803] systemd[1]: Listening on udev Kernel Socket.
    [ 1.859845] systemd[1]: Starting udev Control Socket.
    [ 1.859868] systemd[1]: Listening on udev Control Socket.
    [ 1.859877] systemd[1]: Starting Journal Socket.
    [ 1.859912] systemd[1]: Listening on Journal Socket.
    [ 1.859945] systemd[1]: Mounting Huge Pages File System...
    [ 1.893494] systemd[1]: Mounting POSIX Message Queue File System...
    [ 1.898344] systemd[1]: Started Load Kernel Modules.
    [ 1.898365] systemd[1]: Mounted FUSE Control File System.
    [ 1.899753] systemd[1]: Starting Apply Kernel Variables...
    [ 1.923663] systemd[1]: Mounting Configuration File System...
    [ 1.930086] systemd[1]: Starting udev Coldplug all Devices...
    [ 1.936854] systemd[1]: Starting Journal Service...
    [ 1.950121] systemd[1]: Started Journal Service.
    [ 1.950178] systemd[1]: Starting Setup Virtual Console...
    [ 1.960089] systemd[1]: Starting Create static device nodes in /dev...
    [ 1.967386] systemd[1]: Started Set Up Additional Binary Formats.
    [ 1.967414] systemd[1]: Mounting Debug File System...
    [ 1.976595] systemd[1]: Starting Swap.
    [ 1.976618] systemd[1]: Reached target Swap.
    [ 1.976647] systemd[1]: Mounting Temporary Directory...
    [ 2.023332] systemd[1]: Started File System Check on Root Device.
    [ 2.023347] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 2.060070] systemd[1]: Expecting device dev-disk-by\x2duuid-1166c42d\x2dd01a\x2d40bf\x2d8926\x2d2795b3f0b834.device...
    [ 2.060097] systemd[1]: Expecting device dev-disk-by\x2duuid-C332\x2d535C.device...
    [ 2.060597] systemd[1]: Mounted Huge Pages File System.
    [ 2.060732] systemd[1]: Mounted POSIX Message Queue File System.
    [ 2.062885] EXT4-fs (sda1): re-mounted. Opts: commit=15,data=ordered,discard
    [ 2.079953] systemd[1]: Started Apply Kernel Variables.
    [ 2.080081] systemd[1]: Mounted Configuration File System.
    [ 2.091845] systemd[1]: Started Setup Virtual Console.
    [ 2.093312] systemd[1]: Started Create static device nodes in /dev.
    [ 2.093419] systemd[1]: Mounted Debug File System.
    [ 2.093493] systemd[1]: Mounted Temporary Directory.
    [ 2.093753] systemd[1]: Started Remount Root and Kernel File Systems.
    [ 2.106639] systemd[1]: Started udev Coldplug all Devices.
    [ 2.106691] systemd[1]: Starting Load Random Seed...
    [ 2.113536] systemd[1]: Starting udev Kernel Device Manager...
    [ 2.119903] systemd[1]: Started Load Random Seed.
    [ 2.122479] systemd-udevd[142]: starting version 202
    [ 2.126885] systemd[1]: Started udev Kernel Device Manager.
    [ 2.126941] systemd[1]: Starting Local File Systems (Pre).
    [ 2.126955] systemd[1]: Reached target Local File Systems (Pre).
    [ 2.182697] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121018/utaddress-251)
    [ 2.182707] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.182713] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
    [ 2.182718] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.182720] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
    [ 2.182724] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.182726] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
    [ 2.182731] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.182733] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 2.183607] ACPI: AC Adapter [ADP1] (on-line)
    [ 2.184967] ACPI: Requesting acpi_cpufreq
    [ 2.187346] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
    [ 2.187393] ACPI: Lid Switch [LID0]
    [ 2.187480] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    [ 2.187487] ACPI: Power Button [PWRB]
    [ 2.190425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 2.190433] ACPI: Power Button [PWRF]
    [ 2.191578] mei 0000:00:16.0: setting latency timer to 64
    [ 2.191674] mei 0000:00:16.0: irq 46 for MSI/MSI-X
    [ 2.198369] [drm] Initialized drm 1.1.0 20060810
    [ 2.198487] ACPI Warning: 0x000000000000efa0-0x000000000000efbf SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20121018/utaddress-251)
    [ 2.198496] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.207287] ACPI: Battery Slot [BAT1] (battery present)
    [ 2.210635] ACPI: Fan [FAN0] (off)
    [ 2.210696] ACPI: Fan [FAN1] (off)
    [ 2.210754] ACPI: Fan [FAN2] (off)
    [ 2.210806] ACPI: Fan [FAN3] (off)
    [ 2.210877] ACPI: Fan [FAN4] (off)
    [ 2.211218] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
    [ 2.213278] thermal LNXTHERM:00: registered as thermal_zone0
    [ 2.213283] ACPI: Thermal Zone [TZ00] (61 C)
    [ 2.214137] thermal LNXTHERM:01: registered as thermal_zone1
    [ 2.214139] ACPI: Thermal Zone [TZ01] (30 C)
    [ 2.231486] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 2.231742] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x25
    [ 2.236625] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 2.236988] r8169 0000:02:00.0: irq 48 for MSI/MSI-X
    [ 2.237512] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xffffc90004ef8000, e8:03:9a:97:b5:a7, XID 0c900800 IRQ 48
    [ 2.237516] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 2.254854] cfg80211: Calling CRDA to update world regulatory domain
    [ 2.258073] samsung_laptop: detected SABI interface: SwSmi@
    [ 2.258077] samsung_laptop: Backlight controlled by ACPI video driver
    [ 2.271599] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 2.271604] Copyright(c) 2003-2012 Intel Corporation
    [ 2.272199] iwlwifi 0000:01:00.0: irq 49 for MSI/MSI-X
    [ 2.273865] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
    [ 2.274238] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 2.274354] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 2.276284] systemd[1]: Found device SAMSUNG_MZ7PC128HAFU-000.
    [ 2.276358] iwlwifi 0000:01:00.0: loaded firmware version 18.168.6.1
    [ 2.276360] systemd[1]: Starting File System Check on /dev/disk/by-uuid/1166c42d-d01a-40bf-8926-2795b3f0b834...
    [ 2.277330] [drm] Memory usable by graphics device = 2048M
    [ 2.277337] checking generic (e0000000 300000) vs hw (e0000000 10000000)
    [ 2.277340] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 2.277356] Console: switching to colour dummy device 80x25
    [ 2.277856] i915 0000:00:02.0: setting latency timer to 64
    [ 2.293728] iTCO_vendor_support: vendor-support=0
    [ 2.294474] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 2.295948] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
    [ 2.296080] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 2.296784] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 2.296789] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 2.296792] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 2.296794] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
    [ 2.296797] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_P2P disabled
    [ 2.296800] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
    [ 2.297034] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
    [ 2.309676] systemd[1]: Found device SAMSUNG_MZ7PC128HAFU-000.
    [ 2.309725] systemd[1]: Mounting /mnt/shard...
    [ 2.315045] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x25
    [ 2.326398] i915 0000:00:02.0: irq 50 for MSI/MSI-X
    [ 2.326694] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 2.326697] [drm] Driver supports precise vblank timestamp query.
    [ 2.326780] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 2.329470] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 2.335638] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x25
    [ 2.339306] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x25
    [ 2.339922] systemd[1]: Starting Sound Card.
    [ 2.339944] systemd[1]: Reached target Sound Card.
    [ 2.344210] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 2.353017] systemd-udevd[151]: renamed network interface eth0 to enp2s0
    [ 2.356365] systemd-udevd[152]: renamed network interface wlan0 to wlp1s0
    [ 2.359280] FAT-fs (sda3): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
    [ 2.403861] fbcon: inteldrmfb (fb0) is primary device
    [ 2.412172] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: commit=15,data=ordered,discard
    [ 2.523824] usb 3-1.5: USB disconnect, device number 3
    [ 2.608485] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
    [ 2.615267] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
    [ 2.885607] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
    [ 2.900591] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x17, 0x0c.
    [ 2.975438] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input8
    [ 3.013202] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
    [ 3.020042] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
    [ 3.252446] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
    [ 3.415660] Console: switching to colour frame buffer device 170x48
    [ 3.424244] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 3.424247] i915 0000:00:02.0: registered panic notifier
    [ 3.436609] acpi device:32: registered as cooling_device9
    [ 3.436968] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 3.437019] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
    [ 3.437169] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 3.496648] Non-volatile memory driver v1.3
    [ 3.963276] Bluetooth: Core ver 2.16
    [ 3.963296] NET: Registered protocol family 31
    [ 3.963298] Bluetooth: HCI device and connection manager initialized
    [ 3.963305] Bluetooth: HCI socket layer initialized
    [ 3.963307] Bluetooth: L2CAP socket layer initialized
    [ 3.963313] Bluetooth: SCO socket layer initialized
    [ 3.964708] usbcore: registered new interface driver btusb
    [ 4.338375] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 4.468607] media: Linux media interface: v0.10
    [ 4.471891] Linux video capture interface: v2.00
    [ 4.518478] uvcvideo: Found UVC 1.00 device WebCam SC-13HDL11431N (2232:1018)
    [ 4.537926] input: WebCam SC-13HDL11431N as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10
    [ 4.538078] usbcore: registered new interface driver uvcvideo
    [ 4.538083] USB Video Class driver (1.1.1)
    [ 6.473768] wlp1s0: authenticate with 00:24:8c:eb:ff:66
    [ 6.480100] wlp1s0: send auth to 00:24:8c:eb:ff:66 (try 1/3)
    [ 6.482750] wlp1s0: authenticated
    [ 6.483074] iwlwifi 0000:01:00.0 wlp1s0: disabling HT as WMM/QoS is not supported by the AP
    [ 6.483084] iwlwifi 0000:01:00.0 wlp1s0: disabling VHT as WMM/QoS is not supported by the AP
    [ 6.483367] wlp1s0: associate with 00:24:8c:eb:ff:66 (try 1/3)
    [ 6.486701] wlp1s0: RX AssocResp from 00:24:8c:eb:ff:66 (capab=0x431 status=0 aid=2)
    [ 6.496708] wlp1s0: associated
    [ 6.496833] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
    [ 6.534112] wlp1s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 00:24:8c:eb:ff:66
    [ 776.460690] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 776.473529] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    [ 969.874854] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 969.887746] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    [ 1061.757868] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 1061.790334] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    [ 1346.112078] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 1346.143576] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    [ 2241.768058] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 2241.780927] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    [ 2341.444767] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 2341.479230] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    cat /etc/asound.conf (which was working)
    defaults.pcm.card 0
    defaults.pcm.device 0
    defaults.ctl.card 0
    Trying to play a file:
    mplayer Music/Arctic\ Monkeys/Favourite\ Most\ Nightmare/02-arctic_monkeys-teddy_picker-mst.mp3
    MPlayer2 UNKNOWN (C) 2000-2012 MPlayer Team
    [ass] FcFreeTypeQueryFace failed
    Cannot open file '/home/dan/.mplayer/input.conf': No such file or directory
    Failed to open /home/dan/.mplayer/input.conf.
    Can't open joystick device /dev/input/js0: No such file or directory
    Can't init input joystick
    Playing Music/Arctic Monkeys/Favourite Most Nightmare/02-arctic_monkeys-teddy_picker-mst.mp3.
    Detected file format: MP2/3 (MPEG audio layer 2/3) (libavformat)
    [mp3 @ 0x7f7b7e07d760]max_analyze_duration 5000000 reached at 5015510 microseconds
    [lavf] stream 0: audio (mp3), -aid 0
    Clip info:
    title: teddy picker
    artist: Arctic Monkeys
    album: Favourite Worst Nightmare
    track: 2
    language: German
    genre: Rock
    encoded_by: LAME 3.97
    date: 2007
    Load subtitles in Music/Arctic Monkeys/Favourite Most Nightmare/
    Selected audio codec: MPEG 1.0/2.0/2.5 layers I, II, III [mpg123]
    AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
    AO: [pulse] Init failed: Connection refused
    AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
    Video: no video
    Starting playback...
    A: 1.9 (01.8) of 163.2 (02:43.1) 1.6%
    aplay -D plughw:0,0 /usr/share/sounds/alsa/Front_Center.wav
    Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
    speaker-test -c 2
    speaker-test 1.0.27
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 2 channels
    Using 16 octaves of pink noise
    Rate set to 48000Hz (requested 48000Hz)
    Buffer size range from 2048 to 16384
    Period size range from 1024 to 1024
    Using max buffer size 16384
    Periods = 4
    was set period_size = 1024
    was set buffer_size = 16384
    0 - Front Left
    1 - Front Right
    Time per period = 5.651455
    Last edited by Kotrfa (2013-04-23 15:32:42)

    Same for me after system upgrade on 2013-05-01:
    pacmatic -Syu
    Since then, no Audio output via HDMI anymore. Mainboard is Intel DH67BL.
    Before upgrade, it worked. Audio via normal audio connector also still works.
    $ aplay -D plughw:0,3 /usr/share/sounds/alsa/Front_Center.wav
    Wiedergabe: WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, mono
    But on the connected (via HDMI) TV is nothing to hear. Video on TV via HDMI works. Checked also alsamixer volume setting.
    With this, I hear the sound on the speakers connected with the Mainboard:
    $ aplay /usr/share/sounds/alsa/Front_Center.wav
    Wiedergabe: WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, mono
    $ aplay -l
    **** Liste der Hardware-Geräte (PLAYBACK) ****
    Karte 0: PCH [HDA Intel PCH], Gerät 0: ALC892 Analog [ALC892 Analog]
    Sub-Geräte: 1/1
    Sub-Gerät #0: subdevice #0
    Karte 0: PCH [HDA Intel PCH], Gerät 1: ALC892 Digital [ALC892 Digital]
    Sub-Geräte: 1/1
    Sub-Gerät #0: subdevice #0
    Karte 0: PCH [HDA Intel PCH], Gerät 3: HDMI 0 [HDMI 0]
    Sub-Geräte: 1/1
    Sub-Gerät #0: subdevice #0
    $ lsmod | grep snd
    snd_hda_codec_hdmi 24877 1
    snd_hda_codec_realtek 53315 1
    snd_hda_intel 28850 1
    snd_hda_codec 87310 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 4746 1 snd_hda_codec
    snd_pcm 62851 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 6038 2 snd_pcm,snd_hda_intel
    snd_timer 14846 1 snd_pcm
    snd 44486 9 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 4386 1 snd
    $ cat /proc/asound/modules
    0 snd_hda_intel
    I've read this, but did not help:
    https://wiki.archlinux.org/index.php/Ta … chitecture
    Here the list of upgraded packages:
    grep 2013-05-01.*pgraded /var/log/pacman.log
    http://pastebin.com/vXjp3Bw4
    I also downgraded to the kernel version before upgrade:
    pacman -U /var/cache/pacman/pkg/linux-3.7.4-1-i686.pkg.tar.xz
    But that did not solve the problem. Also using linux-lts kernel did not help.
    I have posted this also on the german Arch Linux board:
    https://bbs.archlinux.de/viewtopic.php?id=23955
    Last edited by 1970 (2013-05-06 05:23:59)

  • I downloaded Office for Mac 2011, and almost immediately my Yahoo email stopped working, most images were disabled throughout my internet sites, and my bank site reported that I was using a "new computer," which is not true. How can I get my email to work

    I have an iMac version 10.6.8/2.66 GHz Intel Processor and 4 GB memory, with Safari 5.1.10. I had used Office for Mac 2008 but had to upgrade for work. The download (from Amazon) went swiftly, but when I started Word, it did not function too well. Then about an hour later I noticed that my Yahoo email site stopped working, it lost all images and the text just jumbled up on the left side of the screen. No amount of emptying caches or resets/quits/restarts did anything. I called the Internet support, and they just said it was my iMac that had the problem. I have been reduced to using MacMail as my email, but this is tenuous, as my Yahoo account keeps holding things up and constantly asking me for my password (and sometimes it does not accept it). How can I get my computer back?

    The path may be long and tedious, grasshopper.
    Actually, the download of Office 2011 for Mac probably was not legal and may have contained bugs or other things meant to make it unstable, or invite a host of issues. The usual path would be Office 2011 for Mac on DVD so you could reinstall it and add the extras from the disc as needed; or fix the installation later on. The updates for security were downloads from Microsoft servers. You'd need a legitmate version with pass code.
    Options for Mac and office-like application suites include Libre Office, NeoOffice, and these run free. The latter supports up to Mavericks. 10.9.1 now. They have a word, excel, and other parts a lot like the real office.
    If you have a working clone of the system prior to installing the Office 2011 for Mac download and any subsequent and perhaps unseen extras, you could revert to it simply by restarting the computer from the clone, where it resides in externally enclosed self-powered hard disk drive, of a type known to support OS X clones... With ports to help work with most modern Macs. FireWire + USB. Then, clone it back w/ carbon copy cloner.
    Short of that, perhaps someone will see your post and offer some indepth method of hunting down bugs via use of Console logs; and maybe booting into Terminal utility to use unix code. It can be rather involved. Maybe Linc Davis will offer some detailed reply that will invite you to read carefully and try it.
    I've given up using computers long ago.
    A pet raven has been taught to write this.
    Good luck & happy computing!

  • Headphone output stopped working (snd-hda, Dell XPS 13)

    Update: I got it working! See my second post; I will leave this here as a reference for those with the same problem.
    My headphone output stopped working, and my integrated microphone also stopped working. The speakers work fine, though.
    AFAIK, I didn't do anything, and am quite baffled as to why this is. It's worked fine for half a year.
    I have a Dell XPS 13; it came installed with Ubuntu, I booted that, where it *does* work (just to eliminate hardware problems).
    I'm running 3.16.4-1; I also downgraded to 3.16.3, which didn't help.
    I'm testing with speaker-test and mplayer -ao alsa; I normally use PulseAudio, but eliminating that for testing seemed like a sane thing to do. It doesn't work either way.
    I also downloaded the hda_analyzer, that has a lot of options, but I'm not sure what most of them mean...
    The closest I've been able to get at the problem is this:
    [~]% alsactl monitor
    card 0, #17 (0,0,0,Headphone Mic Jack,0) VALUE
    card 0, #17 (0,0,0,Headphone Mic Jack,0) VALUE
    This is an insert & remove of my headphone jack; ALSA does detect something it seems. It's listed as "Headphone Mic Jack", is this right?
    Any hints would be greatly appreciated!
    More info:
    [~]% cat /etc/modprobe.d/alsa-base.conf
    options snd-hda-intel enable=0,1
    options snd-hda-intel model=dell-headset-multi,dell-headset-multi
    This is required to get this to work in the first place, and always has worked; I tried some other options, to no avail. the enable=0,1 is to disable the HDMI output (disabling this has no effect either).
    $ cat /sys/module/snd_hda_intel/parameters/model
    dell-headset-multi,dell-headset-multi,(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null), +(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    To verify these options are actually being used
    $ id -Gn
    martin wheel video audio vboxusers nfs
    I'm in the audio group, not sure if this is required, but can't hurt.
    [~]# cat /etc/asound.conf
    # Use PulseAudio by default
    pcm.!default {
    type pulse
    fallback "sysdefault"
    hint {
    show on
    description "Default ALSA Output (currently PulseAudio Sound Server)"
    ctl.!default {
    type pulse
    fallback "sysdefault"
    # vim:set ft=alsaconf:
    Nothing special ... pulseaudio is more or less mandatory these days. ~/.asoundrc doesn't exist.
    Some misc. info:
    $ grep Codec /proc/asound/card*/codec*
    Codec: Realtek ALC3661
    [~]% lsmod | grep ^snd
    snd_usb_audio 135316 0
    snd_usbmidi_lib 27484 1 snd_usb_audio
    snd_rawmidi 26806 1 snd_usbmidi_lib
    snd_seq_device 13132 1 snd_rawmidi
    snd_hda_codec_realtek 67127 1
    snd_hda_codec_generic 63126 1 snd_hda_codec_realtek
    snd_hda_intel 26327 3
    snd_hda_controller 26727 1 snd_hda_intel
    snd_hda_codec 108552 4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep 17244 2 snd_usb_audio,snd_hda_codec
    snd_pcm 88487 4 snd_usb_audio,snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd_timer 26614 1 snd_pcm
    snd 73436 17 snd_hda_codec_realtek,snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_rawmidi,snd_hda_codec_generic,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
    $ lspci -vv
    00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
    Subsystem: Dell Device 060a
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 11
    Region 0: Memory at f0510000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel modules: snd_hda_intel
    00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
    Subsystem: Dell Device 060a
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 59
    Region 0: Memory at f0514000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    $ dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.4-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7259ebb8-c940-4659-a99c-66226a58659c rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c2879fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c287a000-0x00000000dceeefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dceef000-0x00000000dcf9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000dcf9f000-0x00000000dcffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000dcfff000-0x00000000df9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff980000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021f5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Dell Inc. XPS13 9333/0GFTRT, BIOS A02 12/11/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x21f600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: write-back
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 00E0000000 mask 7FE0000000 uncachable
    [ 0.000000] 1 base 00DE000000 mask 7FFE000000 uncachable
    [ 0.000000] 2 base 00DD000000 mask 7FFF000000 uncachable
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xc287a max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000f0100-0x000f010f] mapped at [ffff8800000f0100]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
    [ 0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
    [ 0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x21f400000-0x21f5fffff]
    [ 0.000000] [mem 0x21f400000-0x21f5fffff] page 2M
    [ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21f3fffff]
    [ 0.000000] [mem 0x21c000000-0x21f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff]
    [ 0.000000] [mem 0x200000000-0x21bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xc2879fff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0xbfffffff] page 1G
    [ 0.000000] [mem 0xc0000000-0xc27fffff] page 2M
    [ 0.000000] [mem 0xc2800000-0xc2879fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x3796a000-0x37cacfff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000F0120 000024 (v02 DELL )
    [ 0.000000] ACPI: XSDT 0x00000000DCFFE170 0000BC (v01 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: FACP 0x00000000DCFFB000 00010C (v05 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: DSDT 0x00000000DCFE6000 010557 (v02 DELL HSW-LPT 00000000 INTL 20120711)
    [ 0.000000] ACPI: FACS 0x00000000DCF9C000 000040
    [ 0.000000] ACPI: ASF! 0x00000000DCFFD000 0000A5 (v32 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: HPET 0x00000000DCFFA000 000038 (v01 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: LPIT 0x00000000DCFF9000 000094 (v01 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: APIC 0x00000000DCFF8000 000098 (v01 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: MCFG 0x00000000DCFF7000 00003C (v01 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: SSDT 0x00000000DCFE5000 000228 (v01 DELL sensrhub 00000000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000DCFE2000 002028 (v01 DELL PtidDevc 00001000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000DCFE1000 000539 (v01 DELL Cpu0Ist 00003000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000DCFE0000 000AD8 (v01 DELL CpuPm 00003000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000DCFDC000 003641 (v01 DELL SaSsdt 00003000 INTL 20120711)
    [ 0.000000] ACPI: UEFI 0x00000000DCFDB000 000042 (v01 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: POAT 0x00000000DCF77000 000055 (v03 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: BATB 0x00000000DCFDA000 000046 (v01 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: FPDT 0x00000000DCFD9000 000064 (v01 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: SLIC 0x00000000DCFD8000 000176 (v01 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: UEFI 0x00000000DCFD7000 0002A6 (v01 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: SSDT 0x00000000DCFD6000 0005C1 (v01 DELL IsctTabl 00001000 INTL 20120711)
    [ 0.000000] ACPI: CSRT 0x00000000DCFD4000 0000C4 (v01 DELL QA09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021f5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21f5fffff]
    [ 0.000000] NODE_DATA [mem 0x21f5f9000-0x21f5fdfff]
    [ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880217200000-ffff88021ebfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x21f5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0xc2879fff]
    [ 0.000000] node 0: [mem 0x100000000-0x21f5fffff]
    [ 0.000000] On node 0 totalpages: 1973782
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12386 pages used for memmap
    [ 0.000000] DMA32 zone: 792698 pages, LIFO batch:31
    [ 0.000000] Normal zone: 18392 pages used for memmap
    [ 0.000000] Normal zone: 1177088 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0xdda00000-0xdf9fffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 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: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
    [ 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] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 56
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc287a000-0xdceeefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdceef000-0xdcf9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdcf9f000-0xdcffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdcfff000-0xdf9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfe100fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfe113000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff97ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff980000-0xffffffff]
    [ 0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88021f200000 s86784 r8192 d23808 u262144
    [ 0.000000] pcpu-alloc: s86784 r8192 d23808 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1942919
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7259ebb8-c940-4659-a99c-66226a58659c rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 7688084K/7895128K available (5336K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 207044K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:1016 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 31981568 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2394.295 MHz processor
    [ 0.000039] Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.11 BogoMIPS (lpj=7980983)
    [ 0.000042] pid_max: default: 32768 minimum: 301
    [ 0.000050] ACPI: Core revision 20140424
    [ 0.020000] ACPI: All ACPI Tables successfully acquired
    [ 0.020260] Security Framework initialized
    [ 0.020267] Yama: becoming mindful.
    [ 0.020937] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.022978] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.023836] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.023849] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.024116] Initializing cgroup subsys memory
    [ 0.024140] Initializing cgroup subsys devices
    [ 0.024147] Initializing cgroup subsys freezer
    [ 0.024150] Initializing cgroup subsys net_cls
    [ 0.024155] Initializing cgroup subsys blkio
    [ 0.024183] CPU: Physical Processor ID: 0
    [ 0.024184] CPU: Processor Core ID: 0
    [ 0.024189] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.025376] mce: CPU supports 7 MCE banks
    [ 0.025391] CPU0: Thermal monitoring enabled (TM1)
    [ 0.025404] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    tlb_flushall_shift: 6
    [ 0.025524] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    [ 0.026475] ftrace: allocating 20445 entries in 80 pages
    [ 0.038058] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.071090] smpboot: CPU0: Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz (fam: 06, model: 45, stepping: 01)
    [ 0.071098] TSC deadline timer enabled
    [ 0.071124] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.071149] ... version: 3
    [ 0.071150] ... bit width: 48
    [ 0.071151] ... generic registers: 4
    [ 0.071152] ... value mask: 0000ffffffffffff
    [ 0.071154] ... max period: 0000ffffffffffff
    [ 0.071155] ... fixed-purpose events: 3
    [ 0.071156] ... event mask: 000000070000000f
    [ 0.097907] x86: Booting SMP configuration:
    [ 0.097909] .... node #0, CPUs: #1
    [ 0.112630] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.119293] #2 #3
    [ 0.154938] x86: Booted up 1 node, 4 CPUs
    [ 0.154942] smpboot: Total of 4 processors activated (19162.45 BogoMIPS)
    [ 0.160676] devtmpfs: initialized
    [ 0.163608] PM: Registering ACPI NVS region [mem 0xdceef000-0xdcf9efff] (720896 bytes)
    [ 0.164642] pinctrl core: initialized pinctrl subsystem
    [ 0.164688] RTC time: 22:42:27, date: 10/21/14
    [ 0.164750] NET: Registered protocol family 16
    [ 0.164884] cpuidle: using governor ladder
    [ 0.164887] cpuidle: using governor menu
    [ 0.164916] ACPI: bus type PCI registered
    [ 0.164918] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.165012] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.165014] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.165118] PCI: Using configuration type 1 for base access
    [ 0.165125] dmi type 0xB1 record - unknown flag
    [ 0.177572] ACPI: Added _OSI(Module Device)
    [ 0.177575] ACPI: Added _OSI(Processor Device)
    [ 0.177577] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.177578] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.183007] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.194850] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.207326] ACPI: Dynamic OEM Table Load:
    [ 0.207339] ACPI: SSDT 0xFFFF880213EE7000 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
    [ 0.220827] ACPI: Dynamic OEM Table Load:
    [ 0.220838] ACPI: SSDT 0xFFFF880213F81000 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
    [ 0.237345] ACPI: Dynamic OEM Table Load:
    [ 0.237354] ACPI: SSDT 0xFFFF880213F56200 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
    [ 0.255255] ACPI: Interpreter enabled
    [ 0.255267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    [ 0.255275] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    [ 0.255298] ACPI: (supports S0 S3 S4 S5)
    [ 0.255300] ACPI: Using IOAPIC for interrupt routing
    [ 0.255336] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.268419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.268426] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.268573] \_SB_.PCI0:_OSC invalid UUID
    [ 0.268575] _OSC request data:1 1f 0
    [ 0.268579] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.269580] PCI host bridge to bus 0000:00
    [ 0.269584] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.269586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.269588] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.269590] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.269592] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
    [ 0.269601] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
    [ 0.269803] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
    [ 0.269817] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
    [ 0.269826] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.269831] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
    [ 0.270019] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
    [ 0.270029] pci 0000:00:03.0: reg 0x10: [mem 0xf0510000-0xf0513fff 64bit]
    [ 0.270244] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
    [ 0.270263] pci 0000:00:14.0: reg 0x10: [mem 0xf0500000-0xf050ffff 64bit]
    [ 0.270324] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.270459] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.270505] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
    [ 0.270526] pci 0000:00:16.0: reg 0x10: [mem 0xf0519000-0xf051901f 64bit]
    [ 0.270598] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.270790] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
    [ 0.270806] pci 0000:00:1b.0: reg 0x10: [mem 0xf0514000-0xf0517fff 64bit]
    [ 0.270876] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.271011] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.271060] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
    [ 0.271140] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.271279] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.271327] pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400
    [ 0.271410] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.271549] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.271602] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
    [ 0.271624] pci 0000:00:1d.0: reg 0x10: [mem 0xf051d000-0xf051d3ff]
    [ 0.271716] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.271867] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.271914] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
    [ 0.272193] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
    [ 0.272209] pci 0000:00:1f.2: reg 0x10: [io 0x3088-0x308f]
    [ 0.272217] pci 0000:00:1f.2: reg 0x14: [io 0x3094-0x3097]
    [ 0.272225] pci 0000:00:1f.2: reg 0x18: [io 0x3080-0x3087]
    [ 0.272232] pci 0000:00:1f.2: reg 0x1c: [io 0x3090-0x3093]
    [ 0.272240] pci 0000:00:1f.2: reg 0x20: [io 0x3060-0x307f]
    [ 0.272247] pci 0000:00:1f.2: reg 0x24: [mem 0xf051c000-0xf051c7ff]
    [ 0.272285] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.272451] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
    [ 0.272466] pci 0000:00:1f.3: reg 0x10: [mem 0xf0518000-0xf05180ff 64bit]
    [ 0.272486] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    [ 0.272737] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.272853] pci 0000:02:00.0: [8086:08b1] type 00 class 0x028000
    [ 0.272899] pci 0000:02:00.0: reg 0x10: [mem 0xf0400000-0xf0401fff 64bit]
    [ 0.273097] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 0.273145] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 0.277341] pci 0000:00:1c.2: PCI bridge to [bus 02]
    [ 0.277347] pci 0000:00:1c.2: bridge window [mem 0xf0400000-0xf04fffff]
    [ 0.294607] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 0.294666] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.294723] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *7
    [ 0.294778] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 0.294832] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.294886] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.294940] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 0.294995] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 0.295346] ACPI: Enabled 5 GPEs in block 00 to 7F
    [ 0.295416] ACPI : EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    [ 0.295555] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.295559] vgaarb: loaded
    [ 0.295560] vgaarb: bridge control possible 0000:00:02.0
    [ 0.295603] PCI: Using ACPI for IRQ routing
    [ 0.297024] PCI: pci_cache_line_size set to 64 bytes
    [ 0.297085] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
    [ 0.297087] e820: reserve RAM buffer [mem 0xc287a000-0xc3ffffff]
    [ 0.297088] e820: reserve RAM buffer [mem 0x21f600000-0x21fffffff]
    [ 0.297209] NetLabel: Initializing
    [ 0.297211] NetLabel: domain hash size = 128
    [ 0.297212] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.297225] NetLabel: unlabeled traffic allowed by default
    [ 0.297250] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.297256] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.299294] Switched to clocksource hpet
    [ 0.305097] pnp: PnP ACPI init
    [ 0.305113] ACPI: bus type PNP registered
    [ 0.305253] system 00:00: [io 0x0680-0x069f] has been reserved
    [ 0.305256] system 00:00: [io 0xffff] has been reserved
    [ 0.305259] system 00:00: [io 0xffff] has been reserved
    [ 0.305262] system 00:00: [io 0xffff] has been reserved
    [ 0.305265] system 00:00: [io 0x1800-0x18fe] could not be reserved
    [ 0.305267] system 00:00: [io 0x164e-0x164f] has been reserved
    [ 0.305270] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.305325] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.305378] system 00:02: [io 0x1854-0x1857] has been reserved
    [ 0.305381] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.305426] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.305459] pnp 00:04: Plug and Play ACPI device, IDs SYN0608 PNP0f03 (active)
    [ 0.305612] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.305614] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.305617] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.305619] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.305621] system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.305623] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.305625] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.305627] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.305630] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.305632] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.305634] system 00:05: [mem 0xdfa10000-0xdfa1ffff] has been reserved
    [ 0.305637] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.305958] system 00:06: [mem 0xfe102000-0xfe102fff] has been reserved
    [ 0.305961] system 00:06: [mem 0xfe104000-0xfe104fff] has been reserved
    [ 0.305971] system 00:06: [mem 0xfe106000-0xfe106fff] has been reserved
    [ 0.305974] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.306696] pnp: PnP ACPI: found 7 devices
    [ 0.306698] ACPI: bus type PNP unregistered
    [ 0.313588] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.313602] pci 0000:00:1c.2: PCI bridge to [bus 02]
    [ 0.313608] pci 0000:00:1c.2: bridge window [mem 0xf0400000-0xf04fffff]
    [ 0.313617] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.313620] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.313622] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.313624] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfeafffff]
    [ 0.313626] pci_bus 0000:02: resource 1 [mem 0xf0400000-0xf04fffff]
    [ 0.313661] NET: Registered protocol family 2
    [ 0.313895] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.314065] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.314196] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.314216] TCP: reno registered
    [ 0.314229] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.314260] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.314329] NET: Registered protocol family 1
    [ 0.314345] pci 0000:00:02.0: Boot video device
    [ 0.314427] pci 0000:00:14.0: can't derive routing for PCI INT A
    [ 0.314429] pci 0000:00:14.0: PCI INT A: no GSI
    [ 0.314520] pci 0000:00:14.0: can't derive routing for PCI INT A
    [ 0.314702] PCI: CLS 64 bytes, default 64
    [ 0.314746] Unpacking initramfs...
    [ 0.389760] Freeing initrd memory: 3340K (ffff88003796a000 - ffff880037cad000)
    [ 0.389768] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.389771] software IO TLB [mem 0xbe87a000-0xc287a000] (64MB) mapped at [ffff8800be87a000-ffff8800c2879fff]
    [ 0.389991] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
    [ 0.390043] Scanning for low memory corruption every 60 seconds
    [ 0.390383] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [ 0.390776] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.392315] zbud: loaded
    [ 0.392526] VFS: Disk quotas dquot_6.5.2
    [ 0.392564] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.392709] msgmni has been set to 15022
    [ 0.392776] Key type big_key registered
    [ 0.392952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.393009] io scheduler noop registered
    [ 0.393014] io scheduler deadline registered
    [ 0.393072] io scheduler cfq registered (default)
    [ 0.393422] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.393440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.393482] intel_idle: MWAIT substates: 0x11142120
    [ 0.393484] intel_idle: v0.4 model 0x45
    [ 0.393485] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.393772] GHES: HEST is not enabled!
    [ 0.393860] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.394367] Linux agpgart interface v0.103
    [ 0.394421] rtc_cmos 00:01: RTC can wake from S4
    [ 0.394566] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    [ 0.394596] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.394611] Intel P-state driver initializing.
    [ 0.394625] Intel pstate controlling: cpu 0
    [ 0.394647] Intel pstate controlling: cpu 1
    [ 0.394663] Intel pstate controlling: cpu 2
    [ 0.394684] Intel pstate controlling: cpu 3
    [ 0.394756] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.395139] TCP: cubic registered
    [ 0.395367] NET: Registered protocol family 10
    [ 0.395811] NET: Registered protocol family 17
    [ 0.396487] registered taskstats version 1
    [ 0.397305] Magic number: 2:622:755
    [ 0.397469] rtc_cmos 00:01: setting system clock to 2014-10-21 22:42:27 UTC (1413931347)
    [ 0.397659] PM: Hibernation image not present or could not be loaded.
    [ 0.399550] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
    [ 0.399554] Write protecting the kernel read-only data: 8192k
    [ 0.403618] Freeing unused kernel memory: 796K (ffff880001539000 - ffff880001600000)
    [ 0.404603] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
    [ 0.411279] random: systemd-tmpfile urandom read with 4 bits of entropy available
    [ 0.412549] systemd-udevd[57]: starting version 216
    [ 0.429661] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.430313] sdhci: Secure Digital Host Controller Interface driver
    [ 0.430315] sdhci: Copyright(c) Pierre Ossman
    [ 0.435942] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.436007] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.441502] ACPI: bus type USB registered
    [ 0.441544] usbcore: registered new interface driver usbfs
    [ 0.441562] usbcore: registered new interface driver hub
    [ 0.441712] usbcore: registered new device driver usb
    [ 0.442370] SCSI subsystem initialized
    [ 0.442606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.442897] ehci-pci: EHCI PCI platform driver
    [ 0.443091] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.443106] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
    [ 0.443121] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.444256] libata version 3.00 loaded.
    [ 0.447021] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.447046] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf051d000
    [ 0.456197] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.456468] hub 1-0:1.0: USB hub found
    [ 0.456636] hub 1-0:1.0: 2 ports detected
    [ 0.456998] xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A
    [ 0.457003] xhci_hcd 0000:00:14.0: PCI INT A: no GSI
    [ 0.457028] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.457038] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 0.457132] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.457158] xhci_hcd 0000:00:14.0: irq 56 for MSI/MSI-X
    [ 0.457437] hub 2-0:1.0: USB hub found
    [ 0.457454] hub 2-0:1.0: 9 ports detected
    [ 0.460686] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.460692] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 0.460861] hub 3-0:1.0: USB hub found
    [ 0.460871] hub 3-0:1.0: 4 ports detected
    [ 0.461773] ahci 0000:00:1f.2: version 3.0
    [ 0.461915] ahci 0000:00:1f.2: irq 57 for MSI/MSI-X
    [ 0.471676] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.472802] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x4 impl SATA mode
    [ 0.472807] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
    [ 0.473307] scsi0 : ahci
    [ 0.473445] scsi1 : ahci
    [ 0.473555] scsi2 : ahci
    [ 0.473668] scsi3 : ahci
    [ 0.473715] ata1: DUMMY
    [ 0.473717] ata2: DUMMY
    [ 0.473719] ata3: SATA max UDMA/133 abar m2048@0xf051c000 port 0xf051c200 irq 57
    [ 0.473721] ata4: DUMMY
    [ 0.763125] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 0.793107] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 0.793458] ata3.00: ATA-8: LITEONIT LMT-256M6M mSATA 256GB, DM8110F, max UDMA/133
    [ 0.793461] ata3.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    [ 0.794069] ata3.00: configured for UDMA/133
    [ 0.794234] scsi 2:0:0:0: Direct-Access ATA LITEONIT LMT-256 10F PQ: 0 ANSI: 5
    [ 0.798767] sd 2:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    [ 0.798902] sd 2:0:0:0: [sda] Write Protect is off
    [ 0.798906] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 0.798943] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 0.799393] sda: sda3 sda4
    [ 0.799749] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 0.841216] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 0.887143] hub 1-1:1.0: USB hub found
    [ 0.887202] hub 1-1:1.0: 8 ports detected
    [ 0.946321] systemd[1]: Cannot add dependency job for unit nfs-server.target, ignoring: Unit nfs-server.target failed to load: No such file or directory.
    [ 0.946348] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 0.960139] EXT4-fs (sda4): re-mounted. Opts: data=ordered,discard
    [ 0.981520] FS-Cache: Loaded
    [ 0.992070] RPC: Registered named UNIX socket transport module.
    [ 0.992075] RPC: Registered udp transport module.
    [ 0.992077] RPC: Registered tcp transport module.
    [ 0.992079] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 1.004660] FS-Cache: Netfs 'nfs' registered for caching
    [ 1.007058] Netfilter messages via NETLINK v0.30.
    [ 1.008839] nf_tables: (c) 2007-2009 Patrick McHardy <[email protected]>
    [ 1.023856] vboxdrv: Found 4 processor cores.
    [ 1.024080] vboxdrv: fAsync=0 offMin=0x2c2 offMax=0x31e0
    [ 1.024169] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 1.024172] vboxdrv: Successfully loaded version 4.3.18_OSE (interface 0x001a0008).
    [ 1.046603] usb 2-3: new full-speed USB device number 2 using xhci_hcd
    [ 1.322293] systemd-udevd[170]: starting version 216
    [ 1.380209] usb 2-5: new high-speed USB device number 3 using xhci_hcd
    [ 1.393592] tsc: Refined TSC clocksource calibration: 2394.460 MHz
    [ 1.439202] systemd-journald[135]: Received request to flush runtime journal from PID 1
    [ 1.471000] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.476250] systemd-journald[135]: File /var/log/journal/88482a6e208046b4ab2b978eaa052ecd/system.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 1.510556] thermal LNXTHERM:00: registered as thermal_zone0
    [ 1.510560] ACPI: Thermal Zone [TZ00] (28 C)
    [ 1.510856] thermal LNXTHERM:01: registered as thermal_zone1
    [ 1.510860] ACPI: Thermal Zone [TZ01] (30 C)
    [ 1.516235] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 1.526161] ACPI Warning: SystemIO range 0x000000000000efa0-0x000000000000efbf conflicts with OpRegion 0x000000000000efa0-0x000000000000efaf (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
    [ 1.526172] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.545038] mei_me 0000:00:16.0: irq 58 for MSI/MSI-X
    [ 1.552395] cfg80211: Calling CRDA to update world regulatory domain
    [ 1.576090] [drm] Initialized drm 1.1.0 20060810
    [ 1.580291] random: nonblocking pool is initialized
    [ 1.596486] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 1.596490] Copyright(c) 2003- 2014 Intel Corporation
    [ 1.596517] snd_hda_intel: probe of 0000:00:03.0 failed with error -2
    [ 1.596724] snd_hda_intel 0000:00:1b.0: irq 59 for MSI/MSI-X
    [ 1.597671] iwlwifi 0000:02:00.0: irq 60 for MSI/MSI-X
    [ 1.606282] iwlwifi 0000:02:00.0: loaded firmware version 23.214.9.0 op_mode iwlmvm
    [ 1.622623] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
    [ 1.622630] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 1.622633] sound hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
    [ 1.622636] sound hdaudioC0D0: mono: mono_out=0x0
    [ 1.622639] sound hdaudioC0D0: inputs:
    [ 1.622643] sound hdaudioC0D0: Headphone Mic=0x19
    [ 1.622646] sound hdaudioC0D0: Headset Mic=0x1b
    [ 1.622649] sound hdaudioC0D0: Internal Mic=0x12
    [ 1.627117] ACPI: AC Adapter [ADP0] (off-line)
    [ 1.628753] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
    [ 1.628924] ACPI: Power Button [PWRB]
    [ 1.629010] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
    [ 1.630785] ACPI: Lid Switch [LID0]
    [ 1.630887] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    [ 1.631327] ACPI: Power Button [PWRF]
    [ 1.633943] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input3
    [ 1.634197] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 1.635366] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x16
    [ 1.635406] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x16
    [ 1.635428] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x16
    [ 1.635449] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x16
    [ 1.635520] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 1.639579] ACPI: Battery Slot [BAT0] (battery present)
    [ 1.640267] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
    [ 1.640997] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 1.641000] wmi: Mapper loaded
    [ 1.641249] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 1.644274] AVX2 version of gcm_enc/dec engaged.
    [ 1.662640] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 1.707814] iTCO_vendor_support: vendor-support=0
    [ 1.709016] [drm] Memory usable by graphics device = 2048M
    [ 1.709022] [drm] Replacing VGA console driver
    [ 1.710234] Console: switching to colour dummy device 80x25
    [ 1.710749] hid-rmi 0018:06CB:2734.0001: Scanning PDT...
    [ 1.711895] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 1.711954] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
    [ 1.712089] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 1.713279] hid-rmi 0018:06CB:2734.0001: Found F34 on page 0x00
    [ 1.715870] hid-rmi 0018:06CB:2734.0001: Found F01 on page 0x00
    [ 1.718203] hid-rmi 0018:06CB:2734.0001: Found F11 on page 0x00
    [ 1.724578] hid-rmi 0018:06CB:2734.0001: Found F54 on page 0x01
    [ 1.727275] hid-rmi 0018:06CB:2734.0001: Found F30 on page 0x01
    [ 1.730545] i915 0000:00:02.0: irq 61 for MSI/MSI-X
    [ 1.730561] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 1.730563] [drm] Driver supports precise vblank timestamp query.
    [ 1.730596] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.733539] hid-rmi 0018:06CB:2734.0001: Found F55 on page 0x02
    [ 1.738729] hid-rmi 0018:06CB:2734.0001: Found F51 on page 0x03
    [ 1.740512] usb 2-6: new full-speed USB device number 4 using xhci_hcd
    [ 1.744701] hid-rmi 0018:06CB:2734.0001: rmi_scan_pdt: Done with PDT scan.
    [ 1.756260] [drm] VBT doesn't support DRRS
    [ 1.758240] hid-rmi 0018:06CB:2734.0001: rmi_populate_f11: size in mm: 97 x 59
    [ 1.766636] input: DLL060A:00 06CB:2734 as /devices/pci0000:00/INT33C3:00/i2c-0/i2c-DLL060A:00/0018:06CB:2734.0001/input/input8
    [ 1.766734] hid-rmi 0018:06CB:2734.0001: input,hidraw0: <UNKNOWN> HID v1.00 Pointer [DLL060A:00 06CB:2734] on
    [ 1.775456] fbcon: inteldrmfb (fb0) is primary device
    [ 1.802968] input: Dell WMI hotkeys as /devices/virtual/input/input9
    [ 1.808667] mousedev: PS/2 mouse device common for all mice
    [ 1.841252] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
    [ 1.842535] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 1.842776] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 1.854793] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 2.394398] Switched to clocksource tsc
    [ 2.838140] Console: switching to colour frame buffer device 240x67
    [ 2.845934] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 2.845936] i915 0000:00:02.0: registered panic notifier
    [ 2.876371] media: Linux media interface: v0.10
    [ 2.876864] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 2.877001] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
    [ 2.877148] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 2.879690] usbcore: registered new interface driver usbhid
    [ 2.879694] usbhid: USB HID core driver
    [ 2.883145] Linux video capture interface: v2.00
    [ 2.892232] input: SYNAPTICS Synaptics Large Touch Screen as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/0003:06CB:0AF8.0002/input/input11
    [ 2.892497] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:5752)
    [ 2.895106] hid-multitouch 0003:06CB:0AF8.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [SYNAPTICS Synaptics Large Touch Screen] on usb-0000:00:14.0-3/input0
    [ 2.895830] Bluetooth: Core ver 2.19
    [ 2.895849] NET: Registered protocol family 31
    [ 2.895852] Bluetooth: HCI device and connection manager initialized
    [ 2.895861] Bluetooth: HCI socket layer initialized
    [ 2.895864] Bluetooth: L2CAP socket layer initialized
    [ 2.895877] Bluetooth: SCO socket layer initialized
    [ 2.901636] input: Integrated_Webcam_HD as /devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/input/input13
    [ 2.901827] usbcore: registered new interface driver uvcvideo
    [ 2.901830] USB Video Class driver (1.1.1)
    [ 2.910511] usbcore: registered new interface driver btusb
    [ 2.925460] Bluetooth: hci0: read Intel version: 370710018002030d2e
    [ 2.925464] Bluetooth: hci0: Intel device is already patched. patch num: 2e
    [ 3.331899] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 11.275262] systemd-journald[135]: File /var/log/journal/88482a6e208046b4ab2b978eaa052ecd/user-1001.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 35.164461] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 35.241753] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 35.241999] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 35.255097] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 36.055112] wlan0: authenticate with c0:25:06:84:57:f0
    [ 36.058891] wlan0: send auth to c0:25:06:84:57:f0 (try 1/3)
    [ 36.061335] wlan0: authenticated
    [ 36.061563] wlan0: associate with c0:25:06:84:57:f0 (try 1/3)
    [ 36.067260] wlan0: RX AssocResp from c0:25:06:84:57:f0 (capab=0x431 status=0 aid=1)
    [ 36.070080] wlan0: associated
    [ 36.070111] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 36.070172] cfg80211: Calling CRDA to update world regulatory domain
    [ 4501.338278] PM: Syncing filesystems ...
    [ 4501.341188] atkbd serio0: Unknown key pressed (translated set 2, code 0xf2 on isa0060/serio0).
    [ 4501.341196] atkbd serio0: Use 'setkeycodes e072 <keycode>' to make it known.
    [ 4501.348617] done.
    [ 4501.348622] PM: Preparing system for mem sleep
    [ 4501.349019] Freezing user space processes ... (elapsed 0.001 seconds) done.
    [ 4501.350459] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
    [ 4501.351580] PM: Entering mem sleep
    [ 4501.351657] Suspending console(s) (use no_console_suspend to debug)
    [ 4501.351917] wlan0: deauthenticating from c0:25:06:84:57:f0 by local choice (Reason: 3=DEAUTH_LEAVING)
    [ 4501.358219] atkbd serio0: Unknown key released (translated set 2, code 0xf2 on isa0060/serio0).
    [ 4501.358222] atkbd serio0: Use 'setkeycodes e072 <keycode>' to make it known.
    [ 4501.361609] cfg80211: Calling CRDA for country: DE
    [ 4501.362122] sd 2:0:0:0: [sda] Synchronizing SCSI cache
    [ 4501.362185] sd 2:0:0:0: [sda] Stopping disk
    [ 4501.992409] PM: suspend of devices complete after 640.028 msecs
    [ 4502.005724] PM: late suspend of devices complete after 13.299 msecs
    [ 4502.006247] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
    [ 4502.006367] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
    [ 4502.019376] PM: noirq suspend of devices complete after 13.638 msecs
    [ 4502.019816] ACPI: Preparing to enter system sleep state S3
    [ 4502.020586] PM: Saving platform NVS memory
    [ 4502.021109] Disabling non-boot CPUs ...
    [ 4502.021139] intel_pstate CPU 1 exiting
    [ 4502.022404] kvm: disabling virtualization on CPU1
    [ 4502.022854] smpboot: CPU 1 is now offline
    [ 4502.023143] intel_pstate CPU 2 exiting
    [ 4502.024386] kvm: disabling virtualization on CPU2
    [ 4502.125774] smpboot: CPU 2 is now offline
    [ 4502.126039] intel_pstate CPU 3 exiting
    [ 4502.127395] kvm: disabling virtualization on CPU3
    [ 4502.229207] smpboot: CPU 3 is now offline
    [ 4502.232189] ACPI: Low-level resume complete
    [ 4502.232259] PM: Restoring platform NVS memory
    [ 4502.232774] Enabling non-boot CPUs ...
    [ 4502.232814] x86: Booting SMP configuration:
    [ 4502.232815] smpboot: Booting Node 0 Processor 1 APIC 0x1
    [ 4502.245238] kvm: enabling virtualization on CPU1
    [ 4502.247462] Intel pstate controlling: cpu 1
    [ 4502.247514] CPU1 is up
    [ 4502.247533] smpboot: Booting Node 0 Processor 2 APIC 0x2
    [ 4502.259870] kvm: enabling virtualization on CPU2
    [ 4502.262107] Intel pstate controlling: cpu 2
    [ 4502.262155] CPU2 is up
    [ 4502.262172] smpboot: Booting Node 0 Processor 3 APIC 0x3
    [ 4502.274504] kvm: enabling virtualization on CPU3
    [ 4502.276760] Intel pstate controlling: cpu 3
    [ 4502.276807] CPU3 is up
    [ 4502.282141] ACPI: Waking up from system sleep state S3
    [ 4502.302447] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 4502.302450] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
    [ 4502.302690] PM: noirq resume of devices complete after 11.863 msecs
    [ 4502.303102] PM: early resume of devices complete after 0.384 msecs
    [ 4502.303194] usb usb2: root hub lost power or was reset
    [ 4502.303197] usb usb3: root hub lost power or was reset
    [ 4502.315679] mei_me 0000:00:16.0: irq 58 for MSI/MSI-X
    [ 4502.315810] snd_hda_intel 0000:00:1b.0: irq 59 for MSI/MSI-X
    [ 4502.329054] sd 2:0:0:0: [sda] Starting disk
    [ 4502.390642] xhci_hcd 0000:00:14.0: irq 56 for MSI/MSI-X
    [ 4502.535888] usb 1-1: reset high-speed USB device number 2 using ehci-pci
    [ 4502.643402] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 4502.643646] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 4502.649288] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 4502.652119] ata3.00: configured for UDMA/133
    [ 4502.766135] usb 2-3: reset full-speed USB device number 2 using xhci_hcd
    [ 4502.939946] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880212c09480
    [ 4502.939950] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880212c094c8
    [ 4503.099825] usb 2-6: reset full-speed USB device number 4 using xhci_hcd
    [ 4503.273741] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800bdea5a00
    [ 4503.273745] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800bdea5a48
    [ 4503.273748] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800bdea5a90
    [ 4503.273750] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020c2a6000
    [ 4503.273752] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020c2a6048
    [ 4503.274732] PM: resume of devices complete after 970.836 msecs
    [ 4503.275664] PM: Finishing wakeup.
    [ 4503.275668] Restarting tasks ...
    [ 4503.275774] iwlwifi 0000:02:00.0: no hotplug settings from platform
    [ 4503.276362] usb 2-5: USB disconnect, device number 3
    [ 4503.276546] pci_bus 0000:01: Allocating resources
    [ 4503.276576] pcieport 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
    [ 4503.276585] pcieport 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 4503.276592] pcieport 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
    [ 4503.276596] done.
    [ 4503.276614] pci_bus 0000:02: Allocating resources
    [ 4503.276646] pcieport 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    [ 4503.276653] pcieport 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 4503.276662] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
    [ 4503.276675] pcieport 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 4503.276681] pcieport 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 4503.276688] pcieport 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 4503.276695] pcieport 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 4503.276701] pcieport 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 4503.276712] pcieport 0000:00:1c.0: BAR 14: assigned [mem 0xdfb00000-0xdfcfffff]
    [ 4503.276726] pcieport 0000:00:1c.0: BAR 15: assigned [mem 0xdfd00000-0xdfefffff 64bit pref]
    [ 4503.276739] pcieport 0000:00:1c.2: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 4503.276748] pcieport 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 4503.276756] pcieport 0000:00:1c.2: BAR 13: assigned [io 0x4000-0x4fff]
    [ 4503.276773] pci 0000:00:00.0: no hotplug settings from platform
    [ 4503.276778] pci 0000:00:00.0: using default PCI settings
    [ 4503.276791] i915 0000:00:02.0: no hotplug settings from platform
    [ 4503.276795] i915 0000:00:02.0: using default PCI settings
    [ 4503.276809] pci 0000:00:03.0: no hotplug settings from platform
    [ 4503.276816] xhci_hcd 0000:00:14.0: no hotplug settings from platform
    [ 4503.276820] xhci_hcd 0000:00:14.0: using default PCI settings
    [ 4503.276836] mei_me 0000:00:16.0: no hotplug settings from platform
    [ 4503.276839] mei_me 0000:00:16.0: using default PCI settings
    [ 4503.276855] snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    [ 4503.276863] pcieport 0000:00:1c.0: no hotplug settings from platform
    [ 4503.276871] pcieport 0000:00:1c.2: no hotplug settings from platform
    [ 4503.276904] iwlwifi 0000:02:00.0: no hotplug settings from platform
    [ 4503.276912] ehci-pci 0000:00:1d.0: no hotplug settings from platform
    [ 4503.276917] ehci-pci 0000:00:1d.0: using default PCI settings
    [ 4503.276933] lpc_ich 0000:00:1f.0: no hotplug settings from platform
    [ 4503.276938] lpc_ich 0000:00:1f.0: using default PCI settings
    [ 4503.276956] ahci 0000:00:1f.2: no hotplug settings from platform
    [ 4503.276961] ahci 0000:00:1f.2: using default PCI settings
    [ 4503.276976] pci 0000:00:1f.3: no hotplug settings from platform
    [ 4503.276980] pci 0000:00:1f.3: using default PCI settings
    [ 4503.277590] pci_bus 0000:01: Allocating resources
    [ 4503.277619] pci_bus 0000:02: Allocating resources
    [ 4503.277652] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
    [ 4503.277669] pci 0000:00:00.0: no hotplug settings from platform
    [ 4503.277673] pci 0000:00:00.0: using default PCI settings
    [ 4503.277686] i915 0000:00:02.0: no hotplug settings from platform
    [ 4503.277690] i915 0000:00:02.0: using default PCI settings
    [ 4503.277703] pci 0000:00:03.0: no hotplug settings from platform
    [ 4503.277711] xhci_hcd 0000:00:14.0: no hotplug settings from platform
    [ 4503.277716] xhci_hcd 0000:00:14.0: using default PCI settings
    [ 4503.277731] mei_me 0000:00:16.0: no hotplug settings from platform
    [ 4503.277736] mei_me 0000:00:16.0: using default PCI settings
    [ 4503.277751] snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    [ 4503.277759] pcieport 0000:00:1c.0: no hotplug settings from platform
    [ 4503.277767] pcieport 0000:00:1c.2: no hotplug settings from platform
    [ 4503.277801] iwlwifi 0000:02:00.0: no hotplug settings from platform
    [ 4503.277809] ehci-pci 0000:00:1d.0: no hotplug settings from platform
    [ 4503.277814] ehci-pci 0000:00:1d.0: using default PCI settings
    [ 4503.277830] lpc_ich 0000:00:1f.0: no hotplug settings from platform
    [ 4503.277835] lpc_ich 0000:00:1f.0: using default PCI settings
    [ 4503.277852] ahci 0000:00:1f.2: no hotplug settings from platform
    [ 4503.277857] ahci 0000:00:1f.2: using default PCI settings
    [ 4503.277871] pci 0000:00:1f.3: no hotplug settings from platform
    [ 4503.277875] pci 0000:00:1f.3: using default PCI settings
    [ 4503.287972] Bluetooth: hci0: read Intel version: 370710018002030d00
    [ 4503.551878] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
    [ 4503.596787] usb 2-5: new high-speed USB device number 5 using xhci_hcd
    [ 4503.633858] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 4503.755400] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
    [ 4503.797807] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:5752)
    [ 4503.801045] input: Integrated_Webcam_HD as /devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/input/input16
    [ 4503.943676] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 4506.058296] dell_wmi: Unknown key e00e pressed
    [ 4507.048423] wlan0: authenticate with c0:25:06:84:57:f0
    [ 4507.051164] wlan0: send auth to c0:25:06:84:57:f0 (try 1/3)
    [ 4507.053766] wlan0: authenticated
    [ 4507.056205] wlan0: associate with c0:25:06:84:57:f0 (try 1/3)
    [ 4507.062403] wlan0: RX AssocResp from c0:25:06:84:57:f0 (capab=0x431 status=0 aid=1)
    [ 4507.065241] wlan0: associated
    [ 4507.065268] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 4812.948936] usb 2-2: new high-speed USB device number 6 using xhci_hcd
    [ 4813.124097] hub 2-2:1.0: USB hub found
    [ 4813.124371] hub 2-2:1.0: 4 ports detected
    [ 4813.392831] usb 2-2.2: new full-speed USB device number 7 using xhci_hcd
    [ 4813.477901] usb 2-2.2: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 4813.495517] input: Burr-Brown from TI USB Audio CODEC as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.2/2-2.2:1.3/0003:08BB:2902.0003/input/input17
    [ 4813.495657] hid-generic 0003:08BB:2902.0003: input,hidraw2: USB HID v1.00 Device [Burr-Brown from TI USB Audio CODEC ] on usb-0000:00:14.0-2.2/input3
    [ 4813.515300] usbcore: registered new interface driver snd-usb-audio
    [ 4813.546263] usb 2-2.3: new full-speed USB device number 8 using xhci_hcd
    [ 4813.648070] logitech-djreceiver 0003:046D:C52B.0006: hiddev0,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2.3/input2
    [ 4813.699821] usb 2-2.4: new high-speed USB device number 9 using xhci_hcd
    [ 4813.700997] input: Logitech Unifying Device. Wireless PID:1028 as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.3/2-2.3:1.2/0003:046D:C52B.0006/0003:046D:C52B.0007/input/input18
    [ 4813.701200] logitech-djdevice 0003:046D:C52B.0007: input,hidraw4: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:1028] on usb-0000:00:14.0-2.3:1
    [ 4814.121899] ax88179_178a 2-2.4:1.0 eth0: register 'ax88179_178a' at usb-0000:00:14.0-2.4, ASIX AX88179 USB 3.0 Gigabit Ethernet, 00:24:9b:0a:27:f6
    [ 4814.121931] usbcore: registered new interface driver ax88179_178a
    [ 4814.442429] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 4817.483762] ax88179_178a 2-2.4:1.0 eth0: ax88179 - Link status is: 1
    [ 4817.485665] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 6509.605763] usb 2-2: USB disconnect, device number 6
    [ 6509.605773] usb 2-2.2: USB disconnect, device number 7
    [ 6509.660447] usb 2-2.3: USB disconnect, device number 8
    [ 6509.692281] usb 2-2.4: USB disconnect, device number 9
    [ 6509.692540] ax88179_178a 2-2.4:1.0 eth0: unregister 'ax88179_178a' usb-0000:00:14.0-2.4, ASIX AX88179 USB 3.0 Gigabit Ethernet
    [ 6509.692573] ax88179_178a 2-2.4:1.0 eth0: Failed to read reg index 0x0002: -19
    [ 6509.692584] ax88179_178a 2-2.4:1.0 eth0: Failed to write reg index 0x0002: -19
    [ 6509.721655] ax88179_178a 2-2.4:1.0 (unregistered net_device): Failed to write reg index 0x0002: -19
    [ 6509.721669] ax88179_178a 2-2.4:1.0 (unregistered net_device): Failed to write reg index 0x0001: -19
    [ 6509.721678] ax88179_178a 2-2.4:1.0 (unregistered net_device): Failed to write reg index 0x0002: -19
    [ 6511.071805] PM: Syncing filesystems ...
    [ 6511.077462] atkbd serio0: Unknown key pressed (translated set 2, code 0xf2 on isa0060/serio0).
    [ 6511.077473] atkbd serio0: Use 'setkeycodes e072 <keycode>' to make it known.
    [ 6511.085453] atkbd serio0: Unknown key released (translated set 2, code 0xf2 on isa0060/serio0).
    [ 6511.085464] atkbd serio0: Use 'setkeycodes e072 <keycode>' to make it known.
    [ 6511.087129] done.
    [ 6511.087139] PM: Preparing system for mem sleep
    [ 6511.087676] Freezing user space processes ... (elapsed 0.001 seconds) done.
    [ 6511.089183] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
    [ 6511.090294] PM: Entering mem sleep
    [ 6511.090393] Suspending console(s) (use no_console_suspend to debug)
    [ 6511.090786] wlan0: deauthenticating from c0:25:06:84:57:f0 by local choice (Reason: 3=DEAUTH_LEAVING)
    [ 6511.100925] cfg80211: Calling CRDA to update world regulatory domain
    [ 6511.101532] sd 2:0:0:0: [sda] Synchronizing SCSI cache
    [ 6511.101598] sd 2:0:0:0: [sda] Stopping disk
    [ 6511.720807] PM: suspend of devices complete after 629.628 msecs
    [ 6511.734165] PM: late suspend of devices complete after 13.343 msecs
    [ 6511.734991] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
    [ 6511.735113] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
    [ 6511.747808] PM: noirq suspend of devices complete after 13.629 msecs
    [ 6511.748271] ACPI: Preparing to enter system sleep state S3
    [ 6511.749033] PM: Saving platform NVS memory
    [ 6511.749584] Disabling non-boot CPUs ...
    [ 6511.749628] intel_pstate CPU 1 exiting
    [ 6511.751130] kvm: disabling virtualization on CPU1
    [ 6511.752157] smpboot: CPU 1 is now offline
    [ 6511.752650] intel_pstate CPU 2 exiting
    [ 6511.754091] kvm: disabling virtualization on CPU2
    [ 6511.754112] smpboot: CPU 2 is now offline
    [ 6511.755147] intel_pstate CPU 3 exiting
    [ 6511.756491] kvm: disabling virtualization on CPU3
    [ 6511.857520] smpboot: CPU 3 is now offline
    [ 6511.860099] ACPI: Low-level resume complete
    [ 6511.860168] PM: Restoring platform NVS memory
    [ 6511.860682] Enabling non-boot CPUs ...
    [ 6511.860725] x86: Booting SMP configuration:
    [ 6511.860726] smpboot: Booting Node 0 Processor 1 APIC 0x1
    [ 6511.873161] kvm: enabling virtualization on CPU1
    [ 6511.875384] Intel pstate controlling: cpu 1
    [ 6511.875441] CPU1 is up
    [ 6511.875462] smpboot: Booting Node 0 Processor 2 APIC 0x2
    [ 6511.887813] kvm: enabling virtualization on CPU2
    [ 6511.890055] Intel pstate controlling: cpu 2
    [ 6511.890104] CPU2 is up
    [ 6511.890121] smpboot: Booting Node 0 Processor 3 APIC 0x3
    [ 6511.902450] kvm: enabling virtualization on CPU3
    [ 6511.904715] Intel pstate controlling: cpu 3
    [ 6511.904763] CPU3 is up
    [ 6511.910077] ACPI: Waking up from system sleep state S3
    [ 6511.930462] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 6511.930469] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
    [ 6511.930713] PM: noirq resume of devices complete after 11.834 msecs
    [ 6511.931215] PM: early resume of devices complete after 0.474 msecs
    [ 6511.931290] mei_me 0000:00:16.0: irq 58 for MSI/MSI-X
    [ 6511.931308] usb usb2: root hub lost power or was reset
    [ 6511.931310] usb usb3: root hub lost power or was reset
    [ 6511.932049] snd_hda_intel 0000:00:1b.0: irq 59 for MSI/MSI-X
    [ 6512.019117] xhci_hcd 0000:00:14.0: irq 56 for MSI/MSI-X
    [ 6512.030458] sd 2:0:0:0: [sda] Starting disk
    [ 6512.143743] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 6512.143995] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 6512.237297] usb 1-1: reset high-speed USB device number 2 using ehci-pci
    [ 6512.350707] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 6512.353607] ata3.0

    Update: I mucked about more after making this post; I installed gnome-alsa-mixer and checked the "internal mic" option and "Auto-Mute mode" (both were off), after this my headphone output works again, and does the built-in microphone (!)
    I have no idea how I ended up in this "broken" situation, or even what this option does, or how to use it without gnome-alsa-mixer (I had to install 15 packages to get this, as I normally don't use gnome)... Sound on Linux still seems no better than when I started using it 15 years ago :-( (I spent about 5 hours on this...)

  • Satellite A110-195 PSAB0E - sound card has stopped working

    Hello,
    My sound card has stopped working it was working fine but suddenly the sound quality started to faint and finally it stopped working i have tried the following methods:
    Realtek is default audio
    Control Panel/ Sound & Audio Devices/ Audio tab/ Sound Playback click on down arrow and check that the correct audio is selected. Typically the problem will be they something like "modem line 0 playback" might have been substituted for the proper audio device.( Didn't Worked)
    Chipset Utility - install ( Did'n't Worked Aswell)
    Start / Control Panel / Administrative Tools / Component Services / a separate window will open in left pane click Services(Local) from the tree / Scroll down to Windows Audio service / if the service is Disabled or Manual right click > select Properties > under Startup Type change to Automatic > click Apply / click Start > OK Reboot. (Worked) But First The Quality Was Not As It Was Before And Then Sound Card Stopped Working Again.
    Try a System File Check
    go to Run - type "sfc /scannow" No Success.
    I have installed windows again but no success. :(
    Here Is The Detailed Model No. Satellite A110-195
    PSAB0E-00F00KAR
    Windows XP Home Edition SP2

    No It Appears In Device Manager And In Control Panel.
    This Method Worked But The Sound Level Was Not As Good As it Used To Be:
    tart / Control Panel / Administrative Tools / Component Services / a separate window will open in left pane click Services(Local) from the tree / Scroll down to Windows Audio service / if the service is Disabled or Manual right click > select Properties > under Startup Type change to Automatic > click Apply / click Start > OK Reboot.

Maybe you are looking for

  • "Final Cut Pro Unexpectedly Quit" : CAN anyone help me?  (Apple techs?)

    "Final Cut Pro Unexpectedly Quit" error (I had set this project aside for a number of weeks due to the frustration of it all). I have Edited about seven sequences in total. Now it seems that i could only export the last three without Final Cut crashi

  • My iPod Shuffle can't sync all the music in my playlist at once!

    I have a two year old iPod shuffle and starting now, it can't sync all the content at once! It can only sync one song every time I press autofill. I don't want to restore it; it would take a long period of time. Please give me some tips on how to res

  • Win 7 Touchpad driver is not working on Satellite C855-21V

    Hello everybody! I have an Satellite C855-21V and it came with Windows 8. After one week of desaster Im sure I want never again a Windows 8 on my Computer! So I installed Windows 7 and can find all the drivers somewhere in the internet. The only thin

  • IPhone 4S Photo Library and Photo Stream Dead

    Do these symptoms sound familiar to anybody: I've been taking some short video clips on my iPhone 4S of a bathroom remodeling project. From the Camera app: I can view those new videos just fine from the camera app, after hitting the ... not sure exac

  • HT4314 How do I get my games centre to stay logged in on my iPhone and iPad?

    I bought an iPhone 5 today and I tried logging into my games centre. It said it couldn't connect. So I logged out of my game centre on my iPad and it allowed me to connect to my iPhone, now it won't let me connect to my iPad! Please help, my sister i