Frequency dependent switch

I'm looking to build a frequency dependent impedance (by a frequency - impedance table).
For now I got to the point where I have a frequency dependent Voltage Source. I tried to add a Voltage/Current Controlled SPST that would only switch on in a narrow frequency band. Parallel branches would lead to an approximation of the necessary frequency dependent impedance.
I do notice that while excecuting the 'AC analysis' the switch does not switch at all. Is it possible to build a frequency dependent switch with the Voltage/Current Controlled SPST that works with the 'AC analysis'? Alternatives?

Dhr,
AC analysis linearizes the signal path (ie no switching, or nonlinear behavior whatsoever).  Try using a chirp signal and set F-0 and F-final (the switch should turn on through the chirp signal when the frequency goes through your band).
Regards,
Pat Noonan

Similar Messages

  • Frequency dependent reactance in material definitions

    I am trying to run a simulation for a material with a frequency dependent reactance. However, when I attempt to enter a variable for the frequency in the material definition I receive the following errors:
    Global Definitions
    9:50:04 PM   frq - Equation Error: Variable not found '_FREQ'
    EM Structure 1
    9:50:04 PM   STACKUP.SUB : Error evaluating parameter 'React' (Equation Error: Variable 'frq' is not valid). (Click for help.)
    In both global definitions and schematics, I have tried establishing a variable for frequency as suggested in the examples by assigning frq<<_FREQ. I also created an equation to use for the reactance, ex.  x(f) = (2*_PI*f). I then entered x(frq) for the reactance in the impedance defintion of the Material Defs tab of the enclosure properties. These simulations were attempted using AXIEM.
    Any help would be greatly appreciated.
    Solved!
    Go to Solution.

    There are some capabilities to make some materials frequency dependent for AXIEM.  
    Please see the attached project.   Output equations write some equations and are plotted to help define the equations.  the STACKUP does NOT use these it is just for debugging purposes. 
    Then for some parameters you can enter a frequency dependency, this example is doing this for Er and TanD.
    I am not sure exactly which parameter you want to make frequency dependent, I am pretty sure you can set this for the ResSQ, and React.  
    This should get you going. 
    Attachments:
    FreqDepMatl.zip ‏21 KB

  • [WAS SOLVED FOR FEW HOURS] ipw3945: Radio Frequency Kill Switch is On

    Hi,
    Just got a new machine (Lenovo Y410). I was trying to set up wireless but the wifi card never showed up. Looking at dmesg showed:
    ipw3945: Radio Frequency Kill Switch is On:
    Kill switch must be turned off for wireless networking to work.
    Ok fine.
    But, the problem is that the switch is on the correct position...
    Any help/suggestions highly appreciated.
    Thanks in advance.
    Last edited by bangkok_manouel (2007-11-02 04:04:38)

    Thanks again for your help.
    Should anyone have this problem, you can also try:
    http://ubuntuforums.org/showthread.php?t=303897
    http://ubuntuforums.org/showthread.php?t=427222
    None of these worked for me unfortunately. The only thing that finally solved this problem was to install windows temporary. Needless to say that this really sucks. But works.

  • Generating frequency dependant square pulse and making it digital

    trying to generate a square wave pulse at a specific frequency
    it would be great if its simple as setting the amount of frequency (i.e., 50 , 50 pulses per sec)
    but it gets complicated because of the sample rate
    my problem is to convert it to digital and i don't know whats wrong
     i attached a pic of my block diagram
    as you can see, one pulse has frequency F, the other F/2, and lastly F/4
    i need it to be compatible with the VI attached as well. can anyone help? thanks in advance!
    Message Edited by sdkpark on 10-10-2009 12:19 AM
    Attachments:
    Create Digital Waveform.vi ‏20 KB
    Correlated Dig Write With Counter.vi ‏31 KB

    Hello again Sdkpark,
    Apologies the message I was writing didn't include my full post.  Take a look at this great community example for a prebuilt solution to what I believe you're trying to accomplish:
    http://decibel.ni.com/content/docs/DOC-5763
    Let me know if this isn't what you're looking for and I'll reply back.  Have a great day!
    -John Sullivan
    Analog Engineer

  • [solved] switch to cpupower

    I recently switched to cpupower because I discovered that cpufrequtils had been deprecated. I should say that I'm also experimenting with systemd which is definitely complicating things.
    I actually have laptop-mode-tools handle this stuff. At least, I think it does. Mostly I just want 'ondemand' anyhow.
    But I do use the info-getting tools from the package.
    The first thing I'm confused about is that I seem to have man pages for non-existent commands - not only commands not on my system but commands pkgfile claims never to have heard of. These include cpupower-frequency-info, cpupower-frequency-set, cpupower-info, cpupower-set, cpupower-monitor. I assume these are likely just aliases for the main command but I'm a bit worried they don't seem to exist.
    Anyway, using cpupower:
    $ cpupower info
    System's multi core scheduler setting: not supported
    System's thread sibling scheduler setting: not supported
    Intel's performance bias setting needs root privileges
    analyzing CPU 0:
    $ cpupower frequency-info
    analyzing CPU 0:
    driver: acpi-cpufreq
    CPUs which run at the same hardware frequency: 0 1 2 3
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 10.0 us.
    hardware limits: 800 MHz - 1.40 GHz
    available frequency steps: 1.40 GHz, 1.30 GHz, 1.20 GHz, 1.10 GHz, 1000 MHz, 900 MHz, 800 MHz
    available cpufreq governors: ondemand, performance
    current policy: frequency should be within 800 MHz and 1.40 GHz.
    The governor "ondemand" may decide which speed to use
    within this range.
    current CPU frequency is 800 MHz.
    boost state support:
    Supported: no
    Active: no
    25500 MHz max turbo 4 active cores
    25500 MHz max turbo 3 active cores
    25500 MHz max turbo 2 active cores
    25500 MHz max turbo 1 active cores
    This is confusing me because cpufreq-info used to give me separate information for each cpu. Moreover, the 'ondemand' governor would sometimes have set some cpus to different frequencies depending, I assume, on demand. But cpupower responds as though it only looks at core 0.
    Is there a way to get information for cpus 1, 2 and 3?
    I didn't think that cpupower altered the way the kernel module acpi-freq behaved (unless you overrode the automated management etc.) That is, I thought the 'ondemand' governor was a kernel thing and cpupower was the user space tools. If so, then I'm not sure why it should suddenly seem that the other three cpus can't have their frequencies managed independently of cpu 0 since it worked fine with cpufrequtils.
    Or has something changed in the kernel?
    [I assume that the "not supported" reports concern extensions in cpupower which cpufrequtils didn't have access to since I never got such reports and there was no config for similar options. So these failures could well just reflect my hardware, I suppose (i3).
    Last edited by cfr (2012-08-28 00:17:34)

    Thank you!
    I had read the options but was misled by
    CPUs which need to have their frequency coordinated by software: 0
    into thinking that 1-3 were being ignored. But now I see:
    $ cpupower -c 0,1,2,3 frequency-info | grep need
    CPUs which need to have their frequency coordinated by software: 0
    CPUs which need to have their frequency coordinated by software: 1
    CPUs which need to have their frequency coordinated by software: 2
    CPUs which need to have their frequency coordinated by software: 3
    I do think the output could be made a bit less misleading if the largest number of CPUs listed at once is 1.
    Thanks for the help.

  • Can anyone give me a LabView program to do impedance spectroscopy (capacitance-frequency) with a HP4284 LRC interfaced to a probe station?

    I am trying to measure the frequency dependent dielectric function of some polymer systems.  Our group has a HP4284 LCR meter interfaced to a probe station, however we lack the LabView code to perform frequency dependent capacitance measurements (i.e. electrical impedance spectroscopy).  Any help is much appreciated.  Cheers!
    -Kwami

    First, study the manual and learn how to do a measurement manually. Then, download the driver (LabVIEW Tools>Instrumenation>Find Instrument Drivers), install the project style driver. Next, look at the LabVIEW examples for it (Help>Find Examples>Hardware Input and Output>Instrument Drivers>LabVIEW Plug and Play). Study the functions in the driver with Context Help turned on. Look at the block diagrams to see what commands in the manual each function implements. Decide which functions/commands are necessary to duplicate your manual test.

  • Log file switch

    Hi,
    on 11g R2, on Win 2008, how to see the frequency of switching from one log file to another ?
    Thank you.

    you can use this:
    select to_char(first_time,'YYYY-MON-DD') day,
    to_char(sum(decode(to_char(first_time,'HH24'),'00',1,0)),'99') "00",
    to_char(sum(decode(to_char(first_time,'HH24'),'01',1,0)),'99') "01",
    to_char(sum(decode(to_char(first_time,'HH24'),'02',1,0)),'99') "02",
    to_char(sum(decode(to_char(first_time,'HH24'),'03',1,0)),'99') "03",
    to_char(sum(decode(to_char(first_time,'HH24'),'04',1,0)),'99') "04",
    to_char(sum(decode(to_char(first_time,'HH24'),'05',1,0)),'99') "05",
    to_char(sum(decode(to_char(first_time,'HH24'),'06',1,0)),'99') "06",
    to_char(sum(decode(to_char(first_time,'HH24'),'07',1,0)),'99') "07",
    to_char(sum(decode(to_char(first_time,'HH24'),'08',1,0)),'99') "08",
    to_char(sum(decode(to_char(first_time,'HH24'),'09',1,0)),'99') "09",
    to_char(sum(decode(to_char(first_time,'HH24'),'10',1,0)),'99') "10",
    to_char(sum(decode(to_char(first_time,'HH24'),'11',1,0)),'99') "11",
    to_char(sum(decode(to_char(first_time,'HH24'),'12',1,0)),'99') "12",
    to_char(sum(decode(to_char(first_time,'HH24'),'13',1,0)),'99') "13",
    to_char(sum(decode(to_char(first_time,'HH24'),'14',1,0)),'99') "14",
    to_char(sum(decode(to_char(first_time,'HH24'),'15',1,0)),'99') "15",
    to_char(sum(decode(to_char(first_time,'HH24'),'16',1,0)),'99') "16",
    to_char(sum(decode(to_char(first_time,'HH24'),'17',1,0)),'99') "17",
    to_char(sum(decode(to_char(first_time,'HH24'),'18',1,0)),'99') "18",
    to_char(sum(decode(to_char(first_time,'HH24'),'19',1,0)),'99') "19",
    to_char(sum(decode(to_char(first_time,'HH24'),'20',1,0)),'99') "20",
    to_char(sum(decode(to_char(first_time,'HH24'),'21',1,0)),'99') "21",
    to_char(sum(decode(to_char(first_time,'HH24'),'22',1,0)),'99') "22",
    to_char(sum(decode(to_char(first_time,'HH24'),'23',1,0)),'99') "23"
    from v$log_history group by to_char(first_time,'YYYY-MON-DD');

  • Frequency measurement keep reading value when stop rotation

    Hi,
    i am doing the program in the attachment 
    in this program i am using ni9401 and cDAQ 9188 to measure frequency from motor driver 
    but i am facing some problems 
    1. the reading sometimes different than osciliscpe.
    2. when i stop the motor the program still read values and not going to zero |
    Note my driver send the feed back as a signal"Pulses" with difference frequencies depend on my speed . i send digital values to the driver pins 111 to make it rotrate forward and 100 to make it stop rotating + analog value to change the speed 
    can i have help in that ?
    thanks 
    Attachments:
    speed calibration.vi ‏161 KB

    As I understand this you are trying to read the frequency of an quad encoder and the reading is fine as long as the quad encoder is at a steady speed but when it is changing speed you are getting random frequency values.  I looked at your code and nothing seemed to jump out at me as being wrong with it but I do have a couple suggestions to see if we can narrow down where the issue may lie.
    If you could just try running on of the examples found in the example finder (Help»Find Examples...) specifically example Hardware Input and Output»DAQmx»Counter Measurements»Digital Frequency»Meas Dig Frequency-Buffered-Cont-High Freq 2 Ctr.vi.  And just wire the output to a waveform chart or a dial and see if you are seeing the same results there.  If that is giving expected results i would just implement your formula node and averaging into that example and save it as your code.  I have attached an image of such an implementation.
    Doug Farrell
    Product Manager - Condition Monitoring
    National Instruments
    National Instruments Condition Monitoring
    Attachments:
    example code.png ‏44 KB

  • Number of switch logfile

    Hi,
    I have a too many batch run nightly on my database.
    I have 4 groups of logfile, the logfile size is 100M.
    The batch make too insert, update and delete, also the time between switch is very small, 15 or 20 seconds.
    I will create a standby database on a remote host, I'm afraid to see each 15 second arrive on network (40Mo/s) a file of 100Mo.
    Is this a solution to reduce (only night) the time between two switch, for example increase the size of logfile... ?
    Thnaks in advance for your help.
    Nicolas.

    The longest interval between checkpoints is set by log_checkpoint_interval. The default setting is 1800 seconds (30 minutes), so this is not likely to be the cause of your problem.
    You can reduce the frequency of switches by having larger logfiles.
    The volume of traffic to your standby database is governed by the activity on your main database, whether it goes in a large number of small files or a smaller number of larger files.

  • Determining natural frequency

    Having never done vibration analysis, I'm wondering if anyone has experience in determining the natural frequency of a solid using an accelerometer. Aside from knowing that we can produce a voltage signal through the accelerometer, and that we in some way need to condition this through a fourier transform, I am completely stumped.
    Can anyone provide a simple explanation, and hopefully any more complex knowledge of how to go about solving this problem?
    Thanks,
    Justin
    Just as a post note, I'm really completely unfamiliar with vibrations
    analysis, and am hoping to learn enough through this process to really
    understand the problem and its solution...
    Any help is appreciated!
    Message Edited by g0dam0ng1n53ct5 on 12-17-2009 09:01 AM

    OK, I dug up the old code (I'm talking 1994 here).
    The TRANSFER function is a statement of the relationship between the independent measurement (Y) and the driving force (X).
    You hit point A with force X, and at point B, you see a movement Y.
    The transfer function is dependent on structure geometry, materials, mounting, supports, maybe termperature, etc. 
    That is frequency-dependent, so doing it in the frequency domain provides a lot of info at one time. 
    Here are comments from my 1994 code:
           F(x)     F*(x)           |F(x)|^2
    Sxx = ------ * -------     =   ----------   (no phase information)
            N         N               N^2
           F(y)     F*(x)
    Sxy = ------ * -------
            N         N
                          Cross power spectrum          Sxy
    Transfer function = ------------------------   =   -----
                             Power spectrum             Sxx
                 | Sxy | ^2
    Coherence = -------------
                 Sxx  *  Syy
    where:
      F(x) is the complex Fourier transform of the time domain signal x, and
      F*(x) is the complex conjugate of the Fourier transform of x, and
      N is the number of points in x.
    Note that SXX is the magnitude squared.  It is faster to compute the square of the magnitude than it is to compute the magnitude. Although the complex-to-polar VI would look simpler on the diagram, it would take longer since it computes the magnitude proper, (an extra square-root operation), and it computes the angle (extra arc-tangent operations).
    Since N^2 is a term in both Sxy and Sxx, and since we are dividing one by the other, we do not need to explicitly divide by N^2; it is cancelled automatically.
    Here is the code to process a single channel:
    I'm not sure of the comment "this is much faster..." anymore, as I've tested it recently and found it not the case.  But it was true in 1994. 
    And here is the code to handle the actual Xfer function:
    Note that I had an implicit rule that the first channel in the array was always the reference channel, i.e. the hammer (stimulus).  Any other channel(s) were response channels - you can get transfer functions between one stimulus point and any number of response points with one recording.
    The middle section there is averaging: you may or may not want to do that.  It's averaging from several hammer blows.
    What you get out is a complex spectrum (in the TRANSFER FUNCTION array).
    At each frequency, there's a complex number (R+jI) that describes how well the vibration travels from point A to point B. 
    If this function shows a clear peak at say, 583 Hz, then the structure in question is best at transferring vibration at that frequency.
    If the MAGNITUDE of that peak is close to 1.0, then it's very resonant.  If the magnitude is much lower, it's very damped.
    (If it's greater than 1.0... RUN!  It's about to come off it's mountings !)
    You also get a COHERENCE spectrum, I'm not as well versed on the uses of that. 
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

  • Integrating a frequency domain signal

    Hi
    I am trying to extract the response of a frequency dependent signal :
    1. First, I use the SignalFFT vi to get into the frequency domain.
    2. Then I plan to integrate the FFT signal around a certain frequency and take a ratio of that wrt to the integral over the entire frequency spectrum to get a measure of how strong the signal is around that frequency.
    I am choosing a range of frequencies above because the physical phenomenon producing the time domain signal produces a certain lifetime width. I need a numerical integration VI that can do step 2 above. The numerical integration VI that I found in Labview (using ver. 7.1) integrates the whole signal, and there is no way to define limits between which the numerical integration should be carried out.
    Any ideas ?
    Thanks.

    That a cool question!
    This has to do with the sample rate, when you adquire the signal, you get set of samples, that hava a sample rate, and when you do an FFT on those samples, every sample corresponds to frecuency bin (kinda of frecuency samples). Example:
    If you get 100 samples at 1kHz, you will get a 100 windows, this is 100 samples to represent 1kHz, however, only the half of the spectrum is valid, because of the Nyquist teorem, so this mean that from 0 to 49, you have a correct representation, from 50 to 99 you have a reflection of the spectrum. So in the first 50 "frequency samples" you have 0-500Hz
    Tania Lozoya

  • SharePoint backup frequency?

    Does DPM 2012 support 15 minute incremental backups of SharePoint when backing up as a SP farm or only Express Full? When creating the protection group there is only the option for Express Full. The SharePoint SQL DB recovery models are set to
    FULL. Would expect it to do 15 minute incremental as this is what we can do with SQL.
    Many thanks,
    Marcus

    Hi,
    The backup frequency depends on your individual SLA needs - if it's a really active farm with lots of changes throughout the day, you may want to take two or more backups.  The default catalog job runs 3 hours after the express full.  In a large
    farm - that catalog job may take several hours to complete, so you don't want to overlap backups if possible. 
    Worst case is you added an item to the farm and lost it (meaning it was deleted) within three hours of your last express full, under that condition it would not be listed for recovery. If it was not deleted, you can always run a manual catalog to make it show
    up, or more likely just recovery it from the sharepoint recycle bin.
    EXAMPLE: The powershell script below sets the incremental catalog to run at 30 minutes after the express full recovery point for that farm.
    $pg = Get-protectiongroup -dpmservername (&hostname)
    $pg
    $mpg = Get-ModifiableProtectionGroup $pg[X]     (Where X is zero based number of the returned PG names listed – select the sharepoint PG)
    Set-ProtectionJobStartTime –ProtectionGroup $mpg –CatalogOffset 30 
    Set-Protectiongroup $mpg
    After this runs, future catalog jobs will be scheduled to run after 30 minutes of every express full backup.
    DPM does not natively protect CRM - therefor the writer is not used and DPM can you only protect the SQL databases.  You can see what files CRM writer is responsible for and make sure those files are included in your backups.  Run Diskshadow.exe
    from administrative command prompt, then "list writers" - search the output for the CRM writer and see what files are included. 
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Laptop Keyboard doesnot work after grub

    Hello,
    My laptop's keyboard stops working after i select distro from grub menu. I've did huge amount of search but i'm hopeless right now.
    I'm using a usb keyboard and it works fine, my laptop's keyboard also works fine in windows and boot menu.
    I have x86-input-evdev and -keyboard for sure.
    I'm using SLIM+ i3w if you need this!
    What to do and where to go?!
    any way if u need my dmesg here it is:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.10.3-1-ARCH (tobias@testing-i686) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Fri Jul 26 17:13:15 CEST 2013
    [ 0.000000] Disabled fast string operations
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005f68ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000005f690000-0x000000005f699fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000005f69a000-0x000000005f6fffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000005f700000-0x000000005fffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000f0005fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0008000-0x00000000f000bfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.3 present.
    [ 0.000000] DMI: LG Electronics LS75-25JLCE5/HUNTER, BIOS HURFSF07 09/28/2005
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x5f690 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-E3FFF uncachable
    [ 0.000000] E4000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FC0000000 write-back
    [ 0.000000] 1 base 040000000 mask FE0000000 write-back
    [ 0.000000] 2 base 05F700000 mask FFFF00000 uncachable
    [ 0.000000] 3 base 05F800000 mask FFF800000 uncachable
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] PAT not supported by CPU.
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x00bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
    [ 0.000000] [mem 0x37000000-0x373fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
    [ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
    [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
    [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
    [ 0.000000] BRK [0x00849000, 0x00849fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x37a12000-0x37d00fff]
    [ 0.000000] Allocated new RAMDISK: [mem 0x3750f000-0x377fda6a]
    [ 0.000000] Move RAMDISK from [mem 0x37a12000-0x37d00a6a] to [mem 0x3750f000-0x377fda6a]
    [ 0.000000] ACPI: RSDP 000f65b0 00014 (v00 PTLTD )
    [ 0.000000] ACPI: RSDT 5f690af0 0004C (v01 PTLTD HunterFL 06040000 LTP 00000000)
    [ 0.000000] ACPI: FACP 5f699e88 00074 (v01 LGE HunterFL 06040000 LGE 0000005F)
    [ 0.000000] ACPI: DSDT 5f691a5d 0842B (v01 LGE HUNTER 06040000 INTL 20030224)
    [ 0.000000] ACPI: FACS 5f6aafc0 00040
    [ 0.000000] ACPI: APIC 5f699efc 00068 (v01 INTEL ALVISO 06040000 LOHR 0000005F)
    [ 0.000000] ACPI: HPET 5f699f64 00038 (v01 INTEL ALVISO 06040000 LOHR 0000005F)
    [ 0.000000] ACPI: MCFG 5f699f9c 0003C (v01 INTEL ALVISO 06040000 LOHR 0000005F)
    [ 0.000000] ACPI: BOOT 5f699fd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    [ 0.000000] ACPI: SSDT 5f69182f 0022E (v01 SataRe SataAhci 00001000 INTL 20030224)
    [ 0.000000] ACPI: SSDT 5f69135a 004D5 (v01 LGE HNT_IGFX 00001000 INTL 20030224)
    [ 0.000000] ACPI: SSDT 5f690f15 00277 (v01 PmRef Cpu0Ist 00003000 INTL 20030224)
    [ 0.000000] ACPI: SSDT 5f690d55 001C0 (v01 PmRef Cpu0Cst 00003001 INTL 20030224)
    [ 0.000000] ACPI: SSDT 5f690b3c 00219 (v01 PmRef CpuPm 00003000 INTL 20030224)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 638MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] BRK [0x0084a000, 0x0084afff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
    [ 0.000000] HighMem [mem 0x377fe000-0x5f68ffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x5f68ffff]
    [ 0.000000] On node 0 totalpages: 390702
    [ 0.000000] free_area_init_node: node 0, pgdat c06af240, node_mem_map f691f020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 223230 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 1278 pages used for memmap
    [ 0.000000] HighMem zone: 163474 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] 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[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, 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: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 1 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    [ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
    [ 0.000000] e820: [mem 0x60000000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @f68fa000 s33472 r0 d23872 u57344
    [ 0.000000] pcpu-alloc: s33472 r0 d23872 u57344 alloc=14*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 388926
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b68b701a-eb23-4df9-b3c8-ec3497d5f78f ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 3126392 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0005f690)
    [ 0.000000] Memory: 1536040k/1563200k available (4154k kernel code, 26768k reserved, 1734k data, 596k init, 653896k highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff14000 - 0xfffff000 ( 940 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc06c1000 - 0xc0756000 ( 596 kB)
    .data : 0xc050e91e - 0xc06c0300 (1734 kB)
    .text : 0xc0100000 - 0xc050e91e (4154 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
    [ 0.000000] CPU 0 irqstacks, hard=f6008000 soft=f600a000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1862.042 MHz processor
    [ 0.003335] Calibrating delay loop (skipped), value calculated using timer frequency.. 3725.25 BogoMIPS (lpj=6206806)
    [ 0.003339] pid_max: default: 32768 minimum: 301
    [ 0.003390] Security Framework initialized
    [ 0.003401] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003415] Mount-cache hash table entries: 512
    [ 0.003697] Initializing cgroup subsys memory
    [ 0.003710] Initializing cgroup subsys devices
    [ 0.003713] Initializing cgroup subsys freezer
    [ 0.003715] Initializing cgroup subsys net_cls
    [ 0.003718] Initializing cgroup subsys blkio
    [ 0.003751] Disabled fast string operations
    [ 0.003759] mce: CPU supports 5 MCE banks
    [ 0.003768] CPU0: Thermal monitoring enabled (TM1)
    [ 0.003779] Last level iTLB entries: 4KB 128, 2MB 0, 4MB 2
    Last level dTLB entries: 4KB 128, 2MB 0, 4MB 8
    tlb_flushall_shift: 6
    [ 0.010647] ACPI: Core revision 20130328
    [ 0.016690] ACPI: All ACPI Tables successfully acquired
    [ 0.020010] ftrace: allocating 18608 entries in 37 pages
    [ 0.026776] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.027225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.061246] smpboot: CPU0: Intel(R) Pentium(R) M processor 1.86GHz (fam: 06, model: 0d, stepping: 08)
    [ 0.063333] Performance Events: p6 PMU driver.
    [ 0.063333] ... version: 0
    [ 0.063333] ... bit width: 32
    [ 0.063333] ... generic registers: 2
    [ 0.063333] ... value mask: 00000000ffffffff
    [ 0.063333] ... max period: 000000007fffffff
    [ 0.063333] ... fixed-purpose events: 0
    [ 0.063333] ... event mask: 0000000000000003
    [ 0.076681] Brought up 1 CPUs
    [ 0.076684] smpboot: Total of 1 processors activated (3725.25 BogoMIPS)
    [ 0.077871] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.078028] devtmpfs: initialized
    [ 0.078311] PM: Registering ACPI NVS region [mem 0x5f69a000-0x5f6fffff] (417792 bytes)
    [ 0.079835] RTC time: 0:17:13, date: 08/01/13
    [ 0.079897] NET: Registered protocol family 16
    [ 0.080138] ACPI: bus type PCI registered
    [ 0.080221] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.080225] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.080227] PCI: Using MMCONFIG for extended config space
    [ 0.080229] PCI: Using configuration type 1 for base access
    [ 0.081113] bio: create slab <bio-0> at 0
    [ 0.081231] ACPI: Added _OSI(Module Device)
    [ 0.081234] ACPI: Added _OSI(Processor Device)
    [ 0.081237] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.081239] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.082662] ACPI: EC: Look up EC in DSDT
    [ 0.086937] ACPI: Interpreter enabled
    [ 0.086956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
    [ 0.086962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
    [ 0.086980] ACPI: (supports S0 S3 S4 S5)
    [ 0.086983] ACPI: Using IOAPIC for interrupt routing
    [ 0.087016] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.087127] ACPI: No dock devices found.
    [ 0.100886] ACPI: Power Resource [CTHT] (off)
    [ 0.103939] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.104651] acpi PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.104655] acpi PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.104658] acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.104662] acpi PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
    [ 0.104665] acpi PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
    [ 0.104668] acpi PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
    [ 0.104672] acpi PNP0A08:00: host bridge window [mem 0x60000000-0xfebfffff] (ignored)
    [ 0.104675] PCI: root bus 00: using default resources
    [ 0.104777] PCI host bridge to bus 0000:00
    [ 0.104781] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.104785] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.104788] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.104800] pci 0000:00:00.0: [8086:2590] type 00 class 0x060000
    [ 0.104921] pci 0000:00:02.0: [8086:2592] type 00 class 0x030000
    [ 0.104933] pci 0000:00:02.0: reg 10: [mem 0xb0080000-0xb00fffff]
    [ 0.104939] pci 0000:00:02.0: reg 14: [io 0x1800-0x1807]
    [ 0.104946] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff pref]
    [ 0.104953] pci 0000:00:02.0: reg 1c: [mem 0xb0040000-0xb007ffff]
    [ 0.105035] pci 0000:00:02.1: [8086:2792] type 00 class 0x038000
    [ 0.105045] pci 0000:00:02.1: reg 10: [mem 0x00000000-0x0007ffff]
    [ 0.105212] pci 0000:00:1b.0: [8086:2668] type 00 class 0x040300
    [ 0.105235] pci 0000:00:1b.0: reg 10: [mem 0xb0000000-0xb0003fff 64bit]
    [ 0.105333] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.105390] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.105451] pci 0000:00:1c.0: [8086:2660] type 01 class 0x060400
    [ 0.105553] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.105593] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.105654] pci 0000:00:1c.2: [8086:2664] type 01 class 0x060400
    [ 0.105755] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.105803] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.105861] pci 0000:00:1d.0: [8086:2658] type 00 class 0x0c0300
    [ 0.105915] pci 0000:00:1d.0: reg 20: [io 0x1820-0x183f]
    [ 0.106742] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.106797] pci 0000:00:1d.1: [8086:2659] type 00 class 0x0c0300
    [ 0.106852] pci 0000:00:1d.1: reg 20: [io 0x1840-0x185f]
    [ 0.106930] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.106985] pci 0000:00:1d.2: [8086:265a] type 00 class 0x0c0300
    [ 0.107039] pci 0000:00:1d.2: reg 20: [io 0x1860-0x187f]
    [ 0.107119] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.107171] pci 0000:00:1d.3: [8086:265b] type 00 class 0x0c0300
    [ 0.107225] pci 0000:00:1d.3: reg 20: [io 0x1880-0x189f]
    [ 0.107306] pci 0000:00:1d.3: System wakeup disabled by ACPI
    [ 0.107374] pci 0000:00:1d.7: [8086:265c] type 00 class 0x0c0320
    [ 0.107398] pci 0000:00:1d.7: reg 10: [mem 0xb0004000-0xb00043ff]
    [ 0.107497] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.107550] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.107609] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.107721] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.107778] pci 0000:00:1f.0: [8086:2641] type 00 class 0x060100
    [ 0.107883] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.107889] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
    [ 0.107896] pci 0000:00:1f.0: LPC Generic IO decode 2 PIO at 0300-030f
    [ 0.107987] pci 0000:00:1f.1: [8086:266f] type 00 class 0x01018a
    [ 0.108004] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
    [ 0.108016] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
    [ 0.108029] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
    [ 0.108041] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
    [ 0.108053] pci 0000:00:1f.1: reg 20: [io 0x1810-0x181f]
    [ 0.108175] pci 0000:00:1f.3: [8086:266a] type 00 class 0x0c0500
    [ 0.108246] pci 0000:00:1f.3: reg 20: [io 0x18e0-0x18ff]
    [ 0.108477] pci 0000:02:00.0: [11ab:4351] type 00 class 0x020000
    [ 0.108510] pci 0000:02:00.0: reg 10: [mem 0xb4000000-0xb4003fff 64bit]
    [ 0.108527] pci 0000:02:00.0: reg 18: [io 0x2000-0x20ff]
    [ 0.108674] pci 0000:02:00.0: supports D1 D2
    [ 0.108677] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.108734] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 0.110062] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.110076] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.110082] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.110087] pci 0000:00:1c.0: bridge window [mem 0xb4000000-0xb7ffffff]
    [ 0.110096] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd3ffffff 64bit pref]
    [ 0.110182] pci 0000:00:1c.2: PCI bridge to [bus 04]
    [ 0.110188] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
    [ 0.110193] pci 0000:00:1c.2: bridge window [mem 0xb8000000-0xbbffffff]
    [ 0.110202] pci 0000:00:1c.2: bridge window [mem 0xd4000000-0xd7ffffff 64bit pref]
    [ 0.110279] pci 0000:06:00.0: [104c:8031] type 02 class 0x060700
    [ 0.110305] pci 0000:06:00.0: reg 10: [mem 0xfedff000-0xfedfffff]
    [ 0.110347] pci 0000:06:00.0: supports D1 D2
    [ 0.110350] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.110429] pci 0000:06:00.2: [104c:8032] type 00 class 0x0c0010
    [ 0.110455] pci 0000:06:00.2: reg 10: [mem 0xbc006000-0xbc0067ff]
    [ 0.110469] pci 0000:06:00.2: reg 14: [mem 0xbc000000-0xbc003fff]
    [ 0.110572] pci 0000:06:00.2: supports D1 D2
    [ 0.110575] pci 0000:06:00.2: PME# supported from D0 D1 D2 D3hot
    [ 0.110654] pci 0000:06:00.3: [104c:8033] type 00 class 0x018000
    [ 0.110680] pci 0000:06:00.3: reg 10: [mem 0xbc004000-0xbc005fff]
    [ 0.110790] pci 0000:06:00.3: supports D1 D2
    [ 0.110793] pci 0000:06:00.3: PME# supported from D0 D1 D2 D3hot
    [ 0.110870] pci 0000:06:00.4: [104c:8034] type 00 class 0x080500
    [ 0.110896] pci 0000:06:00.4: reg 10: [mem 0xbc007000-0xbc0070ff]
    [ 0.110911] pci 0000:06:00.4: reg 14: [mem 0xbc006c00-0xbc006cff]
    [ 0.110925] pci 0000:06:00.4: reg 18: [mem 0xbc006800-0xbc0068ff]
    [ 0.111013] pci 0000:06:00.4: supports D1 D2
    [ 0.111016] pci 0000:06:00.4: PME# supported from D0 D1 D2 D3hot
    [ 0.111098] pci 0000:06:02.0: [8086:4220] type 00 class 0x028000
    [ 0.111124] pci 0000:06:02.0: reg 10: [mem 0xbc008000-0xbc008fff]
    [ 0.111236] pci 0000:06:02.0: PME# supported from D0 D3hot D3cold
    [ 0.111354] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
    [ 0.111362] pci 0000:00:1e.0: bridge window [mem 0xbc000000-0xbc0fffff]
    [ 0.111371] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.111374] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    [ 0.111379] pci 0000:06:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [ 0.111448] pci_bus 0000:07: busn_res: can not insert [bus 07-ff] under [bus 06] (conflicts with (null) [bus 06])
    [ 0.111455] pci_bus 0000:07: busn_res: [bus 07-ff] end is updated to 0a
    [ 0.111459] pci_bus 0000:07: busn_res: can not insert [bus 07-0a] under [bus 06] (conflicts with (null) [bus 06])
    [ 0.111464] pci_bus 0000:07: [bus 07-0a] partially hidden behind transparent bridge 0000:06 [bus 06]
    [ 0.111487] pci_bus 0000:00: on NUMA node 0
    [ 0.111491] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.111495] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.111688] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 6 7 *10 14 15)
    [ 0.111768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 6 7 *11 14 15)
    [ 0.111846] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 6 *7 10 14 15)
    [ 0.111924] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 6 7 *11 14 15)
    [ 0.112001] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 6 7 10 14 15) *0, disabled.
    [ 0.112082] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 6 7 11 14 15) *0, disabled.
    [ 0.112159] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 6 7 10 14 15) *0, disabled.
    [ 0.112238] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 6 7 11 14 15) *10
    [ 0.113690] ACPI: Enabled 3 GPEs in block 00 to 1F
    [ 0.113703] acpi root: \_SB_.PCI0 notify handler is installed
    [ 0.113752] Found 1 acpi root devices
    [ 0.113811] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    [ 0.113894] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.113899] vgaarb: loaded
    [ 0.113901] vgaarb: bridge control possible 0000:00:02.0
    [ 0.113956] PCI: Using ACPI for IRQ routing
    [ 0.123744] PCI: pci_cache_line_size set to 64 bytes
    [ 0.123813] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    [ 0.123815] e820: reserve RAM buffer [mem 0x5f690000-0x5fffffff]
    [ 0.123948] NetLabel: Initializing
    [ 0.123950] NetLabel: domain hash size = 128
    [ 0.123952] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.123968] NetLabel: unlabeled traffic allowed by default
    [ 0.124001] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.124008] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.124013] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.126058] Switching to clocksource hpet
    [ 0.130773] pnp: PnP ACPI init
    [ 0.130800] ACPI: bus type PNP registered
    [ 0.131416] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.131421] system 00:00: [mem 0xf0000000-0xf0003fff] has been reserved
    [ 0.131425] system 00:00: [mem 0xf0004000-0xf0004fff] has been reserved
    [ 0.131429] system 00:00: [mem 0xf0005000-0xf0005fff] has been reserved
    [ 0.131432] system 00:00: [mem 0xf0008000-0xf000bfff] has been reserved
    [ 0.131436] system 00:00: [mem 0xfed20000-0xfed8ffff] has been reserved
    [ 0.131442] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.131661] pnp 00:01: [dma 4]
    [ 0.131697] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.131737] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.131879] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.131929] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.132035] system 00:05: [io 0x0300-0x030f] has been reserved
    [ 0.132039] system 00:05: [io 0x0800-0x080f] has been reserved
    [ 0.132042] system 00:05: [io 0x1000-0x107f] has been reserved
    [ 0.132046] system 00:05: [io 0x1180-0x11bf] has been reserved
    [ 0.132050] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.132113] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.132390] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.133678] pnp 00:08: [dma 1]
    [ 0.133784] pnp 00:08: Plug and Play ACPI device, IDs PNP0401 (active)
    [ 0.134099] pnp 00:09: [dma 3]
    [ 0.134174] pnp 00:09: Plug and Play ACPI device, IDs SMCf010 PNP0511 (active)
    [ 0.134235] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.134282] pnp 00:0b: Plug and Play ACPI device, IDs SYN1301 PNP0f13 (active)
    [ 0.134310] pnp: PnP ACPI: found 12 devices
    [ 0.134312] ACPI: bus type PNP unregistered
    [ 0.171975] pci 0000:06:00.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.171980] pci 0000:06:00.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.171985] pci 0000:00:1e.0: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
    [ 0.171989] pci 0000:06:00.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.171994] pci 0000:00:1e.0: bridge window [mem 0x04000000-0x03ffffff pref] to [bus 06] add_size 4000000
    [ 0.172003] pci 0000:00:1e.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.172007] pci 0000:00:1e.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.172014] pci 0000:00:1e.0: BAR 15: assigned [mem 0x60000000-0x63ffffff pref]
    [ 0.172018] pci 0000:00:02.1: BAR 0: assigned [mem 0x64000000-0x6407ffff]
    [ 0.172025] pci 0000:00:1e.0: BAR 13: assigned [io 0x4000-0x4fff]
    [ 0.172029] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.172033] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.172040] pci 0000:00:1c.0: bridge window [mem 0xb4000000-0xb7ffffff]
    [ 0.172046] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd3ffffff 64bit pref]
    [ 0.172055] pci 0000:00:1c.2: PCI bridge to [bus 04]
    [ 0.172059] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
    [ 0.172066] pci 0000:00:1c.2: bridge window [mem 0xb8000000-0xbbffffff]
    [ 0.172072] pci 0000:00:1c.2: bridge window [mem 0xd4000000-0xd7ffffff 64bit pref]
    [ 0.172083] pci 0000:06:00.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.172087] pci 0000:06:00.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    [ 0.172090] pci 0000:06:00.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.172093] pci 0000:06:00.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.172097] pci 0000:06:00.0: BAR 15: assigned [mem 0x60000000-0x63ffffff pref]
    [ 0.172102] pci 0000:06:00.0: BAR 16: assigned [mem 0x68000000-0x6bffffff]
    [ 0.172105] pci 0000:06:00.0: BAR 13: assigned [io 0x4000-0x40ff]
    [ 0.172108] pci 0000:06:00.0: BAR 14: assigned [io 0x4400-0x44ff]
    [ 0.172112] pci 0000:06:00.0: CardBus bridge to [bus 07-0a]
    [ 0.172115] pci 0000:06:00.0: bridge window [io 0x4000-0x40ff]
    [ 0.172122] pci 0000:06:00.0: bridge window [io 0x4400-0x44ff]
    [ 0.172128] pci 0000:06:00.0: bridge window [mem 0x60000000-0x63ffffff pref]
    [ 0.172135] pci 0000:06:00.0: bridge window [mem 0x68000000-0x6bffffff]
    [ 0.172141] pci 0000:00:1e.0: PCI bridge to [bus 06]
    [ 0.172145] pci 0000:00:1e.0: bridge window [io 0x4000-0x4fff]
    [ 0.172152] pci 0000:00:1e.0: bridge window [mem 0xbc000000-0xbc0fffff]
    [ 0.172158] pci 0000:00:1e.0: bridge window [mem 0x60000000-0x63ffffff pref]
    [ 0.172482] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.172565] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.172568] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.172571] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.172575] pci_bus 0000:02: resource 1 [mem 0xb4000000-0xb7ffffff]
    [ 0.172578] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd3ffffff 64bit pref]
    [ 0.172581] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
    [ 0.172585] pci_bus 0000:04: resource 1 [mem 0xb8000000-0xbbffffff]
    [ 0.172588] pci_bus 0000:04: resource 2 [mem 0xd4000000-0xd7ffffff 64bit pref]
    [ 0.172591] pci_bus 0000:06: resource 0 [io 0x4000-0x4fff]
    [ 0.172594] pci_bus 0000:06: resource 1 [mem 0xbc000000-0xbc0fffff]
    [ 0.172598] pci_bus 0000:06: resource 2 [mem 0x60000000-0x63ffffff pref]
    [ 0.172601] pci_bus 0000:06: resource 4 [io 0x0000-0xffff]
    [ 0.172604] pci_bus 0000:06: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.172607] pci_bus 0000:07: resource 0 [io 0x4000-0x40ff]
    [ 0.172610] pci_bus 0000:07: resource 1 [io 0x4400-0x44ff]
    [ 0.172613] pci_bus 0000:07: resource 2 [mem 0x60000000-0x63ffffff pref]
    [ 0.172617] pci_bus 0000:07: resource 3 [mem 0x68000000-0x6bffffff]
    [ 0.172672] NET: Registered protocol family 2
    [ 0.172896] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.172951] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.173002] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.173041] TCP: reno registered
    [ 0.173044] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.173060] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.173150] NET: Registered protocol family 1
    [ 0.173167] pci 0000:00:02.0: Boot video device
    [ 0.174673] PCI: CLS 32 bytes, default 64
    [ 0.174731] Unpacking initramfs...
    [ 0.263828] Freeing initrd memory: 3004k freed
    [ 0.266187] Simple Boot Flag at 0x39 set to 0x1
    [ 0.266287] apm: BIOS not found.
    [ 0.266346] Scanning for low memory corruption every 60 seconds
    [ 0.266796] audit: initializing netlink socket (disabled)
    [ 0.266816] type=2000 audit(1375316232.266:1): initialized
    [ 0.281831] bounce pool size: 64 pages
    [ 0.281845] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.284147] VFS: Disk quotas dquot_6.5.2
    [ 0.284226] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.284495] msgmni has been set to 1728
    [ 0.284769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.284804] io scheduler noop registered
    [ 0.284806] io scheduler deadline registered
    [ 0.284852] io scheduler cfq registered (default)
    [ 0.284987] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.285087] pcieport 0000:00:1c.2: irq 41 for MSI/MSI-X
    [ 0.285270] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.285273] vesafb: scrolling: redraw
    [ 0.285276] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.285482] vesafb: framebuffer at 0xc0000000, mapped to 0xf8080000, using 3072k, total 3072k
    [ 0.315579] Console: switching to colour frame buffer device 128x48
    [ 0.345515] fb0: VESA VGA frame buffer device
    [ 0.345558] intel_idle: does not run on family 6 model 13
    [ 0.345597] GHES: HEST is not enabled!
    [ 0.345617] isapnp: Scanning for PnP cards...
    [ 0.658543] isapnp: No Plug & Play device found
    [ 0.658601] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.679337] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.680017] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.684556] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.686055] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.686096] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.686128] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.686159] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.686194] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.686311] mousedev: PS/2 mouse device common for all mice
    [ 0.686409] rtc_cmos 00:06: RTC can wake from S4
    [ 0.686571] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 0.686605] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.686637] cpuidle: using governor ladder
    [ 0.686639] cpuidle: using governor menu
    [ 0.686687] drop_monitor: Initializing network drop monitor service
    [ 0.686801] TCP: cubic registered
    [ 0.686956] NET: Registered protocol family 10
    [ 0.687187] NET: Registered protocol family 17
    [ 0.687199] Key type dns_resolver registered
    [ 0.687333] Using IPI No-Shortcut mode
    [ 0.687439] PM: Hibernation image not present or could not be loaded.
    [ 0.687450] registered taskstats version 1
    [ 0.687968] Magic number: 9:800:252
    [ 0.687999] pci 0000:00:1d.0: hash matches
    [ 0.688056] rtc_cmos 00:06: setting system clock to 2013-08-01 00:17:13 UTC (1375316233)
    [ 0.688187] Freeing unused kernel memory: 596k freed
    [ 0.688527] Write protecting the kernel text: 4156k
    [ 0.688561] Write protecting the kernel read-only data: 1316k
    [ 0.693760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.699029] systemd-udevd[38]: starting version 204
    [ 0.749237] ACPI: bus type USB registered
    [ 0.749277] usbcore: registered new interface driver usbfs
    [ 0.749292] usbcore: registered new interface driver hub
    [ 0.753176] usbcore: registered new device driver usb
    [ 0.753809] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.753997] ehci-pci: EHCI PCI platform driver
    [ 0.754224] ehci-pci 0000:00:1d.7: setting latency timer to 64
    [ 0.754238] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 0.754248] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [ 0.754268] ehci-pci 0000:00:1d.7: debug port 1
    [ 0.757154] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.761830] sdhci: Secure Digital Host Controller Interface driver
    [ 0.761835] sdhci: Copyright(c) Pierre Ossman
    [ 0.762138] sdhci-pci 0000:06:00.4: SDHCI controller found [104c:8034] (rev 0)
    [ 0.762387] mmc0: SDHCI controller on PCI [0000:06:00.4] using PIO
    [ 0.763154] mmc1: SDHCI controller on PCI [0000:06:00.4] using PIO
    [ 0.763242] mmc2: SDHCI controller on PCI [0000:06:00.4] using PIO
    [ 0.767069] SCSI subsystem initialized
    [ 0.769405] ACPI: bus type ATA registered
    [ 0.769889] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
    [ 0.769918] ehci-pci 0000:00:1d.7: irq 23, io mem 0xb0004000
    [ 0.776689] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.776917] hub 1-0:1.0: USB hub found
    [ 0.776924] hub 1-0:1.0: 8 ports detected
    [ 0.777495] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.777500] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.777510] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.777540] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
    [ 0.777717] hub 2-0:1.0: USB hub found
    [ 0.777722] hub 2-0:1.0: 2 ports detected
    [ 0.777972] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 0.777976] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.777984] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    [ 0.778025] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
    [ 0.778188] hub 3-0:1.0: USB hub found
    [ 0.778193] hub 3-0:1.0: 2 ports detected
    [ 0.778441] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 0.778446] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.778453] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [ 0.778492] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
    [ 0.778666] hub 4-0:1.0: USB hub found
    [ 0.778671] hub 4-0:1.0: 2 ports detected
    [ 0.778926] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [ 0.778930] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 0.778938] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [ 0.778966] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
    [ 0.779135] hub 5-0:1.0: USB hub found
    [ 0.779140] hub 5-0:1.0: 2 ports detected
    [ 0.779655] libata version 3.00 loaded.
    [ 0.780086] ata_piix 0000:00:1f.1: version 2.13
    [ 0.780279] ata_piix 0000:00:1f.1: setting latency timer to 64
    [ 0.783440] scsi0 : ata_piix
    [ 0.786084] scsi1 : ata_piix
    [ 0.786168] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
    [ 0.786171] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
    [ 0.786694] tifm_core: MMC/SD card detected in socket 0:3
    [ 0.786781] ata2: port disabled--ignoring
    [ 0.823446] firewire_ohci 0000:06:00.2: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
    [ 0.950540] ata1.00: ATA-7: FUJITSU MHV2080AT PL, 000000A0, max UDMA/100
    [ 0.950544] ata1.00: 156301488 sectors, multi 16: LBA
    [ 0.950557] ata1.01: ATAPI: HL-DT-ST DVDRAM GSA-4082N, HH02, max UDMA/33
    [ 0.963752] ata1.00: configured for UDMA/100
    [ 0.976914] ata1.01: configured for UDMA/33
    [ 0.979353] scsi 0:0:0:0: Direct-Access ATA FUJITSU MHV2080A 0000 PQ: 0 ANSI: 5
    [ 0.982892] scsi 0:0:1:0: CD-ROM HL-DT-ST DVDRAM GSA-4082N HH02 PQ: 0 ANSI: 5
    [ 0.986322] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 0.986396] sd 0:0:0:0: [sda] Write Protect is off
    [ 0.986400] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 0.986430] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.080286] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.080290] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.080606] sr 0:0:1:0: Attached scsi CD-ROM sr0
    [ 1.108366] sda: sda1 < sda5 > sda2 sda3 sda4
    [ 1.109847] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.190025] usb 1-5: new high-speed USB device number 4 using ehci-pci
    [ 1.266683] tsc: Refined TSC clocksource calibration: 1861.999 MHz
    [ 1.266690] Switching to clocksource tsc
    [ 1.317249] usb-storage 1-5:1.0: USB Mass Storage device detected
    [ 1.317314] scsi2 : usb-storage 1-5:1.0
    [ 1.317597] usbcore: registered new interface driver usb-storage
    [ 1.323429] firewire_core 0000:06:00.2: created device fw0: GUID 6600774200e09104, S400
    [ 1.420016] usb 1-6: new high-speed USB device number 5 using ehci-pci
    [ 1.546136] usb-storage 1-6:1.0: USB Mass Storage device detected
    [ 1.546307] scsi3 : usb-storage 1-6:1.0
    [ 1.770014] usb 2-1: new low-speed USB device number 2 using uhci_hcd
    [ 1.949297] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.961728] usbcore: registered new interface driver usbhid
    [ 1.961731] usbhid: USB HID core driver
    [ 2.148459] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.173364] usb 2-2: new low-speed USB device number 3 using uhci_hcd
    [ 2.320861] scsi 2:0:0:0: CD-ROM SONY DVD RW DRU-190A 1.62 PQ: 0 ANSI: 0
    [ 2.323718] sr1: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.323862] sr 2:0:0:0: Attached scsi CD-ROM sr1
    [ 2.547488] scsi 3:0:0:0: Direct-Access JetFlash Transcend 8GB 8.07 PQ: 0 ANSI: 2
    [ 2.548846] sd 3:0:0:0: [sdb] 15687680 512-byte logical blocks: (8.03 GB/7.48 GiB)
    [ 2.549467] sd 3:0:0:0: [sdb] Write Protect is off
    [ 2.549470] sd 3:0:0:0: [sdb] Mode Sense: 03 00 00 00
    [ 2.550095] sd 3:0:0:0: [sdb] No Caching mode page present
    [ 2.550415] sd 3:0:0:0: [sdb] Assuming drive cache: write through
    [ 2.554343] sd 3:0:0:0: [sdb] No Caching mode page present
    [ 2.554659] sd 3:0:0:0: [sdb] Assuming drive cache: write through
    [ 2.727731] sdb: sdb1
    [ 2.729968] sd 3:0:0:0: [sdb] No Caching mode page present
    [ 2.730299] sd 3:0:0:0: [sdb] Assuming drive cache: write through
    [ 2.731468] sd 3:0:0:0: [sdb] Attached SCSI removable disk
    [ 3.120230] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.159302] systemd[1]: Set hostname to <ighost>.
    [ 3.828104] systemd[1]: Cannot add dependency job for unit acpid.service, ignoring: Unit acpid.service failed to load: No such file or directory. See system logs and 'systemctl status acpid.service' for details.
    [ 3.828451] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.828515] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.828533] systemd[1]: Starting Remote File Systems.
    [ 3.828551] systemd[1]: Reached target Remote File Systems.
    [ 3.828567] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.828615] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.828630] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.828661] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.828675] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.828705] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.828719] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.828753] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.828772] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.828816] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.828830] systemd[1]: Starting Paths.
    [ 3.828845] systemd[1]: Reached target Paths.
    [ 3.828861] systemd[1]: Starting Journal Socket.
    [ 3.828922] systemd[1]: Listening on Journal Socket.
    [ 3.828942] systemd[1]: Starting Setup Virtual Console...
    [ 3.829541] systemd[1]: Starting Create static device nodes in /dev...
    [ 3.859627] systemd[1]: Starting Apply Kernel Variables...
    [ 3.860503] systemd[1]: Mounting Huge Pages File System...
    [ 3.860890] systemd[1]: Starting Journal Service...
    [ 3.861380] systemd[1]: Started Journal Service.
    [ 3.861499] systemd[1]: Starting udev Kernel Socket.
    [ 3.861542] systemd[1]: Listening on udev Kernel Socket.
    [ 3.861615] systemd[1]: Starting udev Control Socket.
    [ 3.861652] systemd[1]: Listening on udev Control Socket.
    [ 3.861722] systemd[1]: Starting udev Coldplug all Devices...
    [ 3.862166] systemd[1]: Mounting Debug File System...
    [ 3.862572] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.862944] systemd[1]: Starting Encrypted Volumes.
    [ 3.862964] systemd[1]: Reached target Encrypted Volumes.
    [ 3.863003] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.863164] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.879599] systemd[1]: Started Set Up Additional Binary Formats.
    [ 3.914088] systemd[1]: Starting Load Kernel Modules...
    [ 3.914616] systemd[1]: Expecting device dev-disk-by\x2duuid-9fa4ccc9\x2d879c\x2d42b0\x2d8c42\x2d39ff67b9bf38.device...
    [ 3.914650] systemd[1]: Started File System Check on Root Device.
    [ 3.914670] systemd[1]: Mounting Temporary Directory...
    [ 3.930156] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 3.930608] systemd[1]: Expecting device dev-disk-by\x2duuid-BAA022C6A0228949.device...
    [ 3.930627] systemd[1]: Expecting device dev-disk-by\x2duuid-42143f2b\x2d29c6\x2d4174\x2dab7b\x2dfb1600c601e6.device...
    [ 5.034037] FS-Cache: Loaded
    [ 5.056025] RPC: Registered named UNIX socket transport module.
    [ 5.056030] RPC: Registered udp transport module.
    [ 5.056032] RPC: Registered tcp transport module.
    [ 5.056034] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 5.158185] EXT4-fs (sda5): re-mounted. Opts: data=ordered
    [ 5.291383] systemd-udevd[105]: starting version 204
    [ 5.355353] FS-Cache: Netfs 'nfs' registered for caching
    [ 6.472733] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 6.472878] ACPI: Lid Switch [LID0]
    [ 6.474425] ACPI: Video Device [GFX0] (multi-head: yes rom: yes post: no)
    [ 6.474491] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2
    [ 6.475351] ACPI: Requesting acpi_cpufreq
    [ 6.475712] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 6.475718] ACPI: Power Button [PWRB]
    [ 6.475794] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
    [ 6.475798] ACPI: Sleep Button [SLPB]
    [ 6.477173] ACPI: AC Adapter [AC] (on-line)
    [ 6.524341] tsc: Marking TSC unstable due to TSC halts in idle
    [ 6.525067] ACPI: acpi_idle registered with cpuidle
    [ 6.525459] ACPI: Battery Slot [CMB0] (battery absent)
    [ 6.525775] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    [ 6.525782] ACPI: Power Button [PWRF]
    [ 6.529302] Switching to clocksource hpet
    [ 6.623493] wmi: Mapper loaded
    [ 6.706893] NET: Registered protocol family 23
    [ 6.749372] found SMC SuperIO Chip (devid=0x7a rev=01 base=0x004e): LPC47N227
    [ 6.749400] smsc_superio_flat(): fir: 0x6f8, sir: 0x2f8, dma: 03, irq: 3, mode: 0x0e
    [ 6.749418] smsc_ircc_present(), addr 0x06f8 - no device found!
    [ 6.752284] parport_pc 00:08: reported by Plug and Play ACPI
    [ 6.752364] parport0: PC-style at 0x378 (0x778), irq 5 [PCSPP,TRISTATE]
    [ 6.759649] thermal LNXTHERM:00: registered as thermal_zone0
    [ 6.759653] ACPI: Thermal Zone [TZ1] (40 C)
    [ 6.761691] thermal LNXTHERM:01: registered as thermal_zone1
    [ 6.761694] ACPI: Thermal Zone [TZ2] (55 C)
    [ 6.775603] ACPI: Fan [FAN0] (off)
    [ 6.868349] sky2: driver version 1.30
    [ 6.868486] sky2 0000:02:00.0: Yukon-2 FE chip revision 1
    [ 6.868560] sky2 0000:02:00.0: irq 42 for MSI/MSI-X
    [ 6.868879] sky2 0000:02:00.0 eth0: addr 00:e0:91:0f:4a:19
    [ 6.886311] intel_rng: FWH not detected
    [ 7.052962] ACPI Warning: 0x00001028-0x0000102f SystemIO conflicts with Region \PMIO 1 (20130328/utaddress-251)
    [ 7.052973] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.052978] ACPI Warning: 0x000011b0-0x000011bf SystemIO conflicts with Region \GPIO 1 (20130328/utaddress-251)
    [ 7.052983] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.052985] ACPI Warning: 0x00001180-0x000011af SystemIO conflicts with Region \GPIO 1 (20130328/utaddress-251)
    [ 7.052990] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.052992] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 7.106512] Linux agpgart interface v0.103
    [ 7.142882] agpgart-intel 0000:00:00.0: Intel 915GM Chipset
    [ 7.143028] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
    [ 7.144655] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
    [ 7.144970] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
    [ 7.217080] yenta_cardbus 0000:06:00.0: CardBus bridge found [1854:0028]
    [ 7.217106] yenta_cardbus 0000:06:00.0: Using INTVAL to route CSC interrupts to PCI
    [ 7.217109] yenta_cardbus 0000:06:00.0: Routing CardBus interrupts to PCI
    [ 7.217116] yenta_cardbus 0000:06:00.0: TI: mfunc 0x01d01002, devctl 0x64
    [ 7.228515] [drm] Initialized drm 1.1.0 20060810
    [ 7.266001] cfg80211: Calling CRDA to update world regulatory domain
    [ 7.297286] lib80211: common routines for IEEE802.11 drivers
    [ 7.297292] lib80211_crypt: registered algorithm 'NULL'
    [ 7.301107] [drm] Memory usable by graphics device = 256M
    [ 7.301113] checking generic (c0000000 300000) vs hw (c0000000 10000000)
    [ 7.301116] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 7.301141] Console: switching to colour dummy device 80x25
    [ 7.301257] i915 0000:00:02.0: setting latency timer to 64
    [ 7.302295] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 7.302300] [drm] Driver supports precise vblank timestamp query.
    [ 7.302376] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 7.316734] libipw: 802.11 data/management/control stack, git-1.1.13
    [ 7.316737] libipw: Copyright (C) 2004-2005 Intel Corporation <[email protected]>
    [ 7.323825] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
    [ 7.323828] ipw2200: Copyright(c) 2003-2006 Intel Corporation
    [ 7.434003] [drm] initialized overlay support
    [ 7.447402] yenta_cardbus 0000:06:00.0: ISA IRQ mask 0x0cd8, PCI irq 16
    [ 7.447408] yenta_cardbus 0000:06:00.0: Socket status: 30000006
    [ 7.447414] pci_bus 0000:06: Raising subordinate bus# of parent bus (#06) from #06 to #0a
    [ 7.447425] yenta_cardbus 0000:06:00.0: pcmcia: parent PCI bridge window: [io 0x4000-0x4fff]
    [ 7.447429] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x4000-0x4fff:
    [ 7.448715] excluding 0x4000-0x40ff 0x4400-0x44ff
    [ 7.454021] yenta_cardbus 0000:06:00.0: pcmcia: parent PCI bridge window: [mem 0xbc000000-0xbc0fffff]
    [ 7.454026] pcmcia_socket pcmcia_socket0: cs: memory probe 0xbc000000-0xbc0fffff:
    [ 7.454030] excluding 0xbc000000-0xbc00ffff
    [ 7.454045] yenta_cardbus 0000:06:00.0: pcmcia: parent PCI bridge window: [mem 0x60000000-0x63ffffff pref]
    [ 7.454049] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x63ffffff:
    [ 7.454061] excluding 0x60000000-0x63ffffff
    [ 7.457625] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
    [ 7.726030] input: Plus More Enterprise LTD. USB-compliant keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input6
    [ 7.727184] input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input7
    [ 7.730133] hid-generic 0003:0518:0001.0002: input,hidraw0: USB HID v1.10 Keyboard [Plus More Enterprise LTD. USB-compliant keyboard] on usb-0000:00:1d.0-2/input0
    [ 7.730188] a4tech 0003:09DA:000A.0001: input,hidraw1: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:1d.0-1/input0
    [ 7.732273] input: Plus More Enterprise LTD. USB-compliant keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input8
    [ 7.732416] hid-generic 0003:0518:0001.0003: input,hidraw2: USB HID v1.10 Mouse [Plus More Enterprise LTD. USB-compliant keyboard] on usb-0000:00:1d.0-2/input1
    [ 7.797551] ipw2200: Radio Frequency Kill Switch is On:
    Kill switch must be turned off for wireless networking to work.
    [ 7.800799] ipw2200: Detected geography ZZR (14 802.11bg channels, 0 802.11a channels)
    [ 7.893088] input: PC Speaker as /devices/platform/pcspkr/input/input9
    [ 7.991976] tc1100_wmi: HP Compaq TC1100 Tablet WMI Extras loaded
    [ 8.038907] fbcon: inteldrmfb (fb0) is primary device
    [ 8.048603] ppdev: user-space parallel port driver
    [ 8.059482] microcode: CPU0 sig=0x6d8, pf=0x20, revision=0x20
    [ 8.059630] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 8.083387] Console: switching to colour frame buffer device 128x48
    [ 8.089032] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 8.089037] i915 0000:00:02.0: registered panic notifier
    [ 8.089048] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 8.089555] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
    [ 8.110287] systemd-udevd[128]: renamed network interface eth0 to enp2s0
    [ 8.123115] iTCO_vendor_support: vendor-support=0
    [ 8.199308] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
    [ 8.200763] excluding 0x170-0x177 0x1f0-0x1f7 0x300-0x30f 0x370-0x37f
    [ 8.201559] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
    [ 8.201948] excluding 0x3f0-0x3ff 0x4d0-0x4d7
    [ 8.202341] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
    [ 8.202952] clean.
    [ 8.203000] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
    [ 8.204946] clean.
    [ 8.205013] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
    [ 8.205024] excluding 0xc0000-0xc7fff 0xdc000-0xfffff
    [ 8.205096] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
    [ 8.205128] clean.
    [ 8.205177] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
    [ 8.205200] excluding 0x60000000-0x60ffffff
    [ 8.205252] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
    [ 8.205948] clean.
    [ 8.260695] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 8.260987] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 8.261238] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 8.261465] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 8.261705] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    [ 8.261931] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
    [ 8.263318] ACPI Warning: 0x000018e0-0x000018ff SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130328/utaddress-251)
    [ 8.263328] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 8.264893] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 8.264941] iTCO_wdt: Found a ICH6-M TCO device (Version=2, TCOBASE=0x1060)
    [ 8.268408] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 8.283555] systemd-udevd[123]: renamed network interface eth1 to wlp6s2
    [ 8.508098] psmouse serio2: synaptics: Touchpad model: 1, fw: 5.9, id: 0x23aeb3, caps: 0xa04713/0x10008/0x0, board id: 3655, fw id: 28762
    [ 8.543316] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input16
    [ 9.444744] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 9.746168] fuse init (API version 7.22)
    [ 9.795856] Adding 2096476k swap on /dev/sda4. Priority:-1 extents:1 across:2096476k FS
    [ 10.804356] sky2 0000:02:00.0 enp2s0: enabling interface
    [ 10.804455] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
    [ 12.524356] sky2 0000:02:00.0 enp2s0: Link is up at 100 Mbps, full duplex, flow control rx
    [ 12.524399] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
    [ 15.965900] systemd-logind[185]: Watching system buttons on /dev/input/event5 (Power Button)
    [ 15.966015] systemd-logind[185]: Watching system buttons on /dev/input/event2 (Video Bus)
    [ 15.966122] systemd-logind[185]: Watching system buttons on /dev/input/event3 (Power Button)
    [ 15.966231] systemd-logind[185]: Watching system buttons on /dev/input/event1 (Lid Switch)
    [ 15.966337] systemd-logind[185]: Watching system buttons on /dev/input/event4 (Sleep Button)
    [ 29.280330] systemd[1]: Unit [email protected] entered failed state.
    [ 29.380404] systemd[1]: [email protected] holdoff time over, scheduling restart.
    [ 29.383839] systemd[1]: Unit [email protected] entered failed state.
    [ 283.968752] sky2 0000:02:00.0 enp2s0: Link is down
    [ 288.653377] sky2 0000:02:00.0 enp2s0: Link is up at 100 Mbps, full duplex, flow control rx
    [ 301.725348] sky2 0000:02:00.0 enp2s0: Link is down
    [ 303.401808] sky2 0000:02:00.0 enp2s0: Link is up at 100 Mbps, full duplex, flow control rx
    [ 978.946847] usb 1-5: USB disconnect, device number 4
    [ 978.952420] cdrom: issuing MRW background format suspend
    [36653.884288] hda-intel 0000:00:1b.0: spurious response 0x0:0x0, last cmd=0xb70740
    [36653.884298] hda-intel 0000:00:1b.0: spurious response 0x0:0x0, last cmd=0xb70740
    [36653.884304] hda-intel 0000:00:1b.0: spurious response 0x0:0x0, last cmd=0xb70740
    [36653.884310] hda-intel 0000:00:1b.0: spurious response 0x0:0x0, last cmd=0xb70740
    [36653.983274] hda-intel 0000:00:1b.0: spurious response 0x0:0x0, last cmd=0xb70740
    [36653.983488] hda-intel 0000:00:1b.0: spurious response 0x0:0x0, last cmd=0xb70740
    [40311.593171] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [40311.595838] sr 0:0:1:0: Attached scsi generic sg1 type 5
    [40311.596002] sd 3:0:0:0: Attached scsi generic sg2 type 0
    [43081.692487] EXT4-fs (sda5): re-mounted. Opts: data=ordered,commit=0
    [43081.983029] EXT4-fs (sda2): re-mounted. Opts: commit=0
    [43083.232434] ipw2200: Failed to send POWER_MODE: Command timed out.

    cfr wrote:
    Welcome to the forums.
    Have you tried uninstalling xf86-input-keyboard? If you want evdev to handle it, that is.
    Does the keyboard work when you decrypt the encryption device (or maybe you use a keyfile)?
    Does it work if you boot to the command line?
    Is the keyboard hook included in the initramfs? (Though I don't think this should matter for later.)
    first place, tnx for the answer and sorry cause it took too long for me to answer back.
    I uninstalled xf86-input-keyboard. now i get an error at boot time but it passes to arch so no big deal.
    About encryption device I have no idea cause i never chose to encrypt anything.
    About working at command line, answer is no. It is not working in my bash and also at tty1.
    about keyboard hook, Answer is yes, it is included.
    I'm really enjoying my systems speed with arch but this problem is really killing me. Now i'm using my laptop like a PC no movement allowed cause I must take a keyboard with me.
    and really, an active forum and just one answer to my question!

  • X220 highpitch noise source

    Specs of computer:
    X220
    core i5 2520M
    16gb ram
    windows 7 ultimate
    After a lot of testing and debugging, I believe I've determined the source of the high pitch noise found on many X220's and 2nd gen core i processors. A clean install of windows 7 results in no high pitch noise. As soon as Lenovo's power management driver is installed, the high pitch starts. This is not a fan noise, this is definitely  electrical buzzing coming from some high frequency inductor switching.  Battery life was the same in both partitions of windows.
    The challenge is completely removing the lenovo power management without reinstalling windows. I can't figure out how to completely remove the lenovo PM driver in the device manager.
    I've tried uninstalling power management in add remove programs as well as in the device manager however upon restart, windows automatically installs the lenovo PM.
    I imagine the solution lies in some registry key modifications. Someone from the lenovo tech team is going to have to help us figureout how to completely uninstall the lenovo PM driver.

    I personally didn't install Lenovo Power Management on my X220t. However, installing the Lenovo Power Management Driver was required in order to make the ThinkPad Hotkey Features Integration Package operate (dependency).
    As for the uninstallation of LPM, you may want to read this page (search Uninstallation Instructions) : http://support.lenovo.com/en_US/detail.page?LegacyDocID=MIGR-70601
    Lenovo states: "4. Select Power Manager Driver, and click Uninstall or Uninstall/Change.", but I don't agree with this, for the reason I mentionned above (unless you find something like Power Manager Driver in your list of installed programs. In my own list I have nothing like that, of course, just the required Lenovo Power Management Driver).
    Anyway, a clean install is the best thing to do if you wish to get rid of all problems.
    X220t | i7 | 320GB HDD | 8GB RAM | WIN7 PRO
    IdeaCenter A520 | i5 | 1 TB HDD | 6GB RAM | WIN8.1

  • Memory Upgrade on Satellite L40-15G

    I have a Toshiba L40-15G with 1GB DDR2 ram (2x512MB). It works at a frequency of 266Mhz.
    I want to upgrade to 2GB of ram by going 2x1GB sticks or a 2GB stick.
    However, i don't know if the 2GB stick will be accepted on one slot.
    Should i buy a 2GB stick or 2 1GB sticks?
    And, can the frequency of the new sticks be higher? like 800Mhz/500Mhz?
    Message was edited by: Ruixituh

    Hi
    The memory module frequency depends on the chipsets FSB (front side bus)
    If the FSB is limited to 266Mhz then your modules will run only with 266Mhz even the modules would support a faster speed.
    As far as I know the notebook supports the Intel GL960 Express Chipset.
    This chipset handles max 2Gb RAM so you could use only 2 x 1GB RAM modules.
    I thing the chipset will handle 533Mhz
    http://www.intel.com/products/notebook/chipsets/gl960/gl960-overview.htm
    Cheers

Maybe you are looking for