Scheduler stops working

We are running Oracle 10g and are making use of the Oracle Scheduler to execute stored procedures every second. On one server we used the enterprize manager to set up the schedule and it works fine and it work continuosusly with no issues for weeks.
We use the script generated by the EM on the first server to create the same schedule on a different server (This other server does not have the enterprise manager installed). The schedule will work fine when started but when it runs out of work to perform it will halt and not start up again.
Details of the scheduled task: When the task is run it will look for records in a table with a COMPLETION field = N. For each row it finds it will process the record and then mark the COMPLETION field with a P or F for Pass or Fail. It will work until there is a lull in records. After this lull the task does not appear to process new records. Dropping the job and re-creating the job makes it start working again until the next lull.
Below is the generated script that works on the server with EM installed and fails (after a while) on the server without EM. Is there an Oracle Scheduler configuration setting that could cause this behavior?
Thanks , Jeff M.
BEGIN
sys.dbms_scheduler.create_job(
job_name => '"TMDBB"."SD_LOAD"',
job_type => 'STORED_PROCEDURE',
job_action => '"TMDBB"."SD_LOADER"',
repeat_interval => 'FREQ=SECONDLY',
start_date => systimestamp at time zone '-7:00',
job_class => '"TMDBB_LOADER"',
comments => 'Load SD data once a second',
auto_drop => FALSE,
enabled => FALSE);
sys.dbms_scheduler.set_attribute( name => '"TMDBB"."SD_LOAD"', attribute => 'raise_events', value => dbms_scheduler.job_failed + dbms_scheduler.job_stopped + dbms_scheduler.job_disabled);
sys.dbms_scheduler.set_attribute( name => '"TMDBB"."SD_LOAD"', attribute => 'logging_level', value => DBMS_SCHEDULER.LOGGING_OFF);
sys.dbms_scheduler.set_attribute( name => '"TMDBB"."SD_LOAD"', attribute => 'job_weight', value => 1);
sys.dbms_scheduler.enable( '"TMDBB"."SD_LOAD"' );
END;
Edited by: user3976941 on Jun 12, 2009 12:55 PM
Edited by: user3976941 on Jun 12, 2009 1:22 PM

try
exec dbms_scheduler.run_job('"TMDBB"."SD_LOAD"' , TRUE);i guess i misread your posting. my question to you is are you running the same code on the same database or different database?
Edited by: Warren Tolentino on Jun 12, 2009 4:11 PM

Similar Messages

  • Hyperion Reports Scheduler stopped working after 4 years of reliable servic

    Hello,
    I'm puzzled by this, but today at 4:00 AM, the scheduler stopped working. I tried to manually restart the service to no avail. I rebooted the server, nothing. I reinstalled Reports (but selected retain configuration), yet nothing. I'm perplexed as this has been working without issues for 4 years. Next step is to check whether the IT group did a patch upgrade of the OS and may have caused this.
    If anyone has an idea, pls forward. Many thanks.
    Here's the content of the log file:
    10-29 04:06:48 INFO JobServiceThread     Batch "Station Reporting\2006 MOR" finished at Oct 29, 2008 4:06:48 AM
    10-29 04:06:48 INFO JobServiceThread     Detail status : Batch "Station Reporting\2006 MOR" was started at Oct 29, 2008 4:06:31 AM
    Problems encountered in "Station Reporting\MOR\2008 MOR"
    ADM Error processing results from query: 1
    Batch "Station Reporting\2006 MOR" finished at Oct 29, 2008 4:06:48 AM
    10-29 04:23:06 INFO SchedulerServerLauncher     Hyperion Reports 7.0
    10-29 04:23:06 INFO SchedulerServerLauncher     Copyright(C)2000-2004 Hyperion Solutions Corporation
    10-29 04:23:06 INFO SchedulerServerLauncher     All Rights Reserved
    10-29 04:23:23 ERROR SchedulerServerLauncher     Error while starting Scheduler Server

    schedule.xml must be deleted if it reaches 8 megs. Surprised that Hyperion did not come with something more intuitive.

  • My scheduled Do Not Disturb function has stopped working; help!

    I have the iPhone 5 & the scheduled Do No Disturb function recently stopped working which I was using daily.  The regular Do Not Disturb (on/off) still works

    A known Issue... This is what Apple says...
    http://support.apple.com/kb/TS4510

  • Rwrun reports stop working after a period of time using a job scheduler

    Hello, I am having a strange issue. We use either Control-M or Windows Task scheduler to run a VBS script that calls rwrun to generate multiple reports for multiple properties. Initially everything worked without issues then after about 2 months the VB Script running through Control-M started Failing. I could still run them from command line on the same server without Issues. So I set them up in Windows Task Scheduler and again they worked for about 3 weeks then started to Fail. Again I could still run the same scripts from command line on the server and have no issues. So we moved the scripts to another App server and went back to Control-M. This time after about 3 months the jobs started to fail. Moved them to Windows TS and again after about 1 week they started to fail. The TRACEALL shows nothing but I am getting this error in the hs_err_pidxxxx.log files that it creates. Does anyone know if some type of Temp location needs to be cleared or what my issue might be? Stumped at this point. Also point out the the servers were rebooted and no patches or modifcations where done to them before they start to fail. Thanks for any suggestions.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x64CA84F2
    Function=utqks2q+0x90
    Library=e:\oracle\10gdevr2\bin\UTL.dll
    Current Java thread:
         at oracle.reports.engine.EngineImpl.CRunReport(Native Method)
         at oracle.reports.engine.EngineImpl.run(EngineImpl.java:437)
         at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:916)
         - locked <0x100a0040> (a oracle.reports.engine.EngineImpl)
         at oracle.reports.server.ExecAsynchJobThread.run(ExecAsynchJobThread.java:54)
    Dynamic libraries:
    0x00400000 - 0x00424000      e:\oracle\10gdevr2\bin\rwrun.exe
    0x7D600000 - 0x7D6F0000      C:\WINDOWS\system32\ntdll.dll
    0x7D4C0000 - 0x7D5F0000      C:\WINDOWS\syswow64\kernel32.dll
    0x77BA0000 - 0x77BFA000      C:\WINDOWS\syswow64\MSVCRT.dll
    0x7D930000 - 0x7DA00000      C:\WINDOWS\syswow64\USER32.dll
    0x7D800000 - 0x7D890000      C:\WINDOWS\syswow64\GDI32.dll
    0x004E0000 - 0x0057B000      C:\WINDOWS\syswow64\ADVAPI32.dll
    0x7DA20000 - 0x7DB00000      C:\WINDOWS\syswow64\RPCRT4.dll
    0x7D8D0000 - 0x7D920000      C:\WINDOWS\syswow64\Secur32.dll
    0x66220000 - 0x6623C000      e:\oracle\10gdevr2\bin\nn.dll
    0x64CE0000 - 0x64DBD000      e:\oracle\10gdevr2\bin\UIW.dll
    0x64CA0000 - 0x64CB1000      e:\oracle\10gdevr2\bin\UTL.dll
    0x64CD0000 - 0x64CD7000      e:\oracle\10gdevr2\bin\UTC.dll
    0x60730000 - 0x607DC000      e:\oracle\10gdevr2\bin\oracore10.dll
    0x608D0000 - 0x60963000      e:\oracle\10gdevr2\bin\oranls10.dll
    0x62B40000 - 0x62B53000      e:\oracle\10gdevr2\bin\oraunls10.dll
    0x60C40000 - 0x60C47000      e:\oracle\10gdevr2\bin\orauts.dll
    0x71C00000 - 0x71C17000      C:\WINDOWS\system32\WS2_32.dll
    0x71BF0000 - 0x71BF8000      C:\WINDOWS\system32\WS2HELP.dll
    0x76AA0000 - 0x76ACD000      C:\WINDOWS\system32\WINMM.dll
    0x77670000 - 0x777A9000      C:\WINDOWS\syswow64\ole32.dll
    0x64CC0000 - 0x64CC9000      e:\oracle\10gdevr2\bin\UTJ.dll
    0x64F10000 - 0x64F21000      e:\oracle\10gdevr2\bin\UIIM.dll
    0x73070000 - 0x73097000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x77530000 - 0x775C7000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll
    0x64ED0000 - 0x64EF6000      e:\oracle\10gdevr2\bin\UIOLE.dll
    0x762B0000 - 0x762F9000      C:\WINDOWS\syswow64\comdlg32.dll
    0x00580000 - 0x005D2000      C:\WINDOWS\syswow64\SHLWAPI.dll
    0x7C8D0000 - 0x7D0CF000      C:\WINDOWS\syswow64\SHELL32.dll
    0x663D0000 - 0x66414000      e:\oracle\10gdevr2\bin\CA.dll
    0x66340000 - 0x6636A000      e:\oracle\10gdevr2\bin\mmc.dll
    0x616B0000 - 0x61891000      e:\oracle\10gdevr2\bin\oraclient10.dll
    0x62B60000 - 0x62B66000      e:\oracle\10gdevr2\bin\oravsn10.dll
    0x60D30000 - 0x60DE8000      e:\oracle\10gdevr2\bin\oracommon10.dll
    0x60300000 - 0x60720000      e:\oracle\10gdevr2\bin\orageneric10.dll
    0x629C0000 - 0x629D2000      e:\oracle\10gdevr2\bin\orasnls10.dll
    0x62B80000 - 0x62C86000      e:\oracle\10gdevr2\bin\oraxml10.dll
    0x5C6C0000 - 0x5C6D1000      C:\WINDOWS\system32\MSVCIRT.dll
    0x607E0000 - 0x608CC000      e:\oracle\10gdevr2\bin\oran10.dll
    0x62000000 - 0x6202C000      e:\oracle\10gdevr2\bin\oranl10.dll
    0x62030000 - 0x62042000      e:\oracle\10gdevr2\bin\oranldap10.dll
    0x62090000 - 0x62184000      e:\oracle\10gdevr2\bin\orannzsbb10.dll
    0x61E10000 - 0x61E52000      e:\oracle\10gdevr2\bin\oraldapclnt10.dll
    0x61F30000 - 0x61F47000      e:\oracle\10gdevr2\bin\orancrypt10.dll
    0x71BB0000 - 0x71BB9000      C:\WINDOWS\system32\WSOCK32.dll
    0x76CF0000 - 0x76D0A000      C:\WINDOWS\system32\iphlpapi.dll
    0x76B70000 - 0x76B7B000      C:\WINDOWS\system32\PSAPI.DLL
    0x005E0000 - 0x0066B000      C:\WINDOWS\syswow64\OLEAUT32.dll
    0x621A0000 - 0x621D7000      e:\oracle\10gdevr2\bin\oranro10.dll
    0x621F0000 - 0x621FC000      e:\oracle\10gdevr2\bin\orantcp10.dll
    0x61F70000 - 0x61F76000      e:\oracle\10gdevr2\bin\oranhost10.dll
    0x61F20000 - 0x61F26000      e:\oracle\10gdevr2\bin\orancds10.dll
    0x62210000 - 0x62216000      e:\oracle\10gdevr2\bin\orantns10.dll
    0x60970000 - 0x60C31000      e:\oracle\10gdevr2\bin\orapls10.dll
    0x62500000 - 0x62507000      e:\oracle\10gdevr2\bin\oraslax10.dll
    0x627B0000 - 0x628B3000      e:\oracle\10gdevr2\bin\oraplp10.dll
    0x618B0000 - 0x61905000      e:\oracle\10gdevr2\bin\orahasgen10.dll
    0x622B0000 - 0x622E6000      e:\oracle\10gdevr2\bin\oraocr10.dll
    0x622F0000 - 0x62315000      e:\oracle\10gdevr2\bin\oraocrb10.dll
    0x71C40000 - 0x71C97000      C:\WINDOWS\syswow64\NETAPI32.dll
    0x62A80000 - 0x62AF6000      e:\oracle\10gdevr2\bin\orasql10.dll
    0x65050000 - 0x6576D000      e:\oracle\10gdevr2\bin\rw.dll
    0x64AB0000 - 0x64AC4000      e:\oracle\10gdevr2\bin\ZRC.dll
    0x66AC0000 - 0x66AC5000      e:\oracle\10gdevr2\bin\D2SC.dll
    0x66810000 - 0x66A2B000      e:\oracle\10gdevr2\bin\DE.dll
    0x627A0000 - 0x627AF000      e:\oracle\10gdevr2\bin\oraplc10.dll
    0x64E30000 - 0x64E93000      e:\oracle\10gdevr2\bin\UIREM.dll
    0x659A0000 - 0x659EE000      e:\oracle\10gdevr2\bin\ROS.dll
    0x662F0000 - 0x66320000      e:\oracle\10gdevr2\bin\mmi.dll
    0x64F50000 - 0x64F66000      e:\oracle\10gdevr2\bin\UICC.dll
    0x662C0000 - 0x662DF000      e:\oracle\10gdevr2\bin\mms.dll
    0x662A0000 - 0x662B0000      e:\oracle\10gdevr2\bin\mmv.dll
    0x73AC0000 - 0x73AD8000      C:\WINDOWS\system32\AVIFIL32.dll
    0x77B70000 - 0x77B84000      C:\WINDOWS\system32\MSACM32.dll
    0x75FC0000 - 0x75FE2000      C:\WINDOWS\system32\MSVFW32.dll
    0x66250000 - 0x6627E000      e:\oracle\10gdevr2\bin\mmw.dll
    0x64FB0000 - 0x64FDA000      e:\oracle\10gdevr2\bin\UCOL.dll
    0x665F0000 - 0x665F5000      e:\oracle\10gdevr2\bin\dfc.dll
    0x66210000 - 0x66215000      e:\oracle\10gdevr2\bin\obs.dll
    0x65010000 - 0x6503E000      e:\oracle\10gdevr2\bin\rws.dll
    0x64AD0000 - 0x64C05000      e:\oracle\10gdevr2\bin\VGS.dll
    0x7DBD0000 - 0x7DCD3000      C:\WINDOWS\WinSxS\WOW64_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_5FA17F4E\comctl32.dll
    0x08000000 - 0x08139000      E:\oracle\10gdevr2\jdk\jre\bin\client\jvm.dll
    0x10000000 - 0x10007000      E:\oracle\10gdevr2\jdk\jre\bin\hpi.dll
    0x024E0000 - 0x024EE000      E:\oracle\10gdevr2\jdk\jre\bin\verify.dll
    0x024F0000 - 0x02509000      E:\oracle\10gdevr2\jdk\jre\bin\java.dll
    0x02510000 - 0x0251D000      E:\oracle\10gdevr2\jdk\jre\bin\zip.dll
    0x05500000 - 0x0550F000      E:\oracle\10gdevr2\jdk\jre\bin\net.dll
    0x7DB30000 - 0x7DBB0000      C:\WINDOWS\System32\mswsock.dll
    0x76ED0000 - 0x76EFA000      C:\WINDOWS\system32\DNSAPI.dll
    0x76F70000 - 0x76F77000      C:\WINDOWS\System32\winrnr.dll
    0x76F10000 - 0x76F3E000      C:\WINDOWS\syswow64\WLDAP32.dll
    0x76F80000 - 0x76F85000      C:\WINDOWS\system32\rasadhlp.dll
    0x056C0000 - 0x056C6000      E:\oracle\10gdevr2\BIN\rwu.dll
    0x5F270000 - 0x5F2CA000      C:\WINDOWS\system32\hnetcfg.dll
    0x71AE0000 - 0x71AE8000      C:\WINDOWS\System32\wshtcpip.dll
    0x06300000 - 0x06306000      E:\oracle\10gdevr2\jdk\jre\bin\ioser12.dll
    0x76C10000 - 0x76C38000      C:\WINDOWS\syswow64\imagehlp.dll
    0x6D580000 - 0x6D628000      C:\WINDOWS\syswow64\dbghelp.dll
    0x77B90000 - 0x77B98000      C:\WINDOWS\syswow64\VERSION.dll
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 445K [0x10010000, 0x100b0000, 0x113c0000)
    eden space 512K, 74% used [0x10010000, 0x1006f488, 0x10090000)
    from space 64K, 100% used [0x100a0000, 0x100b0000, 0x100b0000)
    to space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000)
    tenured generation total 2192K, used 1577K [0x113c0000, 0x115e4000, 0x20010000)
    the space 2192K, 71% used [0x113c0000, 0x1154a448, 0x1154a600, 0x115e4000)
    compacting perm gen total 4864K, used 4697K [0x20010000, 0x204d0000, 0x24010000)
    the space 4864K, 96% used [0x20010000, 0x204a6670, 0x204a6800, 0x204d0000)
    Local Time = Tue Dec 08 10:53:04 2009
    Elapsed Time = 1
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode)
    #

    I realize this is an old post, however I've had the exact same issue over the last week with the same UTL.dll showing in the hs_err_pidxxxx file.
    Our VB6 app ran as a Windows 2003 scheduled task for almost two years before stopping all of a sudden. It ran fine when logged on, but would fail when we logged off. The task would run, but the program would fail. While we never did get the scheduled task working properly, I did find an alternate solution.
    Instead of using rwrun.exe I updated the code in our app to use rwclient.exe. The command for rwrun and rwclient are very similar with rwclient requiring a server= setting.
    Oracle Reports Components Overview

  • KM Scheduler not working EPh1 version

    Hi all,
           I have written a scheduler which uses EJB. This works fine in 7.0 SP14 version but it stops working in EPh1 version. It throws an error(from logs) Exception in operation startApp with application  sap.com/ear~file.   sap.com/ear~file is an ear file with EJB.
    Did any one had this issue? how to resolve it. Pls help.
    Thanks,

    This looks like a issue with classloader and the version of the J2EE.
    Use this below code and try.
    ClassLoader originalContextClassLoader = Thread.currentThread().getContextClassLoader();                                   
    try {
              Thread.currentThread().setContextClassLoader(this.getClass().getClassLoader());
              Context initial = new InitialContext();
              Object objref = initial.lookup("JNDI Name Of the Session Bean");
              Object obj = PortableRemoteObject.narrow(objref, BeanHome.class);
         } catch (NamingException ex) {
              ex.printStackTrace();          
         } catch (Exception ex) {
              ex.printStackTrace();          
         finally {
         Thread.currentThread().setContextClassLoader(originalContextClassLoader);

  • KM scheduler not working in EPh1 Version

    Hi all,
    I have written a scheduler which uses EJB. This works fine in 7.0 SP14 version but it stops working in EPh1 version. It throws an error(from logs) Exception in operation startApp with application sap.com/earfile. sap.com/earfile is an ear file with EJB.
    Did any one had this issue? how to resolve it. Pls help.
    Thanks,

    This looks like a issue with classloader and the version of the J2EE.
    Use this below code and try.
    ClassLoader originalContextClassLoader = Thread.currentThread().getContextClassLoader();                                   
    try {
              Thread.currentThread().setContextClassLoader(this.getClass().getClassLoader());
              Context initial = new InitialContext();
              Object objref = initial.lookup("JNDI Name Of the Session Bean");
              Object obj = PortableRemoteObject.narrow(objref, BeanHome.class);
         } catch (NamingException ex) {
              ex.printStackTrace();          
         } catch (Exception ex) {
              ex.printStackTrace();          
         finally {
         Thread.currentThread().setContextClassLoader(originalContextClassLoader);

  • 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)

  • 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...)

  • Continuous Error Message: Dell Support Center Has Stopped Working

    I have Windows V8ista on an Inspiron530s. Through out any operation I continue to get the following massage:
    "Dell Support Center Has Stopped Working                                                                                                                                                  A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available."  For several weeks I have tried to find the reason for getting the error message. It will appear in a little box several times an hour during any operation. (internet or document) I can find no answers in any forum. I have an HP all-in one printer that I uninstalled & reinstalled the software for at the suggestion of another, but that did not solve the problem.
     AT THE SAME TIME: I have Trend Micro Internet Security,(aka PC-Cillion) and though the firewall & defenses are up, I can not get it to scan the computer for virusus. I have talked with Trend Mico Tech Support 4 times on the phone and various adjustments have been made, but thhas been no fix. They seem to think the problem is connected to this error message.  I am at wits end. Can someone help??  :?/

    Ivy,
    You never did tell us what version of Windows you're using. If it's XP, look in Windows Scheduled Tasks. If Dell Support Center is listed there, delete it.
    Are you really sure you removed Support Center in Add/Remove Programs control panel?
    According to Alexandra, one of the forum VIPs:
    "The newest DSC 3.0 makes things complicated becomes it comes in 2 parts.  There's a 1+MB program called aulauncher.exe that apparently checks for compatibility, plus any current/old versions to be overwritten or uninstalled.  Only if the PC passes the aulauncher "test" do you get the full 40+MB DSC install program.  That's possibly the reason for "you already have the latest version".   Aulauncher also adds a "run once" key to the registry.    If the aulauncher doesn't get it right, you're stuck in a loop."    
    And see if there's anything helpful here, though the links in Dell-Telson's post might be out of date.
    Ron

  • Can anyone help me with this problem?? Internet and Picture mail stopped working?

    I just got my blackberry curve (8330) about a month ago, and about two weeks ago, my internet and picture mail just stopped working. I get the message with the picture in it, but it says I cannot retrieve it. And then when I try to send a picture message, it always fails. As for my internet, it will take  f o r e v e r  to load, then it will say there is a connection error. And I went to manage connections and it says that I'm not connected to the blackberry internet or enterprise server. I've tried "provisioning it" because that is what the person I talked to on the sprint website said to do, but it loads for a few minutes and then says "Provisioning cancelled..."
    Has this happened to anyone else?? How do you fix it?

    Hi and Welcome to the Forums!
    I suggest the following steps:
    1) Register HRT
    Homescreen > Options > Advanced Options > Host Routing Table > BBKey (it does not matter which line is current) > Register Now
    2) Resend Service Books
    KB02830 Send the service books for the BlackBerry Internet Service
    3) Batt Pull Reboot
    Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Hopefully that will get things going again for you!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Cfdump stops working

    Hello -
    I have been discovering a problem on some of our servers on which lines containing cfdump just stop working.  They do not result in a ColdFusion error, but an error gets logged to exception.log.  This is a bit frightening because normal CF try/catch logic doesn't catch it - the code literally just stops.  Therefore we have no control about the behavior of our applications.
    Restarting the ColdFusion server clears it up, but that is not a solution.
    I have a test template that is very simple:
    <cfset a=structNew()>
    <cfset a.first=1>
    <cfset a.second=2>
    Before dump.
    <cfdump var="#a#">
    After dump.
    If I run that, I see only:
    Before dump.
    If I try/catch it, same thing will happen.  The catch logic doesn't get invoked.  At all.
    The error written to exception.log is below.  Any advice?  What could possibly cause cfdump to just disappear fairly regularly, on different servers?
    "Error","jrpp-179","06/18/12","08:18:51",,"(class: cfdump2ecfm565982208, method: _factor54 signature: (Ljavax/servlet/jsp/tagext/Tag;Ljavax/servlet/jsp/JspWriter;)Ljava/lang/Object;) Incompatible object argument for function call The specific sequence of files included or processed is: G:\tests\testdump.cfm'' "
    java.lang.VerifyError: (class: cfdump2ecfm565982208, method: _factor54 signature: (Ljavax/servlet/jsp/tagext/Tag;Ljavax/servlet/jsp/JspWriter;)Ljava/lang/Object;) Incompatible object argument for function call
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
        at java.lang.Class.getConstructor0(Class.java:2699)
        at java.lang.Class.newInstance0(Class.java:326)
        at java.lang.Class.newInstance(Class.java:308)
        at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:552)
        at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:191)
        at coldfusion.tagext.lang.ModuleTag.setTemplate(ModuleTag.java:563)
        at coldfusion.tagext.lang.ModuleTag.setTemplatePath(ModuleTag.java:178)
        at coldfusion.tagext.lang.ImportedTag.setName(ImportedTag.java:92)
        at cftestCart2ecfm2035566416.runPage(G:\Docs\systems_tests\chris\testCart.cfm:28)
        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
        at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
        at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
        at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:363)
        at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
        at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
        at coldfusion.filter.PathFilter.invoke(PathFilter.java:87)
        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
        at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
        at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
        at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)
        at coldfusion.CfmServlet.service(CfmServlet.java:200)
        at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
        at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
        at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
        at jrun.servlet.FilterChain.service(FilterChain.java:101)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    Hello,
    I'm ussing FMLE 3.2
    The log say, for example when i try to change the size, this:
    Tue Mar 19 2013 16:47:18 : Selected video input device: Digital Rapids DRC-1X00, 2X00 (Ch 1)
    Tue Mar 19 2013 16:47:19 : Selected audio input device: Digital Rapids DRC-1X00, 2X00 (Ch 1)
    Tue Mar 19 2013 16:47:20 : Failed with error 80040154:CoCreateInstance(CLSID_VideoMixingRenderer9, NULL, CLSCTX_INPROC, IID_IBaseFilter, pFilterVideoMixingRenderer.ppv())
    Tue Mar 19 2013 16:47:21 : Audio source does not support the selected sample rate and/or channels. Re-sampling the audio to desired setting.
    Tue Mar 19 2013 16:47:22 : The selected audio device "Digital Rapids DRC-1X00, 2X00 (Ch 1)" doesn't allow setting volume intensity. Disabling the volume slider control.
    Tue Mar 19 2013 16:47:27 : Video size changed.
    Flash Media Live Encoder has experienced an unrecoverable exception. The details here may help to locate the problem. If the module listed is a third party driver, try updating or using a different driver. For reproducible problems within Flash Media Live Encoder itself, send this file to  [email protected] with a description of what you were doing when the exception occurred.
    Thank you

  • Data services stop working after updating to new OS version for Q10

    I am from Qatar, after i updated my device ( Q10 SNQ100-3 ) to new OS ( 10.2.1.537 ), the mobile data services stopped working, but it works everytime I connect to wifi. This is the same with Z10. Please need help.

    Hi and Welcome to the Community!
    With a strong carrier network signal (e.g., not merely WiFi), I suggest the following steps, in order, even if they seem redundant to what you have already tried (step 1 should result in a message coming to your BB...please wait for that before proceeding to the next step):
    1) Register HRT
    KB00510 How to register a BlackBerry smartphone with the wireless network
    Please wait for one "registration" message to arrive
    2) Reboot
    Pre-BB10 Devices ONLY. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes.
    BB10 Devices. Hold the top button down until the counter reaches zero. Wait for the device to be fully shut down (e.g., nothing at all displayed on the screen, no LED lights, etc.). Hold the top button until the red LED is lit. Wait through the full boot-up process. IF this fails, you can attempt the battery-pull method above, but it is normally NOT recommended unless nothing else works.
    See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Hopefully that will get things going again for you! If not, then you should contact your mobile service provider for formal support.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Scheduled Stop and Start all PI communication channels

    Hi,
    Is there a way to Schedule Stop all PI communication channels at perticular time and start back at pertuclar date and time?
    or is it only a munual way? stop all sender communication channels? if so, how do i keep track of the channels proprties details? like automatic control, external control off etc?
    Thanks.
    Prema

    Hi Prema,
    You may try the below steps to start and start the channels automatically.
    1> Open page http://<<hostname>>:<<portnumber>>/mdt/channelmonitorservlet
    2> click on "Availability Time Planning" on right top of your page.
    3> click on create. Fill up the requied details. Please note the below example is for the channel for which I want to be up only from Monday to Saturday and for only one hour on these days from 11AM to 12PM.
    Go to "communication channels" tab enter the channel name as below and it will select the channels for which you want this schedule to work.
    Activate this and in communication channel make sure that these channels are in "automatic control". You may do further trial on this and it should serve your purpose if your system has fixed start downtime and fixed start up time.

  • Netweaver 2004s Trial Stopped Working

    My SAP server has stopped working a while back and I have no idea where to even look...
    I use the SAP Management Console on windows XP SP2 with MaxDB as the database. When I try to start the server, all the processes start and then work+disp.exe dies.
    See traces and logs below... Are there any other traces or logs I should be looking at to find the cause?
    Here is the developer trace for disp+work.exe:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        NSP
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    23
    intno      20050900
    make:      multithreaded, ASCII
    pid        4280
    Thu Jun 19 11:30:45 2008
    kernel runs with dp version 202(ext=109) (@(#) DPLIB-INT-VERSION-202)
    length of sys_adm_ext is 360 bytes
    *** SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 4280) [dpxxdisp.c   1226]
         shared lib "dw_xml.dll" version 23 successfully loaded
         shared lib "dw_xtc.dll" version 23 successfully loaded
         shared lib "dw_stl.dll" version 23 successfully loaded
         shared lib "dw_gui.dll" version 23 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Thu Jun 19 11:30:56 2008
    *** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 10 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5209]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpShMCreate: sizeof(wp_adm)          5280     (880)
    DpShMCreate: sizeof(tm_adm)          3351072     (16672)
    DpShMCreate: sizeof(wp_ca_adm)          1200     (60)
    DpShMCreate: sizeof(appc_ca_adm)     1200     (60)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    DpShMCreate: sizeof(comm_adm)          528048     (1048)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1076)
    DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 04C80040, size: 3950264)
    DpShMCreate: allocated sys_adm at 04C80040
    DpShMCreate: allocated wp_adm at 04C81978
    DpShMCreate: allocated tm_adm_list at 04C82E18
    DpShMCreate: allocated tm_adm at 04C82E48
    DpShMCreate: allocated wp_ca_adm at 04FB5068
    DpShMCreate: allocated appc_ca_adm at 04FB5518
    DpShMCreate: allocated comm_adm at 04FB59C8
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 05036878
    DpShMCreate: allocated gw_adm at 050368B8
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 050368E8
    DpShMCreate: allocated wall_adm at 050368F0
    MBUF state OFF
    *** ERROR => ztta/diag_area is 64000. [sapinit.c    325]
    *** ERROR => ztta/diag_area adjusted to 128000 (minimum value). [sapinit.c    327]
    *** ERROR => ztta/cua_area is 90000. [sapinit.c    963]
    *** ERROR => ztta/cua_area adjusted to 250000. [sapinit.c    967]
    EmInit: MmSetImplementation( 2 ).
    MM diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    Thu Jun 19 11:30:57 2008
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( PackardBell) [dpxxdisp.c   11163]
    Thu Jun 19 11:30:58 2008
    CCMS: alert/MONI_SEGM_SIZE = 0   monitoring and alerting switched off.
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 23
    Release check o.K.
    Thu Jun 19 11:31:38 2008
    *** ERROR => W0 (pid 4316) died [dpxxdisp.c   13743]
    *** ERROR => W1 (pid 956) died [dpxxdisp.c   13743]
    my types changed after wp death/restart 0x9f --> 0x9e
    *** ERROR => W2 (pid 3692) died [dpxxdisp.c   13743]
    my types changed after wp death/restart 0x9e --> 0x9c
    *** ERROR => W3 (pid 3308) died [dpxxdisp.c   13743]
    my types changed after wp death/restart 0x9c --> 0x98
    *** ERROR => W4 (pid 4728) died [dpxxdisp.c   13743]
    my types changed after wp death/restart 0x98 --> 0x90
    *** ERROR => W5 (pid 3388) died [dpxxdisp.c   13743]
    my types changed after wp death/restart 0x90 --> 0x80
    *** DP_FATAL_ERROR => DpWPCheck: no more work processes
    *** DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    killing W0-4316 (SIGUSR2)
    *** ERROR => DpWpKill(4316, SIGUSR2) failed [dpxxtool.c   2656]
    killing W1-956 (SIGUSR2)
    *** ERROR => DpWpKill(956, SIGUSR2) failed [dpxxtool.c   2656]
    killing W2-3692 (SIGUSR2)
    *** ERROR => DpWpKill(3692, SIGUSR2) failed [dpxxtool.c   2656]
    killing W3-3308 (SIGUSR2)
    *** ERROR => DpWpKill(3308, SIGUSR2) failed [dpxxtool.c   2656]
    killing W4-4728 (SIGUSR2)
    *** ERROR => DpWpKill(4728, SIGUSR2) failed [dpxxtool.c   2656]
    killing W5-3388 (SIGUSR2)
    *** ERROR => DpWpKill(3388, SIGUSR2) failed [dpxxtool.c   2656]
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:31:48 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Thu Jun 19 09:31:48 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program  Cl  User         Action                    Table
    0 DIA     4316 Ended         no      1   0             0                                                             
    1 DIA      956 Ended         no      1   0             0                                                             
    2 UPD     3692 Ended         no      1   0             0                                                             
    3 ENQ     3308 Ended         no      1   0             0                                                             
    4 BTC     4728 Ended         no      1   0             0                                                             
    5 SPO     3388 Ended         no      1   0             0                                                             
    Dispatcher Queue Statistics               Thu Jun 19 09:31:48 2008
    ===========================
    +------+--------+--------+--------+--------+--------+
    |  Typ |    now |   high |    max | writes |  reads |
    +------+--------+--------+--------+--------+--------+
    | NOWP |      0 |      2 |   2000 |      6 |      6 |
    +------+--------+--------+--------+--------+--------+
    |  DIA |      4 |      4 |   2000 |      4 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  UPD |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  ENQ |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  BTC |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  SPO |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  UP2 |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    max_rq_id          11
    wake_evt_udp_now     0
    wake events           total     7,  udp     7 (100%),  shm     0 (  0%)
    since last update     total     7,  udp     7 (100%),  shm     0 (  0%)
    Dump of tm_adm structure:               Thu Jun 19 09:31:48 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Thu Jun 19 09:31:48 2008
    =============================
    Slots: 20, Used: 1, Max: 0
    +------+--------------+----------+-------------+
    |   id | owner        |   pid    | eyecatcher  |
    +------+--------------+----------+-------------+
    |    0 | DISPATCHER   |       -1 | *WPCAAD000* |
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:31:53 2008
    NiISelect: TIMEOUT occured (5000ms)
    Shutdown server ...
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (4104) (SOFT_KILL)
    Stop icman
    killing process (2228) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:4104  HANDLE:1608)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:31:54 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:4104  HANDLE:1608)
    wait for end of icman
    [DpProcDied] Process lives  (PID:2228  HANDLE:1624)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:31:55 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2228  HANDLE:1624)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:31:56 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2228  HANDLE:1624)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:31:57 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2228  HANDLE:1624)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:31:58 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2228  HANDLE:1624)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:31:59 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2228  HANDLE:1624)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:32:00 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2228  HANDLE:1624)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:32:01 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2228  HANDLE:1624)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:32:02 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2228  HANDLE:1624)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:32:03 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2228  HANDLE:1624)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:32:04 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2228  HANDLE:1624)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1645
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:32:05 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:2228  HANDLE:1624)
    NiIMyHostName: hostname = 'PackardBell'
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   11447]
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0
    SiSelNSet: set events of sock 1572 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 1572 (pos=2)
    SiSelNRemove: removed sock 1572
    NiSelIRemove: removed hdl 2
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/20/6
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 14)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 1572
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 4280) [dpxxdisp.c   9836]
    Good Bye .....
    msg_server.exe developer trace:
    trc file: "dev_ms", trc level: 1, release: "700"
    [Thr 4392] Thu Jun 19 11:30:33 2008
    [Thr 4392] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    23
    intno      20050900
    make:      multithreaded, ASCII
    pid        2824
    [Thr 4392] Thu Jun 19 11:30:34 2008
    [Thr 4392] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 2824) [msxxserv.c   1828]
    [Thr 4392] Thu Jun 19 11:30:35 2008
    [Thr 4392] load acl file = C:\usr\sap\NSP\SYS\global\ms_acl_info.DAT
    [Thr 4392] MsGetOwnIpAddr: my host addresses are :
    [Thr 4392]   1 : [10.4.13.98] PackardBell.paper.mondi.co.za (HOSTNAME)
    [Thr 4392]   2 : [127.0.0.1] localhost (LOCALHOST)
    [Thr 4392]   3 : [10.76.164.214] PackardBell (NILIST)
    [Thr 4392] Thu Jun 19 11:30:39 2008
    [Thr 4392] MsHttpInit: full qualified hostname = PackardBell
    [Thr 4392] HTTP logging is switch off
    [Thr 4392] set HTTP state to LISTEN
    [Thr 4392] ms/icf_info_server : deleted
    [Thr 4392] *** I listen to port sapmsNSP (3600) ***
    [Thr 4392] *** I listen to internal port 3900 (3900) ***
    [Thr 4392] *** HTTP port 8100 state LISTEN ***
    [Thr 4392] CUSTOMER KEY: >A0585523289<
    [Thr 4392] Thu Jun 19 11:32:05 2008
    [Thr 4392] *** ERROR => MsSClientHandle: no server provides service ENQ  (4), requested from PackardBell_NSP_00 [msxxserv.c   4658]
    Edited by: David Bann on Jun 19, 2008 11:44 AM

    Seems there is a problem with the database but I have no idea how to fix it...
    Please see contents of dev_w0 file:
    trc file: "dev_w0", trc level: 1, release: "700"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ

    B Thu Jun 19 11:55:51 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll' ...
    B  Library 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll' loaded
    B  Version of 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll' is "700.08", patchlevel (0.19)
    B  New connection 0 created
    M sysno      00
    M sid        NSP
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    23
    M intno      20050900
    M make:      multithreaded, ASCII
    M pid        952
    M
    M  kernel runs with dp version 202(ext=109) (@(#) DPLIB-INT-VERSION-202)
    M  length of sys_adm_ext is 360 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 952) [dpxxdisp.c   1288]

    I Thu Jun 19 11:55:52 2008
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          5280     (880)
    M  DpShMCreate: sizeof(tm_adm)          3351072     (16672)
    M  DpShMCreate: sizeof(wp_ca_adm)          1200     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     1200     (60)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    M  DpShMCreate: sizeof(comm_adm)          528048     (1048)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1076)
    M  DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 04C80040, size: 3950264)
    M  DpShMCreate: allocated sys_adm at 04C80040
    M  DpShMCreate: allocated wp_adm at 04C81978
    M  DpShMCreate: allocated tm_adm_list at 04C82E18
    M  DpShMCreate: allocated tm_adm at 04C82E48
    M  DpShMCreate: allocated wp_ca_adm at 04FB5068
    M  DpShMCreate: allocated appc_ca_adm at 04FB5518
    M  DpShMCreate: allocated comm_adm at 04FB59C8
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 05036878
    M  DpShMCreate: allocated gw_adm at 050368B8
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 050368E8
    M  DpShMCreate: allocated wall_adm at 050368F0
    Y  *** ERROR => ztta/diag_area is 64000. [sapinit.c    325]
    Y  *** ERROR => ztta/diag_area adjusted to 128000 (minimum value). [sapinit.c    327]
    Y  *** ERROR => ztta/cua_area is 90000. [sapinit.c    963]
    Y  *** ERROR => ztta/cua_area adjusted to 250000. [sapinit.c    967]
    X  EmInit: MmSetImplementation( 2 ).
    X  MM diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host PackardBell
    M  calling db_connect ...

    C  DBSDBSLIB : version 700.08, patch 0.019 (Make PL 0.23)
    C  MAXDB shared library (dbsdbslib) patchlevels (last 10)
    C    (0.019) UPDSTAT optimized (note 870327)
    C    (0.010) MaxDB DBSL patch collection 1 2005 (note 850830)
    C    (0.009) New stream compression available with LVC 7.6.0 b12 (note 835809)
    C    (0.008) Support of SDBUPDEXCL (note 847616)
    C    (0.005) Switch stream compression on/off (note 835809)
    C    (0.005) ITAB stream handling optimized (note 835809)


    C  Loading SQLDBC client runtime ...
    C  SQLDBC SDK Version : SQLDBC.H  7.6.0    BUILD 002-121-083-965
    C  SQLDBC Library Version : libSQLDBC 7.6.0    BUILD 018-123-113-357
    C  SQLDBC client runtime is MaxDB 7.6.0.018 CL 113357
    C  INFO : SQLOPT= -I 0 -t 0
    C  Try to connect (DEFAULT) on connection 0 ...

    C Thu Jun 19 11:55:53 2008
    C  *** ERROR => Connect to database failed, rc = -10709 (Connection failed (RTE:database not running))
    [dbsdbsql.cpp 118]
    B  ***LOG BV3=> severe db error -10709    ; work process is stopped [dbsh#1 @ 1195] [dbsh    1195 ]
    B  ***LOG BY2=> sql error -10709 performing CON [dblink#3 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> Connection failed (RTE:database not running) [dblink#3 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1391]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   9995]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    vm = V-1

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server PackardBell_NSP_00 on host PackardBell (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Thu Jun 19 11:55:53 2008
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10180
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   720]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  260]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 952) [dpnttool.c   327]
    Also see contents of dev_disp file:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        NSP
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    23
    intno      20050900
    make:      multithreaded, ASCII
    pid        5928
    Thu Jun 19 11:55:45 2008
    kernel runs with dp version 202(ext=109) (@(#) DPLIB-INT-VERSION-202)
    length of sys_adm_ext is 360 bytes
    *** SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 5928) [dpxxdisp.c   1226]
         shared lib "dw_xml.dll" version 23 successfully loaded
         shared lib "dw_xtc.dll" version 23 successfully loaded
         shared lib "dw_stl.dll" version 23 successfully loaded
         shared lib "dw_gui.dll" version 23 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Thu Jun 19 11:55:49 2008
    *** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5209]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpShMCreate: sizeof(wp_adm)          5280     (880)
    DpShMCreate: sizeof(tm_adm)          3351072     (16672)
    DpShMCreate: sizeof(wp_ca_adm)          1200     (60)
    DpShMCreate: sizeof(appc_ca_adm)     1200     (60)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    DpShMCreate: sizeof(comm_adm)          528048     (1048)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1076)
    DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 04C80040, size: 3950264)
    DpShMCreate: allocated sys_adm at 04C80040
    DpShMCreate: allocated wp_adm at 04C81978
    DpShMCreate: allocated tm_adm_list at 04C82E18
    DpShMCreate: allocated tm_adm at 04C82E48
    DpShMCreate: allocated wp_ca_adm at 04FB5068
    DpShMCreate: allocated appc_ca_adm at 04FB5518
    DpShMCreate: allocated comm_adm at 04FB59C8
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 05036878
    DpShMCreate: allocated gw_adm at 050368B8
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 050368E8
    DpShMCreate: allocated wall_adm at 050368F0
    MBUF state OFF
    *** ERROR => ztta/diag_area is 64000. [sapinit.c    325]
    *** ERROR => ztta/diag_area adjusted to 128000 (minimum value). [sapinit.c    327]
    *** ERROR => ztta/cua_area is 90000. [sapinit.c    963]
    *** ERROR => ztta/cua_area adjusted to 250000. [sapinit.c    967]
    EmInit: MmSetImplementation( 2 ).
    MM diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    Thu Jun 19 11:55:50 2008
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( PackardBell) [dpxxdisp.c   11163]
    CCMS: alert/MONI_SEGM_SIZE = 0   monitoring and alerting switched off.
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 23
    Release check o.K.
    Thu Jun 19 11:56:30 2008
    *** ERROR => W0 (pid 952) died [dpxxdisp.c   13743]
    *** ERROR => W1 (pid 3244) died [dpxxdisp.c   13743]
    my types changed after wp death/restart 0x9f --> 0x9e
    *** ERROR => W2 (pid 3376) died [dpxxdisp.c   13743]
    my types changed after wp death/restart 0x9e --> 0x9c
    *** ERROR => W3 (pid 5052) died [dpxxdisp.c   13743]
    my types changed after wp death/restart 0x9c --> 0x98
    *** ERROR => W4 (pid 4160) died [dpxxdisp.c   13743]
    my types changed after wp death/restart 0x98 --> 0x90
    *** ERROR => W5 (pid 2988) died [dpxxdisp.c   13743]
    my types changed after wp death/restart 0x90 --> 0x80
    *** DP_FATAL_ERROR => DpWPCheck: no more work processes
    *** DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    killing W0-952 (SIGUSR2)
    *** ERROR => DpWpKill(952, SIGUSR2) failed [dpxxtool.c   2656]
    killing W1-3244 (SIGUSR2)
    *** ERROR => DpWpKill(3244, SIGUSR2) failed [dpxxtool.c   2656]
    killing W2-3376 (SIGUSR2)
    *** ERROR => DpWpKill(3376, SIGUSR2) failed [dpxxtool.c   2656]
    killing W3-5052 (SIGUSR2)
    *** ERROR => DpWpKill(5052, SIGUSR2) failed [dpxxtool.c   2656]
    killing W4-4160 (SIGUSR2)
    *** ERROR => DpWpKill(4160, SIGUSR2) failed [dpxxtool.c   2656]
    killing W5-2988 (SIGUSR2)
    *** ERROR => DpWpKill(2988, SIGUSR2) failed [dpxxtool.c   2656]
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:40 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Thu Jun 19 09:56:40 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program  Cl  User         Action                    Table
    0 DIA      952 Ended         no      1   0             0                                                             
    1 DIA     3244 Ended         no      1   0             0                                                             
    2 UPD     3376 Ended         no      1   0             0                                                             
    3 ENQ     5052 Ended         no      1   0             0                                                             
    4 BTC     4160 Ended         no      1   0             0                                                             
    5 SPO     2988 Ended         no      1   0             0                                                             
    Dispatcher Queue Statistics               Thu Jun 19 09:56:40 2008
    ===========================
    +------+--------+--------+--------+--------+--------+
    |  Typ |    now |   high |    max | writes |  reads |
    +------+--------+--------+--------+--------+--------+
    | NOWP |      0 |      2 |   2000 |      6 |      6 |
    +------+--------+--------+--------+--------+--------+
    |  DIA |      5 |      5 |   2000 |      5 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  UPD |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  ENQ |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  BTC |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  SPO |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  UP2 |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    max_rq_id          12
    wake_evt_udp_now     0
    wake events           total     7,  udp     7 (100%),  shm     0 (  0%)
    since last update     total     7,  udp     7 (100%),  shm     0 (  0%)
    Dump of tm_adm structure:               Thu Jun 19 09:56:40 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    RM-T6, U7,     , PackardBell, 11:55:52, M0, W-1,     , 1/0
    Workprocess Comm. Area Blocks               Thu Jun 19 09:56:40 2008
    =============================
    Slots: 20, Used: 2, Max: 1
    +------+--------------+----------+-------------+
    |   id | owner        |   pid    | eyecatcher  |
    +------+--------------+----------+-------------+
    |    0 | DISPATCHER   |       -1 | *WPCAAD000* |
    |    1 | DISPATCHER   |       -1 | *WPCAAD001* |
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:45 2008
    NiISelect: TIMEOUT occured (5000ms)
    Shutdown server ...
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (5104) (SOFT_KILL)
    Stop icman
    killing process (3916) (SOFT_KILL)
    Terminate gui connections
    send SHUTDOWN to REM TM 6
    blks_in_queue/wp_ca_blk_no/wp_max_no = 2/20/6
    LOCK WP ca_blk 2
    return errno (-17) to T6
    errormsg without overhead: take mode 0
    NiBufIAlloc: malloc NiBufadm, to 0 bytes
    try to send 14 to M0
    NiBufSend starting
    NiIWrite: hdl 4 sent data (wrt=14,pac=1,MESG_IO)
    REL WP ca_blk 2
    set status of T6 to TM_DISCONNECTED
    NiBufISelUpdate: new MODE -- (r-) for hdl 4 in set0
    SiSelNSet: set events of sock 1540 to: ---
    NiBufISelRemove: remove hdl 4 from set0
    SiSelNRemove: removed sock 1540 (pos=4)
    SiSelNRemove: removed sock 1540
    NiSelIRemove: removed hdl 4
    DpDelSocketInfo: del info for socket 4 (type=3)
    NiICloseHandle: shutdown and close hdl 4 / sock 1540
    NiBufIClose: clear extension for hdl 4
    dp_tm_adm[6].stat = DP_SLOT_FREE
    DpGetSchedule: next schedule 1213869410/187000
    DpGetSchedule: no schedule found
    DpITmSlotRelease: release slot 6
    DpListInsert: insert elem 6 into tmadm_free_list (at begin)
    DpListInsert: 195 elems in tmadm_free_list
    DpListRemove: remove elem 6 from tmadm_inuse_list
    DpListRemove: 6 elems in tmadm_inuse_list
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:5104  HANDLE:1612)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:46 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:5104  HANDLE:1612)
    wait for end of icman
    [DpProcDied] Process lives  (PID:3916  HANDLE:1628)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:47 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3916  HANDLE:1628)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:48 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3916  HANDLE:1628)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:49 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3916  HANDLE:1628)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:50 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3916  HANDLE:1628)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:51 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3916  HANDLE:1628)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:52 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3916  HANDLE:1628)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:53 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3916  HANDLE:1628)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:54 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3916  HANDLE:1628)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:55 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3916  HANDLE:1628)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:56 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3916  HANDLE:1628)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1649
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 11:56:57 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:3916  HANDLE:1628)
    NiIMyHostName: hostname = 'PackardBell'
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   11447]
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0
    SiSelNSet: set events of sock 1576 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 1576 (pos=2)
    SiSelNRemove: removed sock 1576
    NiSelIRemove: removed hdl 2
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 2/20/6
    LOCK WP ca_blk 2
    make DISP owner of wp_ca_blk 2
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 1576
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 5928) [dpxxdisp.c   9836]
    Good Bye .....

  • Lenovo B50-30 AIO touch screen stop working

    I bought my Lenovo B50-30 AIO touch screen last year and approximately after 3- 4 months of use the touch screen capability has stopped working.. Contacted customer service but they are unable to help and they told us thay they will send someone to fix it but no call to schedule this visit has ever been received at all.. Can anyone help? 

    hi wileecoyote,
    Welcome to the Forums.
    Can you try the following:
    1.. Press the Windows key‌ +R, type devmgmt.msc and press Enter. On the device manager, click View > Show Hidden Devices and under Human Interface Devices section, uninstall the HID-compliant device touch screen (this is the driver that controls the touchscreen). 
        - Sample image
    When finished, reboot the system and open system properties to determine if the OS is detecting the touch capability.
       - Link to picture (Touchscreen not detected, proceed to Step 2)
       - Link to picture (Touchscreen is detected)
    2. Restart the machine and tap F2 to boot into the System Recovery options. On the menu, try to touch an item but don't proceed in doing the system recovery -- this is to check if the digitizer (the hardware part that enables touchscreen functionality) is working.
        - If the Touchscreen is working, boot back into Windows and backup important files then prooceed with the System Recovery.
        - If the Touchscreen is still not working even in the System Recovery menu then it's likely that the digitizer is faulty. Since you already called tech. support, I would recommend doing a follow-up on the repair ticket (your case number#) or send me a private message regarding the machine serial number and case # for me to check.
    Support phone list
    Regards

Maybe you are looking for

  • How to Quiet a Mac Pro keyboard?

    Need to work online without keyboard noise

  • I am facing problem while working for userexit for vendor master and Editor

    Hi, I am working one userexit for vendor master. My objective is after MK01 transaction, I want to attach MM01 transaction using userexit SAPMF02K on IDES version. 1) Function module is EXIT_SAPMF02K_001 and Include is ZXF05U01.   while duble click o

  • Dbms_Job problem...........urgent

    I have scheduled a job, which should get fired after every 10 sec. Code as follows: SQL> begin 2 dbms_job.submit(:jobno, 3 'my_pgm;', 4 SYSDATE + 10/86400, 5 'SYSDATE + (10/86400)', 6 FALSE); 7 COMMIT; 8 end; 9 / PL/SQL procedure successfully complet

  • Save As...  Indesign (2014) seems to break files.

    A typical workflow for our Creatives is: Once original is set up. a few days later someone wants a change to it. They typically open the file, chose Save As... Create a V2 or V3 and save it. And make the changes to the new version. If the file was or

  • Define an image in a java scriptlet

    Hello everybody, I have created a jsp page in JDeveloper and i want to define an image inside a java Scriptlet. Could anyone tell me how to do this thing? Thanks in advance!