PLC ladder network in LV

I have recently completed a full test rig application in LV7. Both machine control and data acquisition were done by LV. It contains some 12 different VIs which are called up by the Main.vi with hotkeys on the main panel. While most of the VIs are small and elegant, two of them namely ManualMode.vi and AutoMode.vi have grown big. Particularly the AutoMode.Vi is about 5.8Mb in size ( OK it uses all DAQMX functions for hardware interface ).
This is mainly because I am doing machine control like querying safety interlocks, responding to user commands etc. In short this would have been a breeze for a simple PLC. Whereas in LV I have created a StateMachine kind of architecture that is inside a Timed loop running at 50ms.
So even to implement a small 5 sec delay I have to initialize a counter in one state and call the next state. In that state, I subtract 1 from the counter for every call (50ms) and when counter reaches zero - do something. Now this kind of a architecture heavily depends on a Stacked Case Structure - some 75 odd cases are there and inside each case there are more such case structures.
So the net result of all this is a program that has kind of outgrown itself. My question is is this ( 5.8 Mb size of VI and 75 cases in a Case Structure )normal ? Is it better to delegate machine control to PLC and use LV only for data acquaition/ plotting / result generation ?
Has anybody done such large applications in LV ? If so how ? I am keen to know as another such machine is round the corner.
Thanks
Raghunathan
PS: Since almost all of the AutoMode.VI coding is inside a Timed Loop, breaking down each sequence segment into sub.vi's is not possible.
Raghunathan
LV2012 to Automate Hydraulic Test rigs.

"Has anybody done such large applications in LV ? If so how ? I am keen to know as another such machine is round the corner.
Excellent questions! I wish I was up to the task of giving you a complete answer.
I can share some idea.
Good planning is the key to handling large applications. Since you think this next project is going ot be similar, I suggested you review the design for ways to simplify it. Not knowing the specific of the design you have in front you limits what I can do to help but I will start by offering an example that is probably about 1/3 as complex as yours, see attached image.
The attached image is the existing State Diagram (SD) of one of the VI in an application. I have defined groups of states that coupld be combined into single states that perform "higher" functions. For example the states within the red border could have been implemented as a sub-VI and called "Set-up", the green "Pre-Test", etc.
By re-writing this using "higher level" states the design would have been much easier to maintain (Note: This example was chosen because it could stand improvement!) and the number of states reduced from over 20 to about 6.
The principle patterns I look for when evaluating SD designs is the number of entry points and the number of exits. Refering back to my diagram, the read group isalways started by a transition to the "Select Cell" state. The are two departure transitions, one that is good, one that is bad. This implies (to me) a sub-VI that returns a boolean indicating exit or proceed.
The next type of pattern is single in single out. look at the "Cal Error" and "Error Ack'd" states. They can be combined into a single state.
Please review what I have to say about SD in this link
http://forums.ni.com/ni/board/message?board.id=170&message.id=112440#M112440
So then the next concideration has to be DATA. What will I have to pass into my sub-VI, what will they return. What often happens is that I find that that one set of sub-VI uses alot of the same data. Rather than carry this data around and pass it into and out of the sub-VI to do the processing or evaluation required, I start defining "action engines" that keep related data structures together and encapsulate all of the operations associated with that data. I know, I talking spacey again.
Example:
Lets say I have a DO port that is used to control an assortment of logically un-related devices. To control this port I need to know the I/O reference and the state of all of the output bit. By creating an action engine for this port I can call it from multiple locations in my code with actions like "Set bit 0" (where the previous output port state is modified by setting just the one bit) and the other output bits are un-affected. The action engines give you the ability to add a level of abstration that simplifies the calling code.
We may be able to help further if you threw together a diagram that illustrates your current design and we could offer more specific advise.
I am curious what others have to say on this subject.
Trying to help,
Ben
Ben Rayner
I am currently active on.. MainStream Preppers
Rayner's Ridge is under construction
Attachments:
State_Diagram_sections.GIF ‏45 KB

Similar Messages

  • Is there anyway to make a PC look like a PLC on a Profibus network?

    We currently have a PC based data acquisition system. A customer has asked us to integrate the PC into their PLC (Profibus) network and make it appear as though it (the PC) is a slave on the profibus.
    I have found some interfaces that convert profibus to ethernet but haven't found anything, short of the NI Applicon boards (and others), that allow me to go the other way. As I only want to be a relatively stupid slave on the profibus, I was wondering if there isn't a more economical solution.
    Any comments, suggestions, directions, etc. would be helpful as I'm starting from scratch and am not sure where to go with this...
    Kind Regards,
    Eric

    Hi, Del Conte
    I've looked at: http://www.sea.siemens.com/machine/products/cnc/prod_810d.html#1523 and have seen that this CNC consist of Numerical processor, power units and has integrated PLC S7. And there is possibility to connect this PLC to PC through Profibus. I didn't remeber if inside of Softnet exist OPC Server. You can check it in Simatic NET Configuration Console. Siemens doesn't provide any drivers for LV to their CP5611 card. Comunnication idea relay on using OPC Server. OPC Server establish and continue data exchange between PLC and PC. Labview has OPC Client features by means of DataSocked or DSC module to get/put the data. If you give me your PLC configuration (series numbers of all PLC modules on the rack from left to right ,e.g. - 6ES7315-2AG10-0AB0) I can prepare to you connection configuration PLC - PC. Moreover you have to have STEP7 Programming Software and Simatic NET Software to download PLC configuration into PLC.
    Regards. Rumcajs

  • Lookout modbus plus performanc​e

    I'm running 9 Schneider Electric PLCs Compact 265 connected to Lookout v5 PC via modbus plus. I have cyclic stalls of transport, each 50 secs or so, which last for 3 or even more seconds. I've tried all the settings there are on modbus object in Lookout, but with no success, only different graph shapes in performance monitor (you can have a look at graphs at the end of mail). Even single PLC on network (with others shut down) freezes the communication for more then second, which is unacceptable since I need to refresh my data at least each 350ms.
    I've considered 3 things:
    1. PLC underperforms
    I've checked scan time in PLCs, they're all running smooth with scan time under 90ms. This time doesn't increase even during modbus peaks, I've reduced watchdog to 100ms and it never triggered. Looks to me like plc has more than enough time for modbus, so plc should not be the problem.
    2. PC underperforms
    Hardly a problem, PC running under 5% most of the time, never goes over 50% no matter what I do.
    3. modbus underperforms
    Statistics show no garbled or timed out frames on any plc, so wiring should be fine.
    PLC uses 130 registers of memory (type 4 – holding register). With all registers back to back (no slack between registers), this should mean that all the memory can be transferred in 2 frames. This also means total data load per sec should be
    9 plcs * 3 refreshes * 130 reg * 2 bytes = 7030 bytes.
    Even with overhead included, this is so little compared to theoretical 120 kbytes modbus plus should be able to perform, so nothing else for me to do but scratch my head.
    I've checked Lookout source for any loops which could initiate some read or write at 50sec cycle, but there's nothing even close anywhere in program.
    Am I missing something? Can anyone tell me why modbus freezes my system?
    Bye everyone,
    Darko
    SVETLOST TEATAR

    Hello,
    It’s been a while since I last checked the forum, but in the meanwhile I’ve resolve the problem.
    The solution lies in modbus.ini and the way modbus object communicates with modbus secondary, an issue not properly covered by help and ni.com. Unless defined otherwise in modbus.ini, modbus object will refresh all of the configured memory points in your plc each 50 or so polls (I can’t remember which is the default value). This can be a problem if the number of memory points is large, because it congests modbus and creates performance stalls.
    You can read more about this here: Lookout Driver Objects - Custom INI File Settings (http://zone.ni.com/devzone/conceptd.nsf/webmain/E​54F75254BBE772786256CFC00700B5F).
    Thanks everybody for joining in.
    Bye,
    Darko

  • RV016 - multiple subnets

    Hei.
    I have been trying to configure my router for routing between subnets, unfortunately with no luck.
    Here is my situation -
    I have 2 networks which need to communicate with each other, no internet involved.
    Network A:
    RV016 router with IP: 192.168.0.2
    mask: 255.255.255.0
    there are cameras, PC's, PLC's conected to this network all with static IP address's.
    Network B:
    no router - all machines on this network have static IP's in the range 192.168.1.xxx and are connected via unmanaged switches.
    I need one of the PC's on network A to communicate with a PLC on  network B.
    I have tried to connect network B to A by connecting from a switch on network B to a LAN port on network A router and configuring the router for multiple subnets.
    I would really appreciate it if someone couold give me some pointers / steps to follow to make this work - my backup plan is to use another RV016 router configured to network B ip address.  But I dont have that yet.
    regards Ian.

    Hi Ian,
    You're correct the multiple subnet feature is what to use. To configure this-
    Go to the IPv4 tab and tick the enable multiple subnet box then click add/edit. On the next window type in a LAN IP address which can be anything you want... for argument sake I will say 192.168.100.1. Then type in the subnet mask, we will say 255.255.255.0. Click OK.
    Now, you'd need to configure the computers as an example such as-
    IP address 192.168.100.100
    Mask 255.255.255.0
    Gateway 192.168.100.1
    -Tom
    Please mark answered for helpful posts

  • Lookout OPC Communication Problems

    I am running a Lookout process with an OPC server to connect to a
    ControlLogix PLC. My Lookout process will not always reflect the
    current state of hardware, i.e. simple Boolean objects do not update
    on the display control panel. I can, in some cases cause the display
    to change by changing the state of my hardware manually (actuating a
    limit switch for example) thus Lookout sees an event and updates the
    display. But this does not work in all cases so I have no way of
    knowing if the display is accurate.
    Similary, changing the position of Lookout switches and pushbuttons
    on the control panel will be reflected in the plc ladder logic but not
    write back to Lookout to report the change. This is true for both
    local and remote position source
    s. I should add that switching from
    OPC1 to OPC2 or OPC2 to OPC1 can cause some signals to reflect what
    hardware is doing but there is no definite consistency that one can
    point to that will identify the problem.
    Finally, communication between the OPC Server and the PLC is fully
    functional and verifiable. So there seems to be a fundamental flaw in
    my design any advice on this issue would be greatly appreciated.
    Leo

    Hello Leo,
    Have you tried turning On the Force refresh after write setting?
    Also, try polling the device periodically to force the updates.
    Regards,
    Khalid

  • Feasabilit​y using OPC for COMPLETE PLC IO-NO LADDER LOGIC

    Attention intergration Gurus:
    I was wondering if this is REALLY feasable and would work? We need a high channel output using AB PLC's for air solenoids (high current) and +24v Prox's and such.
    I really would like to get rid of the existing (3 plc) design and use labview to do everything.
    The PLC's inter-communicate via RS232, done by three seperate companies.  Thats why its not intergrated.
    Has anyone really used PLC's I/O withou a Ladder program ??
    I can do both, but want to bring things up to todays tech....
    Thanks
    Eric

    I do this frequently, although not with OPC. Usually we use NI's cFP-180x I/O modules, but we've also non-NI hardware.
    The basic questions you would want to ask yourself:
    Can I afford a situation where the system might not behave correctly (for example, if there is a network error or the desktop machine gets stuck doing something else)?
    Is the technology I'm going to use (OPC, Modbus, custom protocol, etc.) going to be fast enough for the balance of the desired program speed and the channel count?
    If the answer to both of those is yes, then you should be able to do this.
    Try to take over the world!

  • Network Cable Unplugged Status, PC to PLC

    I am working with a PLC connected to the PC via Ethernet.  I would like to receive notification that the cable is unplugged.  Here is the scenario:
    1) Connect to PLC with ConnectToTCPServer (ok).
    2) Send commands via ClientTCPWrite (ok).
    3) Receive status back from PLC. (ok)
    All this works great.
    Now unplug the Ethernet cable.  Go to step 2) and send the command.  CVI sends it and returns a -kTCP_NoError.  The PLC never responds, and the system is frozen.
    Why do I not get an error when using ClientTCPWrite to an open/broken connection?
    Obviously, Windows is aware of the connection, as I instantly get a "Network Cable Unplugged" notice in the taskbar.  Is there an SDK function to do this?
    If you wait long enough, it will trigger the TCP_DISCONNECT in the callback.
    Thanks in advance, David

    Hey Microanalytics,
    Here are some related posts that give good solutions to this problem:
    http://forums.ni.com/t5/LabWindows-CVI/How-to-find-if-the-network-cable-is-unplugged/td-p/1893377
    http://forums.ni.com/t5/LabWindows-CVI/How-to-check-network-availability/m-p/689645/highlight/true#M...
    Peter T
    Applications Engineer
    National Instruments

  • Lookout connect PLC through local network

    Hello, I am a new Lookout user.
    Can I connect my PLC (with Modbus TPC module) with my PC (with Lookout) through the local network (i.e. connecting them by a switch box or router)?
    We need to monitor our system but we don't want to put our PC on site. We are planning to setup a switch box on site and connect it to PLC with Modbus TPC module. Is it possible?  

    It is a networking problem. Actually Lookout doesn't know if there is a switch or not. Lookout just uses the ip address and port to make the connection. So you need to be able to ping the remote Modbus device's ip address and the port is not blocked.
    Ryan Shi
    National Instruments

  • Extend wifi network via PLC + Airport express

    Hi everyone,
    I have a linksys WRT54G and an Airport Express. I'm using the WRT54G to create a wifi network (toto), and the AE is too far away to get the WR54G signal.
    I want to connect the WRT54G to the AE via PLC to extend the toto network, but when I try to select "extend a wireless network" in the airport utility, it says "the network you selected cant be extended..."
    Ideally I don't want do have 2 wifi networks... And I think WDS is not what I want to do.
    Do you know what settings do I have to use ?
    Many thanks !!!!!
    Message was edited by: dathieums

    Hello dathieums. Welcome to the Apple Discussions!
    The following are a few articles that you can find in both these Discussions and on the Internet where users have been successful extending the this Linksys wireless router with an AirPort Express Base Station (AX), that you may find helpful in configuring yours:
    o How to extend your Linksys WRT54G with AE
    o Linksys WRT54G and WDS
    o Extend a Linksys WRT54G network via AirPort Express
    o Linksys WRT54G, Airport Express, and WDS
    o AirTunes, AirPort Express, and the WRT54G

  • Can LabVIEW be used to activate a test device running on a Keyence PLC programmed with Keyence Ladder Logic?

    Good Morning,
    I'm working on automating a test at my workplace.  We have an automatic test fixture that is controlled by a Keyence PLC running on Keyence Ladder Logic.  It worth mentioning that the data from the test is monitored with a Chatillon digital torque gauge.  I was hoping that I would be able to program LabVIEW to activate the PLC and then have LabVIEW record the data from the Chatillon for the test.  I'm pretty sure I can get the Chatillon torque data into LabVIEW, but am unsure even where to start with the PLC.  I realize that I might not be able to use the PLC with LabVIEW, but just thought I check for certain.  Any help with either the Torque gauge or the PLC would be greatly appreciated.

    Giridhar_Rajan wrote:
    Rolfk,
    Thanks for your suggestion on this. Perhaps i could develop
    a VI library for myself which could communicate with the keyence
    PLC and perform all the operations mentioned in the keyence manual.
    Thanks everybody for your valuable suggestions and help.
    This is always another option. I implemented several
    VI libraries in the past to access PLCs and PLC alike systems over
    serial port and TCP/IP directly such as AutomationDirect PLCs, Siemens
    AS511, Opto22 SnapIO, Haidenhein TNC, etc. However don't underestimate
    the work this will be. In general if the protocol is documented at
    least I can get something working in a single day, but until the
    protocol libraries are so well developed that they can work stable and
    reliably over days and weeks of uninterrupted communication with the
    device, you easily spend anything from one week to five or six weeks of
    development work. The difficulty is usually not to get the
    communication going, but to get a library that can cope with
    communication errors by ignoring certain errrors or retrying the
    operation even before the higher level software gets aware that there
    might have been a problem at all.
    Of course if OPC is the only commercially available option and you do
    need to operate on a RT target for instance there is no other option
    than to dive in such a driver development. If however your time is
    limited and you do want a rather reliable operation and can work from a
    normal Windows computer using an OPC solution will almost always be
    easier, cheaper and much better for your blood pressure.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Network Trouble - eth0 not interface for sis900 controller

    I'm not sure how to even state this problem, but I have gone through the guides a couple of times to try and find what I missed or some more enlightening information.  Currently, I get nothing if I ping google, or anything else for that matter.
    Here's what I have,
    useful stuff from my rc.conf file:
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(sis900 !snd_pcsp !pcspkr)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="archPC"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network netfs crond)
    and from /etc/hosts:
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost archPC
    # End of file
    and the log from $ lspci -v
    Log of lspci -v
    Fri Nov 5 21:57:05 2010
    00:00.0 Host bridge: Silicon Integrated Systems [SiS] SiS645DX Host & Memory & AGP Controller
    Flags: bus master, medium devsel, latency 32
    Memory at e0000000 (32-bit, non-prefetchable) [size=64M]
    Capabilities: [c0] AGP version 2.0
    Kernel driver in use: agpgart-sis
    Kernel modules: sis-agp
    00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 64
    Bus: primary=00, secondary=01, subordinate=02, sec-latency=0
    Memory behind bridge: ddd00000-dfefffff
    Prefetchable memory behind bridge: cd900000-ddbfffff
    Kernel modules: shpchp
    00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS962 [MuTIOL Media IO] (rev 04)
    Flags: bus master, medium devsel, latency 0
    00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
    Flags: medium devsel
    I/O ports at 0c00 [size=32]
    Kernel modules: i2c-sis96x
    00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (prog-if 80 [Master])
    Subsystem: Silicon Integrated Systems [SiS] SiS5513 EIDE Controller (A,B step)
    Flags: bus master, medium devsel, latency 128
    [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
    [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
    [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
    [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
    I/O ports at ff00 [size=16]
    Kernel driver in use: pata_sis
    Kernel modules: pata_sis, sis5513
    00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
    Subsystem: Device a007:1019
    Flags: bus master, medium devsel, latency 64, IRQ 11
    I/O ports at dc00 [size=256]
    I/O ports at d800 [size=128]
    Capabilities: [48] Power Management version 2
    Kernel driver in use: Intel ICH
    Kernel modules: snd-intel8x0
    00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f) (prog-if 10 [OHCI])
    Subsystem: Silicon Integrated Systems [SiS] USB 1.1 Controller
    Flags: bus master, medium devsel, latency 64, IRQ 11
    Memory at dfffc000 (32-bit, non-prefetchable) [size=4K]
    Kernel driver in use: ohci_hcd
    Kernel modules: ohci-hcd
    00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f) (prog-if 10 [OHCI])
    Subsystem: Silicon Integrated Systems [SiS] USB 1.1 Controller
    Flags: bus master, medium devsel, latency 64, IRQ 11
    Memory at dfffd000 (32-bit, non-prefetchable) [size=4K]
    Kernel driver in use: ohci_hcd
    Kernel modules: ohci-hcd
    00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f) (prog-if 10 [OHCI])
    Subsystem: Silicon Integrated Systems [SiS] USB 1.1 Controller
    Flags: bus master, medium devsel, latency 64, IRQ 12
    Memory at dfffe000 (32-bit, non-prefetchable) [size=4K]
    Kernel driver in use: ohci_hcd
    Kernel modules: ohci-hcd
    00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller (prog-if 20 [EHCI])
    Subsystem: Silicon Integrated Systems [SiS] USB 2.0 Controller
    Flags: bus master, medium devsel, latency 64, IRQ 12
    Memory at dffff000 (32-bit, non-prefetchable) [size=4K]
    Capabilities: [50] Power Management version 2
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 90)
    Subsystem: Silicon Integrated Systems [SiS] SiS900 10/100 Ethernet Adapter onboard [Asus P4SC-EA]
    Flags: bus master, medium devsel, latency 64, IRQ 11
    I/O ports at d400 [size=256]
    Memory at dfffb000 (32-bit, non-prefetchable) [size=4K]
    Expansion ROM at dffc0000 [disabled] [size=128K]
    Capabilities: [40] Power Management version 2
    Kernel driver in use: sis900
    Kernel modules: sis900
    00:08.0 Multimedia audio controller: Creative Labs CA0106 Soundblaster
    Subsystem: Creative Labs SB0410 SBLive! 24-bit
    Flags: bus master, medium devsel, latency 64, IRQ 5
    I/O ports at d000 [size=32]
    Capabilities: [dc] Power Management version 2
    Kernel driver in use: CA0106
    Kernel modules: snd-ca0106
    01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440] (rev a3) (prog-if 00 [VGA controller])
    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 5
    Memory at de000000 (32-bit, non-prefetchable) [size=16M]
    Memory at d0000000 (32-bit, prefetchable) [size=128M]
    Memory at ddb80000 (32-bit, prefetchable) [size=512K]
    Expansion ROM at dfee0000 [disabled] [size=128K]
    Capabilities: [60] Power Management version 2
    Capabilities: [44] AGP version 2.0
    Kernel modules: nvidiafb, rivafb
    Fri Nov 5 21:57:05 2010
    and the log from $ dmesg |grep sis900
    Log of dmesg
    Fri Nov 5 21:58:40 2010
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.33-ARCH (thomas@evey) (gcc version 4.5.0 (GCC) ) #1 SMP PREEMPT Thu May 13 12:06:25 CEST 2010
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000007fff0000 (usable)
    BIOS-e820: 000000007fff0000 - 000000007fff8000 (ACPI data)
    BIOS-e820: 000000007fff8000 - 0000000080000000 (ACPI NVS)
    BIOS-e820: 00000000ffee0000 - 00000000fff0ffff (reserved)
    BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
    Notice: NX (Execute Disable) protection missing in CPU or disabled in BIOS!
    DMI 2.3 present.
    AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    last_pfn = 0x7fff0 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-C7FFF write-protect
    C8000-FFFFF uncachable
    MTRR variable ranges enabled:
    0 base 000000000 mask F80000000 write-back
    1 disabled
    2 disabled
    3 disabled
    4 disabled
    5 disabled
    6 base 0E0000000 mask FFC000000 write-combining
    7 base 0E0000000 mask FFC000000 write-combining
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009fc00 (usable)
    modified: 000000000009fc00 - 00000000000a0000 (reserved)
    modified: 00000000000f0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000007fff0000 (usable)
    modified: 000000007fff0000 - 000000007fff8000 (ACPI data)
    modified: 000000007fff8000 - 0000000080000000 (ACPI NVS)
    modified: 00000000ffee0000 - 00000000fff0ffff (reserved)
    modified: 00000000fffc0000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    init_memory_mapping: 0000000000000000-00000000377fe000
    0000000000 - 0000400000 page 4k
    0000400000 - 0037400000 page 2M
    0037400000 - 00377fe000 page 4k
    kernel direct mapping tables up to 377fe000 @ 15000-1a000
    RAMDISK: 7fe52000 - 7ffdf955
    Allocated new RAMDISK: 00100000 - 0028d955
    Move RAMDISK from 000000007fe52000 - 000000007ffdf954 to 00100000 - 0028d954
    ACPI: RSDP 000fa300 00014 (v00 AMI )
    ACPI: RSDT 7fff0000 00028 (v01 AMIINT SiS645XX 00000010 MSFT 0100000B)
    ACPI: FACP 7fff0030 00081 (v02 AMIINT SiS645XX 00000011 MSFT 0100000B)
    ACPI: DSDT 7fff00c0 03355 (v01 SiS 645 00001000 MSFT 0100000D)
    ACPI: FACS 7fff8000 00040
    1159MB HIGHMEM available.
    887MB LOWMEM available.
    mapped low ram: 0 - 377fe000
    low ram: 0 - 377fe000
    node 0 low ram: 00000000 - 377fe000
    node 0 bootmap 00016000 - 0001cf00
    (10 early reservations) ==> bootmem [0000000000 - 00377fe000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0001000000 - 0001550444] TEXT DATA BSS ==> [0001000000 - 0001550444]
    #3 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
    #4 [0001551000 - 00015570e4] BRK ==> [0001551000 - 00015570e4]
    #5 [0000010000 - 0000011000] TRAMPOLINE ==> [0000010000 - 0000011000]
    #6 [0000011000 - 0000015000] ACPI WAKEUP ==> [0000011000 - 0000015000]
    #7 [0000015000 - 0000016000] PGTABLE ==> [0000015000 - 0000016000]
    #8 [0000100000 - 000028d955] NEW RAMDISK ==> [0000100000 - 000028d955]
    #9 [0000016000 - 000001d000] BOOTMAP ==> [0000016000 - 000001d000]
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    Normal 0x00001000 -> 0x000377fe
    HighMem 0x000377fe -> 0x0007fff0
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0007fff0
    On node 0 totalpages: 524159
    free_area_init_node: node 0, pgdat c13f9880, node_mem_map c1559200
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3951 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 2320 pages used for memmap
    HighMem zone: 294626 pages, LIFO batch:31
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x808
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    Local APIC disabled by BIOS -- you can enable it with "lapic"
    APIC: disable apic facility
    APIC: switched to apic NOOP
    nr_irqs_gsi: 16
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    Allocating PCI resources starting at 80000000 (gap: 80000000:7fee0000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
    PERCPU: Embedded 14 pages/cpu @c2800000 s34776 r0 d22568 u4194304
    pcpu-alloc: s34776 r0 d22568 u4194304 alloc=1*4194304
    pcpu-alloc: [0] 0
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520063
    Kernel command line: root=/dev/disk/by-uuid/36f862e5-d2b3-4d28-939e-59d1184cb887 ro
    PID hash table entries: 4096 (order: 2, 16384 bytes)
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    allocated 10485120 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Initializing HighMem for node 0 (000377fe:0007fff0)
    Memory: 2061016k/2097088k available (2895k kernel code, 34608k reserved, 1208k data, 408k init, 1187784k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff1e000 - 0xfffff000 ( 900 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc1403000 - 0xc1469000 ( 408 kB)
    .data : 0xc12d3f1e - 0xc14022e0 (1208 kB)
    .text : 0xc1000000 - 0xc12d3f1e (2895 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=128, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:512
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Fast TSC calibration using PIT
    Detected 2655.871 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 5313.06 BogoMIPS (lpj=8852903)
    Security Framework initialized
    Mount-cache hash table entries: 512
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    CPU0: Hyper-Threading is disabled
    mce: CPU supports 4 MCE banks
    Performance Events: no PMU driver, software events only.
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 11k freed
    ACPI: Core revision 20091214
    ACPI: setting ELCR to 0200 (from 1820)
    weird, boot CPU (#0) not listed by the BIOS.
    SMP motherboard not detected.
    Local APIC not detected. Using dummy APIC emulation.
    SMP disabled
    Brought up 1 CPUs
    Total of 1 processors activated (5313.06 BogoMIPS).
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xfdb01, last bus=2
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S4 S5)
    ACPI: Using PIC for interrupt routing
    ACPI: Power Resource [URP1] (off)
    ACPI: Power Resource [URP2] (off)
    ACPI: Power Resource [FDDP] (off)
    ACPI: Power Resource [LPTP] (off)
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci_root PNP0A03:00: ignoring host bridge windows from ACPI; boot with "pci=use_crs" to use them
    pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    pci_root PNP0A03:00: host bridge window [mem 0x000cb000-0x000dffff] (ignored)
    pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xffdfffff] (ignored)
    pci 0000:00:00.0: reg 10: [mem 0xe0000000-0xe3ffffff]
    pci 0000:00:02.0: Enabling SiS 96x SMBus
    pci 0000:00:02.1: reg 20: [io 0x0c00-0x0c1f]
    pci 0000:00:02.5: reg 20: [io 0xff00-0xff0f]
    pci 0000:00:02.7: reg 10: [io 0xdc00-0xdcff]
    pci 0000:00:02.7: reg 14: [io 0xd800-0xd87f]
    pci 0000:00:02.7: supports D1 D2
    pci 0000:00:02.7: PME# supported from D3hot D3cold
    pci 0000:00:02.7: PME# disabled
    pci 0000:00:03.0: reg 10: [mem 0xdfffc000-0xdfffcfff]
    pci 0000:00:03.1: reg 10: [mem 0xdfffd000-0xdfffdfff]
    pci 0000:00:03.2: reg 10: [mem 0xdfffe000-0xdfffefff]
    pci 0000:00:03.3: reg 10: [mem 0xdffff000-0xdfffffff]
    pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
    pci 0000:00:03.3: PME# disabled
    pci 0000:00:04.0: reg 10: [io 0xd400-0xd4ff]
    pci 0000:00:04.0: reg 14: [mem 0xdfffb000-0xdfffbfff]
    pci 0000:00:04.0: reg 30: [mem 0xdffc0000-0xdffdffff pref]
    pci 0000:00:04.0: supports D1 D2
    pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:04.0: PME# disabled
    pci 0000:00:08.0: reg 10: [io 0xd000-0xd01f]
    pci 0000:00:08.0: supports D1 D2
    pci 0000:01:00.0: reg 10: [mem 0xde000000-0xdeffffff]
    pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xd7ffffff pref]
    pci 0000:01:00.0: reg 18: [mem 0xddb80000-0xddbfffff pref]
    pci 0000:01:00.0: reg 30: [mem 0xdfee0000-0xdfefffff pref]
    pci 0000:00:01.0: PCI bridge to [bus 01-02]
    pci 0000:00:01.0: bridge window [mem 0xddd00000-0xdfefffff]
    pci 0000:00:01.0: bridge window [mem 0xcd900000-0xddbfffff pref]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 *12 14 15)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 *12 14 15)
    vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 12 devices
    ACPI: ACPI bus type pnp unregistered
    pci 0000:00:01.0: PCI bridge to [bus 01-02]
    pci 0000:00:01.0: bridge window [io disabled]
    pci 0000:00:01.0: bridge window [mem 0xddd00000-0xdfefffff]
    pci 0000:00:01.0: bridge window [mem 0xcd900000-0xddbfffff pref]
    pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
    pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
    pci_bus 0000:01: resource 1 [mem 0xddd00000-0xdfefffff]
    pci_bus 0000:01: resource 2 [mem 0xcd900000-0xddbfffff pref]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    UDP hash table entries: 512 (order: 2, 16384 bytes)
    UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    NET: Registered protocol family 1
    pci 0000:01:00.0: Boot video device
    PCI: CLS 32 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1590k freed
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1289006002.179:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1710
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
    PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    serio: i8042 KBD port at 0x60,0x64 irq 1
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    PM: Resume from disk failed.
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 408k freed
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    Floppy drive(s): fd0 is 1.44M
    SCSI subsystem initialized
    FDC 0 is a post-1991 82077
    libata version 3.00 loaded.
    pata_sis 0000:00:02.5: version 0.5.2
    scsi0 : pata_sis
    scsi1 : pata_sis
    ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
    ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
    ata1.00: ATA-5: WDC WD400BB-00CAA1, 17.07W17, max UDMA/100
    ata1.00: 78165360 sectors, multi 16: LBA
    ata1.01: ATA-5: MAXTOR 6L060J3, A93.0500, max UDMA/133
    ata1.01: 117266688 sectors, multi 16: LBA
    ata1.00: limited to UDMA/33 due to 40-wire cable
    ata1.01: limited to UDMA/33 due to 40-wire cable
    ata1.00: configured for UDMA/33
    ata1.01: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access ATA WDC WD400BB-00CA 17.0 PQ: 0 ANSI: 5
    scsi 0:0:1:0: Direct-Access ATA MAXTOR 6L060J3 A93. PQ: 0 ANSI: 5
    ata2.00: ATAPI: SONY DVD RW DRU-530A, 1.0d, max UDMA/33
    ata2.00: configured for UDMA/33
    scsi 1:0:0:0: CD-ROM SONY DVD RW DRU-530A 1.0d PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 78165360 512-byte logical blocks: (40.0 GB/37.2 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sr0: scsi-1 drive
    Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    sd 0:0:1:0: [sdb] 117266688 512-byte logical blocks: (60.0 GB/55.9 GiB)
    sd 0:0:1:0: [sdb] Write Protect is off
    sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 0:0:0:0: [sda] Attached SCSI disk
    sdb: sdb1 < sdb5 >
    sd 0:0:1:0: [sdb] Attached SCSI disk
    REISERFS (device sda2): found reiserfs format "3.6" with standard journal
    REISERFS (device sda2): using ordered data mode
    REISERFS (device sda2): journal params: device sda2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    REISERFS (device sda2): checking transaction log (sda2)
    REISERFS (device sda2): Using r5 hash to sort names
    rtc_cmos 00:02: RTC can wake from S4
    rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, 114 bytes nvram
    udev: starting version 151
    sis900.c: v1.08.10 Apr. 2 2006
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    sis900 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
    0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1.
    0000:00:04.0: Using transceiver found at address 1 as default
    eth0: SiS 900 PCI Fast Ethernet at 0xd400, IRQ 11, 00:0a:e6:1f:fd:1e
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sd 0:0:1:0: Attached scsi generic sg1 type 0
    sr 1:0:0:0: Attached scsi generic sg2 type 5
    lp: driver loaded but no devices found
    sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0x0c00
    ACPI: I/O resource 0000:00:02.1 [0xc00-0xc1f] conflicts with ACPI region SMRG [0xc00-0xc1f]
    ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    ACPI: Power Button [PWRB]
    input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    ACPI: Sleep Button [SLPB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    ACPI: Power Button [PWRF]
    Linux agpgart interface v0.103
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    ppdev: user-space parallel port driver
    agpgart-sis 0000:00:00.0: SiS chipset [1039/0646]
    agpgart-sis 0000:00:00.0: AGP aperture is 64M @ 0xe0000000
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 12
    PCI: setting IRQ 12 as level-triggered
    ehci_hcd 0000:00:03.3: PCI INT D -> Link[LNKH] -> GSI 12 (level, low) -> IRQ 12
    ehci_hcd 0000:00:03.3: EHCI Host Controller
    ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:03.3: irq 12, io mem 0xdffff000
    ehci_hcd 0000:00:03.3: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 6 ports detected
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
    ohci_hcd 0000:00:03.0: PCI INT A -> Link[LNKE] -> GSI 11 (level, low) -> IRQ 11
    ohci_hcd 0000:00:03.0: OHCI Host Controller
    ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
    ohci_hcd 0000:00:03.0: irq 11, io mem 0xdfffc000
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 11
    ohci_hcd 0000:00:03.1: PCI INT B -> Link[LNKF] -> GSI 11 (level, low) -> IRQ 11
    ohci_hcd 0000:00:03.1: OHCI Host Controller
    ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3
    ohci_hcd 0000:00:03.1: irq 11, io mem 0xdfffd000
    IT8705 SuperIO detected.
    parport_pc 00:09: reported by Plug and Play ACPI
    parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 12
    ohci_hcd 0000:00:03.2: PCI INT C -> Link[LNKG] -> GSI 12 (level, low) -> IRQ 12
    ohci_hcd 0000:00:03.2: OHCI Host Controller
    ohci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 4
    ohci_hcd 0000:00:03.2: irq 12, io mem 0xdfffe000
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    lp0: using parport0 (interrupt-driven).
    gameport: NS558 PnP Gameport is pnp00:0a/gameport0, io 0x201, speed 579kHz
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
    Intel ICH 0000:00:02.7: PCI INT C -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    intel8x0_measure_ac97_clock: measured 50956 usecs (2451 samples)
    intel8x0: clocking to 48000
    ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 5
    PCI: setting IRQ 5 as level-triggered
    CA0106 0000:00:08.0: PCI INT A -> Link[LNKA] -> GSI 5 (level, low) -> IRQ 5
    snd-ca0106: Model 1006 Rev 00000000 Serial 10061102
    REISERFS (device sdb5): found reiserfs format "3.6" with standard journal
    REISERFS (device sdb5): using ordered data mode
    REISERFS (device sdb5): journal params: device sdb5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    REISERFS (device sdb5): checking transaction log (sdb5)
    REISERFS (device sdb5): Using r5 hash to sort names
    REISERFS (device sda3): found reiserfs format "3.6" with standard journal
    REISERFS (device sda3): using ordered data mode
    REISERFS (device sda3): journal params: device sda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    REISERFS (device sda3): checking transaction log (sda3)
    REISERFS (device sda3): Using r5 hash to sort names
    Adding 2538260k swap on /dev/sda4. Priority:-1 extents:1 across:2538260k
    eth0: Media Link Off
    usb 1-3: new high speed USB device using ehci_hcd and address 2
    Initializing USB Mass Storage driver...
    scsi2 : usb-storage 1-3:1.0
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    scsi 2:0:0:0: Direct-Access PNY USB 2.0 FD 8.02 PQ: 0 ANSI: 0 CCS
    sd 2:0:0:0: Attached scsi generic sg3 type 0
    sd 2:0:0:0: [sdc] 7856127 512-byte logical blocks: (4.02 GB/3.74 GiB)
    sd 2:0:0:0: [sdc] Write Protect is off
    sd 2:0:0:0: [sdc] Mode Sense: 45 00 00 08
    sd 2:0:0:0: [sdc] Assuming drive cache: write through
    sd 2:0:0:0: [sdc] Assuming drive cache: write through
    sdc: sdc1
    sd 2:0:0:0: [sdc] Assuming drive cache: write through
    sd 2:0:0:0: [sdc] Attached SCSI removable disk
    Fri Nov 5 21:58:40 2010
    and, finally, from $ ifconfig -a
    Log of ifconfig -a
    Fri Nov 5 21:59:41 2010
    eth0 Link encap:Ethernet HWaddr 00:0A:E6:1F:FD:1E
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:11 Base address:0xd400
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Fri Nov 5 21:59:41 2010

    I'm sorry, I don't understand the issue.
    from syslog:  eth0: SiS 900 PCI Fast Ethernet at 0xd400, IRQ 11, 00:0a:e6:1f:fd:1e
    from ifconfig: eth0      Link encap:Ethernet  HWaddr 00:0A:E6:1F:FD:1E 
    The mac addresses all match  eth0 is the sis 9000.  And, lspci tells us the sis900 kernel module is loaded
    Is the issue that you don't have an IP address?  We can fix that (I think )

  • New wireless network with several access points

    Hi,
    We are planing to deploy a wireless network that will cover two floors consisting of about 5 or 6 Access points. It should have 2 or 3 SSID (placing the clients in 2 or 3 different VLANS).
    What would be the best solution for this?
    I read a lot about wireless controllers. What about an option to just buy standalone access points? Are they all configured to work with the same SSID's and on the same channel?

    A centralized controller should make your life easier:
    - Centralized config - set up everything on the controller and it gets applied to the AP's.
    - Centralized monitoring - when someone has a problem, you can check the controller instead of having to figure out the AP to which they are connecting (computers don't always connect to the closest AP)
    - Dumb AP's - if someone steals one of your APs, they will not be able to learn much about your network from a lightweight AP
    - Radio Resource Management - let the controller make the channel and power setting decisions for you
    - If you use PoE, you may never have to get on a ladder and use the console port of a lightweight AP. The AP is managed by the controller, and for the rare occasion that you can't get an AP to respond - just cycle the power to the AP via the switch port.
    There are some downsides:
    - Cost of the controller (since you're buying AP's one way or the other)
    - Most cost: If your wireless network is important, then you typically want a second wireless controller as a backup
    - Probably more downsides, but my brain hurts today

  • Network problems after update; system reinstall not fixing it.

    Hello, first post here ^^
    Sorry if I write with a bit of engrish. I'm very tired ^^"
    My brother's laptop, a Portuguese Classmate PC (aka "Magalhães", version MG2 -- unfortunately, I can't find the corresponding international version, but have a picture) doesn't has any network at all, be it wired or wireless, with the updates of 3/August/2011 installed. I think the problem is udev.
    I have no problems when using an installation media, at least for wired network.
    Even after reinstalling, I still have no network.
    Wired
    The problem with wired, is that the eth0 interface is gone. Have tried network and NetworkManager, and it's just gone. In the output of ifconfig I only have the loopback interface (and would have wlan0, if I had the firmware for the wireless card installed).
    Wired problem solved! Sorry, I actually searched the Internet for a solution and couldn't find anything useful, and only now noticed there's already a thread here about it. I should have searched this forum, instead of the Internet... sorry!
    Wireless
    Previously, I only had to install the rtl8192se chipset drivers from AUR.
    But now, with the latest updates, the kernel [size=1](or the udev, I don't know which it is)[/size]was constantly giving me errors through tty, regarding to wifi. It could scan for networks, but not connect. I have tried with WPA and no security, result was the same.
    Config files and logs
    /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="pt_PT.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="localtime"
    TIMEZONE="Europe/Lisbon"
    KEYMAP="pt-latin1 pt-latin9 euro"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=(mii r8169 pcspkr snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-codec snd-hda-intel soundcore)
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="MTomas"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(syslog-ng dbus network netfs @openntpd crond cups alsa gdm)
    hwdetect --show-net
    NET : ppp_generic slhc rfkill
    dmesg (sorry about the very long output, I don't really know whats' useful or not...)
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Sat Jul 9 14:57:41 CEST 2011
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/f2bdff34-f924-4065-ad3d-051016d84be2 rootfstype=ext4 ro add_efi_memmap
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
    [ 0.000000] BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000003f5c0000 (usable)
    [ 0.000000] BIOS-e820: 000000003f5c0000 - 000000003f5cc000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000003f5cc000 - 000000003f5cf000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000003f5cf000 - 0000000040000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI present.
    [ 0.000000] DMI: Intel Corporation Intel powered classmate PC/Intel powered classmate PC, BIOS BPPNV20L.90A.0008.2010.0909.1822 09/09/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x3f5c0 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-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask 0C0000000 write-back
    [ 0.000000] 1 base 03F600000 mask 0FFE00000 uncachable
    [ 0.000000] 2 base 03F800000 mask 0FF800000 uncachable
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [ffff8800000f7d40] f7d40
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-000000003f5c0000
    [ 0.000000] 0000000000 - 003f400000 page 2M
    [ 0.000000] 003f400000 - 003f5c0000 page 4k
    [ 0.000000] kernel direct mapping tables up to 3f5c0000 @ 3f5bd000-3f5c0000
    [ 0.000000] RAMDISK: 37c12000 - 37e01000
    [ 0.000000] ACPI: RSDP 00000000000f7d10 00024 (v02 PTLTD )
    [ 0.000000] ACPI: XSDT 000000003f5c5013 00074 (v01 JPSCSA _JPSCSA_ 06040000 LTP 00000000)
    [ 0.000000] ACPI: FACP 000000003f5cbc60 000F4 (v03 INTEL 06040000 PTL 00000002)
    [ 0.000000] ACPI: DSDT 000000003f5c61a9 05A43 (v01 INTEL BEARG31A 06040000 MSFT 03000001)
    [ 0.000000] ACPI: FACS 000000003f5cefc0 00040
    [ 0.000000] ACPI: TCPA 000000003f5cbd54 00032 (v01 Phoeni x 06040000 TL 00000000)
    [ 0.000000] ACPI: MCFG 000000003f5cbd86 0003C (v01 PTLTD MCFG 06040000 LTP 00000000)
    [ 0.000000] ACPI: HPET 000000003f5cbdc2 00038 (v01 PTLTD HPETTBL 06040000 LTP 00000001)
    [ 0.000000] ACPI: APIC 000000003f5cbdfa 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
    [ 0.000000] ACPI: BOOT 000000003f5cbe62 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    [ 0.000000] ACPI: SLIC 000000003f5cbe8a 00176 (v01 JPSCSA _JPSCSA_ 06040000 LTP 00000000)
    [ 0.000000] ACPI: SSDT 000000003f5c5609 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    [ 0.000000] ACPI: SSDT 000000003f5c5563 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
    [ 0.000000] ACPI: SSDT 000000003f5c5087 004DC (v02 PmRef CpuPm 00003000 INTL 20050624)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-000000003f5c0000
    [ 0.000000] NUMA: Using 63 for the hash shift.
    [ 0.000000] Initmem setup node 0 0000000000000000-000000003f5c0000
    [ 0.000000] NODE_DATA [000000003f5b8000 - 000000003f5bcfff]
    [ 0.000000] [ffffea0000000000-ffffea0000dfffff] PMD -> [ffff88003dc00000-ffff88003e9fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009d
    [ 0.000000] 0: 0x00000100 -> 0x0003f5c0
    [ 0.000000] On node 0 totalpages: 259405
    [ 0.000000] DMA zone: 56 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3920 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 3493 pages used for memmap
    [ 0.000000] DMA32 zone: 251931 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 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 high edge)
    [ 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: 0xffffffff base: 0xfed00000
    [ 0.000000] SMP: Allowing 2 CPUs, 0 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 - 00000000000dc000
    [ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
    [ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f200000 s83136 r8192 d23360 u1048576
    [ 0.000000] pcpu-alloc: s83136 r8192 d23360 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 255851
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/f2bdff34-f924-4065-ad3d-051016d84be2 rootfstype=ext4 ro add_efi_memmap
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 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: 1011404k/1038080k available (4019k kernel code, 460k absent, 26216k reserved, 3335k data, 712k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 8388608 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.000000] Detected 1662.531 MHz processor.
    [ 0.003340] Calibrating delay loop (skipped), value calculated using timer frequency.. 3326.60 BogoMIPS (lpj=5541770)
    [ 0.003531] pid_max: default: 32768 minimum: 301
    [ 0.003952] Security Framework initialized
    [ 0.004047] AppArmor: AppArmor disabled by boot time parameter
    [ 0.004419] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.007667] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.008243] Mount-cache hash table entries: 256
    [ 0.009502] Initializing cgroup subsys ns
    [ 0.009600] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.009736] Initializing cgroup subsys cpuacct
    [ 0.009925] Initializing cgroup subsys memory
    [ 0.010064] Initializing cgroup subsys devices
    [ 0.010158] Initializing cgroup subsys freezer
    [ 0.010249] Initializing cgroup subsys net_cls
    [ 0.010340] Initializing cgroup subsys blkio
    [ 0.010565] CPU: Physical Processor ID: 0
    [ 0.010656] CPU: Processor Core ID: 0
    [ 0.010743] mce: CPU supports 5 MCE banks
    [ 0.010839] CPU0: Thermal monitoring handled by SMI
    [ 0.010849] using mwait in idle threads.
    [ 0.012451] ACPI: Core revision 20110316
    [ 0.023363] ftrace: allocating 15966 entries in 63 pages
    [ 0.026783] Setting APIC routing to flat
    [ 0.027287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.061420] CPU0: Intel(R) Atom(TM) CPU N455 @ 1.66GHz stepping 0a
    [ 0.063329] APIC calibration not consistent with PM-Timer: 359ms instead of 100ms
    [ 0.063329] APIC delta adjusted to PM-Timer: 1039059 (3740601)
    [ 0.063329] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
    [ 0.063329] ... version: 3
    [ 0.063329] ... bit width: 40
    [ 0.063329] ... generic registers: 2
    [ 0.063329] ... value mask: 000000ffffffffff
    [ 0.063329] ... max period: 000000007fffffff
    [ 0.063329] ... fixed-purpose events: 3
    [ 0.063329] ... event mask: 0000000700000003
    [ 0.080180] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.106732] Booting Node 0, Processors #1 Ok.
    [ 0.106880] smpboot cpu 1: start_ip = 98000
    [ 0.006666] CPU0: Thermal monitoring enabled (TM1)
    [ 0.203381] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.210009] Brought up 2 CPUs
    [ 0.210112] Total of 2 processors activated (6652.11 BogoMIPS).
    [ 0.210657] devtmpfs: initialized
    [ 0.217499] PM: Registering ACPI NVS region at 3f5cc000 (12288 bytes)
    [ 0.221762] print_constraints: dummy:
    [ 0.222075] NET: Registered protocol family 16
    [ 0.222464] ACPI: bus type pci registered
    [ 0.222965] PCI: MMCONFIG for domain 0000 [bus 00-10] at [mem 0xe0000000-0xe10fffff] (base 0xe0000000)
    [ 0.223102] PCI: MMCONFIG at [mem 0xe0000000-0xe10fffff] reserved in E820
    [ 0.225887] PCI: Using configuration type 1 for base access
    [ 0.226974] bio: create slab <bio-0> at 0
    [ 0.229126] ACPI: EC: Look up EC in DSDT
    [ 0.237091] ACPI: SSDT 000000003f5c5ed2 00203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.237853] ACPI: Dynamic OEM Table Load:
    [ 0.238022] ACPI: SSDT (null) 00203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.238519] ACPI: SSDT 000000003f5c5868 005E5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.239233] ACPI: Dynamic OEM Table Load:
    [ 0.239401] ACPI: SSDT (null) 005E5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.240151] ACPI: SSDT 000000003f5c60d5 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624)
    [ 0.240891] ACPI: Dynamic OEM Table Load:
    [ 0.241061] ACPI: SSDT (null) 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624)
    [ 0.241466] ACPI: SSDT 000000003f5c5e4d 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624)
    [ 0.242187] ACPI: Dynamic OEM Table Load:
    [ 0.242357] ACPI: SSDT (null) 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624)
    [ 0.243484] ACPI: Interpreter enabled
    [ 0.243588] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.243922] ACPI: Using IOAPIC for interrupt routing
    [ 0.255265] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    [ 0.263625] ACPI: No dock devices found.
    [ 0.263714] HEST: Table not found.
    [ 0.263800] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.265505] ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20110316/dsfield-143)
    [ 0.265765] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88003d1b1a50), AE_ALREADY_EXISTS (20110316/psparse-536)
    [ 0.266086] ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
    [ 0.266668] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.270174] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.270276] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.270400] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    [ 0.270524] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [ 0.270647] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [ 0.270772] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    [ 0.270898] pci_root PNP0A08:00: host bridge window [mem 0x40000000-0xf7ffffff]
    [ 0.271021] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xfdff]
    [ 0.271118] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
    [ 0.271263] pci 0000:00:00.0: [8086:a010] type 0 class 0x000600
    [ 0.271320] pci 0000:00:02.0: [8086:a011] type 0 class 0x000300
    [ 0.271335] pci 0000:00:02.0: reg 10: [mem 0xf0200000-0xf027ffff]
    [ 0.271346] pci 0000:00:02.0: reg 14: [io 0x18d0-0x18d7]
    [ 0.271356] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
    [ 0.271366] pci 0000:00:02.0: reg 1c: [mem 0xf0000000-0xf00fffff]
    [ 0.271410] pci 0000:00:02.1: [8086:a012] type 0 class 0x000380
    [ 0.271424] pci 0000:00:02.1: reg 10: [mem 0xf0280000-0xf02fffff]
    [ 0.271531] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
    [ 0.271559] pci 0000:00:1b.0: reg 10: [mem 0xf0500000-0xf0503fff 64bit]
    [ 0.271649] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.271659] pci 0000:00:1b.0: PME# disabled
    [ 0.271694] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
    [ 0.271793] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.271802] pci 0000:00:1c.0: PME# disabled
    [ 0.271842] pci 0000:00:1c.1: [8086:27d2] type 1 class 0x000604
    [ 0.271935] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.271944] pci 0000:00:1c.1: PME# disabled
    [ 0.271983] pci 0000:00:1c.2: [8086:27d4] type 1 class 0x000604
    [ 0.272082] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.272091] pci 0000:00:1c.2: PME# disabled
    [ 0.272136] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
    [ 0.272197] pci 0000:00:1d.0: reg 20: [io 0x1820-0x183f]
    [ 0.272257] pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03
    [ 0.272338] pci 0000:00:1d.1: reg 20: [io 0x1840-0x185f]
    [ 0.272398] pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03
    [ 0.272459] pci 0000:00:1d.2: reg 20: [io 0x1860-0x187f]
    [ 0.272511] pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03
    [ 0.272596] pci 0000:00:1d.3: reg 20: [io 0x1880-0x189f]
    [ 0.272670] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
    [ 0.272701] pci 0000:00:1d.7: reg 10: [mem 0xf0504000-0xf05043ff]
    [ 0.272808] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.272817] pci 0000:00:1d.7: PME# disabled
    [ 0.272848] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 0.272944] pci 0000:00:1f.0: [8086:27bc] type 0 class 0x000601
    [ 0.273056] pci 0000:00:1f.0: [Firmware Bug]: TigerPoint LPC.BM_STS cleared
    [ 0.273215] pci 0000:00:1f.2: [8086:27c1] type 0 class 0x000106
    [ 0.273244] pci 0000:00:1f.2: reg 10: [io 0x18e8-0x18ef]
    [ 0.273259] pci 0000:00:1f.2: reg 14: [io 0x18dc-0x18df]
    [ 0.273274] pci 0000:00:1f.2: reg 18: [io 0x18e0-0x18e7]
    [ 0.273289] pci 0000:00:1f.2: reg 1c: [io 0x18d8-0x18db]
    [ 0.273304] pci 0000:00:1f.2: reg 20: [io 0x18c0-0x18cf]
    [ 0.273334] pci 0000:00:1f.2: reg 24: [mem 0xf0504400-0xf05047ff]
    [ 0.273383] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.273391] pci 0000:00:1f.2: PME# disabled
    [ 0.273418] pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
    [ 0.273494] pci 0000:00:1f.3: reg 20: [io 0x18a0-0x18bf]
    [ 0.273613] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.273709] pci 0000:00:1c.0: bridge window [io 0x0000-0x0000] (disabled)
    [ 0.273718] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.273730] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.273884] pci 0000:03:00.0: [10ec:8136] type 0 class 0x000200
    [ 0.273955] pci 0000:03:00.0: reg 10: [io 0x2000-0x20ff]
    [ 0.274076] pci 0000:03:00.0: reg 18: [mem 0xf0520000-0xf0520fff 64bit pref]
    [ 0.274148] pci 0000:03:00.0: reg 20: [mem 0xf0510000-0xf051ffff 64bit pref]
    [ 0.274199] pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.274363] pci 0000:03:00.0: supports D1 D2
    [ 0.274368] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.274387] pci 0000:03:00.0: PME# disabled
    [ 0.274568] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 0.274663] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
    [ 0.274672] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.274685] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
    [ 0.274782] pci 0000:04:00.0: [10ec:8172] type 0 class 0x000280
    [ 0.274812] pci 0000:04:00.0: reg 10: [io 0x3000-0x30ff]
    [ 0.274832] pci 0000:04:00.0: reg 14: [mem 0xf0100000-0xf0103fff]
    [ 0.274954] pci 0000:04:00.0: supports D1 D2
    [ 0.274960] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.274970] pci 0000:04:00.0: PME# disabled
    [ 0.280025] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    [ 0.280144] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
    [ 0.280152] pci 0000:00:1c.2: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.280164] pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.280266] pci 0000:00:1e.0: PCI bridge to [bus 11-11] (subtractive decode)
    [ 0.280369] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.280378] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.280390] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.280397] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.280404] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.280411] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    [ 0.280417] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.280424] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.280431] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [ 0.280438] pci 0000:00:1e.0: bridge window [mem 0x40000000-0xf7ffffff] (subtractive decode)
    [ 0.280445] pci 0000:00:1e.0: bridge window [io 0x0d00-0xfdff] (subtractive decode)
    [ 0.280451] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
    [ 0.280490] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.280660] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    [ 0.280757] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    [ 0.280849] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    [ 0.280941] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    [ 0.281235] ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20110316/dsfield-143)
    [ 0.281497] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88003d1b1a50), AE_ALREADY_EXISTS (20110316/psparse-536)
    [ 0.281828] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.282049] ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20110316/dsfield-143)
    [ 0.282310] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88003d1b1a50), AE_ALREADY_EXISTS (20110316/psparse-536)
    [ 0.282632] Unable to assume _OSC PCIe control. Disabling ASPM
    [ 0.297275] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.297984] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 7 10 11 12 14 15)
    [ 0.298679] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 11 12 14 15)
    [ 0.299375] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.300108] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    [ 0.300923] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    [ 0.301740] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.302444] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    [ 0.303298] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.303339] vgaarb: loaded
    [ 0.303656] PCI: Using ACPI for IRQ routing
    [ 0.303746] PCI: pci_cache_line_size set to 64 bytes
    [ 0.303778] pci 0000:00:1b.0: address space collision: [mem 0xf0500000-0xf0503fff 64bit] conflicts with PCI Bus 0000:03 [mem 0xf0500000-0xf05fffff 64bit pref]
    [ 0.303990] pci 0000:00:1d.7: address space collision: [mem 0xf0504000-0xf05043ff] conflicts with PCI Bus 0000:03 [mem 0xf0500000-0xf05fffff 64bit pref]
    [ 0.304159] pci 0000:00:1f.2: address space collision: [mem 0xf0504400-0xf05047ff] conflicts with PCI Bus 0000:03 [mem 0xf0500000-0xf05fffff 64bit pref]
    [ 0.304389] reserve RAM buffer: 000000000009dc00 - 000000000009ffff
    [ 0.304395] reserve RAM buffer: 000000003f5c0000 - 000000003fffffff
    [ 0.304709] NetLabel: Initializing
    [ 0.304793] NetLabel: domain hash size = 128
    [ 0.304878] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.304991] NetLabel: unlabeled traffic allowed by default
    [ 0.305112] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.305216] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.305468] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.316700] Switching to clocksource hpet
    [ 0.319651] Switched to NOHz mode on CPU #0
    [ 0.319806] Switched to NOHz mode on CPU #1
    [ 0.333572] pnp: PnP ACPI init
    [ 0.333697] ACPI: bus type pnp registered
    [ 0.335270] pnp 00:00: [bus 00-3f]
    [ 0.335277] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.335283] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.335289] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.335295] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.335301] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.335307] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.335312] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.335318] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.335324] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.335329] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.335335] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.335341] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.335346] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.335352] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.335358] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.335363] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 0.335369] pnp 00:00: [mem 0x40000000-0xf7ffffff window]
    [ 0.335375] pnp 00:00: [io 0x0d00-0xfdff window]
    [ 0.335381] pnp 00:00: [mem 0x00000000 window]
    [ 0.335386] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.335514] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.335756] pnp 00:01: [io 0x0010-0x001f]
    [ 0.335763] pnp 00:01: [io 0x0024-0x0025]
    [ 0.335768] pnp 00:01: [io 0x0028-0x0029]
    [ 0.335773] pnp 00:01: [io 0x002c-0x002d]
    [ 0.335778] pnp 00:01: [io 0x0030-0x0031]
    [ 0.335783] pnp 00:01: [io 0x0034-0x0035]
    [ 0.335788] pnp 00:01: [io 0x0038-0x0039]
    [ 0.335793] pnp 00:01: [io 0x003c-0x003d]
    [ 0.335798] pnp 00:01: [io 0x0072-0x0077]
    [ 0.335803] pnp 00:01: [io 0x0080]
    [ 0.335808] pnp 00:01: [io 0x0090-0x009f]
    [ 0.335813] pnp 00:01: [io 0x00a4-0x00a5]
    [ 0.335818] pnp 00:01: [io 0x00a8-0x00a9]
    [ 0.335823] pnp 00:01: [io 0x00ac-0x00ad]
    [ 0.335827] pnp 00:01: [io 0x00b0-0x00b5]
    [ 0.335832] pnp 00:01: [io 0x00b8-0x00b9]
    [ 0.335837] pnp 00:01: [io 0x00bc-0x00bd]
    [ 0.335842] pnp 00:01: [io 0x0800-0x080f]
    [ 0.335848] pnp 00:01: [io 0x1000-0x107f]
    [ 0.335853] pnp 00:01: [io 0x1180-0x11bf]
    [ 0.335858] pnp 00:01: [io 0x002e-0x002f]
    [ 0.335869] pnp 00:01: [io 0x04d0-0x04d1]
    [ 0.335874] pnp 00:01: [io 0xfe00]
    [ 0.335879] pnp 00:01: [io 0x0068-0x0077]
    [ 0.335884] pnp 00:01: [io 0x0200-0x020f]
    [ 0.335889] pnp 00:01: [mem 0xe0000000-0xefffffff]
    [ 0.335895] pnp 00:01: [mem 0xfed14000-0xfed17fff]
    [ 0.335900] pnp 00:01: [mem 0xf8000000-0xfbffffff]
    [ 0.335906] pnp 00:01: [mem 0xfef00000-0xfeffffff]
    [ 0.336082] system 00:01: [io 0x0800-0x080f] has been reserved
    [ 0.336183] system 00:01: [io 0x1000-0x107f] has been reserved
    [ 0.336278] system 00:01: [io 0x1180-0x11bf] has been reserved
    [ 0.336373] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.336468] system 00:01: [io 0xfe00] has been reserved
    [ 0.336560] system 00:01: [io 0x0200-0x020f] has been reserved
    [ 0.336656] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.336798] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
    [ 0.336897] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.336996] system 00:01: [mem 0xfef00000-0xfeffffff] has been reserved
    [ 0.337098] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.337130] pnp 00:02: [io 0x0000-0x000f]
    [ 0.337136] pnp 00:02: [io 0x0081-0x008f]
    [ 0.337141] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.337147] pnp 00:02: [dma 4]
    [ 0.337215] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.337242] pnp 00:03: [io 0x00f0-0x00fe]
    [ 0.337263] pnp 00:03: [irq 13]
    [ 0.337336] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.337431] pnp 00:04: [io 0x0070-0x0071]
    [ 0.337445] pnp 00:04: [irq 8]
    [ 0.337513] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.338017] pnp 00:05: [io 0x03f8-0x03ff]
    [ 0.338032] pnp 00:05: [irq 4]
    [ 0.338239] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.338320] pnp 00:06: [io 0x0061]
    [ 0.338392] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.338454] pnp 00:07: [mem 0xfed40000-0xfed44fff]
    [ 0.338534] pnp 00:07: Plug and Play ACPI device, IDs WEC1000 PNP0c31 (active)
    [ 0.338562] pnp 00:08: [io 0x0060]
    [ 0.338567] pnp 00:08: [io 0x0064]
    [ 0.338581] pnp 00:08: [irq 1]
    [ 0.338653] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.338686] pnp 00:09: [irq 12]
    [ 0.338759] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.339063] pnp 00:0a: [mem 0xff800000-0xffffffff]
    [ 0.339151] pnp 00:0a: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.339574] pnp: PnP ACPI: found 11 devices
    [ 0.339666] ACPI: ACPI bus type pnp unregistered
    [ 0.349216] pci 0000:00:1c.1: BAR 14: assigned [mem 0x40000000-0x400fffff]
    [ 0.349328] pci 0000:00:1b.0: BAR 0: assigned [mem 0x40100000-0x40103fff 64bit]
    [ 0.349464] pci 0000:00:1b.0: BAR 0: set to [mem 0x40100000-0x40103fff 64bit] (PCI address [0x40100000-0x40103fff])
    [ 0.349606] pci 0000:00:1d.7: BAR 0: assigned [mem 0x40104000-0x401043ff]
    [ 0.349710] pci 0000:00:1d.7: BAR 0: set to [mem 0x40104000-0x401043ff] (PCI address [0x40104000-0x401043ff])
    [ 0.349849] pci 0000:00:1f.2: BAR 5: assigned [mem 0x40104400-0x401047ff]
    [ 0.349950] pci 0000:00:1f.2: BAR 5: set to [mem 0x40104400-0x401047ff] (PCI address [0x40104400-0x401047ff])
    [ 0.350115] pci 0000:00:1c.2: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
    [ 0.350248] pci 0000:00:1c.0: BAR 14: assigned [mem 0x40400000-0x405fffff]
    [ 0.350352] pci 0000:00:1c.0: BAR 15: assigned [mem 0x40600000-0x407fffff 64bit pref]
    [ 0.350483] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
    [ 0.350580] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.350673] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
    [ 0.350773] pci 0000:00:1c.0: bridge window [mem 0x40400000-0x405fffff]
    [ 0.350874] pci 0000:00:1c.0: bridge window [mem 0x40600000-0x407fffff 64bit pref]
    [ 0.351009] pci 0000:03:00.0: BAR 6: assigned [mem 0xf0540000-0xf055ffff pref]
    [ 0.351133] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 0.351225] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
    [ 0.351324] pci 0000:00:1c.1: bridge window [mem 0x40000000-0x400fffff]
    [ 0.351425] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
    [ 0.351558] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    [ 0.351649] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
    [ 0.351749] pci 0000:00:1c.2: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.351850] pci 0000:00:1c.2: bridge window [mem 0x40200000-0x403fffff 64bit pref]
    [ 0.351981] pci 0000:00:1e.0: PCI bridge to [bus 11-11]
    [ 0.352070] pci 0000:00:1e.0: bridge window [io disabled]
    [ 0.352164] pci 0000:00:1e.0: bridge window [mem disabled]
    [ 0.352258] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 0.352370] pci 0000:00:1c.0: enabling device (0000 -> 0003)
    [ 0.352482] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.352586] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.352607] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.352709] pci 0000:00:1c.1: setting latency timer to 64
    [ 0.352728] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.352830] pci 0000:00:1c.2: setting latency timer to 64
    [ 0.352844] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.352853] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.352859] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.352865] pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff]
    [ 0.352871] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.352877] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.352883] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff]
    [ 0.352890] pci_bus 0000:00: resource 10 [mem 0x40000000-0xf7ffffff]
    [ 0.352896] pci_bus 0000:00: resource 11 [io 0x0d00-0xfdff]
    [ 0.352902] pci_bus 0000:00: resource 12 [mem 0xfed40000-0xfed44fff]
    [ 0.352908] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
    [ 0.352914] pci_bus 0000:02: resource 1 [mem 0x40400000-0x405fffff]
    [ 0.352921] pci_bus 0000:02: resource 2 [mem 0x40600000-0x407fffff 64bit pref]
    [ 0.352927] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
    [ 0.352933] pci_bus 0000:03: resource 1 [mem 0x40000000-0x400fffff]
    [ 0.352940] pci_bus 0000:03: resource 2 [mem 0xf0500000-0xf05fffff 64bit pref]
    [ 0.352946] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
    [ 0.352952] pci_bus 0000:04: resource 1 [mem 0xf0100000-0xf01fffff]
    [ 0.352959] pci_bus 0000:04: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
    [ 0.352966] pci_bus 0000:11: resource 4 [io 0x0000-0x0cf7]
    [ 0.352972] pci_bus 0000:11: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.352978] pci_bus 0000:11: resource 6 [mem 0x000d0000-0x000d3fff]
    [ 0.352984] pci_bus 0000:11: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.352990] pci_bus 0000:11: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.352996] pci_bus 0000:11: resource 9 [mem 0x000e0000-0x000e3fff]
    [ 0.353002] pci_bus 0000:11: resource 10 [mem 0x40000000-0xf7ffffff]
    [ 0.353009] pci_bus 0000:11: resource 11 [io 0x0d00-0xfdff]
    [ 0.353015] pci_bus 0000:11: resource 12 [mem 0xfed40000-0xfed44fff]
    [ 0.353230] NET: Registered protocol family 2
    [ 0.353666] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.354759] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
    [ 0.356562] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.357461] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.357565] TCP reno registered
    [ 0.357677] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.357790] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.358526] NET: Registered protocol family 1
    [ 0.358655] pci 0000:00:02.0: Boot video device
    [ 0.358843] PCI: CLS 32 bytes, default 64
    [ 0.358970] Unpacking initramfs...
    [ 0.422600] Freeing initrd memory: 1980k freed
    [ 0.424221] Simple Boot Flag at 0x36 set to 0x1
    [ 0.425202] audit: initializing netlink socket (disabled)
    [ 0.425328] type=2000 audit(1312465475.423:1): initialized
    [ 0.426137] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.431274] VFS: Disk quotas dquot_6.5.2
    [ 0.431768] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.432308] msgmni has been set to 1979
    [ 0.433016] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.433243] io scheduler noop registered
    [ 0.433398] io scheduler deadline registered
    [ 0.433626] io scheduler cfq registered (default)
    [ 0.433955] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.434029] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.434158] pcieport 0000:00:1c.1: setting latency timer to 64
    [ 0.434222] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.434347] pcieport 0000:00:1c.2: setting latency timer to 64
    [ 0.434410] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
    [ 0.434777] intel_idle: MWAIT substates: 0x20220
    [ 0.434799] intel_idle: v0.4 model 0x1C
    [ 0.434803] intel_idle: lapic_timer_reliable_states 0x2
    [ 0.434847] Marking TSC unstable due to TSC halts in idle states deeper than C2
    [ 0.435010] ERST: Table is not found!
    [ 0.435250] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.456560] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.674724] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.727052] Linux agpgart interface v0.103
    [ 0.727338] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    [ 0.731303] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.734370] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.734541] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.734705] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.734863] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.735024] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.735354] mousedev: PS/2 mouse device common for all mice
    [ 0.753576] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.753717] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.753983] cpuidle: using governor ladder
    [ 0.754335] cpuidle: using governor menu
    [ 0.754959] TCP cubic registered
    [ 0.755047] NET: Registered protocol family 17
    [ 0.755152] Registering the dns_resolver key type
    [ 0.755524] PM: Hibernation image not present or could not be loaded.
    [ 0.755541] registered taskstats version 1
    [ 0.756395] rtc_cmos 00:04: setting system clock to 2011-08-04 13:44:36 UTC (1312465476)
    [ 0.756612] Initializing network drop monitor service
    [ 0.760092] Freeing unused kernel memory: 712k freed
    [ 0.760552] Write protecting the kernel read-only data: 6144k
    [ 0.761521] Freeing unused kernel memory: 60k freed
    [ 0.768916] Freeing unused kernel memory: 784k freed
    [ 0.773948] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.824947] udevd[74]: starting version 173
    [ 0.877923] SCSI subsystem initialized
    [ 0.935196] libata version 3.00 loaded.
    [ 0.956774] ahci 0000:00:1f.2: version 3.0
    [ 0.956824] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 0.957043] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 0.957186] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [ 0.957352] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
    [ 0.957485] ahci 0000:00:1f.2: setting latency timer to 64
    [ 0.964648] scsi0 : ahci
    [ 0.965831] scsi1 : ahci
    [ 0.966239] scsi2 : ahci
    [ 0.966607] scsi3 : ahci
    [ 0.967366] ata1: SATA max UDMA/133 abar m1024@0x40104400 port 0x40104500 irq 43
    [ 0.967524] ata2: SATA max UDMA/133 abar m1024@0x40104400 port 0x40104580 irq 43
    [ 0.967680] ata3: SATA max UDMA/133 abar m1024@0x40104400 port 0x40104600 irq 43
    [ 0.967831] ata4: SATA max UDMA/133 abar m1024@0x40104400 port 0x40104680 irq 43
    [ 1.286817] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.286986] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.287140] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.287285] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.296743] ata1.00: ATA-8: SAMSUNG HM250HI, 2AC101C4, max UDMA/133
    [ 1.296845] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.306650] ata1.00: configured for UDMA/133
    [ 1.307168] scsi 0:0:0:0: Direct-Access ATA SAMSUNG HM250HI 2AC1 PQ: 0 ANSI: 5
    [ 1.361599] usbcore: registered new interface driver usbfs
    [ 1.361788] usbcore: registered new interface driver hub
    [ 1.362029] usbcore: registered new device driver usb
    [ 1.362890] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    [ 1.363254] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.363390] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.363491] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.371359] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.371567] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 1.371722] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 1.371734] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 1.371971] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [ 1.393443] ehci_hcd 0000:00:1d.7: using broken periodic workaround
    [ 1.393567] ehci_hcd 0000:00:1d.7: debug port 1
    [ 1.397557] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    [ 1.397596] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x40104000
    [ 1.410069] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.410565] hub 1-0:1.0: USB hub found
    [ 1.410687] hub 1-0:1.0: 8 ports detected
    [ 1.418573] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
    [ 1.420139] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.436350] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.436604] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 1.436912] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.436925] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.437083] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.450137] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
    [ 1.450657] hub 2-0:1.0: USB hub found
    [ 1.450776] hub 2-0:1.0: 2 ports detected
    [ 1.451206] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.451346] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.451358] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.451506] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    [ 1.466851] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
    [ 1.467375] hub 3-0:1.0: USB hub found
    [ 1.467491] hub 3-0:1.0: 2 ports detected
    [ 1.467949] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.468100] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.468111] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.468263] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [ 1.476847] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
    [ 1.477389] hub 4-0:1.0: USB hub found
    [ 1.477506] hub 4-0:1.0: 2 ports detected
    [ 1.477926] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    [ 1.478068] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [ 1.478080] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 1.478233] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [ 1.486815] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
    [ 1.487337] hub 5-0:1.0: USB hub found
    [ 1.487454] hub 5-0:1.0: 2 ports detected
    [ 1.720183] usb 1-4: new high speed USB device number 2 using ehci_hcd
    [ 2.310090] usb 1-7: new high speed USB device number 3 using ehci_hcd
    [ 3.346515] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
    [ 3.346624] EXT4-fs (sda2): write access will be enabled during recovery
    [ 3.481722] EXT4-fs (sda2): orphan cleanup on readonly fs
    [ 3.481844] EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 1572970
    [ 3.481970] EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 1572968
    [ 3.482041] EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 923116
    [ 3.482090] EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 1572948
    [ 3.482130] EXT4-fs (sda2): 4 orphan inodes deleted
    [ 3.482225] EXT4-fs (sda2): recovery complete
    [ 4.287281] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.547177] udevd[278]: starting version 173
    [ 5.875278] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 5.875984] ACPI: AC Adapter [AC0] (off-line)
    [ 5.881017] ACPI: acpi_idle yielding to intel_idle
    [ 5.888339] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/PNP0C0D:00/input/input1
    [ 5.939985] ACPI: Lid Switch [LID]
    [ 5.940983] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/PNP0C0C:00/input/input2
    [ 5.941147] ACPI: Power Button [PWRB]
    [ 5.941583] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 5.941763] ACPI: Sleep Button [SLPB]
    [ 5.942546] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 5.942697] ACPI: Power Button [PWRF]
    [ 5.943413] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.943529] ACPI: Thermal Zone [TZ01] (24 C)
    [ 5.972400] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 5.972588] ACPI: Battery Slot [BAT1] (battery present)
    [ 5.995124] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
    [ 5.995453] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
    [ 5.995846] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
    [ 5.999895] iTCO_vendor_support: vendor-support=0
    [ 6.012373] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    [ 6.124751] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 6.125083] iTCO_wdt: Found a NM10 TCO device (Version=2, TCOBASE=0x1060)
    [ 6.125348] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 6.190412] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 6.194157] tpm_tis 00:07: 1.2 TPM (device-id 0xFE, rev-id 70)
    [ 6.215082] Initializing USB Mass Storage driver...
    [ 6.215469] usbcore: registered new interface driver usb-storage
    [ 6.215586] USB Mass Storage support registered.
    [ 6.267697] usb 1-7: USB disconnect, device number 3
    [ 6.269402] Linux media interface: v0.10
    [ 6.271745] scsi4 : usb-storage 1-7:1.0
    [ 6.278594] usbcore: registered new interface driver ums-realtek
    [ 6.324583] usbcore: registered new interface driver uas
    [ 6.361274] Linux video capture interface: v2.00
    [ 6.416800] uvcvideo: Found UVC 1.00 device USB Camera (5986:02a8)
    [ 6.435626] input: USB Camera as /devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0/input/input5
    [ 6.435979] usbcore: registered new interface driver uvcvideo
    [ 6.436094] USB Video Class driver (v1.0.0)
    [ 6.516768] [drm] Initialized drm 1.1.0 20060810
    [ 6.632026] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 6.657529] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 6.657663] i915 0000:00:02.0: setting latency timer to 64
    [ 6.729787] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 6.729799] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 6.729904] [drm] Driver supports precise vblank timestamp query.
    [ 6.805456] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 6.805960] [drm] initialized overlay support
    [ 6.965295] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000
    [ 7.013599] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input6
    [ 7.142190] fbcon: inteldrmfb (fb0) is primary device
    [ 7.190534] Console: switching to colour frame buffer device 128x37
    [ 7.197352] fb0: inteldrmfb frame buffer device
    [ 7.197461] drm: registered panic notifier
    [ 7.197660] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20110316/video-1148)
    [ 7.198144] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
    [ 7.198602] ACPI: Video Device [IGD0] (multi-head: yes rom: no post: no)
    [ 7.199927] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 8.736636] EXT4-fs (sda2): re-mounted. Opts: (null)
    [ 8.833668] EXT3-fs: barriers not enabled
    [ 8.856596] kjournald starting. Commit interval 5 seconds
    [ 8.859646] EXT3-fs (sda4): using internal journal
    [ 8.862624] EXT3-fs (sda4): mounted filesystem with ordered data mode
    [ 9.026943] Adding 2096444k swap on /dev/sda6. Priority:-1 extents:1 across:2096444k
    [ 18.281512] NET: Registered protocol family 10
    [ 21.591928] EXT4-fs (sda2): re-mounted. Opts: commit=600
    [ 35.750474] fuse init (API version 7.16)
    [ 201.029607] PPP generic driver version 2.4.2
    [ 3255.955029] EXT4-fs (sda2): re-mounted. Opts: commit=0
    [10041.892469] usb 1-1: new high speed USB device number 4 using ehci_hcd
    [10042.021338] scsi5 : usb-storage 1-1:1.0
    [10043.026686] scsi 5:0:0:0: Direct-Access TOSHIBA MK1234GSX PQ: 0 ANSI: 2
    [10043.031863] sd 5:0:0:0: Attached scsi generic sg1 type 0
    [10043.036190] sd 5:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/111 GiB)
    [10043.041825] sd 5:0:0:0: [sdb] Write Protect is off
    [10043.045147] sd 5:0:0:0: [sdb] Mode Sense: 38 00 00 00
    [10043.045157] sd 5:0:0:0: [sdb] Assuming drive cache: write through
    [10043.052676] sd 5:0:0:0: [sdb] Assuming drive cache: write through
    [10043.064806] sdb: sdb1
    [10043.071939] sd 5:0:0:0: [sdb] Assuming drive cache: write through
    [10043.075091] sd 5:0:0:0: [sdb] Attached SCSI disk
    [10089.898154] EXT3-fs (sdb): error: can't find ext3 filesystem on dev sdb.
    [10089.913066] EXT4-fs (sdb): VFS: Can't find ext4 filesystem
    [10089.936439] FAT: invalid media value (0xb9)
    [10089.939320] VFS: Can't find a valid FAT filesystem on dev sdb.
    EDIT: ls -l /etc/modprobe.d
    total 16
    -rw-r--r-- 1 root root 30 Ago 4 04:57 blacklist_net.conf
    -rw-r--r-- 1 root root 182 Ago 4 04:57 blacklist_sound.conf
    -rw-r--r-- 1 root root 55 Jun 25 15:30 modprobe.conf
    -rw-r--r-- 1 root root 196 Abr 8 11:08 usb-load-ehci-first.conf
    Thanks in advance for any help.
    Last edited by JohnTH (2011-08-04 16:31:18)

    The kernel outputs many error messages when I start NetwrokManager, and persists even when I stop it
    Here is part of a dmesg:
    [ 587.134444] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
    [ 587.135365] InitializeAdapter8192SE(): Set MRC settings on as default!!
    [ 587.136337] HW_VAR_MRC: Turn on 1T1R MRC!
    [ 587.553458] pwrdown, 0x6(BIT6)=f1
    [ 589.566485] pwrdown, 0x6(BIT6)=f1
    [ 591.573163] pwrdown, 0x6(BIT6)=f1
    [ 593.579828] pwrdown, 0x6(BIT6)=f1
    [ 595.586517] pwrdown, 0x6(BIT6)=f1
    [ 597.593183] pwrdown, 0x6(BIT6)=f1
    [ 599.599777] pwrdown, 0x6(BIT6)=f1
    [ 601.606490] pwrdown, 0x6(BIT6)=f1
    [ 603.613185] pwrdown, 0x6(BIT6)=f1
    [ 605.619843] pwrdown, 0x6(BIT6)=f1
    [ 607.626506] pwrdown, 0x6(BIT6)=f1
    [ 609.633150] pwrdown, 0x6(BIT6)=f1
    [ 611.639785] pwrdown, 0x6(BIT6)=f1
    [ 613.646491] pwrdown, 0x6(BIT6)=f1
    [ 615.653171] pwrdown, 0x6(BIT6)=f1
    [ 617.659839] pwrdown, 0x6(BIT6)=f1
    [ 619.666513] pwrdown, 0x6(BIT6)=f1
    [ 621.673175] pwrdown, 0x6(BIT6)=f1
    [ 623.679774] pwrdown, 0x6(BIT6)=f1
    [ 625.686507] pwrdown, 0x6(BIT6)=f1
    [ 627.693176] pwrdown, 0x6(BIT6)=f1
    [ 629.699826] pwrdown, 0x6(BIT6)=f1
    [ 631.706480] pwrdown, 0x6(BIT6)=f1
    [ 633.713169] pwrdown, 0x6(BIT6)=f1
    [ 635.719785] pwrdown, 0x6(BIT6)=f1
    [ 637.726499] pwrdown, 0x6(BIT6)=f1
    [ 639.733146] pwrdown, 0x6(BIT6)=f1
    [ 641.739824] pwrdown, 0x6(BIT6)=f1
    [ 643.746489] pwrdown, 0x6(BIT6)=f1
    [ 645.753149] pwrdown, 0x6(BIT6)=f1
    [ 647.010241] pwrdown, 0x6(BIT6)=f1
    [ 647.135295] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
    [ 647.136216] InitializeAdapter8192SE(): Set MRC settings on as default!!
    [ 647.137240] HW_VAR_MRC: Turn on 1T1R MRC!
    [ 647.753447] pwrdown, 0x6(BIT6)=f1
    [ 649.766491] pwrdown, 0x6(BIT6)=f1
    [ 651.773160] pwrdown, 0x6(BIT6)=f1
    [ 653.779830] pwrdown, 0x6(BIT6)=f1
    Can somebody help me?

  • Network manager takes lot of time during boot

    HOw to reduce my networkmanager boot time
    Below is my systemd-analyze time
    [root@gauranga simha]# systemd-analyze time
    Startup finished in 5449ms (kernel) + 82854ms (userspace) = 88303ms
    Below is my systemd-analyze blame
    [root@gauranga simha]# systemd-analyze blame
    39261ms NetworkManager.service
    13083ms mysqld.service
    3764ms sys-kernel-debug.mount
    3733ms dev-mqueue.mount
    3720ms dev-hugepages.mount
    3566ms systemd-remount-fs.service
    3423ms systemd-binfmt.service
    3342ms systemd-vconsole-setup.service
    3038ms proc-sys-fs-binfmt_misc.mount
    2349ms media-GAUR.mount
    1954ms polkit.service
    1938ms colord.service
    1226ms systemd-udevd.service
    970ms bluetooth.service
    934ms systemd-logind.service
    881ms systemd-udev-trigger.service
    460ms systemd-sysctl.service
    439ms systemd-modules-load.service
    426ms dev-sda6.swap
    410ms systemd-tmpfiles-setup.service
    256ms httpd.service
    229ms systemd-readahead-replay.service
    80ms systemd-readahead-collect.service
    54ms udisks2.service
    53ms console-kit-log-system-start.service
    52ms wpa_supplicant.service
    49ms console-kit-daemon.service
    19ms systemd-user-sessions.service
    19ms tmp.mount
    14ms rtkit-daemon.service
    8ms modem-manager.service
    5ms upower.service
    1ms sys-fs-fuse-connections.mount
    Output for journalctl -b
    [root@gauranga simha]# journalctl -b
    -- Logs begin at Mon 2013-03-11 15:14:32 IST, end at Fri 2013-03-22 18:34:03 IST. --
    Mar 22 18:32:32 gauranga systemd-journal[114]: Allowing runtime journal files to grow to 145.1M.
    Mar 22 18:32:32 gauranga kernel: Initializing cgroup subsys cpuset
    Mar 22 18:32:32 gauranga kernel: Initializing cgroup subsys cpu
    Mar 22 18:32:32 gauranga kernel: Linux version 3.5.4-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.1 20120721 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Sep 15 13:
    Mar 22 18:32:32 gauranga kernel: Disabled fast string operations
    Mar 22 18:32:32 gauranga kernel: e820: BIOS-provided physical RAM map:
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000b64e0fff] usable
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000b64e1000-0x00000000b64e3fff] ACPI NVS
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000b64e4000-0x00000000b7a6afff] usable
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000b7a6b000-0x00000000b7abefff] reserved
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000b7abf000-0x00000000b7b84fff] usable
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000b7b85000-0x00000000b7bbefff] ACPI NVS
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000b7bbf000-0x00000000b7be3fff] usable
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000b7be4000-0x00000000b7bf6fff] ACPI data
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000b7bf7000-0x00000000b7bfffff] usable
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000b7c00000-0x00000000bfffffff] reserved
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
    Mar 22 18:32:32 gauranga kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
    Mar 22 18:32:32 gauranga kernel: Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    Mar 22 18:32:32 gauranga kernel: DMI 2.4 present.
    Mar 22 18:32:32 gauranga kernel: DMI: Sony Corporation VGN-CS230J/VAIO, BIOS R1100Q2 09/01/2009
    Mar 22 18:32:32 gauranga kernel: e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    Mar 22 18:32:32 gauranga kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Mar 22 18:32:32 gauranga kernel: e820: last_pfn = 0xb7c00 max_arch_pfn = 0x100000
    Mar 22 18:32:32 gauranga kernel: MTRR default type: uncachable
    Mar 22 18:32:32 gauranga kernel: MTRR fixed ranges enabled:
    Mar 22 18:32:32 gauranga kernel: 00000-9FFFF write-back
    Mar 22 18:32:32 gauranga kernel: A0000-BFFFF uncachable
    Mar 22 18:32:32 gauranga kernel: C0000-C7FFF write-through
    Mar 22 18:32:32 gauranga kernel: C8000-FFFFF uncachable
    Mar 22 18:32:32 gauranga kernel: MTRR variable ranges enabled:
    Mar 22 18:32:32 gauranga kernel: 0 base 0FFF00000 mask FFFF00000 write-protect
    Mar 22 18:32:32 gauranga kernel: 1 base 000000000 mask F80000000 write-back
    Mar 22 18:32:32 gauranga kernel: 2 base 080000000 mask FC0000000 write-back
    Mar 22 18:32:32 gauranga kernel: 3 base 0B8000000 mask FF8000000 uncachable
    Mar 22 18:32:32 gauranga kernel: 4 disabled
    Mar 22 18:32:32 gauranga kernel: 5 base 100000000 mask FC0000000 write-back
    Mar 22 18:32:32 gauranga kernel: 6 disabled
    Mar 22 18:32:32 gauranga kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Mar 22 18:32:32 gauranga kernel: initial memory mapped: [mem 0x00000000-0x01bfffff]
    Mar 22 18:32:32 gauranga kernel: Base memory trampoline at [c009b000] 9b000 size 16384
    Mar 22 18:32:32 gauranga kernel: init_memory_mapping: [mem 0x00000000-0x377fdfff]
    Mar 22 18:32:32 gauranga kernel: [mem 0x00000000-0x003fffff] page 4k
    Mar 22 18:32:32 gauranga kernel: [mem 0x00400000-0x373fffff] page 2M
    Mar 22 18:32:32 gauranga kernel: [mem 0x37400000-0x377fdfff] page 4k
    Mar 22 18:32:32 gauranga kernel: kernel direct mapping tables up to 0x377fdfff @ [mem 0x01bfa000-0x01bfffff]
    Mar 22 18:32:32 gauranga kernel: RAMDISK: [mem 0x37966000-0x37caafff]
    Mar 22 18:32:32 gauranga kernel: Allocated new RAMDISK: [mem 0x374b9000-0x377fd447]
    Mar 22 18:32:32 gauranga kernel: Move RAMDISK from [mem 0x37966000-0x37caa447] to [mem 0x374b9000-0x377fd447]
    Mar 22 18:32:32 gauranga kernel: ACPI: RSDP 000fe020 00024 (v02 Sony)
    Mar 22 18:32:32 gauranga kernel: ACPI: XSDT b7bf6120 0006C (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: FACP b7bf5000 000F4 (v04 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: DSDT b7bea000 0674D (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: FACS b7b92000 00040
    Mar 22 18:32:32 gauranga kernel: ACPI: HPET b7bf4000 00038 (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: APIC b7bf3000 0006C (v02 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: MCFG b7bf2000 0003C (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: ASF! b7bf1000 000A5 (v32 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: SLIC b7be9000 00176 (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: BOOT b7be8000 00028 (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: SSDT b7be7000 000D9 (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: SSDT b7be4000 00655 (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: Local APIC address 0xfee00000
    Mar 22 18:32:32 gauranga kernel: 2052MB HIGHMEM available.
    Mar 22 18:32:32 gauranga kernel: 887MB LOWMEM available.
    Mar 22 18:32:32 gauranga kernel: mapped low ram: 0 - 377fe000
    Mar 22 18:32:32 gauranga kernel: low ram: 0 - 377fe000
    Mar 22 18:32:32 gauranga kernel: Zone ranges:
    Mar 22 18:32:32 gauranga kernel: DMA [mem 0x00010000-0x00ffffff]
    Mar 22 18:32:32 gauranga kernel: Normal [mem 0x01000000-0x377fdfff]
    Mar 22 18:32:32 gauranga kernel: HighMem [mem 0x377fe000-0xb7bfffff]
    Mar 22 18:32:32 gauranga kernel: Movable zone start for each node
    Mar 22 18:32:32 gauranga kernel: Early memory node ranges
    Mar 22 18:32:32 gauranga kernel: node 0: [mem 0x00010000-0x0009efff]
    Mar 22 18:32:32 gauranga kernel: node 0: [mem 0x00100000-0xb64e0fff]
    Mar 22 18:32:32 gauranga kernel: node 0: [mem 0xb64e4000-0xb7a6afff]
    Mar 22 18:32:32 gauranga kernel: node 0: [mem 0xb7abf000-0xb7b84fff]
    Mar 22 18:32:32 gauranga kernel: node 0: [mem 0xb7bbf000-0xb7be3fff]
    Mar 22 18:32:32 gauranga kernel: node 0: [mem 0xb7bf7000-0xb7bfffff]
    Mar 22 18:32:32 gauranga kernel: On node 0 totalpages: 752363
    Mar 22 18:32:32 gauranga kernel: free_area_init_node: node 0, pgdat c1539c40, node_mem_map f5dc0200
    Mar 22 18:32:32 gauranga kernel: DMA zone: 32 pages used for memmap
    Mar 22 18:32:32 gauranga kernel: DMA zone: 0 pages reserved
    Mar 22 18:32:32 gauranga kernel: DMA zone: 3951 pages, LIFO batch:0
    Mar 22 18:32:32 gauranga kernel: Normal zone: 1744 pages used for memmap
    Mar 22 18:32:32 gauranga kernel: Normal zone: 221486 pages, LIFO batch:31
    Mar 22 18:32:32 gauranga kernel: HighMem zone: 4105 pages used for memmap
    Mar 22 18:32:32 gauranga kernel: HighMem zone: 521045 pages, LIFO batch:31
    Mar 22 18:32:32 gauranga kernel: Using APIC driver default
    Mar 22 18:32:32 gauranga kernel: ACPI: PM-Timer IO Port: 0x408
    Mar 22 18:32:32 gauranga kernel: ACPI: Local APIC address 0xfee00000
    Mar 22 18:32:32 gauranga kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Mar 22 18:32:32 gauranga kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Mar 22 18:32:32 gauranga kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
    Mar 22 18:32:32 gauranga kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
    Mar 22 18:32:32 gauranga kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    Mar 22 18:32:32 gauranga kernel: IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    Mar 22 18:32:32 gauranga kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mar 22 18:32:32 gauranga kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Mar 22 18:32:32 gauranga kernel: ACPI: IRQ0 used by override.
    Mar 22 18:32:32 gauranga kernel: ACPI: IRQ2 used by override.
    Mar 22 18:32:32 gauranga kernel: ACPI: IRQ9 used by override.
    Mar 22 18:32:32 gauranga kernel: Using ACPI (MADT) for SMP configuration information
    Mar 22 18:32:32 gauranga kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Mar 22 18:32:32 gauranga kernel: SMP: Allowing 4 CPUs, 2 hotplug CPUs
    Mar 22 18:32:32 gauranga kernel: nr_irqs_gsi: 40
    Mar 22 18:32:32 gauranga kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Mar 22 18:32:32 gauranga kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    Mar 22 18:32:32 gauranga kernel: PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Mar 22 18:32:32 gauranga kernel: e820: [mem 0xc0000000-0xf7ffffff] available for PCI devices
    Mar 22 18:32:32 gauranga kernel: Booting paravirtualized kernel on bare hardware
    Mar 22 18:32:32 gauranga kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    Mar 22 18:32:32 gauranga kernel: PERCPU: Embedded 13 pages/cpu @f5d7a000 s31616 r0 d21632 u53248
    Mar 22 18:32:32 gauranga kernel: pcpu-alloc: s31616 r0 d21632 u53248 alloc=13*4096
    Mar 22 18:32:32 gauranga kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    Mar 22 18:32:32 gauranga kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 746482
    Mar 22 18:32:32 gauranga kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=de9c1526-30ec-4261-a7fe-c21f74aefba0 ro resume=/dev/sda6 quiet
    Mar 22 18:32:32 gauranga kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
    Mar 22 18:32:32 gauranga kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Mar 22 18:32:32 gauranga kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Mar 22 18:32:32 gauranga kernel: __ex_table already sorted, skipping sort
    Mar 22 18:32:32 gauranga kernel: Initializing CPU#0
    Mar 22 18:32:32 gauranga kernel: xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    Mar 22 18:32:32 gauranga kernel: allocated 6020992 bytes of page_cgroup
    Mar 22 18:32:32 gauranga kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Mar 22 18:32:32 gauranga kernel: Initializing HighMem for node 0 (000377fe:000b7c00)
    Mar 22 18:32:32 gauranga kernel: Memory: 2968736k/3010560k available (3896k kernel code, 40716k reserved, 1491k data, 532k init, 2100600k highmem)
    Mar 22 18:32:32 gauranga kernel: [379B blob data]
    Mar 22 18:32:32 gauranga kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    Mar 22 18:32:32 gauranga kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Mar 22 18:32:32 gauranga kernel: Preemptible hierarchical RCU implementation.
    Mar 22 18:32:32 gauranga kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Mar 22 18:32:32 gauranga kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Mar 22 18:32:32 gauranga kernel: NR_IRQS:2304 nr_irqs:712 16
    Mar 22 18:32:32 gauranga kernel: CPU 0 irqstacks, hard=f500a000 soft=f500c000
    Mar 22 18:32:32 gauranga kernel: Extended CMOS year: 2000
    Mar 22 18:32:32 gauranga kernel: Console: colour dummy device 80x25
    Mar 22 18:32:32 gauranga kernel: console [tty0] enabled
    Mar 22 18:32:32 gauranga kernel: hpet clockevent registered
    Mar 22 18:32:32 gauranga kernel: Fast TSC calibration using PIT
    Mar 22 18:32:32 gauranga kernel: Detected 2394.003 MHz processor.
    Mar 22 18:32:32 gauranga kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.50 BogoMIPS (lpj=7980010)
    Mar 22 18:32:32 gauranga kernel: pid_max: default: 32768 minimum: 301
    Mar 22 18:32:32 gauranga kernel: Security Framework initialized
    Mar 22 18:32:32 gauranga kernel: AppArmor: AppArmor disabled by boot time parameter
    Mar 22 18:32:32 gauranga kernel: Mount-cache hash table entries: 512
    Mar 22 18:32:32 gauranga kernel: Initializing cgroup subsys cpuacct
    Mar 22 18:32:32 gauranga kernel: Initializing cgroup subsys memory
    Mar 22 18:32:32 gauranga kernel: Initializing cgroup subsys devices
    Mar 22 18:32:32 gauranga kernel: Initializing cgroup subsys freezer
    Mar 22 18:32:32 gauranga kernel: Initializing cgroup subsys net_cls
    Mar 22 18:32:32 gauranga kernel: Initializing cgroup subsys blkio
    Mar 22 18:32:32 gauranga kernel: Disabled fast string operations
    Mar 22 18:32:32 gauranga kernel: CPU: Physical Processor ID: 0
    Mar 22 18:32:32 gauranga kernel: CPU: Processor Core ID: 0
    Mar 22 18:32:32 gauranga kernel: mce: CPU supports 6 MCE banks
    Mar 22 18:32:32 gauranga kernel: CPU0: Thermal monitoring handled by SMI
    Mar 22 18:32:32 gauranga kernel: using mwait in idle threads.
    Mar 22 18:32:32 gauranga kernel: ACPI: Core revision 20120320
    Mar 22 18:32:32 gauranga kernel: ftrace: allocating 17053 entries in 34 pages
    Mar 22 18:32:32 gauranga kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
    Mar 22 18:32:32 gauranga kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mar 22 18:32:32 gauranga kernel: CPU0: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz stepping 0a
    Mar 22 18:32:32 gauranga kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    Mar 22 18:32:32 gauranga kernel: ... version: 2
    Mar 22 18:32:32 gauranga kernel: ... bit width: 40
    Mar 22 18:32:32 gauranga kernel: ... generic registers: 2
    Mar 22 18:32:32 gauranga kernel: ... value mask: 000000ffffffffff
    Mar 22 18:32:32 gauranga kernel: ... max period: 000000007fffffff
    Mar 22 18:32:32 gauranga kernel: ... fixed-purpose events: 3
    Mar 22 18:32:32 gauranga kernel: ... event mask: 0000000700000003
    Mar 22 18:32:32 gauranga kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Mar 22 18:32:32 gauranga kernel: CPU 1 irqstacks, hard=f50f8000 soft=f50fa000
    Mar 22 18:32:32 gauranga kernel: Initializing CPU#1
    Mar 22 18:32:32 gauranga kernel: Disabled fast string operations
    Mar 22 18:32:32 gauranga kernel: CPU1: Thermal monitoring handled by SMI
    Mar 22 18:32:32 gauranga kernel: Booting Node 0, Processors #1
    Mar 22 18:32:32 gauranga kernel: Brought up 2 CPUs
    Mar 22 18:32:32 gauranga kernel: Total of 2 processors activated (9579.01 BogoMIPS).
    Mar 22 18:32:32 gauranga kernel: devtmpfs: initialized
    Mar 22 18:32:32 gauranga kernel: PM: Registering ACPI NVS region [mem 0xb64e1000-0xb64e3fff] (12288 bytes)
    Mar 22 18:32:32 gauranga kernel: PM: Registering ACPI NVS region [mem 0xb7b85000-0xb7bbefff] (237568 bytes)
    Mar 22 18:32:32 gauranga kernel: NET: Registered protocol family 16
    Mar 22 18:32:32 gauranga kernel: ACPI: bus type pci registered
    Mar 22 18:32:32 gauranga kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    Mar 22 18:32:32 gauranga kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    Mar 22 18:32:32 gauranga kernel: PCI: Using MMCONFIG for extended config space
    Mar 22 18:32:32 gauranga kernel: PCI: Using configuration type 1 for base access
    Mar 22 18:32:32 gauranga kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    Mar 22 18:32:32 gauranga kernel: mtrr: probably your BIOS does not setup all CPUs.
    Mar 22 18:32:32 gauranga kernel: mtrr: corrected configuration.
    Mar 22 18:32:32 gauranga kernel: bio: create slab <bio-0> at 0
    Mar 22 18:32:32 gauranga kernel: ACPI: Added _OSI(Module Device)
    Mar 22 18:32:32 gauranga kernel: ACPI: Added _OSI(Processor Device)
    Mar 22 18:32:32 gauranga kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Mar 22 18:32:32 gauranga kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Mar 22 18:32:32 gauranga kernel: ACPI: EC: Look up EC in DSDT
    Mar 22 18:32:32 gauranga kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Mar 22 18:32:32 gauranga kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    Mar 22 18:32:32 gauranga kernel: ACPI: SSDT b7a76c18 00265 (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: Dynamic OEM Table Load:
    Mar 22 18:32:32 gauranga kernel: ACPI: SSDT (null) 00265 (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: SSDT b7a74618 005B3 (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: Dynamic OEM Table Load:
    Mar 22 18:32:32 gauranga kernel: ACPI: SSDT (null) 005B3 (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: SSDT b7a75e18 001CF (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: Dynamic OEM Table Load:
    Mar 22 18:32:32 gauranga kernel: ACPI: SSDT (null) 001CF (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: SSDT b7a76f18 0008D (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: Dynamic OEM Table Load:
    Mar 22 18:32:32 gauranga kernel: ACPI: SSDT (null) 0008D (v01 Sony VAIO 20090901 INTL 20061109)
    Mar 22 18:32:32 gauranga kernel: ACPI: Interpreter enabled
    Mar 22 18:32:32 gauranga kernel: ACPI: (supports S0 S3 S4 S5)
    Mar 22 18:32:32 gauranga kernel: ACPI: Using IOAPIC for interrupt routing
    Mar 22 18:32:32 gauranga kernel: ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    Mar 22 18:32:32 gauranga kernel: ACPI: No dock devices found.
    Mar 22 18:32:32 gauranga kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Mar 22 18:32:32 gauranga kernel: pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    Mar 22 18:32:32 gauranga kernel: pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    Mar 22 18:32:32 gauranga kernel: pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    Mar 22 18:32:32 gauranga kernel: pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff]
    Mar 22 18:32:32 gauranga kernel: PCI host bridge to bus 0000:00
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
    Mar 22 18:32:32 gauranga kernel: DMAR: Forcing write-buffer flush capability
    Mar 22 18:32:32 gauranga kernel: DMAR: Disabling IOMMU for graphics on this chipset
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd03fffff 64bit]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:02.0: reg 20: [io 0x60f0-0x60f7]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:02.1: reg 10: [mem 0xd3400000-0xd34fffff 64bit]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1a.0: reg 20: [io 0x60c0-0x60df]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1a.1: reg 20: [io 0x60a0-0x60bf]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1a.7: reg 10: [mem 0xd6804c00-0xd6804fff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1b.0: reg 10: [mem 0xd6800000-0xd6803fff 64bit]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.2: [8086:2944] type 01 class 0x060400
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1d.0: reg 20: [io 0x6080-0x609f]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1d.1: reg 20: [io 0x6060-0x607f]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1d.2: reg 20: [io 0x6040-0x605f]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1d.7: reg 10: [mem 0xd6804800-0xd6804bff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1f.0: [8086:2919] type 00 class 0x060100
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1f.2: reg 10: [io 0x60e8-0x60ef]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1f.2: reg 14: [io 0x60fc-0x60ff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1f.2: reg 18: [io 0x60e0-0x60e7]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1f.2: reg 1c: [io 0x60f8-0x60fb]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1f.2: reg 20: [io 0x6020-0x603f]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1f.2: reg 24: [mem 0xd6804000-0xd68047ff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1f.3: reg 10: [mem 0xd6805000-0xd68050ff 64bit]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1f.3: reg 20: [io 0x6000-0x601f]
    Mar 22 18:32:32 gauranga kernel: pci 0000:02:00.0: [11ab:4354] type 00 class 0x020000
    Mar 22 18:32:32 gauranga kernel: pci 0000:02:00.0: reg 10: [mem 0xd5700000-0xd5703fff 64bit]
    Mar 22 18:32:32 gauranga kernel: pci 0000:02:00.0: reg 18: [io 0x4000-0x40ff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:02:00.0: supports D1 D2
    Mar 22 18:32:32 gauranga kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.0: bridge window [io 0x4000-0x5fff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.0: bridge window [mem 0xd5700000-0xd67fffff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref]
    Mar 22 18:32:32 gauranga kernel: pci 0000:03:00.0: [8086:4232] type 00 class 0x028000
    Mar 22 18:32:32 gauranga kernel: pci 0000:03:00.0: reg 10: [mem 0xd4600000-0xd4601fff 64bit]
    Mar 22 18:32:32 gauranga kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.2: PCI bridge to [bus 03-03]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.2: bridge window [mem 0xd4600000-0xd56fffff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.2: bridge window [mem 0xd1400000-0xd23fffff 64bit pref]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.4: PCI bridge to [bus 04-05]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.4: bridge window [io 0x2000-0x2fff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.4: bridge window [mem 0xd3600000-0xd45fffff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.4: bridge window [mem 0xd2400000-0xd33fffff 64bit pref]
    Mar 22 18:32:32 gauranga kernel: pci 0000:06:02.0: [1180:0832] type 00 class 0x0c0010
    Mar 22 18:32:32 gauranga kernel: pci 0000:06:02.0: reg 10: [mem 0xd3500000-0xd35007ff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:06:02.0: PME# supported from D0 D3hot D3cold
    Mar 22 18:32:32 gauranga kernel: pci 0000:06:02.1: [1180:0822] type 00 class 0x080500
    Mar 22 18:32:32 gauranga kernel: pci 0000:06:02.1: reg 10: [mem 0xd3500900-0xd35009ff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:06:02.1: supports D1 D2
    Mar 22 18:32:32 gauranga kernel: pci 0000:06:02.1: PME# supported from D0 D1 D2 D3hot D3cold
    Mar 22 18:32:32 gauranga kernel: pci 0000:06:02.2: [1180:0592] type 00 class 0x088000
    Mar 22 18:32:32 gauranga kernel: pci 0000:06:02.2: reg 10: [mem 0xd3500800-0xd35008ff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:06:02.2: supports D1 D2
    Mar 22 18:32:32 gauranga kernel: pci 0000:06:02.2: PME# supported from D0 D1 D2 D3hot D3cold
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1e.0: bridge window [mem 0xd3500000-0xd35fffff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:00: on NUMA node 0
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP5._PRT]
    Mar 22 18:32:32 gauranga kernel: pci0000:00: Requesting ACPI _OSC control (0x1d)
    Mar 22 18:32:32 gauranga kernel: pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    Mar 22 18:32:32 gauranga kernel: ACPI _OSC control for PCIe not granted, disabling ASPM
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 *10 11 12)
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 *11 12)
    Mar 22 18:32:32 gauranga kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
    Mar 22 18:32:32 gauranga kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Mar 22 18:32:32 gauranga kernel: vgaarb: loaded
    Mar 22 18:32:32 gauranga kernel: vgaarb: bridge control possible 0000:00:02.0
    Mar 22 18:32:32 gauranga kernel: PCI: Using ACPI for IRQ routing
    Mar 22 18:32:32 gauranga kernel: PCI: pci_cache_line_size set to 64 bytes
    Mar 22 18:32:32 gauranga kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Mar 22 18:32:32 gauranga kernel: e820: reserve RAM buffer [mem 0xb64e1000-0xb7ffffff]
    Mar 22 18:32:32 gauranga kernel: e820: reserve RAM buffer [mem 0xb7a6b000-0xb7ffffff]
    Mar 22 18:32:32 gauranga kernel: e820: reserve RAM buffer [mem 0xb7b85000-0xb7ffffff]
    Mar 22 18:32:32 gauranga kernel: e820: reserve RAM buffer [mem 0xb7be4000-0xb7ffffff]
    Mar 22 18:32:32 gauranga kernel: e820: reserve RAM buffer [mem 0xb7c00000-0xb7ffffff]
    Mar 22 18:32:32 gauranga kernel: NetLabel: Initializing
    Mar 22 18:32:32 gauranga kernel: NetLabel: domain hash size = 128
    Mar 22 18:32:32 gauranga kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Mar 22 18:32:32 gauranga kernel: NetLabel: unlabeled traffic allowed by default
    Mar 22 18:32:32 gauranga kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Mar 22 18:32:32 gauranga kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Mar 22 18:32:32 gauranga kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Mar 22 18:32:32 gauranga kernel: Switching to clocksource hpet
    Mar 22 18:32:32 gauranga kernel: pnp: PnP ACPI init
    Mar 22 18:32:32 gauranga kernel: ACPI: bus type pnp registered
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [bus 00-ff]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [io 0x0000-0x0cf7 window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [io 0x0cf8-0x0cff]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [io 0x0d00-0xffff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000a0000-0x000bffff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000cc000-0x000cffff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000dc000-0x000dffff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000ec000-0x000effff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0x000f0000-0x000fffff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0xc0000000-0xfebfffff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    Mar 22 18:32:32 gauranga kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x002e-0x002f]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x004e-0x004f]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x164e-0x164f]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0061]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0070]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0080]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0092]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x00b2-0x00b3]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0063]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0065]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0067]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0200-0x020f]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0600-0x060f]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0610]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0800-0x080f]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0810-0x0817]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0820-0x0823]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0400-0x047f]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [io 0x0500-0x053f]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [mem 0xf8000000-0xfbffffff]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [mem 0xfed10000-0xfed13fff]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [mem 0xfed18000-0xfed18fff]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [mem 0xfed19000-0xfed19fff]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [mem 0xfec00000-0xfec00fff]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [mem 0xfed20000-0xfed3ffff]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [mem 0xfed40000-0xfed44fff]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [mem 0xfed45000-0xfed8ffff]
    Mar 22 18:32:32 gauranga kernel: pnp 00:01: [mem 0xfee00000-0xfee00fff]
    Mar 22 18:32:32 gauranga kernel: system 00:01: [io 0x164e-0x164f] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [io 0x0200-0x020f] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [io 0x0600-0x060f] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [io 0x0610] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [io 0x0800-0x080f] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [io 0x0810-0x0817] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [io 0x0820-0x0823] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [io 0x0400-0x047f] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [io 0x0500-0x053f] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    Mar 22 18:32:32 gauranga kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mar 22 18:32:32 gauranga kernel: pnp 00:02: [io 0x0000-0x001f]
    Mar 22 18:32:32 gauranga kernel: pnp 00:02: [io 0x0081-0x0091]
    Mar 22 18:32:32 gauranga kernel: pnp 00:02: [io 0x0093-0x009f]
    Mar 22 18:32:32 gauranga kernel: pnp 00:02: [io 0x00c0-0x00df]
    Mar 22 18:32:32 gauranga kernel: pnp 00:02: [dma 4]
    Mar 22 18:32:32 gauranga kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    Mar 22 18:32:32 gauranga kernel: pnp 00:03: [io 0x0070-0x0077]
    Mar 22 18:32:32 gauranga kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    Mar 22 18:32:32 gauranga kernel: pnp 00:04: [irq 0 disabled]
    Mar 22 18:32:32 gauranga kernel: pnp 00:04: [irq 8]
    Mar 22 18:32:32 gauranga kernel: pnp 00:04: [mem 0xfed00000-0xfed003ff]
    Mar 22 18:32:32 gauranga kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
    Mar 22 18:32:32 gauranga kernel: pnp 00:05: [io 0x00f0]
    Mar 22 18:32:32 gauranga kernel: pnp 00:05: [irq 13]
    Mar 22 18:32:32 gauranga kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    Mar 22 18:32:32 gauranga kernel: pnp 00:06: [io 0x0060]
    Mar 22 18:32:32 gauranga kernel: pnp 00:06: [io 0x0064]
    Mar 22 18:32:32 gauranga kernel: pnp 00:06: [irq 1]
    Mar 22 18:32:32 gauranga kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
    Mar 22 18:32:32 gauranga kernel: pnp 00:07: [irq 12]
    Mar 22 18:32:32 gauranga kernel: pnp 00:07: Plug and Play ACPI device, IDs SNY900f PNP0f13 (active)
    Mar 22 18:32:32 gauranga kernel: pnp: PnP ACPI: found 8 devices
    Mar 22 18:32:32 gauranga kernel: ACPI: ACPI bus type pnp unregistered
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.0: bridge window [io 0x4000-0x5fff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.0: bridge window [mem 0xd5700000-0xd67fffff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.2: PCI bridge to [bus 03-03]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.2: bridge window [mem 0xd4600000-0xd56fffff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.2: bridge window [mem 0xd1400000-0xd23fffff 64bit pref]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.4: PCI bridge to [bus 04-05]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.4: bridge window [io 0x2000-0x2fff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.4: bridge window [mem 0xd3600000-0xd45fffff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.4: bridge window [mem 0xd2400000-0xd33fffff 64bit pref]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1e.0: PCI bridge to [bus 06-06]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1e.0: bridge window [mem 0xd3500000-0xd35fffff]
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1c.4: enabling device (0000 -> 0003)
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:1e.0: setting latency timer to 64
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:02: resource 0 [io 0x4000-0x5fff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:02: resource 1 [mem 0xd5700000-0xd67fffff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:02: resource 2 [mem 0xd0400000-0xd13fffff 64bit pref]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:03: resource 1 [mem 0xd4600000-0xd56fffff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:03: resource 2 [mem 0xd1400000-0xd23fffff 64bit pref]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:04: resource 1 [mem 0xd3600000-0xd45fffff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:04: resource 2 [mem 0xd2400000-0xd33fffff 64bit pref]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:06: resource 1 [mem 0xd3500000-0xd35fffff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
    Mar 22 18:32:32 gauranga kernel: pci_bus 0000:06: resource 7 [mem 0xc0000000-0xfebfffff]
    Mar 22 18:32:32 gauranga kernel: NET: Registered protocol family 2
    Mar 22 18:32:32 gauranga kernel: IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    Mar 22 18:32:32 gauranga kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    Mar 22 18:32:32 gauranga kernel: TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    Mar 22 18:32:32 gauranga kernel: TCP: Hash tables configured (established 131072 bind 65536)
    Mar 22 18:32:32 gauranga kernel: TCP: reno registered
    Mar 22 18:32:32 gauranga kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
    Mar 22 18:32:32 gauranga kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    Mar 22 18:32:32 gauranga kernel: NET: Registered protocol family 1
    Mar 22 18:32:32 gauranga kernel: pci 0000:00:02.0: Boot video device
    Mar 22 18:32:32 gauranga kernel: PCI: CLS 64 bytes, default 64
    Mar 22 18:32:32 gauranga kernel: Unpacking initramfs...
    Mar 22 18:32:32 gauranga kernel: Freeing initrd memory: 3348k freed
    Mar 22 18:32:32 gauranga kernel: Simple Boot Flag value 0x5 read from CMOS RAM was invalid
    Mar 22 18:32:32 gauranga kernel: Simple Boot Flag at 0x44 set to 0x1
    Mar 22 18:32:32 gauranga kernel: apm: BIOS not found.
    Mar 22 18:32:32 gauranga kernel: audit: initializing netlink socket (disabled)
    Mar 22 18:32:32 gauranga kernel: type=2000 audit(1363957344.346:1): initialized
    Mar 22 18:32:32 gauranga kernel: highmem bounce pool size: 64 pages
    Mar 22 18:32:32 gauranga kernel: HugeTLB registered 4 MB page size, pre-allocated 0 pages
    Mar 22 18:32:32 gauranga kernel: VFS: Disk quotas dquot_6.5.2
    Mar 22 18:32:32 gauranga kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Mar 22 18:32:32 gauranga kernel: msgmni has been set to 1702
    Mar 22 18:32:32 gauranga kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Mar 22 18:32:32 gauranga kernel: io scheduler noop registered
    Mar 22 18:32:32 gauranga kernel: io scheduler deadline registered
    Mar 22 18:32:32 gauranga kernel: io scheduler cfq registered (default)
    Mar 22 18:32:32 gauranga kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    Mar 22 18:32:32 gauranga kernel: pcieport 0000:00:1c.2: irq 41 for MSI/MSI-X
    Mar 22 18:32:32 gauranga kernel: pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
    Mar 22 18:32:32 gauranga kernel: vesafb: mode is 1280x800x32, linelength=5120, pages=0
    Mar 22 18:32:32 gauranga kernel: vesafb: scrolling: redraw
    Mar 22 18:32:32 gauranga kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Mar 22 18:32:32 gauranga kernel: vesafb: framebuffer at 0xc0000000, mapped to 0xf8080000, using 4032k, total 4032k
    Mar 22 18:32:32 gauranga kernel: Console: switching to colour frame buffer device 160x50
    Mar 22 18:32:32 gauranga kernel: fb0: VESA VGA frame buffer device
    Mar 22 18:32:32 gauranga kernel: intel_idle: does not run on family 6 model 23
    Mar 22 18:32:32 gauranga kernel: GHES: HEST is not enabled!
    Mar 22 18:32:32 gauranga kernel: isapnp: Scanning for PnP cards...
    Mar 22 18:32:32 gauranga kernel: isapnp: No Plug & Play device found
    Mar 22 18:32:32 gauranga kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Mar 22 18:32:32 gauranga kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
    Mar 22 18:32:32 gauranga kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Mar 22 18:32:32 gauranga kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Mar 22 18:32:32 gauranga kernel: mousedev: PS/2 mouse device common for all mice
    Mar 22 18:32:32 gauranga kernel: rtc_cmos 00:03: RTC can wake from S4
    Mar 22 18:32:32 gauranga kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    Mar 22 18:32:32 gauranga kernel: rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    Mar 22 18:32:32 gauranga kernel: cpuidle: using governor ladder
    Mar 22 18:32:32 gauranga kernel: cpuidle: using governor menu
    Mar 22 18:32:32 gauranga kernel: drop_monitor: Initializing network drop monitor service
    Mar 22 18:32:32 gauranga kernel: TCP: cubic registered
    Mar 22 18:32:32 gauranga kernel: NET: Registered protocol family 10
    Mar 22 18:32:32 gauranga kernel: NET: Registered protocol family 17
    Mar 22 18:32:32 gauranga kernel: Key type dns_resolver registered
    Mar 22 18:32:32 gauranga kernel: Using IPI No-Shortcut mode
    Mar 22 18:32:32 gauranga kernel: PM: Checking hibernation image partition /dev/sda6
    Mar 22 18:32:32 gauranga kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Mar 22 18:32:32 gauranga kernel: PM: Hibernation image not present or could not be loaded.
    Mar 22 18:32:32 gauranga kernel: registered taskstats version 1
    Mar 22 18:32:32 gauranga kernel: rtc_cmos 00:03: setting system clock to 2013-03-22 13:02:25 UTC (1363957345)
    Mar 22 18:32:32 gauranga kernel: Freeing unused kernel memory: 532k freed
    Mar 22 18:32:32 gauranga kernel: Write protecting the kernel text: 3900k
    Mar 22 18:32:32 gauranga kernel: Write protecting the kernel read-only data: 1136k
    Mar 22 18:32:32 gauranga systemd-udevd[39]: starting version 197
    Mar 22 18:32:32 gauranga kernel: Linux agpgart interface v0.103
    Mar 22 18:32:32 gauranga kernel: [drm] Initialized drm 1.1.0 20060810
    Mar 22 18:32:32 gauranga kernel: agpgart-intel 0000:00:00.0: Intel GM45 Chipset
    Mar 22 18:32:32 gauranga kernel: agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    Mar 22 18:32:32 gauranga kernel: agpgart-intel 0000:00:00.0: detected 131072K stolen memory
    Mar 22 18:32:32 gauranga kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
    Mar 22 18:32:32 gauranga kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
    Mar 22 18:32:32 gauranga kernel: ACPI: Power Button [PWRB]
    Mar 22 18:32:32 gauranga kernel: input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    Mar 22 18:32:32 gauranga kernel: ACPI: Lid Switch [LID0]
    Mar 22 18:32:32 gauranga kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    Mar 22 18:32:32 gauranga kernel: ACPI: Power Button [PWRF]
    Mar 22 18:32:32 gauranga kernel: checking generic (c0000000 3f0000) vs hw (c0000000 10000000)
    Mar 22 18:32:32 gauranga kernel: fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    Mar 22 18:32:32 gauranga kernel: Console: switching to colour dummy device 80x25
    Mar 22 18:32:32 gauranga kernel: i915 0000:00:02.0: setting latency timer to 64
    Mar 22 18:32:32 gauranga kernel: i915 0000:00:02.0: irq 43 for MSI/MSI-X
    Mar 22 18:32:32 gauranga kernel: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    Mar 22 18:32:32 gauranga kernel: [drm] Driver supports precise vblank timestamp query.
    Mar 22 18:32:32 gauranga kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    Mar 22 18:32:32 gauranga kernel: fbcon: inteldrmfb (fb0) is primary device
    Mar 22 18:32:32 gauranga kernel: Refined TSC clocksource calibration: 2393.999 MHz.
    Mar 22 18:32:32 gauranga kernel: Switching to clocksource tsc
    Mar 22 18:32:32 gauranga kernel: Console: switching to colour frame buffer device 160x50
    Mar 22 18:32:32 gauranga kernel: fb0: inteldrmfb frame buffer device
    Mar 22 18:32:32 gauranga kernel: drm: registered panic notifier
    Mar 22 18:32:32 gauranga kernel: acpi device:02: registered as cooling_device0
    Mar 22 18:32:32 gauranga kernel: ACPI: Video Device [OVGA] (multi-head: yes rom: no post: no)
    Mar 22 18:32:32 gauranga kernel: input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4
    Mar 22 18:32:32 gauranga kernel: [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    Mar 22 18:32:32 gauranga kernel: ACPI: bus type usb registered
    Mar 22 18:32:32 gauranga kernel: usbcore: registered new interface driver usbfs
    Mar 22 18:32:32 gauranga kernel: usbcore: registered new interface driver hub
    Mar 22 18:32:32 gauranga kernel: usbcore: registered new device driver usb
    Mar 22 18:32:32 gauranga kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1a.7: setting latency timer to 64
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1a.7: EHCI Host Controller
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1a.7: debug port 1
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1a.7: irq 19, io mem 0xd6804c00
    Mar 22 18:32:32 gauranga kernel: SCSI subsystem initialized
    Mar 22 18:32:32 gauranga kernel: libata version 3.00 loaded.
    Mar 22 18:32:32 gauranga kernel: firewire_ohci 0000:06:02.0: setting latency timer to 64
    Mar 22 18:32:32 gauranga kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Mar 22 18:32:32 gauranga kernel: sdhci: Secure Digital Host Controller Interface driver
    Mar 22 18:32:32 gauranga kernel: sdhci: Copyright(c) Pierre Ossman
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Mar 22 18:32:32 gauranga kernel: hub 1-0:1.0: USB hub found
    Mar 22 18:32:32 gauranga kernel: hub 1-0:1.0: 4 ports detected
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1d.7: debug port 1
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd6804800
    Mar 22 18:32:32 gauranga kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Mar 22 18:32:32 gauranga kernel: hub 2-0:1.0: USB hub found
    Mar 22 18:32:32 gauranga kernel: hub 2-0:1.0: 6 ports detected
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x000060c0
    Mar 22 18:32:32 gauranga kernel: hub 3-0:1.0: USB hub found
    Mar 22 18:32:32 gauranga kernel: hub 3-0:1.0: 2 ports detected
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x000060a0
    Mar 22 18:32:32 gauranga kernel: hub 4-0:1.0: USB hub found
    Mar 22 18:32:32 gauranga kernel: hub 4-0:1.0: 2 ports detected
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x00006080
    Mar 22 18:32:32 gauranga kernel: hub 5-0:1.0: USB hub found
    Mar 22 18:32:32 gauranga kernel: hub 5-0:1.0: 2 ports detected
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x00006060
    Mar 22 18:32:32 gauranga kernel: hub 6-0:1.0: USB hub found
    Mar 22 18:32:32 gauranga kernel: hub 6-0:1.0: 2 ports detected
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    Mar 22 18:32:32 gauranga kernel: uhci_hcd 0000:00:1d.2: irq 16, io base 0x00006040
    Mar 22 18:32:32 gauranga kernel: hub 7-0:1.0: USB hub found
    Mar 22 18:32:32 gauranga kernel: hub 7-0:1.0: 2 ports detected
    Mar 22 18:32:32 gauranga kernel: ahci 0000:00:1f.2: version 3.0
    Mar 22 18:32:32 gauranga kernel: ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
    Mar 22 18:32:32 gauranga kernel: ahci: SSS flag set, parallel bus scan disabled
    Mar 22 18:32:32 gauranga kernel: ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    Mar 22 18:32:32 gauranga kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems
    Mar 22 18:32:32 gauranga kernel: ahci 0000:00:1f.2: setting latency timer to 64
    Mar 22 18:32:32 gauranga kernel: scsi0 : ahci
    Mar 22 18:32:32 gauranga kernel: scsi1 : ahci
    Mar 22 18:32:32 gauranga kernel: scsi2 : ahci
    Mar 22 18:32:32 gauranga kernel: scsi3 : ahci
    Mar 22 18:32:32 gauranga kernel: ata1: SATA max UDMA/133 abar m2048@0xd6804000 port 0xd6804100 irq 44
    Mar 22 18:32:32 gauranga kernel: ata2: SATA max UDMA/133 abar m2048@0xd6804000 port 0xd6804180 irq 44
    Mar 22 18:32:32 gauranga kernel: ata3: DUMMY
    Mar 22 18:32:32 gauranga kernel: ata4: DUMMY
    Mar 22 18:32:32 gauranga kernel: firewire_ohci 0000:06:02.0: added OHCI v1.0 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
    Mar 22 18:32:32 gauranga kernel: sdhci-pci 0000:06:02.1: SDHCI controller found [1180:0822] (rev 22)
    Mar 22 18:32:32 gauranga kernel: sdhci-pci 0000:06:02.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Mar 22 18:32:32 gauranga kernel: sdhci-pci 0000:06:02.1: setting latency timer to 64
    Mar 22 18:32:32 gauranga kernel: sdhci-pci 0000:06:02.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Mar 22 18:32:32 gauranga kernel: Registered led device: mmc0::
    Mar 22 18:32:32 gauranga kernel: mmc0: SDHCI controller on PCI [0000:06:02.1] using DMA
    Mar 22 18:32:32 gauranga kernel: sdhci-pci 0000:06:02.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Mar 22 18:32:32 gauranga kernel: sdhci-pci 0000:06:02.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Mar 22 18:32:32 gauranga kernel: sdhci-pci 0000:06:02.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Mar 22 18:32:32 gauranga kernel: sdhci-pci 0000:06:02.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Mar 22 18:32:32 gauranga kernel: usb 1-2: new high-speed USB device number 2 using ehci_hcd
    Mar 22 18:32:32 gauranga kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Mar 22 18:32:32 gauranga kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Mar 22 18:32:32 gauranga kernel: ata1.00: ATA-8: TOSHIBA MK3252GSX, LV010A, max UDMA/100
    Mar 22 18:32:32 gauranga kernel: ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Mar 22 18:32:32 gauranga kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Mar 22 18:32:32 gauranga kernel: ata1.00: configured for UDMA/100
    Mar 22 18:32:32 gauranga kernel: scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK3252GS LV01 PQ: 0 ANSI: 5
    Mar 22 18:32:32 gauranga kernel: firewire_core 0000:06:02.0: created device fw0: GUID 0800460304dbc9e2, S400
    Mar 22 18:32:32 gauranga kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Mar 22 18:32:32 gauranga kernel: ata2.00: ATAPI: MATSHITADVD-RAM UJ880AS, 1.20, max UDMA/33
    Mar 22 18:32:32 gauranga kernel: ata2.00: configured for UDMA/33
    Mar 22 18:32:32 gauranga kernel: scsi 1:0:0:0: CD-ROM MATSHITA DVD-RAM UJ880AS 1.20 PQ: 0 ANSI: 5
    Mar 22 18:32:32 gauranga kernel: sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    Mar 22 18:32:32 gauranga kernel: sd 0:0:0:0: [sda] Write Protect is off
    Mar 22 18:32:32 gauranga kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Mar 22 18:32:32 gauranga kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Mar 22 18:32:32 gauranga kernel: sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    Mar 22 18:32:32 gauranga kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Mar 22 18:32:32 gauranga kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
    Mar 22 18:32:32 gauranga kernel: sda: sda1 sda2 sda3 < sda5 sda6 >
    Mar 22 18:32:32 gauranga kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Mar 22 18:32:32 gauranga kernel: usb 7-1: new full-speed USB device number 2 using uhci_hcd
    Mar 22 18:32:32 gauranga kernel: EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    Mar 22 18:32:32 gauranga systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Mar 22 18:32:32 gauranga systemd[1]: Inserted module 'autofs4'
    Mar 22 18:32:32 gauranga systemd[1]: Set hostname to <gauranga>.
    Mar 22 18:32:32 gauranga systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No su
    Mar 22 18:32:32 gauranga systemd[1]: Starting Collect Read-Ahead Data...
    Mar 22 18:32:32 gauranga systemd[1]: Starting Replay Read-Ahead Data...
    Mar 22 18:32:32 gauranga systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Mar 22 18:32:32 gauranga systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Mar 22 18:32:32 gauranga systemd[1]: Starting Remote File Systems.
    Mar 22 18:32:32 gauranga systemd[1]: Reached target Remote File Systems.
    Mar 22 18:32:32 gauranga systemd[1]: Starting Device-mapper event daemon FIFOs.
    Mar 22 18:32:32 gauranga systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Mar 22 18:32:32 gauranga systemd[1]: Starting Delayed Shutdown Socket.
    Mar 22 18:32:32 gauranga systemd[1]: Listening on Delayed Shutdown Socket.
    Mar 22 18:32:32 gauranga systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Mar 22 18:32:32 gauranga systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Mar 22 18:32:32 gauranga systemd[1]: Starting LVM2 metadata daemon socket.
    Mar 22 18:32:32 gauranga systemd[1]: Listening on LVM2 metadata daemon socket.
    Mar 22 18:32:32 gauranga systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Mar 22 18:32:32 gauranga systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Mar 22 18:32:32 gauranga systemd[1]: Starting Encrypted Volumes.
    Mar 22 18:32:32 gauranga systemd[1]: Reached target Encrypted Volumes.
    Mar 22 18:32:32 gauranga systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Mar 22 18:32:32 gauranga systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Mar 22 18:32:32 gauranga systemd[1]: Starting udev Kernel Socket.
    Mar 22 18:32:32 gauranga systemd[1]: Listening on udev Kernel Socket.
    Mar 22 18:32:32 gauranga systemd[1]: Starting udev Control Socket.
    Mar 22 18:32:32 gauranga systemd[1]: Listening on udev Control Socket.
    Mar 22 18:32:32 gauranga systemd[1]: Expecting device dev-sda6.device...
    Mar 22 18:32:32 gauranga systemd[1]: Expecting device dev-sda2.device...
    Mar 22 18:32:32 gauranga systemd[1]: Starting Journal Socket.
    Mar 22 18:32:32 gauranga systemd[1]: Listening on Journal Socket.
    Mar 22 18:32:32 gauranga systemd[1]: Mounting Debug File System...
    Mar 22 18:32:32 gauranga systemd-readahead[108]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
    Mar 22 18:32:32 gauranga systemd[1]: Starting udev Kernel Device Manager...
    Mar 22 18:32:32 gauranga systemd[1]: Mounting POSIX Message Queue File System...
    Mar 22 18:32:32 gauranga systemd[1]: Starting udev Coldplug all Devices...
    Mar 22 18:32:32 gauranga systemd[1]: Mounting Huge Pages File System...
    Mar 22 18:32:32 gauranga systemd[1]: Starting Journal Service...
    Mar 22 18:32:32 gauranga systemd[1]: Started Journal Service.
    Mar 22 18:32:32 gauranga kernel: vboxdrv: Found 2 processor cores.
    Mar 22 18:32:32 gauranga kernel: vboxdrv: fAsync=0 offMin=0x225 offMax=0x13f8
    Mar 22 18:32:32 gauranga kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    Mar 22 18:32:32 gauranga kernel: vboxdrv: Successfully loaded version 4.2.0 (interface 0x001a0004).
    Mar 22 18:32:32 gauranga systemd-udevd[110]: starting version 197
    Mar 22 18:32:32 gauranga systemd-journal[114]: Journal started
    Mar 22 18:32:32 gauranga systemd[1]: Started Collect Read-Ahead Data.
    Mar 22 18:32:32 gauranga systemd[1]: Started Replay Read-Ahead Data.
    Mar 22 18:32:32 gauranga systemd[1]: Started File System Check on Root Device.
    Mar 22 18:32:32 gauranga systemd[1]: Starting Remount Root and Kernel File Systems...
    Mar 22 18:32:32 gauranga systemd[1]: Starting Setup Virtual Console...
    Mar 22 18:32:32 gauranga systemd[1]: Starting Set Up Additional Binary Formats...
    Mar 22 18:32:32 gauranga systemd[1]: Starting Load Kernel Modules...
    Mar 22 18:32:32 gauranga systemd[1]: Starting Apply Kernel Variables...
    Mar 22 18:32:32 gauranga systemd[1]: Mounting Arbitrary Executable File Formats File System...
    Mar 22 18:32:32 gauranga systemd-modules-load[118]: Inserted module 'vboxdrv'
    Mar 22 18:32:32 gauranga systemd[1]: Started Load Kernel Modules.
    Mar 22 18:32:33 gauranga kernel: ACPI: AC Adapter [AC] (on-line)
    Mar 22 18:32:33 gauranga kernel: thermal LNXTHERM:00: registered as thermal_zone0
    Mar 22 18:32:33 gauranga kernel: ACPI: Thermal Zone [THRM] (51 C)
    Mar 22 18:32:34 gauranga kernel: ACPI: Battery Slot [BAT1] (battery present)
    Mar 22 18:32:34 gauranga kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
    Mar 22 18:32:34 gauranga kernel: ACPI Warning: 0x00000428-0x0000042f SystemIO conflicts with Region \PMBA 1 (20120320/utaddress-251)
    Mar 22 18:32:34 gauranga kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Mar 22 18:32:34 gauranga kernel: ACPI Warning: 0x00000500-0x0000053f SystemIO conflicts with Region \GPIO 1 (20120320/utaddress-251)
    Mar 22 18:32:34 gauranga kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Mar 22 18:32:34 gauranga kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
    Mar 22 18:32:34 gauranga kernel: ACPI: Requesting acpi_cpufreq
    Mar 22 18:32:34 gauranga kernel: Monitor-Mwait will be used to enter C-1 state
    Mar 22 18:32:34 gauranga kernel: cfg80211: Calling CRDA to update world regulatory domain
    Mar 22 18:32:34 gauranga kernel: Monitor-Mwait will be used to enter C-2 state
    Mar 22 18:32:34 gauranga kernel: Monitor-Mwait will be used to enter C-3 state
    Mar 22 18:32:34 gauranga kernel: Marking TSC unstable due to TSC halts in idle
    Mar 22 18:32:34 gauranga kernel: ACPI: acpi_idle registered with cpuidle
    Mar 22 18:32:34 gauranga kernel: Switching to clocksource hpet
    Mar 22 18:32:34 gauranga kernel: sky2: driver version 1.30
    Mar 22 18:32:34 gauranga kernel: sky2 0000:02:00.0: Yukon-2 FE+ chip revision 0
    Mar 22 18:32:34 gauranga kernel: sky2 0000:02:00.0: irq 45 for MSI/MSI-X
    Mar 22 18:32:34 gauranga kernel: sky2 0000:02:00.0: eth0: addr 00:1d:ba:07:87:98
    Mar 22 18:32:34 gauranga kernel: iTCO_vendor_support: vendor-support=0
    Mar 22 18:32:34 gauranga kernel: sony_laptop: Sony Notebook Control Driver v0.6
    Mar 22 18:32:34 gauranga kernel: input: Sony Vaio Keys as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0a/SNY5001:00/input/input6
    Mar 22 18:32:34 gauranga kernel: input: Sony Vaio Jogdial as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0a/SNY5001:00/input/input7
    Mar 22 18:32:34 gauranga kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    Mar 22 18:32:34 gauranga kernel: iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
    Mar 22 18:32:34 gauranga kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Mar 22 18:32:34 gauranga kernel: microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
    Mar 22 18:32:34 gauranga kernel: sony_laptop: brightness ignored, must be controlled by ACPI video driver
    Mar 22 18:32:34 gauranga kernel: microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
    Mar 22 18:32:34 gauranga kernel: microcode: Microcode Update Driver: v2.00 <tigran@aiva

    hi
    enable Readahead from systemd
    https://wiki.archlinux.org/index.php/Systemd#Readahead
    # systemctl enable systemd-readahead-collect systemd-readahead-replay

  • Connecting 32 bit XP machine across network to HP Laserjet 2200d on Windows 7 64 bit machine

    I am trying to connect a 32bit machine running Windows XP across the network to an HP 2200d Laserjet Series PLC 5 printer installed on a 64 bit machine running Windows 7 - The printer can be seen by the XP machine across the network but when I tried installing printer drivers I kept getting incorrect driver errors. (The HP printer had previously been connected directly. i.e., no network - to the XP machine before I bought the new computer and it worked fine.)
    So I went to HP website and found two links on how to connect a 32 bit XP machine to the HP printer installed on 64 bit Windows 7, by setting up an x86 option on the host Windows 7 machine. These web pages are as follows:
    http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02171232&lang=en&cc=us&taskI...
    and
    http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02030517
    I carefully followed the instruction and downloaded and tried ALL drivers I could fine on the following HP LaserJet 2200 driver download page - but non of them worked  http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=28862&pr...
    I keep getting the error message "The specified location does not contain the driver HP LaserJet Series PCL 5 for the requested processor architecture."  I even downloaded and tried to install the universal printer driver via the Setup.exe file that was downloaded but I received the error: 0x800f0214.
    Any suggestions would be greatly appreciated.
    Thanks,
    Dan

    I am trying to connect a 32bit machine running Windows XP across the network to an HP 2200d Laserjet Series PLC 5 printer installed on a 64 bit machine running Windows 7 - The printer can be seen by the XP machine across the network but when I tried installing printer drivers I kept getting incorrect driver errors. (The HP printer had previously been connected directly. i.e., no network - to the XP machine before I bought the new computer and it worked fine.)
    So I went to HP website and found two links on how to connect a 32 bit XP machine to the HP printer installed on 64 bit Windows 7, by setting up an x86 option on the host Windows 7 machine. These web pages are as follows:
    http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02171232&lang=en&cc=us&taskI...
    and
    http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02030517
    I carefully followed the instruction and downloaded and tried ALL drivers I could fine on the following HP LaserJet 2200 driver download page - but non of them worked  http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=28862&pr...
    I keep getting the error message "The specified location does not contain the driver HP LaserJet Series PCL 5 for the requested processor architecture."  I even downloaded and tried to install the universal printer driver via the Setup.exe file that was downloaded but I received the error: 0x800f0214.
    Any suggestions would be greatly appreciated.
    Thanks,
    Dan

Maybe you are looking for

  • Removing tab - Fatal error while executing processDecodes()

    I get error when removing tab in Analysis edition. Report contains 3 tabs, one I'm unable to delete contains graphs. Same behavior in IE, or Chrome. BO version 14.0.7. Any help is appreciated. Fatal error while executing processDecodes() in UI compon

  • Pacman -Syu update, System not booting due to systemd

    I have just done a full update on pacman, and now my system is not booting due to this message systemd[1]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator exited with status 127 Does anyone know what is causing this, and what a status c

  • Basic Small LAN Config Changes

    I have a few questions on setting up (re-configuraing) a small business LAN. The network consists of 2 core switches, both cisco 3750G and a Microsoft Threat Management Gateway as the router / firewall. The TMG has 3 NIC, DMz, Internal LAN, and Exter

  • How do I restore Siri to iOS 7 ?

    I turned Siri off and now I can't find it? How do I restore?

  • Nokia RDA connection error

    I am trying to use the RDA but when i use it it says "ScreenAccess service cannot be accessed connection error" can anyone solve this. When i use another device, it loads and then exits itself out... Message Edited by St3ph3n on 14-Nov-2009 07:53 PM