Should I use 100% or fixed px width

Hi there,
I'm trying to recreate a website something similar to this:
http://www.parisihavens.com/index.php
When I put the pictures into the boxes they don't size up
correctly even though I am inputting the correct dimension for the
images the same size as the boxes. Is it because I am using a table
width of 100%? I want to be able to resize the browser window
without having the boxes stretch. What am I doing wrong?
I have attached my code.
Thanks in advance for any help!
Attach Code
<body class="twoColLiqLtHdr"
onload="MM_preloadImages('Images/FIRMOVERVIEW2.GIF','Images/PROFILES2.GIF','Images/AREAS2 .GIF','Images/CLIENTS2.GIF','Images/LINKS2.GIF','Images/CONTACT2.GIF')">
<div id="container">
<div id="header">
<table width="100%" border="0" cellpadding="0"
cellspacing="2">
<tr>
<td width="199" align="left"
class="box1"> </td>
<td width="784" align="left" class="box2"><img
src="Images/NAMEBACKGROUND2.GIF" alt=" Law Firm" width="784"
height="130" /></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0"
cellspacing="2">
<tr>
<td width="187" class="box3"
align="left"> </td>
<td width="670" align="left" class="box4">
<div valign="bottom"></div></td>
<td width="239" class="box5"
align="left"> </td>
</tr>
</table>
<!-- end #header -->
</div>
<div id="sidebar1">
<div>
<table width="247" height="50" border="0"
cellpadding="8px" cellspacing="5px">
<tr>
<td class="navbar"></td>
</tr>
<tr>
<td class="navbar"><a href="index.html"
onmouseout="MM_swapImgRestore()"
onmouseover="MM_swapImage('Image6','','Images/FIRMOVERVIEW2.GIF',1)"><img
src="Images/FIRMOVERVIEW.GIF" name="Image6" width="200" height="30"
border="0" id="Image6" /></a></td>
</tr>
<tr>
<td class="navbar"><a href="profiles.html"
onmouseout="MM_swapImgRestore()"
onmouseover="MM_swapImage('Image7','','Images/PROFILES2.GIF',1)"><img
src="Images/PROFILES.GIF" name="Image7" width="200" height="30"
border="0" id="Image7" /></a></td>
</tr>
<tr>
<td class="navbar"><a href="areas.html"
onmouseout="MM_swapImgRestore()"
onmouseover="MM_swapImage('Image8','','Images/AREAS2.GIF',1)"><img
src="Images/AREAS.GIF" name="Image8" width="200" height="30"
border="0" id="Image8" /></a></td>
</tr>
<tr>
<td class="navbar"><a href="#"
onmouseout="MM_swapImgRestore()"
onmouseover="MM_swapImage('Image9','','Images/CLIENTS2.GIF',1)"><img
src="Images/CLIENTS.GIF" name="Image9" width="200" height="30"
border="0" id="Image9" /></a></td>
</tr>
<tr>
<td class="navbar"><a href="#"
onmouseout="MM_swapImgRestore()"
onmouseover="MM_swapImage('Image10','','Images/LINKS2.GIF',1)"><img
src="Images/LINKS.GIF" name="Image10" width="200" height="30"
border="0" id="Image10" /></a></td>
</tr>
<tr>
<td class="navbar"><a href="#"
onmouseout="MM_swapImgRestore()"
onmouseover="MM_swapImage('Image11','','Images/CONTACT2.GIF',1)"><img
src="Images/CONTACT.GIF" name="Image11" width="200" height="30"
border="0" id="Image11" /></a></td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
<p> </p>
<p> </p>
<div></div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<!-- end #sidebar1 --></div>
<div id="mainContent">
<h1 class="heading1"
color="#B1D474"> </h1>
<h1 class="heading1" color="#B1D474">Firm
Overview</h1>
<p><br />
San Francisco area entrepreneurs, small business owners,
landlords, and tenants have come to rely on Law Offices to provide
comprehensive legal advise at affordable rates.</p>
<p><br />
We will provide a free thirty minute consultation, in-person
or over the phone, to anyone who contacts us, and will work within
your budget to make our services available to you.</p>
<p><br />
For entrepreneurs and business owners, we provide
comprehensive advice, from the formation process through the
transaction stage, regarding liability protection, control and
transfer issues, and taxation considerations. </p>
<p><br />
For landlords and tenants, we can resolve disputes in a cost
effective manner, whether through a negotiated settlement or an
eviction action. For landlords, we also help you avoid future
problems by reviewing your leasing contracts and procedure, and by
ensuring compliance with the applicable rent ordinance. </p>
<p><br />
We have experience navigating the San Francisco Rent
Ordinance and, if necessary, can perform, or defend against, any
kind of eviction including an Ellis Act eviction or Owner Move-In
eviction. </p>
<p><br />
For our clients, we also provide low cost estate planning to
get your personal and business finances in order.</p>
<p><br />
Contact us via telephone today to set up your free
consultation.</p>
<h2> </h2>
<!-- end #mainContent --></div>
<!-- This clearing element should immediately follow the
#mainContent div in order to force the #container div to contain
all child floats --><br class="clearfloat" />
<div id="footer">
<p>Footer</p>
<!-- end #footer --></div>
<!-- end #container --></div>
</body>
</html>

I have personally changed from 100% to fixed width
myself...most of mine
have everything centered set at about 700px (give or take). I
like the idea
of the page looking the same on any monitor.
But I dont see how you would accomplish emulating the site
you referenced
other than the 100% setting.
"Fun Leprechaun" <[email protected]> wrote
in message
news:[email protected]...
> Hi there,
>
> I'm trying to recreate a website something similar to
this:
>
>
http://www.parisihavens.com/index.php
>
> When I put the pictures into the boxes they don't size
up correctly even
> though I am inputting the correct dimension for the
images the same size
> as the
> boxes. Is it because I am using a table width of 100%? I
want to be able
> to
> resize the browser window without having the boxes
stretch. What am I
> doing
> wrong?
>
> I have attached my code.
>
> Thanks in advance for any help!
> Attach Code
>
> <body class="twoColLiqLtHdr"
>
onload="MM_preloadImages('Images/FIRMOVERVIEW2.GIF','Images/PROFILES2.GIF','Imag
>
es/AREAS2.GIF','Images/CLIENTS2.GIF','Images/LINKS2.GIF','Images/CONTACT2.GIF')"
>>
>
> <div id="container">
> <div id="header">
> <table width="100%" border="0" cellpadding="0"
cellspacing="2">
> <tr>
> <td width="199" align="left"
class="box1"> </td>
> <td width="784" align="left" class="box2"><img
> src="Images/NAMEBACKGROUND2.GIF" alt=" Law Firm"
width="784" height="130"
> /></td>
> </tr>
> </table>
>
> <table width="100%" border="0" cellpadding="0"
cellspacing="2">
> <tr>
> <td width="187" class="box3"
align="left"> </td>
> <td width="670" align="left" class="box4">
> <div valign="bottom"></div></td>
> <td width="239" class="box5"
align="left"> </td>
> </tr>
> </table>
> <!-- end #header -->
> </div>
> <div id="sidebar1">
> <div>
> <table width="247" height="50" border="0"
cellpadding="8px"
> cellspacing="5px">
> <tr>
> <td class="navbar"></td>
> </tr>
> <tr>
> <td class="navbar"><a href="index.html"
> onmouseout="MM_swapImgRestore()"
>
onmouseover="MM_swapImage('Image6','','Images/FIRMOVERVIEW2.GIF',1)"><img
> src="Images/FIRMOVERVIEW.GIF" name="Image6" width="200"
height="30"
> border="0"
> id="Image6" /></a></td>
> </tr>
> <tr>
> <td class="navbar"><a href="profiles.html"
> onmouseout="MM_swapImgRestore()"
>
onmouseover="MM_swapImage('Image7','','Images/PROFILES2.GIF',1)"><img
> src="Images/PROFILES.GIF" name="Image7" width="200"
height="30" border="0"
> id="Image7" /></a></td>
> </tr>
> <tr>
> <td class="navbar"><a href="areas.html"
> onmouseout="MM_swapImgRestore()"
>
onmouseover="MM_swapImage('Image8','','Images/AREAS2.GIF',1)"><img
> src="Images/AREAS.GIF" name="Image8" width="200"
height="30" border="0"
> id="Image8" /></a></td>
> </tr>
> <tr>
> <td class="navbar"><a href="#"
onmouseout="MM_swapImgRestore()"
>
onmouseover="MM_swapImage('Image9','','Images/CLIENTS2.GIF',1)"><img
> src="Images/CLIENTS.GIF" name="Image9" width="200"
height="30" border="0"
> id="Image9" /></a></td>
>
> </tr>
>
> <tr>
> <td class="navbar"><a href="#"
onmouseout="MM_swapImgRestore()"
>
onmouseover="MM_swapImage('Image10','','Images/LINKS2.GIF',1)"><img
> src="Images/LINKS.GIF" name="Image10" width="200"
height="30" border="0"
> id="Image10" /></a></td>
> </tr>
> <tr>
> <td class="navbar"><a href="#"
onmouseout="MM_swapImgRestore()"
>
onmouseover="MM_swapImage('Image11','','Images/CONTACT2.GIF',1)"><img
> src="Images/CONTACT.GIF" name="Image11" width="200"
height="30" border="0"
> id="Image11" /></a></td>
>
> </tr>
> </table>
> <p> </p>
> <p> </p>
> <p> </p>
> <p> </p>
> <p> </p>
> <p> </p>
> </div>
> <p> </p>
> <p> </p>
> <div></div>
> <p> </p>
> <p> </p>
> <p> </p>
> <p> </p>
> <p> </p>
> <!-- end #sidebar1 --></div>
> <div id="mainContent">
> <h1 class="heading1"
color="#B1D474"> </h1>
> <h1 class="heading1" color="#B1D474">Firm
Overview</h1>
> <p><br />
> San Francisco area entrepreneurs, small business owners,
landlords,
> and
> tenants have come to rely on Law Offices to provide
comprehensive legal
> advise
> at affordable rates.</p>
> <p><br />
> We will provide a free thirty minute consultation,
in-person or over
> the
> phone, to anyone who contacts us, and will work within
your budget to make
> our
> services available to you.</p>
> <p><br />
> For entrepreneurs and business owners, we provide
comprehensive
> advice,
> from the formation process through the transaction
stage, regarding
> liability
> protection, control and transfer issues, and taxation
considerations. </p>
> <p><br />
> For landlords and tenants, we can resolve disputes in a
cost
> effective
> manner, whether through a negotiated settlement or an
eviction action.
> For
> landlords, we also help you avoid future problems by
reviewing your
> leasing
> contracts and procedure, and by ensuring compliance with
the applicable
> rent
> ordinance. </p>
> <p><br />
> We have experience navigating the San Francisco Rent
Ordinance and,
> if
> necessary, can perform, or defend against, any kind of
eviction including
> an
> Ellis Act eviction or Owner Move-In eviction. </p>
> <p><br />
> For our clients, we also provide low cost estate
planning to get
> your
> personal and business finances in order.</p>
> <p><br />
> Contact us via telephone today to set up your free
consultation.</p>
> <h2> </h2>
> <!-- end #mainContent --></div>
> <!-- This clearing element should immediately follow
the #mainContent div
> in
> order to force the #container div to contain all child
floats --><br
> class="clearfloat" />
> <div id="footer">
> <p>Footer</p>
> <!-- end #footer --></div>
> <!-- end #container --></div>
> </body>
> </html>
>
>

Similar Messages

  • What method should be used for resizing the particular JTable Column width

    I have a four table. Only one table which are on top have a table header. I want that when user resize the topmost table with a mouse other table colume also be resized automatically. So I want to know that what method should be used for resizing the particular JTable Column width.
    Thanks
    Lalit

    maybe you can implement a interface ComponentListener as well as ComponentAdapter with your topmost Table.
    for example:
    toptable.addComponentListener(
    new ComponentAdapter(){
    public void componentResized(ComponentEvent e){
    table1.setSize(....);
    table2.setSize(....);
    /*Optionally, you must also call function revalidate
    anywhere;*/
    );

  • I upgraded to iTunes 10.5 on XP and now it and applemobiledeviceservice.exe use 100% CPU. How do I fix this?

    I upgraded to iTunes 10.5 on XP and now it and applemobiledeviceservice.exe use 100% CPU. How do I fix this?

    When I called Apple Support to ask about the 100%  CPU usage, they wanted to charge me because my Ipod was out of warranty.  I insisted on talking to someone and finally got to talk to a software engineer for free.  He said that he had never heard of the problem in his three years at Apple.  Nonetheless, he sounded really interested and suggested that it might be a conflict with anti-virus software.   I deleted the antiviruse and that DID NOT HELP AT ALL.
    It seems as if Apple could care less.    There is no official response.   Their primary response is to look at the Forum.   At least you find out that the problem isn't your fault, it really is Apple!!!!
    So far the best solution is just to delete iTunes and use Mediamonkey to sync your pod.
    Apple, please fix this!!!!!

  • Need software to print on my new PIXMA PRO-100 does anyone know what software should I use?

    Need software to print on my new PIXMA PRO-100 does anyone know what software should I use?
    Any help or link will be great appreciated.
    Thanks.
    Solved!
    Go to Solution.

    A DVD caame with the printer.  Why not use it?  Lost it, just d/l another copy from Canon.  It' free. 
    But the best is Photoshop Elements.  
    EOS 1Ds Mk III, EOS 1D Mk IV EF 50mm f1.2 L, EF 24-70mm f2.8 L,
    EF 70-200mm f2.8 L IS II, Sigma 120-300mm f2.8 EX APO
    Photoshop CS6, ACR 9, Lightroom 6

  • Does anybody else use "Nonbreaking Space (Fixed Width)" for this?

    Does anyone else do this?
    Does anybody else use "Nonbreaking Space (Fixed Width)" for this?
    I add special "white spaces" of an unchanging width:
    Is there an easier way to "automate" this?  The way I do it is horrible ...  horribly bad

    I don't think you can automate exactly that, but you might be able to get spacing you like better in general if you reduce the word spacing range and increase the letter spacing range in your justification settings.

  • Debugfs using 100% cpu on boot for 10 minutes

    Hi,
    I've recently installed archlinux on my Thinkpad x230.
    I have arch and windows on my SSD which is /dev/sdb and I've got an HD for storing files at /dev/sda1 (ext4).
    I set it up with systemd in the beginning so I can't compare to what it was like when it was using init.
    I'm getting commands like:
    root      3524  0.0  0.0  21520  1112 ?        R    15:08   0:00 debugfs -R stat ./grub/i386-pc/newc.mod /dev/sda1
    root      3510 94.5  0.0  21520  1108 ?        R    15:08   0:01 debugfs -R stat ./grub/i386-pc/probe.mod /dev/sda1
    With various files running for about 10 minutes on boot and using 100% of my cpu.
    Seems to be related to the HD on /dev/sda1 as I don't believe I've seen any on /dev/sdb.
    I've looked around and I can't find anything about this.
    dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Linux version 3.5.5-1-ck (squishy@ease) (gcc version 4.7.1 20120721 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Oct 3 04:43:03 EDT 2012
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=4c34b9df-7887-464e-9a0a-9cf02d6d860f ro cryptdevice=/dev/disk/by-uuid/eaedae38-8ce8-4be8-8de4-9f5773746ca6:root:allow-discards elevator=bfq pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1
    [ 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-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000cec2ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cec30000-0x00000000dae9efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dae9f000-0x00000000daf9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000dafff000-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 0x00000000ffc00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021e5fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000021e600000-0x000000021e7fffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.7 present.
    [ 0.000000] DMI: LENOVO 2306CTO/2306CTO, BIOS G2ET82WW (2.02 ) 09/11/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 = 0x21e600 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 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0C0000000 mask FE0000000 write-back
    [ 0.000000] 4 base 0DC000000 mask FFC000000 uncachable
    [ 0.000000] 5 base 0DB000000 mask FFF000000 uncachable
    [ 0.000000] 6 base 100000000 mask F00000000 write-back
    [ 0.000000] 7 base 200000000 mask FE0000000 write-back
    [ 0.000000] 8 base 21F000000 mask FFF000000 uncachable
    [ 0.000000] 9 base 21E800000 mask FFF800000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xcec30 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000f0100-0x000f010f] mapped at [ffff8800000f0100]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xcec2ffff]
    [ 0.000000] [mem 0x00000000-0xcebfffff] page 2M
    [ 0.000000] [mem 0xcec00000-0xcec2ffff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0xcec2ffff @ [mem 0x1f984000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x21e5fffff]
    [ 0.000000] [mem 0x100000000-0x21e5fffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x21e5fffff @ [mem 0xcec26000-0xcec2ffff]
    [ 0.000000] RAMDISK: [mem 0x37746000-0x37b9afff]
    [ 0.000000] ACPI: RSDP 00000000000f0120 00024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 00000000daffe170 000C4 (v01 LENOVO TP-G2 00002020 PTL 00000002)
    [ 0.000000] ACPI: FACP 00000000dafe6000 0010C (v05 LENOVO TP-G2 00002020 PTL 00000002)
    [ 0.000000] ACPI: DSDT 00000000dafe8000 10E11 (v01 LENOVO TP-G2 00002020 INTL 20061109)
    [ 0.000000] ACPI: FACS 00000000daf5a000 00040
    [ 0.000000] ACPI: SLIC 00000000daffd000 00176 (v01 LENOVO TP-G2 00002020 PTL 00000001)
    [ 0.000000] ACPI: TCPA 00000000daffc000 00032 (v02 PTL LENOVO 06040000 LNVO 00000001)
    [ 0.000000] ACPI: SSDT 00000000daffb000 00408 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000daffa000 00033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000daff9000 007A8 (v01 LENOVO SataAhci 00001000 INTL 20061109)
    [ 0.000000] ACPI: HPET 00000000dafe4000 00038 (v01 LENOVO TP-G2 00002020 PTL 00000002)
    [ 0.000000] ACPI: APIC 00000000dafe3000 00098 (v01 LENOVO TP-G2 00002020 PTL 00000002)
    [ 0.000000] ACPI: MCFG 00000000dafe2000 0003C (v01 LENOVO TP-G2 00002020 PTL 00000002)
    [ 0.000000] ACPI: ECDT 00000000dafe1000 00052 (v01 LENOVO TP-G2 00002020 PTL 00000002)
    [ 0.000000] ACPI: FPDT 00000000dafe0000 00064 (v01 LENOVO TP-G2 00002020 PTL 00000002)
    [ 0.000000] ACPI: ASF! 00000000dafe7000 000A5 (v32 LENOVO TP-G2 00002020 PTL 00000002)
    [ 0.000000] ACPI: UEFI 00000000dafdf000 0003E (v01 LENOVO TP-G2 00002020 PTL 00000002)
    [ 0.000000] ACPI: UEFI 00000000dafde000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: POAT 00000000dafdd000 00055 (v03 LENOVO TP-G2 00002020 PTL 00000002)
    [ 0.000000] ACPI: SSDT 00000000dafdc000 00C79 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000dafdb000 00A7E (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: DMAR 00000000dafda000 000B8 (v01 INTEL SNB 00000001 INTL 00000001)
    [ 0.000000] ACPI: UEFI 00000000dafd9000 002A6 (v01 LENOVO TP-G2 00002020 PTL 00000002)
    [ 0.000000] ACPI: DBG2 00000000dafd8000 000E9 (v00 LENOVO TP-G2 00002020 PTL 00000002)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880216000000-ffff88021dbfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x21e5fffff]
    [ 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-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0xcec2ffff]
    [ 0.000000] node 0: [mem 0x100000000-0x21e5fffff]
    [ 0.000000] On node 0 totalpages: 2019260
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3911 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 825967 pages, LIFO batch:31
    [ 0.000000] Normal zone: 18328 pages used for memmap
    [ 0.000000] Normal zone: 1154664 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[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] SMP: 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: 0000000040004000 - 0000000040005000
    [ 0.000000] PM: Registered nosave memory: 00000000cec30000 - 00000000dae9f000
    [ 0.000000] PM: Registered nosave memory: 00000000dae9f000 - 00000000daf9f000
    [ 0.000000] PM: Registered nosave memory: 00000000daf9f000 - 00000000dafff000
    [ 0.000000] PM: Registered nosave memory: 00000000dafff000 - 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 - 00000000ffc00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 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 27 pages/cpu @ffff88021e200000 s81088 r8192 d21312 u262144
    [ 0.000000] pcpu-alloc: s81088 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 Zone order, mobility grouping on. Total pages: 1984542
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=4c34b9df-7887-464e-9a0a-9cf02d6d860f ro cryptdevice=/dev/disk/by-uuid/eaedae38-8ce8-4be8-8de4-9f5773746ca6:root:allow-discards elevator=bfq pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1
    [ 0.000000] PCIe ASPM is forcibly enabled
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] xsave/xrstor: 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: 7855356k/8886272k available (4564k kernel code, 809232k absent, 221684k reserved, 4219k data, 728k 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] NR_IRQS:4352 nr_irqs:1192 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 32505856 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] Fast TSC calibration using PIT
    [ 0.003333] Detected 2594.112 MHz processor.
    [ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5190.06 BogoMIPS (lpj=8647040)
    [ 0.000008] pid_max: default: 32768 minimum: 301
    [ 0.000054] Security Framework initialized
    [ 0.000060] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000080] Mount-cache hash table entries: 256
    [ 0.000340] Initializing cgroup subsys memory
    [ 0.000352] Initializing cgroup subsys devices
    [ 0.000354] Initializing cgroup subsys freezer
    [ 0.000356] Initializing cgroup subsys net_cls
    [ 0.000358] Initializing cgroup subsys blkio
    [ 0.000360] Initializing cgroup subsys bfqio
    [ 0.000402] CPU: Physical Processor ID: 0
    [ 0.000403] CPU: Processor Core ID: 0
    [ 0.000411] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.001152] mce: CPU supports 7 MCE banks
    [ 0.001171] CPU0: Thermal monitoring enabled (TM1)
    [ 0.001183] using mwait in idle threads.
    [ 0.003008] ACPI: Core revision 20120320
    [ 0.016492] ftrace: allocating 17712 entries in 70 pages
    [ 0.031486] DMAR: Host address width 36
    [ 0.031490] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.031501] IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
    [ 0.031503] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.031511] IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
    [ 0.031513] DMAR: RMRR base: 0x000000da2ba000 end: 0x000000da2d0fff
    [ 0.031515] DMAR: RMRR base: 0x000000db800000 end: 0x000000df9fffff
    [ 0.031594] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
    [ 0.031595] HPET id 0 under DRHD base 0xfed91000
    [ 0.031867] Enabled IRQ remapping in x2apic mode
    [ 0.031870] Enabling x2apic
    [ 0.031872] Enabled x2apic
    [ 0.031882] Switched APIC routing to cluster x2apic.
    [ 0.032392] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.065338] CPU0: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz stepping 09
    [ 0.171208] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
    [ 0.171218] ... version: 3
    [ 0.171220] ... bit width: 48
    [ 0.171221] ... generic registers: 4
    [ 0.171223] ... value mask: 0000ffffffffffff
    [ 0.171225] ... max period: 000000007fffffff
    [ 0.171226] ... fixed-purpose events: 3
    [ 0.171228] ... event mask: 000000070000000f
    [ 0.171449] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.184519] Booting Node 0, Processors #1 #2 #3
    [ 0.226810] Brought up 4 CPUs
    [ 0.226815] Total of 4 processors activated (20761.24 BogoMIPS).
    [ 0.232724] devtmpfs: initialized
    [ 0.234921] PM: Registering ACPI NVS region [mem 0xdae9f000-0xdaf9efff] (1048576 bytes)
    [ 0.236465] NET: Registered protocol family 16
    [ 0.236687] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.236691] ACPI: bus type pci registered
    [ 0.236948] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.236952] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.248222] PCI: Using configuration type 1 for base access
    [ 0.248988] bio: create slab <bio-0> at 0
    [ 0.249066] ACPI: Added _OSI(Module Device)
    [ 0.249069] ACPI: Added _OSI(Processor Device)
    [ 0.249071] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.249074] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.251907] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.260088] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.266042] ACPI: SSDT 00000000dae3a018 00A01 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.266772] ACPI: Dynamic OEM Table Load:
    [ 0.266776] ACPI: SSDT (null) 00A01 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.275494] ACPI: SSDT 00000000dae3ba98 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.276269] ACPI: Dynamic OEM Table Load:
    [ 0.276273] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.276440] ACPI: SSDT 00000000dae39d98 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.277155] ACPI: Dynamic OEM Table Load:
    [ 0.277158] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.278161] ACPI: Interpreter enabled
    [ 0.278166] ACPI: (supports S0 S3 S4 S5)
    [ 0.278201] ACPI: Using IOAPIC for interrupt routing
    [ 0.282017] ACPI: Power Resource [PUBS] (on)
    [ 0.286423] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    [ 0.288261] ACPI: ACPI Dock Station Driver: 3 docks/bays found
    [ 0.288267] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.288392] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.288425] pci_root PNP0A08:00: >host bridge window [io 0x0000-0x0cf7]
    [ 0.288428] pci_root PNP0A08:00: >host bridge window [io 0x0d00-0xffff]
    [ 0.288431] pci_root PNP0A08:00: >host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.288442] pci_root PNP0A08:00: >host bridge window [mem 0xdfa00000-0xfebfffff]
    [ 0.288445] pci_root PNP0A08:00: >host bridge window [mem 0xfed40000-0xfed4bfff]
    [ 0.288496] PCI host bridge to bus 0000:00
    [ 0.288500] pci_bus 0000:00: >root bus resource [io 0x0000-0x0cf7]
    [ 0.288503] pci_bus 0000:00: >root bus resource [io 0x0d00-0xffff]
    [ 0.288506] pci_bus 0000:00: >root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.288509] pci_bus 0000:00: >root bus resource [mem 0xdfa00000-0xfebfffff]
    [ 0.288512] pci_bus 0000:00: >root bus resource [mem 0xfed40000-0xfed4bfff]
    [ 0.288526] pci 0000:00:00.0: >[8086:0154] type 00 class 0x060000
    [ 0.288593] pci 0000:00:02.0: >[8086:0166] type 00 class 0x030000
    [ 0.288611] pci 0000:00:02.0: >reg 10: [mem 0xf0000000-0xf03fffff 64bit]
    [ 0.288622] pci 0000:00:02.0: >reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.288630] pci 0000:00:02.0: >reg 20: [io 0x4000-0x403f]
    [ 0.288734] pci 0000:00:14.0: >[8086:1e31] type 00 class 0x0c0330
    [ 0.288777] pci 0000:00:14.0: >reg 10: [mem 0xf1520000-0xf152ffff 64bit]
    [ 0.288917] pci 0000:00:14.0: >PME# supported from D3hot D3cold
    [ 0.288959] pci 0000:00:16.0: >[8086:1e3a] type 00 class 0x078000
    [ 0.289001] pci 0000:00:16.0: >reg 10: [mem 0xf1535000-0xf153500f 64bit]
    [ 0.289141] pci 0000:00:16.0: >PME# supported from D0 D3hot D3cold
    [ 0.289187] pci 0000:00:16.3: >[8086:1e3d] type 00 class 0x070002
    [ 0.289221] pci 0000:00:16.3: >reg 10: [io 0x40b0-0x40b7]
    [ 0.289237] pci 0000:00:16.3: >reg 14: [mem 0xf153c000-0xf153cfff]
    [ 0.289404] pci 0000:00:19.0: >[8086:1502] type 00 class 0x020000
    [ 0.289441] pci 0000:00:19.0: >reg 10: [mem 0xf1500000-0xf151ffff]
    [ 0.289455] pci 0000:00:19.0: >reg 14: [mem 0xf153b000-0xf153bfff]
    [ 0.289472] pci 0000:00:19.0: >reg 18: [io 0x4080-0x409f]
    [ 0.289597] pci 0000:00:19.0: >PME# supported from D0 D3hot D3cold
    [ 0.289641] pci 0000:00:1a.0: >[8086:1e2d] type 00 class 0x0c0320
    [ 0.289679] pci 0000:00:1a.0: >reg 10: [mem 0xf153a000-0xf153a3ff]
    [ 0.289833] pci 0000:00:1a.0: >PME# supported from D0 D3hot D3cold
    [ 0.289883] pci 0000:00:1b.0: >[8086:1e20] type 00 class 0x040300
    [ 0.289914] pci 0000:00:1b.0: >reg 10: [mem 0xf1530000-0xf1533fff 64bit]
    [ 0.290053] pci 0000:00:1b.0: >PME# supported from D0 D3hot D3cold
    [ 0.290097] pci 0000:00:1c.0: >[8086:1e10] type 01 class 0x060400
    [ 0.290257] pci 0000:00:1c.0: >PME# supported from D0 D3hot D3cold
    [ 0.290305] pci 0000:00:1c.1: >[8086:1e12] type 01 class 0x060400
    [ 0.290461] pci 0000:00:1c.1: >PME# supported from D0 D3hot D3cold
    [ 0.290531] pci 0000:00:1d.0: >[8086:1e26] type 00 class 0x0c0320
    [ 0.290570] pci 0000:00:1d.0: >reg 10: [mem 0xf1539000-0xf15393ff]
    [ 0.290727] pci 0000:00:1d.0: >PME# supported from D0 D3hot D3cold
    [ 0.290769] pci 0000:00:1f.0: >[8086:1e55] type 00 class 0x060100
    [ 0.290969] pci 0000:00:1f.2: >[8086:1e03] type 00 class 0x010601
    [ 0.291019] pci 0000:00:1f.2: >reg 10: [io 0x40a8-0x40af]
    [ 0.291042] pci 0000:00:1f.2: >reg 14: [io 0x40bc-0x40bf]
    [ 0.291062] pci 0000:00:1f.2: >reg 18: [io 0x40a0-0x40a7]
    [ 0.291081] pci 0000:00:1f.2: >reg 1c: [io 0x40b8-0x40bb]
    [ 0.291099] pci 0000:00:1f.2: >reg 20: [io 0x4060-0x407f]
    [ 0.291115] pci 0000:00:1f.2: >reg 24: [mem 0xf1538000-0xf15387ff]
    [ 0.291221] pci 0000:00:1f.2: >PME# supported from D3hot
    [ 0.291257] pci 0000:00:1f.3: >[8086:1e22] type 00 class 0x0c0500
    [ 0.291288] pci 0000:00:1f.3: >reg 10: [mem 0xf1534000-0xf15340ff 64bit]
    [ 0.291335] pci 0000:00:1f.3: >reg 20: [io 0xefa0-0xefbf]
    [ 0.291666] pci 0000:02:00.0: >[1180:e823] type 00 class 0x088001
    [ 0.291688] pci 0000:02:00.0: >MMC controller base frequency changed to 50Mhz.
    [ 0.291719] pci 0000:02:00.0: >reg 10: [mem 0xf0d00000-0xf0d000ff]
    [ 0.291937] pci 0000:02:00.0: >supports D1 D2
    [ 0.291940] pci 0000:02:00.0: >PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.298634] pci 0000:00:1c.0: >PCI bridge to [bus 02-02]
    [ 0.298641] pci 0000:00:1c.0: > bridge window [io 0x3000-0x3fff]
    [ 0.298648] pci 0000:00:1c.0: > bridge window [mem 0xf0d00000-0xf14fffff]
    [ 0.298660] pci 0000:00:1c.0: > bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
    [ 0.299037] pci 0000:03:00.0: >[8086:0085] type 00 class 0x028000
    [ 0.299394] pci 0000:03:00.0: >reg 10: [mem 0xf0c00000-0xf0c01fff 64bit]
    [ 0.300992] pci 0000:03:00.0: >PME# supported from D0 D3hot D3cold
    [ 0.308536] pci 0000:00:1c.1: >PCI bridge to [bus 03-03]
    [ 0.308549] pci 0000:00:1c.1: > bridge window [mem 0xf0c00000-0xf0cfffff]
    [ 0.308580] pci_bus 0000:00: >on NUMA node 0
    [ 0.308585] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.308710] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    [ 0.308754] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    [ 0.308909] pci0000:00: >Requesting ACPI _OSC control (0x1d)
    [ 0.309066] pci0000:00: >ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d
    [ 0.309068] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.312181] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.312276] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.312362] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.312450] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 9 10 11)
    [ 0.312540] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *7 9 10 11)
    [ 0.312628] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.312719] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.312806] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.312935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.312944] vgaarb: loaded
    [ 0.312946] vgaarb: bridge control possible 0000:00:02.0
    [ 0.312993] PCI: Using ACPI for IRQ routing
    [ 0.316752] PCI: pci_cache_line_size set to 64 bytes
    [ 0.317278] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.317281] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 0.317283] e820: reserve RAM buffer [mem 0xcec30000-0xcfffffff]
    [ 0.317285] e820: reserve RAM buffer [mem 0x21e600000-0x21fffffff]
    [ 0.317418] NetLabel: Initializing
    [ 0.317420] NetLabel: domain hash size = 128
    [ 0.317422] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.317439] NetLabel: unlabeled traffic allowed by default
    [ 0.317483] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.317493] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.319514] Switching to clocksource hpet
    [ 0.327246] pnp: PnP ACPI init
    [ 0.327272] ACPI: bus type pnp registered
    [ 0.327827] pnp 00:00: >[mem 0x00000000-0x0009ffff]
    [ 0.327831] pnp 00:00: >[mem 0x000c0000-0x000c3fff]
    [ 0.327833] pnp 00:00: >[mem 0x000c4000-0x000c7fff]
    [ 0.327836] pnp 00:00: >[mem 0x000c8000-0x000cbfff]
    [ 0.327839] pnp 00:00: >[mem 0x000cc000-0x000cffff]
    [ 0.327841] pnp 00:00: >[mem 0x000d0000-0x000d3fff]
    [ 0.327844] pnp 00:00: >[mem 0x000d4000-0x000d7fff]
    [ 0.327846] pnp 00:00: >[mem 0x000d8000-0x000dbfff]
    [ 0.327849] pnp 00:00: >[mem 0x000dc000-0x000dffff]
    [ 0.327851] pnp 00:00: >[mem 0x000e0000-0x000e3fff]
    [ 0.327854] pnp 00:00: >[mem 0x000e4000-0x000e7fff]
    [ 0.327856] pnp 00:00: >[mem 0x000e8000-0x000ebfff]
    [ 0.327859] pnp 00:00: >[mem 0x000ec000-0x000effff]
    [ 0.327861] pnp 00:00: >[mem 0x000f0000-0x000fffff]
    [ 0.327864] pnp 00:00: >[mem 0x00100000-0xdf9fffff]
    [ 0.327867] pnp 00:00: >[mem 0xfec00000-0xfed3ffff]
    [ 0.327869] pnp 00:00: >[mem 0xfed4c000-0xffffffff]
    [ 0.327946] system 00:00: >[mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.327950] system 00:00: >[mem 0x000c0000-0x000c3fff] could not be reserved
    [ 0.327953] system 00:00: >[mem 0x000c4000-0x000c7fff] could not be reserved
    [ 0.327957] system 00:00: >[mem 0x000c8000-0x000cbfff] has been reserved
    [ 0.327960] system 00:00: >[mem 0x000cc000-0x000cffff] has been reserved
    [ 0.327963] system 00:00: >[mem 0x000d0000-0x000d3fff] has been reserved
    [ 0.327966] system 00:00: >[mem 0x000d4000-0x000d7fff] has been reserved
    [ 0.327969] system 00:00: >[mem 0x000d8000-0x000dbfff] has been reserved
    [ 0.327972] system 00:00: >[mem 0x000dc000-0x000dffff] has been reserved
    [ 0.327976] system 00:00: >[mem 0x000e0000-0x000e3fff] could not be reserved
    [ 0.327979] system 00:00: >[mem 0x000e4000-0x000e7fff] could not be reserved
    [ 0.327982] system 00:00: >[mem 0x000e8000-0x000ebfff] could not be reserved
    [ 0.327985] system 00:00: >[mem 0x000ec000-0x000effff] could not be reserved
    [ 0.327988] system 00:00: >[mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.327992] system 00:00: >[mem 0x00100000-0xdf9fffff] could not be reserved
    [ 0.327995] system 00:00: >[mem 0xfec00000-0xfed3ffff] could not be reserved
    [ 0.327999] system 00:00: >[mem 0xfed4c000-0xffffffff] could not be reserved
    [ 0.328005] system 00:00: >Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.328034] pnp 00:01: >[bus 00-3f]
    [ 0.328037] pnp 00:01: >[io 0x0cf8-0x0cff]
    [ 0.328040] pnp 00:01: >[io 0x0000-0x0cf7 window]
    [ 0.328043] pnp 00:01: >[io 0x0d00-0xffff window]
    [ 0.328046] pnp 00:01: >[mem 0x000a0000-0x000bffff window]
    [ 0.328049] pnp 00:01: >[mem 0x000c0000-0x000c3fff window]
    [ 0.328052] pnp 00:01: >[mem 0x000c4000-0x000c7fff window]
    [ 0.328057] pnp 00:01: >[mem 0x000c8000-0x000cbfff window]
    [ 0.328059] pnp 00:01: >[mem 0x000cc000-0x000cffff window]
    [ 0.328062] pnp 00:01: >[mem 0x000d0000-0x000d3fff window]
    [ 0.328065] pnp 00:01: >[mem 0x000d4000-0x000d7fff window]
    [ 0.328067] pnp 00:01: >[mem 0x000d8000-0x000dbfff window]
    [ 0.328070] pnp 00:01: >[mem 0x000dc000-0x000dffff window]
    [ 0.328073] pnp 00:01: >[mem 0x000e0000-0x000e3fff window]
    [ 0.328075] pnp 00:01: >[mem 0x000e4000-0x000e7fff window]
    [ 0.328078] pnp 00:01: >[mem 0x000e8000-0x000ebfff window]
    [ 0.328081] pnp 00:01: >[mem 0x000ec000-0x000effff window]
    [ 0.328084] pnp 00:01: >[mem 0xdfa00000-0xfebfffff window]
    [ 0.328086] pnp 00:01: >[mem 0xfed40000-0xfed4bfff window]
    [ 0.328166] pnp 00:01: >Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.328256] pnp 00:02: >[io 0x0010-0x001f]
    [ 0.328259] pnp 00:02: >[io 0x0090-0x009f]
    [ 0.328262] pnp 00:02: >[io 0x0024-0x0025]
    [ 0.328264] pnp 00:02: >[io 0x0028-0x0029]
    [ 0.328267] pnp 00:02: >[io 0x002c-0x002d]
    [ 0.328269] pnp 00:02: >[io 0x0030-0x0031]
    [ 0.328271] pnp 00:02: >[io 0x0034-0x0035]
    [ 0.328274] pnp 00:02: >[io 0x0038-0x0039]
    [ 0.328276] pnp 00:02: >[io 0x003c-0x003d]
    [ 0.328279] pnp 00:02: >[io 0x00a4-0x00a5]
    [ 0.328281] pnp 00:02: >[io 0x00a8-0x00a9]
    [ 0.328283] pnp 00:02: >[io 0x00ac-0x00ad]
    [ 0.328286] pnp 00:02: >[io 0x00b0-0x00b5]
    [ 0.328288] pnp 00:02: >[io 0x00b8-0x00b9]
    [ 0.328291] pnp 00:02: >[io 0x00bc-0x00bd]
    [ 0.328293] pnp 00:02: >[io 0x0050-0x0053]
    [ 0.328295] pnp 00:02: >[io 0x0072-0x0077]
    [ 0.328298] pnp 00:02: >[io 0x0400-0x047f]
    [ 0.328300] pnp 00:02: >[io 0x0500-0x057f]
    [ 0.328303] pnp 00:02: >[io 0x0800-0x080f]
    [ 0.328305] pnp 00:02: >[io 0x15e0-0x15ef]
    [ 0.328308] pnp 00:02: >[io 0x1600-0x167f]
    [ 0.328310] pnp 00:02: >[mem 0xf8000000-0xfbffffff]
    [ 0.328313] pnp 00:02: >[mem 0xfffff000-0xffffffff]
    [ 0.328316] pnp 00:02: >[mem 0xfed1c000-0xfed1ffff]
    [ 0.328318] pnp 00:02: >[mem 0xfed10000-0xfed13fff]
    [ 0.328321] pnp 00:02: >[mem 0xfed18000-0xfed18fff]
    [ 0.328323] pnp 00:02: >[mem 0xfed19000-0xfed19fff]
    [ 0.328326] pnp 00:02: >[mem 0xfed45000-0xfed4bfff]
    [ 0.328403] system 00:02: >[io 0x0400-0x047f] has been reserved
    [ 0.328407] system 00:02: >[io 0x0500-0x057f] has been reserved
    [ 0.328410] system 00:02: >[io 0x0800-0x080f] has been reserved
    [ 0.328413] system 00:02: >[io 0x15e0-0x15ef] has been reserved
    [ 0.328416] system 00:02: >[io 0x1600-0x167f] has been reserved
    [ 0.328420] system 00:02: >[mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.328423] system 00:02: >[mem 0xfffff000-0xffffffff] has been reserved
    [ 0.328427] system 00:02: >[mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.328430] system 00:02: >[mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.328433] system 00:02: >[mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.328436] system 00:02: >[mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.328440] system 00:02: >[mem 0xfed45000-0xfed4bfff] has been reserved
    [ 0.328444] system 00:02: >Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.328508] pnp 00:03: >[mem 0xfed00000-0xfed003ff]
    [ 0.328550] pnp 00:03: >Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.328564] pnp 00:04: >[io 0x0000-0x000f]
    [ 0.328566] pnp 00:04: >[io 0x0080-0x008f]
    [ 0.328569] pnp 00:04: >[io 0x00c0-0x00df]
    [ 0.328572] pnp 00:04: >[dma 4]
    [ 0.328608] pnp 00:04: >Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.328618] pnp 00:05: >[io 0x0061]
    [ 0.328655] pnp 00:05: >Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.328666] pnp 00:06: >[io 0x00f0]
    [ 0.328686] pnp 00:06: >[irq 13]
    [ 0.328723] pnp 00:06: >Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.328734] pnp 00:07: >[io 0x0070-0x0071]
    [ 0.328746] pnp 00:07: >[irq 8]
    [ 0.328785] pnp 00:07: >Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.328796] pnp 00:08: >[io 0x0060]
    [ 0.328798] pnp 00:08: >[io 0x0064]
    [ 0.328810] pnp 00:08: >[irq 1]
    [ 0.328847] pnp 00:08: >Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.328866] pnp 00:09: >[irq 12]
    [ 0.328906] pnp 00:09: >Plug and Play ACPI device, IDs LEN0020 PNP0f13 (active)
    [ 0.328954] pnp 00:0a: >[mem 0xfed40000-0xfed44fff]
    [ 0.328995] pnp 00:0a: >Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
    [ 0.329609] pnp: PnP ACPI: found 11 devices
    [ 0.329611] ACPI: ACPI bus type pnp unregistered
    [ 0.336879] pci 0000:00:1c.0: >PCI bridge to [bus 02-02]
    [ 0.336889] pci 0000:00:1c.0: > bridge window [io 0x3000-0x3fff]
    [ 0.336899] pci 0000:00:1c.0: > bridge window [mem 0xf0d00000-0xf14fffff]
    [ 0.336906] pci 0000:00:1c.0: > bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
    [ 0.336917] pci 0000:00:1c.1: >PCI bridge to [bus 03-03]
    [ 0.336926] pci 0000:00:1c.1: > bridge window [mem 0xf0c00000-0xf0cfffff]
    [ 0.336983] pci_bus 0000:00: >resource 4 [io 0x0000-0x0cf7]
    [ 0.336986] pci_bus 0000:00: >resource 5 [io 0x0d00-0xffff]
    [ 0.336989] pci_bus 0000:00: >resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.336992] pci_bus 0000:00: >resource 7 [mem 0xdfa00000-0xfebfffff]
    [ 0.336995] pci_bus 0000:00: >resource 8 [mem 0xfed40000-0xfed4bfff]
    [ 0.336999] pci_bus 0000:02: >resource 0 [io 0x3000-0x3fff]
    [ 0.337002] pci_bus 0000:02: >resource 1 [mem 0xf0d00000-0xf14fffff]
    [ 0.337005] pci_bus 0000:02: >resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref]
    [ 0.337008] pci_bus 0000:03: >resource 1 [mem 0xf0c00000-0xf0cfffff]
    [ 0.337049] NET: Registered protocol family 2
    [ 0.337123] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.337499] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    [ 0.338433] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.338622] TCP: Hash tables configured (established 262144 bind 65536)
    [ 0.338625] TCP: reno registered
    [ 0.338629] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.338661] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.338788] NET: Registered protocol family 1
    [ 0.338806] pci 0000:00:02.0: >Boot video device
    [ 0.338824] pci 0000:00:14.0: >power state changed by ACPI to D0
    [ 0.338832] pci 0000:00:14.0: >power state changed by ACPI to D0
    [ 0.338936] pci 0000:00:1a.0: >power state changed by ACPI to D0
    [ 0.338945] pci 0000:00:1a.0: >power state changed by ACPI to D0
    [ 0.339013] pci 0000:00:1d.0: >power state changed by ACPI to D0
    [ 0.339020] pci 0000:00:1d.0: >power state changed by ACPI to D0
    [ 0.339204] PCI: CLS 64 bytes, default 64
    [ 0.339259] Unpacking initramfs...
    [ 0.484166] Freeing initrd memory: 4436k freed
    [ 0.485085] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.485092] software IO TLB [mem 0xcac26000-0xcec25fff] (64MB) mapped at [ffff8800cac26000-ffff8800cec25fff]
    [ 0.485820] audit: initializing netlink socket (disabled)
    [ 0.485844] type=2000 audit(1349474324.373:1): initialized
    [ 0.507538] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.509963] VFS: Disk quotas dquot_6.5.2
    [ 0.510031] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.510162] msgmni has been set to 15351
    [ 0.510370] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.510400] io scheduler noop registered
    [ 0.510403] io scheduler deadline registered
    [ 0.510476] io scheduler cfq registered
    [ 0.510512] io scheduler bfq registered (default)
    [ 0.510862] vesafb: mode is 1366x768x32, linelength=5504, pages=0
    [ 0.510863] vesafb: scrolling: redraw
    [ 0.510866] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.511660] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004100000, using 4160k, total 4160k
    [ 0.644714] Console: switching to colour frame buffer device 170x48
    [ 0.777321] fb0: VESA VGA frame buffer device
    [ 0.777334] intel_idle: does not run on family 6 model 58
    [ 0.777366] GHES: HEST is not enabled!
    [ 0.777437] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.798321] 0000:00:16.3: ttyS0 at I/O 0x40b0 (irq = 19) is a 16550A
    [ 0.798587] Linux agpgart interface v0.103
    [ 0.798708] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [ 0.800179] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.800217] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.800331] mousedev: PS/2 mouse device common for all mice
    [ 0.800426] rtc_cmos 00:07: >RTC can wake from S4
    [ 0.800603] rtc_cmos 00:07: >rtc core: registered rtc_cmos as rtc0
    [ 0.800641] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.800651] cpuidle: using governor ladder
    [ 0.800654] cpuidle: using governor menu
    [ 0.800827] drop_monitor: Initializing network drop monitor service
    [ 0.800932] TCP: cubic registered
    [ 0.801082] NET: Registered protocol family 10
    [ 0.801353] NET: Registered protocol family 17
    [ 0.801376] Key type dns_resolver registered
    [ 0.801482] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.801614] PM: Hibernation image not present or could not be loaded.
    [ 0.801630] registered taskstats version 1
    [ 0.802485] rtc_cmos 00:07: >setting system clock to 2012-10-05 21:58:45 UTC (1349474325)
    [ 0.804449] Freeing unused kernel memory: 728k freed
    [ 0.804580] Write protecting the kernel read-only data: 8192k
    [ 0.811658] Freeing unused kernel memory: 1568k freed
    [ 0.814824] Freeing unused kernel memory: 628k freed
    [ 0.814952] BFS CPU scheduler v0.424 by Con Kolivas.
    [ 0.826536] systemd-udevd[49]: starting version 193
    [ 0.836823] [drm] Initialized drm 1.1.0 20060810
    [ 0.837996] agpgart-intel 0000:00:00.0: >Intel Ivybridge Chipset
    [ 0.838144] agpgart-intel 0000:00:00.0: >detected gtt size: 2097152K total, 262144K mappable
    [ 0.839917] agpgart-intel 0000:00:00.0: >detected 65536K stolen memory
    [ 0.840091] agpgart-intel 0000:00:00.0: >AGP aperture is 256M @ 0xe0000000
    [ 0.840993] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 0.841235] ACPI: Lid Switch [LID]
    [ 0.841395] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
    [ 0.841405] ACPI: Sleep Button [SLPB]
    [ 0.841633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 0.841641] ACPI: Power Button [PWRF]
    [ 0.846990] i915 0000:00:02.0: >power state changed by ACPI to D0
    [ 0.846999] i915 0000:00:02.0: >power state changed by ACPI to D0
    [ 0.847343] checking generic (e0000000 410000) vs hw (e0000000 10000000)
    [ 0.847346] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 0.847366] Console: switching to colour dummy device 80x25
    [ 0.847527] i915 0000:00:02.0: >setting latency timer to 64
    [ 0.905312] i915 0000:00:02.0: >irq 42 for MSI/MSI-X
    [ 0.905332] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 0.905335] [drm] Driver supports precise vblank timestamp query.
    [ 0.905673] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.397148] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 1.484088] Refined TSC clocksource calibration: 2594.103 MHz.
    [ 1.484095] Switching to clocksource tsc
    [ 1.626949] fbcon: inteldrmfb (fb0) is primary device
    [ 1.866718] Console: switching to colour frame buffer device 170x48
    [ 1.872430] fb0: inteldrmfb frame buffer device
    [ 1.872432] drm: registered panic notifier
    [ 1.894904] acpi device:01: >registered as cooling_device0
    [ 1.895021] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    [ 1.895113] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4
    [ 1.895193] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 1.952321] ACPI: bus type usb registered
    [ 1.952380] usbcore: registered new interface driver usbfs
    [ 1.952406] usbcore: registered new interface driver hub
    [ 1.952466] usbcore: registered new device driver usb
    [ 1.955058] xhci_hcd 0000:00:14.0: >power state changed by ACPI to D0
    [ 1.955072] xhci_hcd 0000:00:14.0: >power state changed by ACPI to D0
    [ 1.955194] xhci_hcd 0000:00:14.0: >setting latency timer to 64
    [ 1.955206] xhci_hcd 0000:00:14.0: >xHCI Host Controller
    [ 1.955283] xhci_hcd 0000:00:14.0: >new USB bus registered, assigned bus number 1
    [ 1.955735] xhci_hcd 0000:00:14.0: >cache line size of 64 is not supported
    [ 1.955770] xhci_hcd 0000:00:14.0: >irq 16, io mem 0xf1520000
    [ 1.955956] xhci_hcd 0000:00:14.0: >irq 43 for MSI/MSI-X
    [ 1.956609] xHCI xhci_add_endpoint called for root hub
    [ 1.956614] xHCI xhci_check_bandwidth called for root hub
    [ 1.956797] hub 1-0:1.0: >USB hub found
    [ 1.956816] hub 1-0:1.0: >4 ports detected
    [ 1.957309] xhci_hcd 0000:00:14.0: >xHCI Host Controller
    [ 1.957321] xhci_hcd 0000:00:14.0: >new USB bus registered, assigned bus number 2
    [ 1.957642] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.957693] SCSI subsystem initialized
    [ 1.957849] xHCI xhci_add_endpoint called for root hub
    [ 1.957853] xHCI xhci_check_bandwidth called for root hub
    [ 1.957967] hub 2-0:1.0: >USB hub found
    [ 1.957983] hub 2-0:1.0: >4 ports detected
    [ 1.961389] libata version 3.00 loaded.
    [ 1.963515] ehci_hcd 0000:00:1a.0: >power state changed by ACPI to D0
    [ 1.963536] ehci_hcd 0000:00:1a.0: >power state changed by ACPI to D0
    [ 1.963825] ehci_hcd 0000:00:1a.0: >setting latency timer to 64
    [ 1.963836] ehci_hcd 0000:00:1a.0: >EHCI Host Controller
    [ 1.963851] ehci_hcd 0000:00:1a.0: >new USB bus registered, assigned bus number 3
    [ 1.963905] ehci_hcd 0000:00:1a.0: >debug port 2
    [ 1.967782] ehci_hcd 0000:00:1a.0: >cache line size of 64 is not supported
    [ 1.967809] ehci_hcd 0000:00:1a.0: >irq 16, io mem 0xf153a000
    [ 1.976476] ehci_hcd 0000:00:1a.0: >USB 2.0 started, EHCI 1.00
    [ 1.976911] hub 3-0:1.0: >USB hub found
    [ 1.976924] hub 3-0:1.0: >3 ports detected
    [ 1.977173] ehci_hcd 0000:00:1d.0: >power state changed by ACPI to D0
    [ 1.977188] ehci_hcd 0000:00:1d.0: >power state changed by ACPI to D0
    [ 1.977261] ehci_hcd 0000:00:1d.0: >setting latency timer to 64
    [ 1.977271] ehci_hcd 0000:00:1d.0: >EHCI Host Controller
    [ 1.977287] ehci_hcd 0000:00:1d.0: >new USB bus registered, assigned bus number 4
    [ 1.977334] ehci_hcd 0000:00:1d.0: >debug port 2
    [ 1.981215] ehci_hcd 0000:00:1d.0: >cache line size of 64 is not supported
    [ 1.981250] ehci_hcd 0000:00:1d.0: >irq 23, io mem 0xf1539000
    [ 1.989770] ehci_hcd 0000:00:1d.0: >USB 2.0 started, EHCI 1.00
    [ 1.989984] hub 4-0:1.0: >USB hub found
    [ 1.989991] hub 4-0:1.0: >3 ports detected
    [ 1.990146] ahci 0000:00:1f.2: >version 3.0
    [ 1.990272] ahci 0000:00:1f.2: >irq 44 for MSI/MSI-X
    [ 1.990362] ahci: SSS flag set, parallel bus scan disabled
    [ 2.003089] ahci 0000:00:1f.2: >AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x15 impl SATA mode
    [ 2.003095] ahci 0000:00:1f.2: >flags: 64bit ncq stag pm led clo pio slum part ems sxs apst
    [ 2.003105] ahci 0000:00:1f.2: >setting latency timer to 64
    [ 2.017393] scsi0 : ahci
    [ 2.017525] scsi1 : ahci
    [ 2.017635] scsi2 : ahci
    [ 2.017742] scsi3 : ahci
    [ 2.017835] scsi4 : ahci
    [ 2.017969] scsi5 : ahci
    [ 2.018983] ata1: SATA max UDMA/133 abar m2048@0xf1538000 port 0xf1538100 irq 44
    [ 2.018986] ata2: DUMMY
    [ 2.018991] ata3: SATA max UDMA/133 abar m2048@0xf1538000 port 0xf1538200 irq 44
    [ 2.018992] ata4: DUMMY
    [ 2.018998] ata5: SATA max UDMA/133 abar m2048@0xf1538000 port 0xf1538300 irq 44
    [ 2.018999] ata6: DUMMY
    [ 2.282541] usb 3-1: >new high-speed USB device number 2 using ehci_hcd
    [ 2.335779] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.336629] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 2.336634] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 2.337448] ata1.00: ATA-8: HITACHI HTS545050A7E380, GG2ZB6C0, max UDMA/133
    [ 2.337452] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.338351] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 2.338355] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 2.339161] ata1.00: configured for UDMA/133
    [ 2.339301] scsi 0:0:0:0: >Direct-Access ATA HITACHI HTS54505 GG2Z PQ: 0 ANSI: 5
    [ 2.406391] hub 3-1:1.0: >USB hub found
    [ 2.406530] hub 3-1:1.0: >6 ports detected
    [ 2.512104] usb 4-1: >new high-speed USB device number 2 using ehci_hcd
    [ 2.635899] hub 4-1:1.0: >USB hub found
    [ 2.635972] hub 4-1:1.0: >8 ports detected
    [ 2.658509] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.658857] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 2.658861] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 2.659188] ata3.00: ATA-9: M4-CT128M4SSD3, 000F, max UDMA/100
    [ 2.659192] ata3.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.659560] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 2.659564] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 2.659891] ata3.00: configured for UDMA/100
    [ 2.659988] scsi 2:0:0:0: >Direct-Access ATA M4-CT128M4SSD3 000F PQ: 0 ANSI: 5
    [ 2.701858] usb 3-1.3: >new full-speed USB device number 3 using ehci_hcd
    [ 2.851568] usb 3-1.4: >new full-speed USB device number 4 using ehci_hcd
    [ 2.977899] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.986627] sd 0:0:0:0: >[sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 2.986635] sd 0:0:0:0: >[sda] 4096-byte physical blocks
    [ 2.986736] sd 2:0:0:0: >[sdb] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    [ 2.986768] sd 0:0:0:0: >[sda] Write Protect is off
    [ 2.986775] sd 0:0:0:0: >[sda] Mode Sense: 00 3a 00 00
    [ 2.986812] sd 0:0:0:0: >[sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.986840] sd 2:0:0:0: >[sdb] Write Protect is off
    [ 2.986848] sd 2:0:0:0: >[sdb] Mode Sense: 00 3a 00 00
    [ 2.986895] sd 2:0:0:0: >[sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.987622] sdb: sdb1 sdb2 sdb3 sdb4
    [ 2.988107] sd 2:0:0:0: >[sdb] Attached SCSI disk
    [ 3.004663] usb 3-1.6: >new high-speed USB device number 5 using ehci_hcd
    [ 3.024450] sda: sda1
    [ 3.024776] sd 0:0:0:0: >[sda] Attached SCSI disk
    [ 3.172873] device-mapper: uevent: version 1.0.3
    [ 3.173132] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
    [ 12.733471] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
    [ 12.859349] systemd[1]: systemd 194 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
    [ 12.878480] systemd[1]: Inserted module 'autofs4'
    [ 12.878810] systemd[1]: Set hostname to <laptop>.
    [ 12.963675] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 12.963750] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 12.963772] systemd[1]: Starting Remote File Systems.
    [ 12.963938] systemd[1]: Reached target Remote File Systems.
    [ 12.963956] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 12.964121] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 12.964136] systemd[1]: Starting Delayed Shutdown Socket.
    [ 12.964289] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 12.964307] systemd[1]: Starting Encrypted Volumes.
    [ 12.964433] systemd[1]: Reached target Encrypted Volumes.
    [ 12.964528] systemd[1]: Starting udev Kernel Socket.
    [ 12.964678] systemd[1]: Listening on udev Kernel Socket.
    [ 12.964758] systemd[1]: Starting udev Control Socket.
    [ 12.964910] systemd[1]: Listening on udev Control Socket.
    [ 12.964958] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 12.965237] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 12.965261] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 12.965310] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 12.965324] systemd[1]: Starting Swap.
    [ 12.965442] systemd[1]: Reached target Swap.
    [ 12.965459] systemd[1]: Expecting device dev-disk-by\x2duuid-b2a93292\x2d0c87\x2d42b2\x2d87b9\x2d3c619d084df9.device...
    [ 12.965614] systemd[1]: Expecting device dev-disk-by\x2duuid-b33e9e60\x2d3404\x2d4c99\x2d88f5\x2dff80b308da31.device...
    [ 12.965775] systemd[1]: Expecting device dev-disk-by\x2duuid-9A7883F77883D105.device...
    [ 12.965907] systemd[1]: Starting Journal Socket.
    [ 12.966083] systemd[1]: Listening on Journal Socket.
    [ 12.966110] systemd[1]: Started File System Check on Root Device.
    [ 12.966126] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 12.982627] systemd[1]: Mounting Debug File System...
    [ 13.002851] systemd[1]: Started Set Up Additional Binary Formats.
    [ 13.002951] systemd[1]: Starting udev Kernel Device Manager...
    [ 13.022624] systemd[1]: Starting udev Coldplug all Devices...
    [ 13.086129] systemd[1]: Starting Apply Kernel Variables...
    [ 13.166123] systemd[1]: Starting Load Kernel Modules...
    [ 13.185687] systemd[1]: Mounting POSIX Message Queue File System...
    [ 13.188813] systemd[1]: Mounting Huge Pages File System...
    [ 13.206949] systemd[1]: Starting Setup Virtual Console...
    [ 13.225698] systemd[1]: Starting Journal Service...
    [ 13.246895] systemd[1]: Started Journal Service.
    [ 13.250865] ACPI: Requesting acpi_cpufreq
    [ 13.252344] systemd[1]: Started Apply Kernel Variables.
    [ 13.366426] Monitor-Mwait will be used to enter C-1 state
    [ 13.366439] Monitor-Mwait will be used to enter C-2 state
    [ 13.366444] Monitor-Mwait will be used to enter C-3 state
    [ 13.366461] ACPI: acpi_idle registered with cpuidle
    [ 13.469643] systemd-udevd[178]: starting version 194
    [ 13.508276] EXT4-fs (dm-0): re-mounted. Opts: data=ordered,discard
    [ 13.647717] mei 0000:00:16.0: >setting latency timer to 64
    [ 13.647795] mei 0000:00:16.0: >irq 45 for MSI/MSI-X
    [ 13.667712] ACPI: AC Adapter [AC] (off-line)
    [ 13.670989] thermal LNXTHERM:00: >registered as thermal_zone0
    [ 13.670992] ACPI: Thermal Zone [THM0] (35 C)
    [ 13.676559] ACPI: Battery Slot [BAT0] (battery present)
    [ 13.711681] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 13.752956] wmi: Mapper loaded
    [ 13.792981] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \_SB_.PCI0.LPC_.PMIO 1 (20120320/utaddress-251)
    [ 13.792988] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 13.792995] ACPI Warning: 0x0000000000000500-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20120320/utaddress-251)
    [ 13.792999] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 13.793000] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 13.795053] tpm_tis 00:0a: >1.2 TPM (device-id 0x0, rev-id 78)
    [ 13.795062] e1000e: Intel(R) PRO/1000 Network Driver - 2.0.0-k
    [ 13.795063] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
    [ 13.795116] e1000e 0000:00:19.0: >setting latency timer to 64
    [ 13.795179] e1000e 0000:00:19.0: >(unregistered net_device): Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [ 13.795218] e1000e 0000:00:19.0: >irq 46 for MSI/MSI-X
    [ 13.814844] iTCO_vendor_support: vendor-support=0
    [ 13.815292] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 13.815325] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 13.815348] iTCO_wdt: cannot register miscdev on minor=130 (err=-16)
    [ 13.815943] iTCO_wdt: probe of iTCO_wdt failed with error -16
    [ 13.880873] sdhci: Secure Digital Host Controller Interface driver
    [ 13.880875] sdhci: Copyright(c) Pierre Ossman
    [ 13.881404] sdhci-pci 0000:02:00.0: >SDHCI controller found [1180:e823] (rev 4)
    [ 13.881858] Registered led device: mmc0::
    [ 13.884075] tpm_tis 00:0a: >TPM is disabled/deactivated (0x6)
    [ 13.907331] mmc0: SDHCI controller on PCI [0000:02:00.0] using DMA
    [ 13.961372] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x13
    [ 13.991514] e1000e 0000:00:19.0: >eth0: (PCI Express:2.5GT/s:Width x1) 3c:97:0e:31:12:6f
    [ 13.991517] e1000e 0000:00:19.0: >eth0: Intel(R) PRO/1000 Network Connection
    [ 13.991558] e1000e 0000:00:19.0: >eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
    [ 14.110490] Non-volatile memory driver v1.3
    [ 14.112285] thinkpad_acpi: ThinkPad ACPI Extras v0.24
    [ 14.112287] thinkpad_acpi: http://ibm-acpi.sf.net/
    [ 14.112288] thinkpad_acpi: ThinkPad BIOS G2ET82WW (2.02 ), EC unknown
    [ 14.112289] thinkpad_acpi: Lenovo ThinkPad X230, model 2306CTO
    [ 14.112912] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
    [ 14.113022] thinkpad_acpi: radio switch found; radios are enabled
    [ 14.113037] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
    [ 14.113038] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
    [ 14.114153] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
    [ 14.114474] Registered led device: tpacpi::thinklight
    [ 14.114508] Registered led device: tpacpi::power
    [ 14.114526] Registered led device: tpacpi::standby
    [ 14.114570] Registered led device: tpacpi::thinkvantage
    [ 14.114577] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
    [ 14.114715] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
    [ 14.115850] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
    [ 14.157590] snd_hda_intel 0000:00:1b.0: >irq 47 for MSI/MSI-X
    [ 14.223809] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x13
    [ 14.224260] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x13
    [ 14.224588] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x13
    [ 14.224981] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 14.239886] psmouse serio1: >trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    [ 14.253501] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input7
    [ 14.289222] mmc0: new SDHC card at address b368
    [ 14.315479] cfg80211: Calling CRDA to update world regulatory domain
    [ 14.328281] iwlwifi: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
    [ 14.328283] iwlwifi: Copyright(c) 2003-2012 Intel Corporation
    [ 14.328430] iwlwifi 0000:03:00.0: >pci_resource_len = 0x00002000
    [ 14.328432] iwlwifi 0000:03:00.0: >pci_resource_base = ffffc9000408c000
    [ 14.328433] iwlwifi 0000:03:00.0: >HW Revision ID = 0x34
    [ 14.328530] iwlwifi 0000:03:00.0: >irq 48 for MSI/MSI-X
    [ 14.348866] iwlwifi 0000:03:00.0: >loaded firmware version 17.168.5.3 build 42301
    [ 14.349194] iwlwifi 0000:03:00.0: >CONFIG_IWLWIFI_DEBUG disabled
    [ 14.349200] iwlwifi 0000:03:00.0: >CONFIG_IWLWIFI_DEBUGFS disabled
    [ 14.349204] iwlwifi 0000:03:00.0: >CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 14.349208] iwlwifi 0000:03:00.0: >CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
    [ 14.349211] iwlwifi 0000:03:00.0: >CONFIG_IWLWIFI_P2P disabled
    [ 14.349216] iwlwifi 0000:03:00.0: >Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0
    [ 14.349281] iwlwifi 0000:03:00.0: >L1 Disabled; Enabling L0S
    [ 14.355723] iwlwifi 0000:03:00.0: >RF_KILL bit toggled to enable radio.
    [ 14.366879] iwlwifi 0000:03:00.0: >device EEPROM VER=0x715, CALIB=0x6
    [ 14.366882] iwlwifi 0000:03:00.0: >Device SKU: 0x1F0
    [ 14.366885] iwlwifi 0000:03:00.0: >Valid Tx ant: 0x3, Valid Rx ant: 0x3
    [ 14.366912] iwlwifi 0000:03:00.0: >Tunable channels: 13 802.11bg, 24 802.11a channels
    [ 14.367054] Registered led device: phy0-led
    [ 14.368107] mmcblk0: mmc0:b368 SMI 3.72 GiB
    [ 14.369125] mmcblk0: unknown partition table
    [ 14.450906] ieee80211 phy0: >Selected rate control algorithm 'iwl-agn-rs'
    [ 14.452299] fuse init (API version 7.19)
    [ 14.567476] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: data=ordered,discard
    [ 14.722597] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
    [ 14.827543] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 14.827611] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 14.827659] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 14.827707] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 14.827752] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 14.827798] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    [ 14.827849] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
    [ 15.172162] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 15.418405] systemd-journald[186]: Received SIGUSR1
    [ 16.723167] Linux media interface: v0.10
    [ 16.725384] Linux video capture interface: v2.00
    [ 16.728824] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b2ea)
    [ 16.731493] input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input16
    [ 16.731542] usbcore: registered new interface driver uvcvideo
    [ 16.731544] USB Video Class driver (1.1.1)
    [ 16.851778] Bluetooth: Core ver 2.16
    [ 16.851792] NET: Registered protocol family 31
    [ 16.851793] Bluetooth: HCI device and connection manager initialized
    [ 16.851795] Bluetooth: HCI socket layer initialized
    [ 16.851796] Bluetooth: L2CAP socket layer initialized
    [ 16.851799] Bluetooth: SCO socket layer initialized
    [ 16.869953] usbcore: registered new interface driver btusb
    [ 16.959242] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 17.257834] e1000e 0000:00:19.0: >irq 46 for MSI/MSI-X
    [ 17.266346] Bluetooth: RFCOMM TTY layer initialized
    [ 17.266350] Bluetooth: RFCOMM socket layer initialized
    [ 17.266352] Bluetooth: RFCOMM ver 1.11
    [ 17.360883] e1000e 0000:00:19.0: >irq 46 for MSI/MSI-X
    [ 17.361468] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 17.363205] iwlwifi 0000:03:00.0: >L1 Disabled; Enabling L0S
    [ 17.369665] iwlwifi 0000:03:00.0: >Radio type=0x1-0x2-0x0
    [ 17.653672] iwlwifi 0000:03:00.0: >L1 Disabled; Enabling L0S
    [ 17.660125] iwlwifi 0000:03:00.0: >Radio type=0x1-0x2-0x0
    [ 17.785284] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 36.815274] wlan0: authenticate with c8:f9:f9:1b:a2:30
    [ 36.847183] wlan0: send auth to c8:f9:f9:1b:a2:30 (try 1/3)
    [ 36.890560] wlan0: authenticated
    [ 36.890728] wlan0: associate with c8:f9:f9:1b:a2:30 (try 1/3)
    [ 36.905289] wlan0: RX AssocResp from c8:f9:f9:1b:a2:30 (capab=0x421 status=0 aid=142)
    [ 36.907364] wlan0: associated
    [ 36.907945] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 803.971832] cfg80211: Calling CRDA for country: CA
    [ 812.435761] wlan0: authenticate with c8:f9:f9:1b:a2:30
    [ 812.456185] wlan0: send auth to c8:f9:f9:1b:a2:30 (try 1/3)
    [ 812.459029] wlan0: authenticated
    [ 812.459251] wlan0: waiting for beacon from c8:f9:f9:1b:a2:30
    [ 812.546537] wlan0: associate with c8:f9:f9:1b:a2:30 (try 1/3)
    [ 812.550521] wlan0: RX AssocResp from c8:f9:f9:1b:a2:30 (capab=0x421 status=0 aid=38)
    [ 812.552745] wlan0: associated
    [ 812.553891] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    If any more info if needed I'll try to supply as soon as possible.
    Thanks!

    Start with this:
    Open System Preferences, select the Network pane and select AirPort in the "Show:" popup menu.
    Set the "By default, join:" popup menu to "Preferred networks."
    Delete the listed preferred networks using the "-" button but this time we did not add it back again with the "+" button as Apple recommends.
    Set the "By default, join:" popup menu to "Automatic."
    Restart.
    Manually rejoin the AirPort network using the AirPort menu icon, i.e. selecting the network (or selecting "Other" and typing in the network name if hidden) and typing in the WPA (or WEP) password.
    If you are using the Checkpoint Secure Client software, then you need to uninstall it.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • Itunes using 100% of CPU

    In the last 6 months or so (and across at least two iTunes updates), whenever I launch iTunes it ends up using 100% of my CPU and basically hangs my PC until I can manage to stop the iTunes 32 process.
    Before it hits 100% it hovers in the 60-90% range...the kicker is usually when it trys to sync an iPod or iPad...then it's 100% and doesn't ever come down.
    I've done some of the suggested solutions in previews forums and posts, and nothing has ever worked.
    Any ideas?  Anyone from Apple actually willing to take ownership of this problem that seems to date back years and years and over many different versions of the software.
    It also seems to affect both Mac and PC users - althought the majority seem to be PC users.
    I have a dual core HP laptop with Windows 7 Home 64-bit and 8 Gbs of RAM....so it should have the horsepower to run this with no issues.
    Although iTunes has never run smoothly on any PC, it's never been this bad and basically unusable.
    Any help would be great....from an actual Apple engineer would be nice
    Jake in Vancouver

    Hello mjake7,
    It sounds like iTunes is having performance issues when you launch it, and in particular when you are trying to sync a device. I would recommend the troubleshooting steps from this article named:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issueshttp://support.apple.com/kb/ts1717
    You will want to start with troubleshooting for 3rd party plugins that could be causing the issue, then move onto system wide vs user specific isolation with the next part of the article.
    Start iTunes in Safe Mode
    Open iTunes in Safe Mode to isolate any interference from plug-ins or scripts not manufactured by Apple.
    Hold down Shift–Control while opening iTunes. You should see a dialog that says "iTunes is running in safe mode" before iTunes finishes starting up.
    Click Continue.
    See if the issue you're experiencing persists in Safe Mode.
    If you have the same issue while iTunes is in Safe Mode, proceed to the "Create a new user account" section. If you don't experience the same issue, follow these steps to remove third-party plug-ins.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • Running Adobe Actions is Using 100% of my CPU

    Does anyone have a fix for Adobe using 100% of their CPU.  Without running Photoshop I run 5-6%.  As soon as I open Lightroom, send to Photoshop and run an action my CPU Usage spikes to 100%.  What should take 2 minutes max to edit is taking between 5-7 minutes.  I'm spending more time waiting for an action to run than I am actually working.  I'm running Windows 7 64 bit and Creative Cloud version 1.9.0.465.  It's so bad that I have to transfer my images to my laptop (Window's 8) to edit which I SHOULDN'T HAVE TO DO! Here's another complaint:  When I'm in Lightroom and right click on an image and choose to edit in Photoshop I don't always get the option to edit original image or edit a copy.  Most of the time it goes straight to CS6.  When I save the edit the saved edited image does not go back to it's original catalog, rather it goes to the main catalog without keywords and I have to go on a treasure hunt to find it and mark it with keywords.  I hoped purchasing the subscription would eliminate bugs to the program but it doesn't.  I have more bugs with the subscription than I ever had with the purchased programs. It's also important to note that I have not changed any of the preferences.  Thanks for any help y'all can provide.

    Hi,
    The size of the image is 1000*600.
    I use the default radius of the filter. I don't know the value.
    I run the swf on a Intel core2duo 2.2Ghz.
    I use the filter array to apply the filter.
    To illustrate my problem, you can download a very simple sample of my project here. It's a grid where i draw a collection of items in a bitmap.
    If i apply the filter in the constructor of the grid in Index.as by passing true in the first parameter, my CPU usage is at 20 to 30%. If I don't apply the filter, the CPU usage is at 2 to 3%.
    What is the problem?
    Thanks for your help.

  • Windows Server 2003 R2 Enterprise Edition 32 bits Service Pack 2 never finishes searching for updates and use 100% of CPU.

    Hi everyone, I am having issues updating a clean Windows Server 2003 R2 Enterprise Edition 32 bits Service Pack 2, so any help with be appreciated cause I've already tried all my cards for the past 5 days in this particular issue without success.
    All I did so far is installing Windows Server 2003 R2 Enterprise with Service Pack 2, open IE to update, it keeps searching for updates and never stop, after 20mn to 30mn the process svchost.exe start using 100% of my CPU.
    I already tried the following scenarios:
    1-  Install IE8, install the update KB927891 and the Windows Update Agent 3.0 (I already had this one installed). Reboot and run windows update trough IE8 and the problem did not solved.
    2- Install those 2 software "MicrosoftFixit.wu.MATSKB.Run" and "MicrosoftFixit50777", open IE to update, it still hangs and continues eating my CPU. This is the output of "MicrosoftFixit".
    Windows Update error 0x8007000D(2014-01-06-T-06_06_34A) --> Not Fixed
    Cryptographic service components are not registered (This service is actually running successfully) --> Not Fixed
    3- I found the following script that would register some DLL, deleting the "SoftwareDistribution" and forcing windows update to solve the problem and nothing happened either.
    Link to script:
    http://gallery.technet.microsoft.com/scriptcenter/Dos-Command-Line-Batch-to-fb07b159#content
    Here is a link to the content of my WindowUpdate.log file:
    https://skydrive.live.com/redir?resid=883EE9BE85F9632B%21105
    Thank you in advance for helping.

    All I did so far is installing Windows Server 2003 R2 Enterprise with Service Pack 2, open IE to update, it keeps searching for updates and never stop, after 20mn to 30mn the process svchost.exe start using 100% of my CPU.
    Herein is the root cause of your issue. A topic that's been discussed in several blogs, forums, and even in the media since September regards a known issue with attempting to patch IE6 RTM via Windows Update.
    Aside from that particular issue... browsing the Internet with an unpatched instance of IE6, especially from a Windows Server system, is also asking for a world of hurt.
    Might I suggest the following:
    Download the IE8 for Windows Server 2003 installer to a thumb drive.
    Download the latest Cumulative Security Update for IE8 for Windows Server 2003 to a thumb drive.
    Reinstall Windows Server 2003 with Service Pack 2.
    Upgrade to IE8 from the thumb drive installer and apply the
    Cumulative Security Update.
    Now your machine is capable of safely browsing to Windows Update to install the rest of the updates (well, maybe, there's also all those other Security Updates from the past seven years that your machine still has vulnerabilites for -- even those seven
    years of updates are going to take a Very Long Time to scan for, download, and install).
    Why don't you have a WSUS server? -- noting, wryly, that you've posted in the *WSUS* forum.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Need to fix the width of a column in interactive report

    Hi,
    I have a column named 'Comment'. Its have a huge data due to which the lenght of that column in interactive report get increased. I need to fix the length to a desired value.
    I used following code in Region Footer:
    <style>
    table.apexir_WORKSHEET_DATA td[headers=COMMENTS] {
      _width: 300px;
      min-width: 50px;
      max-width: 300px }
    </style>
    Its solved the problem by fixing the width of the column but the column is not showing the full data now. It is hiding most of its part to fit it in that column.
    Please give some idea.
    Thanks,
    Chandru

    Hi,
    I believe you will want to add a height specification to allow for multiple lines.  And you may want/need to specifiy how you want lines to wrap.
    Add (for example):
      height: 60px; 
      white-space: nowrap; 
      word-wrap: break-word;
    There are defaults and several options for white-space and word-wrap.  You may want to look them up and give them a try for comparison.
    Howard

  • Is it possible to have a fixed column width and a URL link?

    I am trying to achieve having a popup link on a column within a SQL report but also have the report column a certain width. I can have either or however not at the same time.
    What I did was created a SQL report, edited a column and gave it a URL redirect (page in application) as normal.
    For the fixed column width, I used:
    <div style="width:250px; height:54px; overflow:hidden" title="#Comments#">#Comments#</div>On Column Formatting / HTML Expression
    And for the popup URL, I used:
    onclick="window.open(this.href,'_blank','resizable=0,scrollbars=0,width=650,height=300,menubar=0,location=0');return false;" title="Comments"On the Column Link / Link Attributes

    Andy thank you for your reply, however I either am not completly understanding or there is a problem elsewhere.
    I have changed to the code to fit the needs of the application as so:
    !http://i41.tinypic.com/2m6mrh4.jpg!
    App ID: 523
    Page: 23
    Item: P23_STATUS_COMMENT
    Column to select: Comments
    Whenever clicking on the link, the following error is given:
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
         Error      ERR-7620 Could not determine workspace for application ().{code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Deficit of VC Unrestricted-use 100 EA : in combination of material plant sloc K Message no. M7021

    Hi SAP Gurus,
    I was doing Goods Issue to a cost center from the Vendor Consignment stock having maintained MRP Views in Material Master created Purchase Order through T-Code MD04. I did goods receipt w.r.t Purchase Order and in MMBE Vendor Consignment stock is 100. Still i got this error shown below.
    This is Error: Deficit of VC Unrestricted-use 100 EA : PC-PROBE SKS1 SK01 0000000420 K
    Message no. M7021
    Diagnosis
    Shortfall below the specified stock level or quantity amounting to 100 EA.
    System Response
    If the message is an error message (E), the above is not allowed.
    If the message is a warning message (W), the system will allow your input, but the warning is intended to prevent you entering a wrong quantity.
    Procedure
    In the case of a warning message, check the quantity entered.
    In the case of an error message, change the quantity or terminate processing.
    Note:
    The abbreviations in the short text of this message can have the following values:
    BA = batch
    OR = order
    PL = plant
    PR = previous period
    PU = purchasing document
    RE = reservation
    SL = storage location
    VC = consignment stock from vendor in storage location
    Can you Please help me out of this issue.
    Thanks in advance
    Murali

    This message is a multi-purpose message, probably meant for good it is unfortunately confusing to many users.
    This message is only customizable (warning/error) in case it is triggered from an availability check. e.g. if you have reserved 20 from your  stock of 100  and you try to issue the 100. Then system is telling you that you have not enough stock but in case of a warning you can continue, for the system it is okay for your reservation probably not, but your decision to go over the warning overrules SAP.
    But if you have 100 and want issue 200, and do not have negative stock, then this message comes as error and all your customizing (set to warning) is not taken into account.
    As you are just posted it can as warning message, I have to assume it was because of a dynamic availability check . You should analyze your availability in CO09 transaction

  • Which version of iPhoto should I use?

    When I picked up my repaired MacBook (Intel Core Duo) the person at the Apple Store showed me how to restore all of its data using my Time Machine backup.  He told me that during the repair they had installed Snow Leopard.  He had forgotten that I had told him when the MacBook first died we were told it was not worth repairing and we purchased a new MacBook Pro running Lion.  The TM backup was from that machine.  The intent was to have two machines with the same Apps & data so each of two users could take either machine and go forward from that point.  Each machine would then have its own TM Backup.
    After many discussions with tech support, almost everything except iPhoto (and incoming Apple Mail) on the MacBook works OK.  That's probably because during the restore, iPhoto 9.1.5 was installed.  It does not open because of a Frameworks conflict of some sort.  Earlier versions of iPhoto say the Library was created with a newer version.  (I temporarily moved the iPhoto Library out of my User>Pictures Folder, opened iPhoto 7.x and imported some photo's to create a new Library.  That worked.  My original Library is 35 GB so each attempt to fix anything in it has been time consuming.  That's why I'm asking the real experts.
    I've seen a suggestion from Terrance Devlin to "rebuild" the Library using the iPhoto Library Manager and others by Terrance, Neil, Old Toad, and Kappy to drag a different version of Frameworks into System>Library>?  (Apparently, some OS X 10.7 support files were loaded onto the MacBook.)  Which ones and which version?
    Which version of iPhoto should I use on the MacBook?  Which version does OS X 10.6.8 support?  Eventually, we'd also like to merge some of the individual Libraries into a shared Library.  Is iPhoto Library Manager the best way to do that?  (Speaking of that, I understand Apple does not support backup of non-Lion Mac's via Wi-Fi, except if using Time Capsule.  Seagate sells an external 2 TB Hard Drive that connects via ethernet to your Router, for that purpose.  Does it work well?)

    Terence,
    Below is a copy of the Problem Report I get after I double click the iPhoto (9.1.5) icon in my Applications folder.  Both iPhoto 6 and iPhoto 7 open but cannot read my iPhoto Library that was restored from a Lion TM backup.  I tried moving my iPhoto Library out of the Pictures folder and was able to create a new one using iPhoto 7.1.5.
    Inside of System>Library, there are two copies of the following folders:
    Frameworks
    PodcastProducer
    Keychains
    Java
    In each case, the name of the second folder includes "(from old Mac)" without the quotes after the folder name.  I believe my issue is being caused by the System using Frameworks instead of Frameworks (from old Mac), but I have not been able to switch them easily and, as you said, do not want to do serious damage.
    The only other thing that does not work properly is incoming IMAP mail via AOL and Google.  Outgoing works on those two plus Incoming and Outgoing work on the Verizon POP account.
    Here is the text from the Problem Report:
    Process:         iPhoto [1035]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         ??? (???)
    Build Info:      iPhotoProject-6150000~3
    App Item ID:     408981381
    App External ID: 3922231
    Code Type:       X86 (Native)
    Parent Process:  launchd [521]
    Date/Time:       2011-11-13 10:59:32.771 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          10637 sec
    Crashes Since Last Report:           55
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      1FDBF6A3-E712-44D7-B3AE-E47827AADE51
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
      Referenced from: /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
      Reason: image not found
    Binary Images:
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    Model: MacBook1,1, BootROM MB11.0061.B03, 2 processors, Intel Core Duo, 2 GHz, 2 GB, SMC 1.4f12
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x86), Atheros 5424: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK3252GSX, 298.09 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-857, 7.24 GB
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0217, 0x1d200000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x5d200000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x7d100000 / 2

  • What XA JDBC driver should I use with Oracle 8i 8.1.6

    I need to use an XA JDBC driver for Oracle 8i 8.1.6. I am using the driver in
    a ConnectionPool in a TxDataSource for use by some entity beans using EJB 2.0.
    I'm running WebLogic Server 6.0 sp2, EJB 2.0, Java 2 SDK 1.3.1 Server VM, Solaris
    2.7, and Oracle 8i 8.1.6.
    I know of three different Oracle XA drivers: WebLogic jDriver for Oracle XA, Oracle
    OCI type 2 driver XA, and Oracle Thin tyoe 2 XA. Are there any other drivers
    that I can use for Oracle 8.1.6? Which driver and which version should I use?
    For example, can I use the Oracle 8.1.7 JDBC drivers with the Oracle 8.1.6 server,
    or would the Oracle 9i drivers work with the Oracle 8i server? Which drivers
    are faster, and which support more features? I assume that I should not use the
    type 4 driver since I am not using an applet, but I don't know if there are bugs
    in the OCI C library for Solaris or in the JDBC drivers that use it that prevent
    XA from woking. Which version of the Oracle C OCI library should I use if I use
    a type 2 driver?
    Thanks,
    Ross Goldberg

    Hi,
    I think you can't use the 8.1.6 thin driver for XA, you would have to
    use the OCI driver or 2PC-enable your datasource. AFAIK this has been
    changed for 8.1.7
    Check http://e-docs.bea.com/wls/docs61/////jta/thirdpartytx.html.
    Daniel
    -----Original Message-----
    From: Gene Chuang [mailto:[email protected]]
    Posted At: Thursday, August 30, 2001 2:04 AM
    Posted To: jdbc
    Conversation: What XA JDBC driver should I use with Oracle 8i 8.1.6
    Subject: Re: What XA JDBC driver should I use with Oracle 8i 8.1.6
    I've asked this question before. This is the reply from Joe
    Weinstein:
    For reliability and JDBC 2.0 compliance, I recommend the
    Oracle thin driver.
    If not that driver, you should verify that a type-2 driver
    actually does
    deliver better performance, but then I would not have a
    strong preference
    between their type-2 and ours. Theirs may be faster, and JDBC
    2.0 compliant.
    Both are succeptible to OCI bugs, some of which only they can
    fix, but we
    listen.
    Gene
    "Ross Goldberg" <[email protected]> wrote in message
    news:[email protected]...
    >
    I need to use an XA JDBC driver for Oracle 8i 8.1.6. I am using thedriver in
    a ConnectionPool in a TxDataSource for use by some entity beans usingEJB 2.0.
    I'm running WebLogic Server 6.0 sp2, EJB 2.0, Java 2 SDK 1.3.1 ServerVM, Solaris
    2.7, and Oracle 8i 8.1.6.
    I know of three different Oracle XA drivers: WebLogic jDriver forOracle XA, Oracle
    OCI type 2 driver XA, and Oracle Thin tyoe 2 XA. Are there any otherdrivers
    that I can use for Oracle 8.1.6? Which driver and which versionshould I use?
    For example, can I use the Oracle 8.1.7 JDBC drivers with the Oracle8.1.6 server,
    or would the Oracle 9i drivers work with the Oracle 8i server? Whichdrivers
    are faster, and which support more features? I assume that I shouldnot use the
    type 4 driver since I am not using an applet, but I don't know ifthere are bugs
    in the OCI C library for Solaris or in the JDBC drivers that use itthat prevent
    XA from woking. Which version of the Oracle C OCI library should Iuse if I use
    a type 2 driver?
    Thanks,
    Ross Goldberg

  • I have safari 5.1.7 and it's not working properly. Should I use Safari 5.1.9 or 6.0.4?

    I have safari 5.1.7 and it's not working properly. Should I use Safari 5.1.9 or 6.0.4? Mac OS X 10.6.8.  17" MacBook Pro

    Use your Software Update under the Apple menu, it SHOULD bring Safari up to 5.1.9 on OS X 10.6.8.
    Apple IS issuing security and other updates for Snow Leopard users.
    OS X 10.4/10.5 need to upgrade, 10.6.8 ok still
    Safari 6+ is only for 10.7+ users as OS X is morphing into iOS.
    10.7 and 10.8 will not run your PPC based apps of 10.5/10.6
    If Software Update is not working, then you have other issues, backup your users folders off the machine to a external storage drive (not TimeMachine!) and run through this list of fixes.
    Most commonly used backup methods
    ..Step by Step to fix your Mac

Maybe you are looking for

  • Memory Upgrade on a 667mhz G4

    I currently have 512MB (on 2 chips) installed in a 667mhz G4 (DVI) running OS X 10.4.7. I'd like to keep my Powerbook going at least through the release of Leopard next spring, so I'm looking at maxing the RAM out a 1GB. I basically use the computer

  • Macbook pro 17 [early 2009] information

    Hi everyone, I'm about to buy a Macbook Pro 17" but before buying it I would like to have my information confirmed, so I'll summarize it (this will also help everyone who wants to buy a Macbook Pro 17" too). I'm aware that the problems I'll speak abo

  • Getting "an error occurred while backing up this iPad (-5000).

    I am getting an error when trying to update my wifes gen1 iPad from 4.2.1 to whatever is the latest: "An error occurred while backing up this iPad (-500). Would you like to continue to update this iPad? Continuing will result in the loss of all conte

  • Wlan connection BB curve 8310

    Any tips and is it indeed possible to connect this phone to my wireless network at home office?

  • Dither when bouncing to mp3?

    Back in 2008, someone noticed that Logic does not provide any dithering options on an MP3 bounce. To answer his questions, the lossy MP3 compression adds more noise than dither, so you really should start with a 24-bit master and convert directly to