Delay loop

Hi guys,.

I am new to Labview, hope to get an idea how to proceed:

I do driling process for all 200 holes.  Each hole takes about 2secs to drill, and the distance between the holes is 3 seconds. I am interested to get data for drilling only and neglect the tool to travel between the holes.

I had the idea of delaying the loop (for travel to the tool) using "wait unti next ms ', that I put for 3secs. But how to set my loop past and collect data for 2secs before that?, I put the number of samples to be 1000 with sampling frequency of 1 kHz.

Thank you.

Technically, it of wait, measure (2 k samples, 1 kHz), repeat loop. State machine, sequence loop, etc.

The problem is in the clock. You say it takes all 3 sec to move and about 2 sec to Pierce. Error in the specification of time of 2 ms on every stage and you are disabled by the 200 - th hole per second. By program (not in real time), you can synchronize loops (reading data and movement) with a precision of 10 ms, I would say, no more. Displacement also break between holes takes different time.

I collect all the data, and then divide it into parts of holes if you can (looking for peaks, etc., I don't know if there is a significant difference between the drilling data and movement data. Treatment can be done on the fly or after collection.

If you have important signal level changes - you can try an analog trigger = gain when the signal passes through the specified level.

Otherwise, you need a digital signal to trigger the acquisition at the start of each borehole.

Tags: NI Software

Similar Questions

  • Delay loop before stopping the while loop

    Hi all

    I modified this code to the example in the forum. I forgot what thread. The file name is "control.vi of loop speed.

    I want to measure pressure and compare with the pressure of the target. Once the pressure reading is higher than the pressure of the target, I want the output high for 5 seconds and turn it down.

    When he goes back to the bass, I want the to exit the loop, or when I pressed the stop button. I don't know how to do it. Help, please.

    Thank you

    I can't view your VI (I use LV 2014). Please see my attachment for an example. See what happens when you make the numerical value > = 1. Enable execution of mark if she makes no sense.

  • problem of delay FPGA can understand

    Hello I have labview pci virtex 2 card in the computer and try to implement DMA from the host to the fpga (I use a clock of 200 mhz, which is the first of 40 MHZ with pll multiplier)

    but every time I have an error of period not comply with the requirements of compilation happens that I can't understand how to fix it

    I tried changed settings tick and insert the delay loop, but does not change the error

    I have attached the results of error timming

    can I get help on hw to solve?

    Ghattas.Akkad wrote:

    If a fast clock should not be better then a slower?

    What do you mean by "better"? Faster, the clock, less you can do in a clock cycle. Your code uses a single-cycle timed loop, which means that the entire interior of the loop must run within a single clock cycle, and there is also a lot of logic in it to run at 200 Mhz. A fast clock is not better than a slowdown, if it is not possible for the code to run at the faster clock speed. Why did you choose 200 Mhz?

    It is also unnecessary for the structure of the sequence, even if this is not bad no matter what.

  • delay of beep

    Hi all!

    I have this simple Subvi who gets a desired coordinate set (x, Y), the real X, coordinates of an object and a tolerance. The Subvi is supposed to beep (via beep.vi) if the object is in the area of tolerance.
    I use this Subvi in a loop that constantly Gets the real coordinates of the object, so I expect to hear a beep every time the object passes quite close to the desired location, or a continuous beep if the object lies within the tolerance zone.
    The thing is that I only get occasional a beep delayed when the object performs a pass to the place, and if it enters the area of tolerance, but there remains, the Subvi no beeps at all (until the loop is stopped).
    I added an LED to go along with the beeping (to make sure that the rest of the code is correct), and it works just perfect.

    Any ideas what I am doing wrong?

    I couldn't see your VI but try adding time to your loop (execution). If this is not possible, use a flag to check whether or not you want a beep put the beep in another while loop and adds this delay loop.

    something like extract.

  • NEITHER USB-8452 - reach the maximum write SPI speed

    Hello

    I have a USB-8452 with the latest version of the software installed (2.1.2). The host computer is a Core i7. I am trying to achieve the maximum SPI write speed with the camera possible. I tried the basic block read/write SPI, SPI Scripting blocks and SPINNAKER streaming, but the first two have large delays between CS falling and the data being written (with so that delays in loop), and the last seems to be useful only for read operations.

    Can someone tell me if there is a way of a) reduce the time of installation for basic SPI / SPI Scripting or b) writing different values in a single stream of SPI? Thanks in advance for any help on this issue, even if it's just confirmation that yes they is hard limits that cannot be overcome with the LabVIEW 8452 interface at this time.

    Here's the best I can do right now, as shown in my logic analyzer. Change of the SPI clock speed does not affect installation time and delays that are primary and secondary bottlenecks:

    SPI read/write database-

    Program: Basic Configuration followed by read/write of SPI block itself in a while loop

    Main bottleneck: ~ 450 delay us into iterations of the loop (see Figure 2)

    Secondary bottleneck: ~ 6 us delay between falling edge of CS and the first synchronization signal (see Figure 1)

    Capture 1 - delay highlighting between CS falling and first SCLK pulse

    2 delay highlighting between all iterations of the loop of capture

     

     

    Scripts of SPI-


    Program: Followed two Script blocks Basic Configuration run in a while loop (to check the two block to block and delay loop iteration)


    Main bottleneck: ~ 450 delay us into iterations of the loop (see Figure 3, space between the second and third images captured)

    Secondary bottleneck: ~ 250 us delay between blocks of Script run consecutive (see Figure 3, space between the first and second captured images)

    Capture 3 - highlighting delays consecutive run the Script and delays between while the loop iteration


    SPI in Streaming- It's the closest to achieve a fast writing speed, but unfortunately, it seems to be only useful for read operations (e.g., ADC), do not write.

    Program: Configuration of the base stream followed by start of the flow block

    Main bottleneck: impossible to write something else than the data value unique property "wave 1-> MOSI data." I can write a byte array to this property, but it will simply put all these bytes in an image and repeat this framework (see Figure 4) rather than go through each value.

     

    4 - two bytes sent repeatedly using SPI capture stream. Delay of CS is finally good, but no possibility to change the MOSI image to image data.

    Hi JBender1,

    This show looks like what we would expect for a 8452.

    If you need higher performance, I encourage you to watch using a card R or FlexRIO FPGA series for your implementation.

  • inaccurate time using ProsesSystemEvents

    Hello

    I suffer incorrect delay function when using ProcessSystemEvents. I have no need of 1 second precision, rather 10 seconds precision would be sufficient. But I need ProcessSystemEvents because I need to wait a long time and do so using only Delay() locks the user interface. Below the function, I'm curretly help and 300 seconds for example delay will be 467 seconds without the use of user interface. Is there a better solution to improve accuracy by using ProcessSystemEvents? Or any other method to wait without blocking the user interface?

    Kind regards

    Petri

    There is no delay (double seconds)
    {
    long int max = 0;
    long int index = 0;
     
    Max = (long int) seconds/0,1;
     
    for (index = 0; index)<>
    {
    ProcessSystemEvents();
    Delay (0.1);
    }
    }

    A delay loop long duration can be implemented in this way:

    void LongDelay (double seconds)

    {

    tini double;

    tini = Timer ();

    While (timer() - tini)< seconds)="">

    ProcessSystemEvents ();

    }

    }

    However, this is not the optimal solution if this function is called in a reminder of the command, because reminders must be designed to be as large as possible.

    A possible solution is to design a state machine built around a timer of the UI standard or better an asynchronous timer: in this way, the level of the user interface is free and your program can perform well (depending on the amount of operations in a loop, you can run the machine at 5 or 10 lines/sec). If you want to run this way, you will find in this document a tutorial on State machines; Don't let all these quotes from LabVIEW scare you (): state machine concepts are universal and you can develop fully functional machines in ICB as well as in LV

  • Problem building from scratch data acquisition program

    Hi all

    I know that this may be a question trivial moment, but I can't find previous messages explaining my problem... I want to go round in circles

    I am trying to build a system with an analog input and digital output (I use the cDAQ 9172 with NI 9215 ADC and NI 9403 DIO) and I try not not to use the DAQ Assistant.

    But when I run the VI the list updated very slowly even with a delay loop of 1 ms and a sampling rate of 1000 and 100 samples read.

    I tried to insert a chart, but which shows nothing at all

    And based on my sampling rate (FS higher, faster the error pops up) I get an error saying that the samples I'm reading is not available more.

    I understand that something is taking too much time in my loop, but I don't see what it should be.

    Is it possible to configure this daqmx to taste at the request?

    The analogue output to / digital is part of a motor controller I am trying to build, where the analog input is feedback from motor position of a potentiometer and the

    Digital pulses are a PWM signal to a hardware engine controller.

    The program runs on a Lenovo T410 with 2, 66 GHz I7 cpu, 4 GB memory, Windows 7 and LabVIEW 2009 SP1

    Sorry if this is a double post!

    Kind regards

    Tommy

    Hi Tommy,.

    In fact, I think that one of the biggest problems is that you restart your digital task inside the loop every time.  Attached is the revised for you to try code, the loop now looks like the following:

    Notice the DAQmx beginning is now called before entering the loop for the digital task.  Rather than use a wait function, you can use the samples of reading parameter so that the ratio of samples to read / sampling frequency is equal to the length of the loop you want (DAQmx Read blocks until the appropriate number of samples have been received).  I also put the two tasks at the same time, so you can now write digital data while the DAQmx Read waits for the desired number of samples.

    Devices of simulations are often useful, but trying to compare the performance it is always better to have the actual hardware.  USB has particularly high latency 1 time of loop ms unfortunately probably not going to be achievable, but accurate performance will be dependent on the system.  Try to run this code and see what results you can get - if you always replace the samples then you will need to increase the number of samples read by loop (and therefore decrease the rate of loop).

    I hope this helps, don't forget to let us know if you have any questions.

    Best regards

  • acquisition video framerate

    Hello

    I tried to acquire images from a camera to 30 frames per second for the time-sensitive image processing. Currently I have a while loop with grab imaq acquire wired to imaq avi writing framework. The calendar of the loop is controlled by a wait function (ms). Of course, the framerate is dictated by the calendar of the loop, which is my main problem. For 30 fps, it's Ms. 33,333333 image which causes a rounding in the calendar of the loop error. So I make more images that I had because he's grabbing frames slightly faster than it should be.

    I'm sure that many others have solved this problem, but the solution is not obvious for me. So nobody knows how to properly control the framerate?

    Thank you

    -TJ

    TJ-

    It seems that the link that you are is because the OS (all PC actually) and the camera have only a 1 kHz clock, so you're stuck with 1ms intervals.  In the software, there are still several ways so here:

    Solution of hack:

    Change the time of your delay loops: 33,33,34,33,33,34,...  This corrects your rounding error, but will give you up to 0.6666ms dithering in your signals.

    Best hack:

    Your feedback to vary your curls to delay time: run a timer and use it to adjust the ignition to 33 or 34 depending on where your<1ms rounding="" error="" is="" at="" that="" particular="">

    Cheap, best solution:

    Get a camera, you can set the schedule in the material.

    Best with what you have:

    Down timer windows 1ms.  The structure to use is a loop timed (under timed in the Panel of structures structures).  It will default to your timer 1 MS Windows, but you can use any material timing you have.  One of your tips will probably have a timer of 1 MHz, which will improve your scheduling problems and dither in 1000 x.  If you still need more, you can then use some notches above.

    At the end of the day, it is a hardware problem and would resolve 'better' in the material.  However, there is always plenty of ways to do it.  In fact, I am sure that the gurus NOR can happen to many others.

    Good luck.  Play with these corrections and keep learning,

    Casey

  • Simple question about an increase in the frequency

    I do a simple bode plot that will be used by a class of electronics.  All I need to know is how to have a frequency input I can change after a delay loop.  I would like to change the frequency of 100 Hz by loop.

  • How to write constantly to analog output and read from analog inputs

    Hi all -

    I had a question about writing continuously to analog output reading simultaneously an analog input.

    It's my first time to post a message to the community, so please let me know if I made mistakes.

    I use Labview 2011 with a NEITHER-DAQ USB 6215.

    I'm looking to generate a waveform and write it continuously in an analog output. It is then connected to an entry on the acquisition of data, where I am trying to sample the analog signal. (I realize, there is a system of trivial, but I'm hoping to build on it once I have run).

    The task of reading from the analog input works fine, as I tested it in several other cases. I have a problem writing to the analog output.

    For this task, I tried to follow the "Gen Cont Wfm Clck Int' VI to generate the wave form and start the task. I then try to write to the output of the analog timed loop. However, it does not seem to transmit a signal and doesn't give me any errors.

    I have attached the VI but also a screenshot.

    Please let me know if anyone has any ideas. I would really appreciate the help!

    Thank you

    Peter Borgstrom

    We will review your tasks one at a time.  First of all, the task of generation/Analog output Waveform.  Generate you a waveform (I'm unsure of your VI if it is a fixed waveform or not) and send it to a defined output function to produce a waveform continuously, using N-channel and samples of N (where you set not these previously).  You should not put this inside has timed loop, as the DAQ hardware has its own clock - if you simply put it in a while loop (with a stop to break out of the loop), the loop will call the function for the first points of N, wait until all N have been taken out, then call it again to another N points (up to what you press Stop).

    Now, suppose that you have the output connected to a load voltage (say a decent resistance).  You can wire the input terminals of your A/D converter through the same load and set up a similar analog input loop, running in parallel (i.e. in its own independent of the OD loop, while loop).  You pourriez start together (with, say, a merged error since the initialization code line loops HAVE and AO become lines of error in "loops of sampling" described above), but you might want to delay loop (a little) the AI so that the OD has a chance to set the voltage before the bed.

    I hope this helps.

    BS

  • Error 1074000000 has occurred in a place not identified and error 1073807339 occurred at VISA read

    I worked with it for a few weeks. I am a student doing research for a professor and I'm new to LabVIEW (about a month).

    We calculate impedance in an object with a pulsar. The pulsar will pass through an area of resistance before and after the charge for the calculation of v1 and v2. This will help us to find the current which will help us to find the impedance of the load. In this case, the charge will be a potato. The pulsar will send piulses so we want the program to record the waveform on the trigger.  We have v2 and v1 of two channels. We must record the results of v1 and v2, more than an hour. In addition, if v1, v2, and timestamp are in the same excel file then our lives would be easier. A waveform by file.

    -TL; DR Two channels to be recorded with a timestamp

    The oscilloscope is the WaveRunner LeCroy_64xi.

    We use LabVIEW 2014 SP1.

    I connect to an oscilloscope via an ethernet connection. The connection should not be the problem, but I connected the oscilloscope using NOR-MAX. The oscilloscope is an ACIP device with a remote system, passport and alias. The instructions step by step are http://forums.ni.com/ni/attachments/ni/140/43120/1/VICP-NI-MAX.doc.

    After you connect the oscilloscope, we took a sample program from the driver and changed that to do what we want. We got a few results. FetchWaveform strives to get the shape of wave, but after four or so waveforms, it gives two errors. We tried to add delays, loops and run the program once at a time. I'm willing to start one of these well. This worked well enough at some point, but I think it was because we had a few labVIEW programs open and he was capture the waveform at every second. I think it was because the LABVIEW program has been slowed by the natural delay. It was exactly what we were looking for, but mistakes don't happen often. After the computer restarts and the program, the waveforms are extremely fast registered and errors occur. It is not consistent and we do not know how to register only when the waveform is triggered. Trouble downloading my code here.

    Moving this, we tried ReadWaveform. For some reason, we cannot get readWaveform to work. It does not display the waveform and gives the second error or timeout error. We understand why he will not really connect with the oscilloscope. I do not change one of the examples that use readWaveform for this problem.

    I'll be here tomorrow, but I'm almost done for today. If there is anything I missed, I'm sorry and I'll it download tomorrow. I'm out of ideas. To message me please and thank you very much for your effort.

    Hi Tnorm007,

    I appreciate the level of detail you have included; It seems that there are a lot of things here.  However, it still seems to be inconsistencies and ambiguities in the errors that you receive.  You are able to get a consistent result by running the code you provided?

    For example, if you run the code once, it works as you want?

    If you press run is once again, it works the way you want?  (I assume that you configure the writing on a measure VI file to add the data to the current file?)

    Does it fail after a number of iterations, or it does not depend on the speed at which it runs, back to back?  Which two errors are thrown into this case?

    Also, just a general tip, if you want to receive signals continuously, you want only portions of reading/writing the code of the loop (and initialize/close the task only once), rather than put all the code in a large loop or by pressing the button several times run

    Best,

    David Randolph

    Engineering applications

    National Instruments

    www.NI.com/support

  • Automatically restart vi Express following error

    Another newbie question, I'm afraid...

    I am writing an application that will spool the data in a spreadsheet for a period of time which may turn out to be several weeks or months.  I have stated the application of redundant data to ensure that I could survive a power failure in the quite inevitable cases where it occurs in that time.

    Which is all went well, now that I have worked at several problems with the formatting of data, so I put the program in place through a trial period last week and (Fortunately, I suppose) the power exploded.  Since the vi runs on a laptop, the battery kept things up that power relit, and the vi never stop.  However, because the hardware logged a loss of power (unlike my example below, the material uses a cDaq chassis), the program threw a pattern of error and things unmanaged stopped, waiting for user input before allowing data collection to restart.

    I'm looking for a way to handle errors, then, such that they will not stop the program from running.  Instead, I just want to go to a routine that waits for a bit and then resets the Express vi, management errors that are likely to be out error even once if the power of the material is always off.  I use a method that would make a controls programmer scream machine, but for the most part I just watched part of the status of the error on the cluster, commissioning an indicator if a fault is detected and also some time of start of loop that contains nothing other than a timer.  It seems to work for most; It allows, at least, the vi to continue to operate without crashing when I pull the plug on my USB-6008, which runs behind the Express DAQ.

    When I plug the device back in, however, the State of the loop resets (if I have the probe in the schema it reads, 'FALSE') but does not restart the acquisition of data Express and the ERROR indicator does not clear.

    I'm guessing that there is a very simple way to update the status in a way that the elements of program downstream can see, but do not know.  Any ideas?

    Thank you

    Danielle

    In the user dialog functions, there is a function of manifest error that you could put in the delay loop... You can add a constant error to create in the error in the DAQ thing... maybe that would...

    If you want to get real cute... can take the case of the error and decluster the error to another business that manages the specific error number... Use the handeling General error function and set it to clear the error when it matches the number you get when the system breaks down... Or just delete all of them and see what happens.

    Sorry... I have no data acquisition on the machine, here, try it.

    Hope that helps.

    Hummer1

  • Calendar of the days of the week

    I did a VI gives the date and time as a string of characters.

    I would like to have the n ° of the day of the week (value between 0 and 7) rather than son abbreviation.

    How should you configure the service pour have a number?

    Thank you pour your answers.

    Here's how you can get the number of the day of the week; Sunday as the first day. I leave it to you to concatenate the information into a string of characters to the desired format.

    The attention without delay loops which will load the CPU at 100%! I allowed myself to make some changes to your example.

  • Module of ASA 5506 Sourcefire stuck in recovery

    I performed these steps:

    1. debugging-start module
    2. SW-module module sfr recover configure image disk0: / file_path
    3. ciscoasa # sw - module module sfr recover boot

    The debug says it's over, but it never had a recovery mode.  Here is the fix:

    ASA - FP # retrieve SFR module sw-module Configuration image disk0:asasfr - 5500 x-boot-$5

    ASA - FP # sw - module module sfr recover boot

    Module sfr is recovered. This could erase all configuration data and all the

    on this device and try to download/install a new image for it. This may take

    several minutes.

    Retrieve module sfr? [confirm]

    Retrieve issued for module sfr.

    ASA - FP # Mod - sfr 0 > *.

    MOD - sfr 1 > * EVENT: creating the disc Image...

    MOD - sfr 2 > * TIME: 13:25:58 EDT October 9, 2015

    MOD - sfr 3 > *.

    MOD - sfr 4 > *.

    MOD - sfr 5 > * EVENT: the module is being recovered.

    MOD - sfr 6 > * TIME: 13:25:58 EDT October 9, 2015

    MOD - sfr 7 > *.

    MOD - sfr 8 > *.

    MOD - sfr 9 > * EVENT: successfully created Disk Image.

    MOD - sfr 10 > * TIME: 13:27:42 EDT October 9, 2015

    MOD - sfr 11 > *.

    MOD - sfr 12 > *.

    MOD - sfr 13 > * EVENT: start settings: Image: mnt/disk0/vm/vm_1.img, ISO:-disk0/mnt/cdrom /.

    MOD - sfr 14 > asasfr-5500 x-boot - 5.4.1 - 211.img, Num processors: 3, RAM: 2292 MB, Mgmt MAC: 80:E0:1 D: 07:00

    MOD - sfr 15 >: BB, CP MAC: 00:00:00:02:00:01, HARD drive:-file player = / dev/sda, cache = none, if = virtio, Dev

    MOD - sfr 16 > *.

    MOD - sfr 17 > * EVENT: start settings suite: RegEx Shared Mem: 0 MB, Cmd Op: r, Shared Mem

    MOD - sfr 18 > key: 8061, Shared Mem size: 16, Journal Pipe: / dev/ttyS0_vm1, sock: / dev/ttyS1_vm1, Me

    MOD - sfr 19 > m-path:-mem-path /hugepages

    MOD - sfr 20 > * TIME: 13:27:43 EDT October 9, 2015

    MOD - sfr 21 > *.

    MOD - sfr 22 > status: mapping host VM 0x2aab3a800000 with size 16777216

    MOD - sfr 23 > WARNING: vlan 0 is not connected to the host's network

    MOD - sfr 24 > ISOLINUX 3.73 on 25-01 - 2009 Copyright (C) 1994-2008 h. Peter Anvin

    MOD - sfr 25 > Cisco SFR-BOOT-IMAGE and CX-BOOT-IMAGE for SFR - 5.4.1

    MOD - sfr 26 > (WARNING: all DATA ON DISK 1 will BE LOST)

    MOD - sfr 27 > load bzImage...

    MOD - sfr 28 > loading initramfs.gz...

    Mod-sfr 29> ...................................................................................

    Mod-sfr 30> ...................................................................................

    Mod-sfr 31> ...................................................................................

    Mod-sfr 32> ...................................................................................

    Mod-sfr 33> ...................................................................................

    Mod-sfr 34> ...................................................................................

    MOD - sfr 35 >... ready.

    MOD - sfr 36 > [0.000000] BIOS EBDA/lowmem to: 0009 fc 00/0009 fc 00

    MOD - sfr 37 > [0.000000] initializing cgroup subsys cpuset

    MOD - sfr 38 > [0.000000] initializing cgroup subsys cpu

    MOD - sfr 39 > [0.000000] Linux version 2.6.28.10.x 86-target-64 ([email protected] / * / )

    40 mod - SFR > re.com) (gcc version 4.3.3 (MontaVista Linux Sourcery g ++ 4.3 - 292)) #1 SMP PREEMPT

    MOD - sfr 41 > Mon Feb 2 00:15:14 EST 2015

    MOD - sfr 42 > [0.000000] command line: initrd = initramfs.gz console = ttyS0, 9600 BOOT_IMAGE = bzIm

    MOD - sfr 43 > age

    MOD - sfr 44 > [0.000000] KERNEL supported CPUs:

    MOD - sfr 45 > [0.000000] Intel GenuineIntel

    MOD - sfr 46 > [0.000000] AMD AuthenticAMD

    MOD - sfr 47 > [0.000000] Centaur CentaurHauls

    MOD - sfr 48 > [0.000000] PAT WC disabled due to the known CPU errata.

    MOD - sfr 49 > physical RAM [0.000000] provided BIOS card:

    MOD - sfr 50 > [0.000000] BIOS-e820: 0000000000000000 - 000000000009fc 00 (usable)

    MOD - sfr 51 > [0.000000] BIOS-e820: 000000000009fc 00 - 00000000000a 0000 (reserved)

    MOD - sfr 52 > [0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)

    MOD - sfr 53 > [0.000000] BIOS-e820: 0000000000100000 - 000000008f3fe000 (usable)

    MOD - sfr 54 > [0.000000] BIOS-e820: 000000008f3fe000 - 000000008f400000 (reserved)

    MOD - sfr 55 > [0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)

    MOD - sfr 56 > [0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)

    MOD - sfr 57 > DMI [0.000000] 2.4 present.

    MOD - sfr 58 > [0.000000] last_pfn = 0x8f3fe max_arch_pfn = 0x3ffffffff

    MOD - sfr 59 > init_memory_mapping [0.000000]: 0000000000000000 000000008f3fe000

    MOD - sfr 60 > last_map_addr [0.000000]: end of the 8f3fe000: 8f3fe000

    MOD - sfr 61 > RAMDISK [0.000000]: 7dbe4000 - 7ffff3a6

    MOD - sfr 62 > [0.000000] ACPI: USE 000FD900, 0014 (r0 BOCHS)

    MOD - sfr 63 > [0.000000] ACPI: RSDT 8F3FE3E0, 0034 (r1 BOCHS BXPCRSDT 1 BXPC 1

    MOD - sfr 64 > [0.000000] ACPI: FACP 8F3FFF80, 0074 (r1 BOCHS BXPCFACP 1 BXPC 1

    MOD - sfr 65 > [0.000000] ACPI: DSDT 8F3FE420, A 11, 9 (r1 BXPC BXDSDT 1 INTL 20100528

    MOD - sfr 66 > [0.000000] ACPI: FACS 8F3FFF40, 0040

    MOD - sfr 67 > [0.000000] ACPI: SSDT 8F3FF740, 07F7 (r1 BOCHS BXPCSSDT 1 BXPC 1

    MOD - sfr 68 > [0.000000] ACPI: APIC 8F3FF610, 0088 (r1 BOCHS BXPCAPIC 1 BXPC 1

    MOD - sfr 69 > [0.000000] ACPI: HPET 8F3FF5D0, 0038 (r1 BOCHS BXPCHPET 1 BXPC 1

    MOD - sfr 70 > [0.000000] No. found NUMA configuration

    MOD - sfr 71 > [0.000000] pretend a node to 0000000000000000-000000008f3fe000

    MOD - sfr 72 > [0.000000] Bootmem configuration node 0000000000000000 0-000000008f3fe000

    MOD - sfr 73 > [0.000000] NODE_DATA [0000000000001000 - 0000000000005fff]

    MOD - sfr 74 > [0.000000] bootmap [000000000000b 000 - 000000000001ce7f] pages 12

    MOD - sfr 75 > [0.000000] (6 reservations early) ==> bootmem [0000000000 - 008f3fe000]

    MOD - sfr 76 > [0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 00]

    [Mod - sfr 77 > 00001000]

    MOD - sfr 78 > [0.000000] TRAMPOLINE [0000006000-0000008000] #1 ==> [0000006000 - 00]

    [Mod - sfr 79 > 00008000]

    MOD - sfr 80 > [0.000000] #2 [0000200000 - 0000ae86dc] ==> TEXT DATA BSS [0000200000 - 00]

    [Mod - sfr 81 > 00ae86dc]

    MOD - sfr 82 > [0.000000] #3 [007dbe4000 - 007ffff3a6] RAMDISK ==> [007dbe4000 - 00]

    [Mod - sfr 83 > 7ffff3a6]

    MOD - sfr 84 > [0.000000] #4 [000009fc 00 - 0000100000] BIOS reserved ==> [000009fc 00-00

    [Mod - sfr 85 > 00100000]

    MOD - sfr 86 > [0.000000] #5 [0000008000 - 000000 b 000] PGTABLE ==> [0000008000 - 00]

    [Mod - sfr 87 > 0000b 000]

    MOD - sfr 88 > [0.000000] found SMP MP-table to 000fdac0 [ffff8800000fdac0]

    MOD - sfr 89 > [0.000000] area NFP ranges:

    MOD - sfr 90 > [0.000000] DMA 0 x 00000000-> 00001000 0 x

    MOD - sfr 91 > DMA32 [0.000000] 0 x 00001000-> 0x00100000

    MOD - sfr 92 > Normal [0.000000] 0x00100000-> 0x00100000

    MOD - sfr 93 > [0.000000] area mobile start NFP for each node

    MOD - sfr 94 > early_node_map [2] [0.000000] active varies NFP

    MOD - sfr 95 > [0.000000] 0: 0x00000000-> 0x0000009f

    MOD - sfr 96 > [0.000000] 0: 0x00000100-> 0x0008f3fe

    MOD - sfr 97 > [0.000000] ACPI: PM-timer IO Port: 0xb008

    MOD - sfr 98 > [0.000000] ACPI: LAPIC (acpi_id [0x00] lapic_id [0x00] activated)

    MOD - sfr 99 > [0.000000] ACPI: LAPIC (acpi_id [0 x 01] lapic_id [0x01] activated)

    MOD - sfr 100 > [0.000000] ACPI: LAPIC (acpi_id [0x02] lapic_id [0x02] activated)

    MOD - sfr 101 > [0.000000] ACPI: LAPIC_NMI (acpi_id [0xff] dfl dfl lint [0x1])

    MOD - sfr 102 > [0.000000] ACPI: IOAPIC (id [0x00] address [0xfec00000] gsi_base [0])

    MOD - sfr 103 > IOAPIC [0.000000] [0]: apic_id 0, 0, 0xfec00000, 0-23 GSI address version

    MOD - sfr 104 > [0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)

    MOD - sfr 105 > [0.000000] ACPI: INT_SRC_OVR (high level bus 0 bus_irq 5 global_irq 5)

    MOD - sfr 106 > [0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high)

    MOD - sfr 107 > [0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 level)

    MOD - sfr 108 > [0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 level)

    MOD - sfr 109 > [0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000

    MOD - sfr 110 > [0.000000] Using ACPI (EMAC) for SMP configuration information

    MOD - sfr 111 > [0.000000] SMP: allowing 3 CPUs, 0 hotplug CPUs

    MOD - sfr 112 > [0.000000] PCI resources allocating from 90000000 (gap: 8f400000:6fbfc0)

    113 mod - > 00 SFR)

    MOD - sfr 114 > [0.000000] PERCPU: 53248 bytes of data from the cpu allocation by

    MOD - sfr 115 > [0.000000] zonelists 1 built in node ordering, grouping on mobility.  Total number of pages

    MOD - sfr 116 >: 576247

    MOD - sfr 117 > [0.000000] area of policy: DMA32

    MOD - sfr 118 > [0.000000] kernel command line: initrd = initramfs.gz console = ttyS0, 9600 BOOT_IM

    MOD - sfr 119 > AGE = bzImage

    MOD - sfr 120 > [0.000000] initializing CPU #0

    MOD - sfr 121 > [0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)

    MOD - sfr 122 > [0.000000] TSC: impossible to calibrate against PIT

    MOD - sfr 123 > [0.000000] TSC: HPET/PMTIMER calibration failed.

    MOD - sfr 124 > marking [0.000000] TSC unstable due to could not calculate TSC khz

    MOD - sfr 125 > Console [0.000000]: color VGA + 80 x 25

    MOD - sfr 126 > console [0.000000] [ttyS0] activated

    MOD - sfr 127 > [0.000000] bytes allocated page_cgroup 23592960

    MOD - sfr 128 > [0.000000] Please try cgroup_disable = option of memory if you do not want

    MOD - sfr 129 > [0.000000] opening of audit...

    MOD - sfr 130 > [0.000000] bridge No. found AGP

    MOD - sfr 131 > [0.000000] memory: 2244276 k / 2347000 k available (code kernel 4733 k, absent 388 k)

    132 mod - SFR > 102336 k reserved, 2572 k data, 544 k init)

    MOD - sfr 133 > HPET [0.000000]: 3 timers in 0 total, timers will be used by cpu timer

    MOD - sfr 134 > [0.001999] calibration delay loop... 1056.76 BogoMIPS (lpj = 528384)

    MOD - sfr 135 > [0.028995] security framework initialized

    MOD - sfr 136 > [0,031995] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)

    MOD - sfr 137 > [0,038994] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)

    MOD - sfr 138 > [0,040993] mount-cache hash table entries: 256

    MOD - sfr 139 > [0,042993] initializing cgroup subsys ns

    MOD - sfr 140 > [0.043993] initializing cgroup subsys cpuacct

    MOD - sfr 141 > [0.044993] initializing cgroup subsys memory

    MOD - sfr 142 > [0.045993] CPU: L1 I cache: 32K, cache L1 D: 32K

    MOD - sfr 143 > [0.047992] CPU: L2 cache: 4096K

    MOD - sfr 144 > [0.048992] CPU 0/0 x 0-> node 0

    MOD - sfr 145 > [0.049992] ACPI: Core review 20080926

    MOD - sfr 146 > [0.053991] routing APIC put flat

    MOD - sfr 147 > [0.058991]... TIMER: vector = apic1 0 x 30 = 0 pin 1 = 2 apic2 = - 1 pin 2 =-1

    MOD - sfr 148 > [0.069989] CPU0: Intel CPU of QEMU virtual version 1.5.0 stepping 03

    MOD - sfr 149 > [0.072988] Booting processor APIC 0 1 x 1 ip 0 x 6000

    MOD - sfr 150 > CPU initialization [0.000999] #1

    MOD - sfr 151 > [0.000999] calibration delay loop... 1249.28 BogoMIPS (lpj = 624640)

    MOD - sfr 152 > [0.000999] CPU: L1 I cache: 32K, cache L1 D: 32K

    MOD - sfr 153 > [0.000999] CPU: L2 cache: 4096K

    MOD - sfr 154 > [0.000999] CPU 1/0 x 1-> node 0

    MOD - sfr 155 > [0.106983] CPU1: Intel CPU of QEMU virtual version 1.5.0 stepping 03

    MOD - sfr 156 > [0.110983] Booting processor APIC 0 2 x 2 ip 0 x 6000

    MOD - sfr 157 > [0.000999] init CPU #2

    MOD - sfr 158 > [0.000999] calibration delay loop... 1249.28 BogoMIPS (lpj = 624640)

    MOD - sfr 159 > [0.000999] CPU: L1 I cache: 32K, cache L1 D: 32K

    MOD - sfr 160 > [0.000999] CPU: L2 cache: 4096K

    MOD - sfr 161 > [0.000999] CPU 2/0 x 2-> node 0

    MOD - sfr 162 > [0.145977] CPU2: Intel CPU of QEMU virtual version 1.5.0 stepping 03

    MOD - sfr 163 > [0.150977] Brought up 3 processors

    MOD - sfr 164 > [0.151976] in Total, 3 active processors (3555,32 BogoMIPS).

    MOD - sfr 165 > net_namespace [0.155976]: 1280 bytes

    MOD - sfr 166 > [0.158975] NET: registered protocol family 16

    MOD - sfr 167 > [0.162975] ACPI: bus pci registered type

    MOD - sfr 168 > PCI [0.165974]: thanks to the type 1 for base configuration

    MOD - sfr 169 > [0.208968] ACPI: active interpreter

    MOD - sfr 170 > [0.210967] ACPI: (supports the S0-S5)

    MOD - sfr 171 > [0.212967] ACPI: IOAPIC using for the interrupt routing

    MOD - sfr 172 > ACPI [0.226965]: no dock devices found.

    MOD - sfr 173 > [0.228965] ACPI: PCI [PCI0] root bridge (0000:00)

    MOD - sfr 174 > pci 0000:00:01.3 [0.236963]: oddity: region b000-b03f claimed by PIIX4 ACPI

    MOD - sfr 175 > pci 0000:00:01.3 [0.238963]: oddity: region b100-b10f claimed by PIIX4 SMB

    MOD - sfr 176 > [0.284956] ACPI: PCI Interrupt Link [INKA] (IRQ 5 * 10 11)

    MOD - sfr 177 > [0.287956] ACPI: PCI Interrupt Link [LNKB] (IRQ 5 * 10 11)

    MOD - sfr 178 > [0.291955] ACPI: PCI Interrupt Link [LNKC] (IRQ 10 5 * 11)

    MOD - sfr 179 > [0.294955] ACPI: PCI Interrupt Link [LNKD] (IRQ 10 5 * 11)

    MOD - sfr 180 > [0.297954] ACPI: PCI Interrupt link [LNKS] (IRQ * 9)

    MOD - sfr 181 > [0.303953] SCSI subsystem initialized

    MOD - sfr 182 > [0.306953] usbcore: registered new interface driver usbfs

    MOD - sfr 183 > usbcore [0.308952]: coupling half seat new interface

    MOD - sfr 184 > [0.310952] usbcore: registered new driver usb device

    MOD - sfr 185 > PCI [0.313952]: ACPI using IRQ routing

    MOD - sfr 186 > [0.324000] cfg80211: using information field of static control

    MOD - sfr 187 > [0.326000] cfg80211: regulatory field: U.S.

    MOD - sfr 188 > [0.328000] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)

    MOD - sfr 189 > [0.330000] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)

    MOD - sfr 190 > [0.332000] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)

    MOD - sfr 191 > [0.334000] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)

    MOD - sfr 192 > [0.336000] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)

    MOD - sfr 193 > [0.338000] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)

    MOD - sfr 194 > [0.340000] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, MPC 3000)

    MOD - sfr 195 > [0.342000] cfg80211: composing the DREA for country: U.S.

    MOD - sfr 196 > NetLabel [0.344000]: initialization

    MOD - sfr 197 > NetLabel [0.346000]: domain hash size = 128

    MOD - sfr 198 > NetLabel [0.348000]: protocols = without LABEL CIPSOv4

    MOD - sfr 199 > NetLabel [0.350000]: no traffic allowed by default

    MOD - sfr 200 > hpet0 [0.352000]: to MMIO 0xfed00000, IRQ 2, 8, 0

    MOD - sfr 201 > hpet0 [0.355000]: 3 comparators, meter 100.000000 MHz 64-bit

    MOD - sfr 202 > [0.363162] pnp: ACPI PnP init

    MOD - sfr 203 > [0.364902] ACPI: type pnp registered bus

    MOD - sfr 204 > [0.373117] pnp: ACPI PnP: found 9 devices

    MOD - sfr 205 > [0.375853] ACPI: not ACPI pnp bus type

    MOD - sfr 206 > bus [0.390113]: 00 0 io port index: [0 x 00-0xffff]

    MOD - sfr 207 > bus [0.392654]: 00 1 mmio index: [0 x 000000-0xffffffffffffffff]

    MOD - sfr 208 > [0.396124] NET: registered to the family of protocols 2

    MOD - sfr 209 > [0,408163] hash table IP route cache entries: 131072 (order: 8, 1048576 bytes)

    MOD - sfr 210 > [0.418293] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)

    211 mod - SFR > s)

    MOD - sfr 212 > [0,430272] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)

    MOD - sfr 213 > [0.434109] TCP: Hash tables configured (established 524288 bind 65536)

    MOD - sfr 214 > [0.438086] TCP reno registered

    MOD - sfr 215 > [0.444206] NET: registered protocol family 1

    MOD - sfr 216 > [0.447125] check if image initramfs... it's

    MOD - sfr 217 > [6.518130] release initrd memory: 36972 released k

    MOD - sfr 218 > [6.569185] of the Microcode Update Driver: v2.00 [email protected] / * />, Peter

    MOD - sfr 219 > Oruba

    MOD - sfr 220 > HugeTLB [6.588064] saved page size of 2 MB, pre-allocated 0 pages

    MOD - sfr 221 > VFS [6,593576]: disk quotas dquot_6.5.1

    MOD - sfr 222 > [6,595689] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)

    MOD - sfr 223 > msgmni [6.605316] has been set to 4455

    MOD - sfr 224 > alg [6.612220]: no test for stdrng (krng)

    MOD - sfr 225 > block [6.615153] layer SCSI generic (bsg) version 0.4 (large 252 load driver

    MOD - sfr 226 > [6.618853] io Scheduler noop registered

    MOD - sfr 227 > [6.620963] registered early io Scheduler

    MOD - sfr 228 > registered [6.623461] deadline i/o Scheduler

    MOD - sfr 229 > [6.625704] io Scheduler cfq registered (default)

    MOD - sfr 230 > LTT [6.628422]: ltt-relay init

    MOD - sfr 231 > [6.631109] init ltt-control

    MOD - sfr 232 > LTT [6.662473]: init ltt-kprobes

    MOD - sfr 233 > pci 0000:00:00.0 [6.664400]: limitation of direct transfers of PCI/PCI

    MOD - sfr 234 > [6.667440] pci 0000:00:01.0: PIIX3: allowing Passive release

    MOD - sfr 235 > pci 0000:00:01.0 [6.670447]: workarounds activation ISA DMA hang

    MOD - sfr 236 > pci_hotplug [6.678607]: PCI Hot Plug PCI Core version: 0.5

    MOD - sfr 237 > processor [6.686734] ACPI_CPU:00: registered under cooling_device0

    MOD - sfr 238 > processor [6.690758] ACPI_CPU:01: registered under cooling_device1

    MOD - sfr 239 > processor [6.694508] ACPI_CPU:02: registered under cooling_device2

    MOD - sfr 240 > [6.745499] v1.2 of nonvolatile memory driver

    MOD - sfr 241 > [6.747732] Linux agpgart v0.103 interface

    MOD - sfr 242 > [6.751051] [drm] Initialized drm 1.1.0 20060810

    MOD - sfr 243 > series [6.753517]: 8250/16550 driver4 ports, IRQ sharing enabled

    MOD - sfr 244 > [7.006452] ÿ serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550

    MOD - sfr 245 > serial8250 [7.258458]: ttyS1 to I/O 0x2f8 (irq = 3) is a 16550

    MOD - sfr 246 > [7,266612] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550

    MOD - sfr 247 > [7,271074] 00:07: ttyS1 to I/O 0x2f8 (irq = 3) is a 16550

    MOD - sfr 248 > [7,276159] or floppy drives: fd0 1. 44 m, fd1 is 1.44 M

    MOD - sfr 249 > CDF [7.291444] 0 is a S82078B

    MOD - sfr 250 > brd [7.317314]: loaded module

    MOD - sfr 251 > loop [7.328490]: loaded module

    MOD - sfr 252 > [7.330818] driver Intel® Gigabit Ethernet network version 1.2.45 - k2

    MOD - sfr 253 > [7.334212] Copyright (c) 2008 Intel Corporation.

    MOD - sfr 254 > [7.337304] pcnet32.c:v1.35 21.Apr.2008 [email protected] / * /

    MOD - sfr 255 > [7.340979] e100: Intel® PRO/100 network driver, 3.5.23 - k6-NAPI

    MOD - sfr 256 > [7.344061] e100: Copyright (c) 1999-2006 Intel Corporation

    MOD - sfr 257 > [7.348056] sky2 driver version 1.22

    MOD - sfr 258 > console [7.353036] [netcon0] enabled

    MOD - sfr 259 > netconsole [7.354877]: network registration has started

    MOD - sfr 260 > [7.358495] entry: emulation of mouse button Macintosh as/devices/virtual/input/i

    MOD - sfr 261 > nput0

    MOD - sfr 262 > iSCSI [7.365941] loading transport class v2.0 - 870.

    MOD - sfr 263 > [7.375699] driver "sd" would need to discount - use the type_bus methods

    MOD - sfr 264 > driver [7.379516] "sr" needs updating - please use the type_bus methods

    MOD - sfr 265 > scsi0 [7.387492]: ata_piix

    MOD - sfr 266 > [7.391492] scsi1: ata_piix

    MOD - sfr 267 > [7.394664] ata1: PATA MWDMA2 cmd 0x1f0, 0x3f6 bmdma 0xc0c0 irq 14 ctl max

    MOD - sfr 268 > ata2 [7.398007]: PATA max MWDMA2 cmd 0 x 170 ctl 0 x 376 bmdma 0xc0c8 irq 15

    MOD - sfr 269 > ata1.00 [7.555320]: ATA-7: QEMU HARDDISK, 1.5.0 max UDMA/100

    MOD - sfr 270 > ata1.00 [7.558496]: 6291456 sectors, multi 16: LBA48

    MOD - sfr 271 > ata1.00 [7.562297]: set to MWDMA2

    MOD - sfr 272 > ata2.00 [7.718432]: ATAPI: QEMU DVD-ROM, 1.5.0 max UDMA/100

    MOD - sfr 273 > ata2.00 [7.722448]: set to MWDMA2

    MOD - sfr 274 > [7.726963] isa bounce pool size: 16 pages

    MOD - sfr 275 > [7.728428] 0:0:0:0 scsi: access live ATA QEMU HARD disk 1.5. PQ:

    MOD - sfr 276 > 0 ANSI: 5

    MOD - sfr 277 > sd 0:0:0:0 [7.733798]: [sda] 6291456 sectors of 512 bytes of material: (3.22 GB/3.00

    MOD - SFR 278 > GiB)

    MOD - sfr 279 > sd 0:0:0:0 [7.737586]: [sda] write protect is off

    MOD - sfr 280 > sd 0:0:0:0 [7.741046]: [sda] write cache: enabled, read cache: enabled, doesn'

    MOD - sfr 281 > t support DPO or FUA

    MOD - sfr 282 > sd 0:0:0:0 [7.744505]: [sda] 6291456 sectors of 512 bytes of material: (3.22 GB/3.00

    MOD - SFR 283 > GiB)

    MOD - sfr 284 > sd 0:0:0:0 [7.748396]: [sda] write protect is off

    MOD - sfr 285 > sd 0:0:0:0 [7.750876]: [sda] write cache: enabled, read cache: enabled, doesn'

    MOD - sfr 286 > t support DPO or FUA

    MOD - sfr 287 > [7.755364] sda: unknown partition table

    MOD - sfr 288 > [7.761433] sd 0:0:0:0: disk Attached SCSI [sda]

    MOD - sfr 289 > [7.765315] sd 0:0:0:0: Attached scsi generic sg0 type 0

    MOD - sfr 290 > [7.770345] 1:0:0:0 scsi: CD-ROM DVD-ROM QEMU, 1.5 QEMU. PQ:

    MOD - sfr 291 > 0 ANSI: 5

    MOD - sfr 292 > sr0 [7.777328]: scsi3-mmc drive: 4 x / 4 x cd/rw xa/form2 plateau

    MOD - sfr 293 > [7.780375] uniform CD-ROM review: 3.20

    MOD - sfr 294 > [7.785706] 1:0:0:0 sr: Attached scsi generic sg1 type 5

    MOD - sfr 295 > basic driver Fusion MPT [7.791309] 3.04.07

    MOD - sfr 296 > [7.793519] Copyright (c) 1999-2008 LSI Corporation

    MOD - sfr 297 > [7.795993] SPI Host MPT Fusion driver 3.04.07

    MOD - sfr 298 > Fusion MPT FC host [7.798893] driver 3.04.07

    MOD - sfr 299 > Fusion MPT SAS host [7.801803] driver 3.04.07

    MOD - sfr 300 > ehci_hcd [7.806451]: () 'Improved' USB 2.0 EHCI host controller driver

    MOD - sfr 301 > [7.810308] ohci_hcd: USB 1.1 'open' (OHCI) Host Controller Driver

    MOD - sfr 302 > uhci_hcd [7.814054]: pilot USB Universal Host Controller Interface

    MOD - sfr 303 > [7.818692] usbcore: registered new interface driver usblp

    MOD - sfr 304 > [7.821487] initializing USB Mass Storage driver...

    MOD - sfr 305 > [7.824998] usbcore: registered new driver usb-storage interface

    MOD - sfr 306 > [7.827794] USB Mass Storage support registered.

    MOD - sfr 307 > [7.830759] usbcore: registered new interface driver libusual

    MOD - sfr 308 > PNP [7.834894]: PS/2 controller [PNP0303:KBD, PNP0f13:MOU] 0 x 0, 60 x 64 irq 1.1

    MOD - sfr 309 > serio [7.841445]: 0 x 60 i8042 keyboard port, irq 0 x 64 1

    MOD - sfr 310 > serio [7.844551]: 0 x 60 i8042 port, irq 0 64 12 x

    MOD - sfr 311 > [7,852993] mouse: PS/2 mouse to common mechanism for all mice

    MOD - sfr 312 > [7,861470] 00:01 rtc_cmos: RTC may wake from S4

    MOD - sfr 313 > [7.864335] input: keyboard to translate the value 2 as/devices/platform/i8042/seri

    MOD - sfr 314 > o0/entry/entry 1

    MOD - sfr 315 > [7,865148] 00:01 rtc_cmos: RTC database: registered rtc_cmos as rtc0

    MOD - sfr 316 > rtc0 [7.865148]: alerts until one day, 114 bytes nvram, hpet IRQ

    MOD - sfr 317 > i2c/dev entries driver [7.865929]

    MOD - sfr 318 > md [7.867791]: raid1 personality registered for level 1

    MOD - sfr 319 > device - map [7.880892]: ioctl: 4.14.0 - ioctl (2008-04-23) initialized: dm - dev

    MOD - sfr 320 > [email protected] / * /

    MOD - sfr 321 > [7.885043] cpuidle: using Governor ladder

    MOD - sfr 322 > [7.887189] cpuidle: using the menu of Governor

    MOD - sfr 323 > [7.889424] no iBFT detected.

    MOD - sfr 324 > [7.907995] usbcore: registered new interface driver hiddev

    MOD - sfr 325 > [7.912219] usbcore: registered new interface driver usbhid

    MOD - sfr 326 > usbhid [7.914857]: kernel v2.6 HID Driver

    MOD - sfr 327 > [7.918409] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11

    MOD - sfr 328 > [7.920969] 0000:00:04.0 virtio-pci: PCI INT A-> link [LNKD]-> GSI 11 (level,

    329 mod - SFR > high)-> IRQ 11

    MOD - sfr 330 > [7.927488] ACPI: PCI Interrupt Link [INKA] enabled at IRQ 10

    MOD - sfr 331 > [7.930856] 0000:00:05.0 virtio-pci: PCI INT A-> link [INKA]-> GSI (level 10,

    332 mod - SFR > high)-> IRQ 10

    MOD - sfr 333 > [7.938651] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11

    MOD - sfr 334 > [7.942086] 0000:00:07.0 virtio-pci: PCI INT A-> link [LNKC]-> GSI 11 (level,

    335 mod - SFR > high)-> IRQ 11

    MOD - sfr 336 > vda [7.948686]: vda1 vda2 vda3< vda5="" vda6="" vda7="">

    MOD - sfr 337 > [7.964043] Advanced Linux Sound Architecture Driver Version 1.0.18rc3.

    MOD - sfr 338 > [7.973312] list of devices ALSA:

    MOD - sfr 339 > [7.974949] No soundcards found.

    MOD - sfr 340 > [7,976759] Netfilter messages via NETLINK v0.30.

    MOD - sfr 341 > [7.979604] nf_conntrack version 0.5.0 (16384 buckets, max 65536)

    MOD - sfr 342 > [7.983256] ctnetlink v0.93: registration with nfnetlink.

    MOD - sfr 343 > IPv4 [7.987257] pilot in IPv4 tunneling

    MOD - sfr 344 > ip_tables [7,991258]: (C) 2000-2006 Netfilter Core Team

    MOD - sfr 345 > [7.993887] registered TCP cubic

    MOD - sfr 346 > [7.995714] socket of netlink XFRM initialization

    MOD - sfr 347 > [7.999255] NET: registered to the family of protocols 10

    MOD - sfr 348 > [8.003264] lo: disabled Privacy Extensions

    MOD - sfr 349 > tunl0 [8.007258]: disabled Privacy Extensions

    MOD - sfr 350 > ip6_tables [8,011258]: (C) 2000-2006 Netfilter Core Team

    MOD - sfr 351 > [8.014386] IPv6 over IPv4 tunnel driver

    MOD - sfr 352 > sit0 [8.017431]: disabled Privacy Extensions

    MOD - sfr 353 > [8.021257] NET: registered protocol family 17

    MOD - sfr 354 > CPP [8.025256]: registered udp transport module.

    MOD - sfr 355 > CPP [8.026916]: registered tcp transport module.

    MOD - sfr 356 > taskstats registered [8,031108] version 1

    MOD - sfr 357 > [8.125760] input: ImExPS/2 generic explore Mouse as/devices/platform/i8042/s

    MOD - sfr 358 > erio1/entry/input2

    MOD - sfr 359 > [9,543210] queries send DHCP and RARP, OK

    MOD - sfr 360 > [10.161328] IP-Config: 0.0.0.0 DHCP response, my address is 192.168.10.1

    MOD - sfr 361 > 01

    MOD - sfr 362 > [10.173277] IP-Config: complete:

    MOD - sfr 363 > device [10.175341] = eth1, addr = 192.168.10.101, mask = 255.255.255.0 gw = 192,1

    MOD - sfr 364 > 68.10.2.

    MOD - sfr 365 > host [10.179964] = 192.168.10.101 = domain, nis-domain = (none).

    MOD - sfr 366 > [10.183083] bootserver = 0.0.0.0, rootserver = 0.0.0.0, rootpath =

    MOD - sfr 367 > [10.186725] release of kernel memory used: 544 k released

    MOD - sfr 368 > INIT: initialization version 2.86

    MOD - sfr 369 > [10.446791] version 124 udevd began

    MOD - sfr 370 > please wait: start...

    MOD - sfr 371 > climb: already mounted or busy/sys sysfs

    MOD - sfr 372 > mount: according to mtab, sysfs is already mounted on/sys

    MOD - sfr 373 > starting udev, udev [10.949268]: renamed cplane eth0 network interface

    MOD - sfr 374 > [10.962321] end_request: i/o error, dev fd0, sector 0

    MOD - sfr 375 > udev [10.979259]: renamed eth1 eth0 network interface

    MOD - sfr 376 > [11.535307] end_request: i/o error, dev fd0, sector 0

    MOD - sfr 377 > INIT: enter run level: 5

    MOD - sfr 378 > boot OpenBSD Secure Shell Server: sshd

    MOD - sfr 379 > generating ssh RSA key...

    MOD - sfr 380 > generating ssh DSA key...

    MOD - sfr 381 > fact.

    MOD - 382 LICO > demon from Advanced Configuration and Power Interface: acpid.

    MOD - sfr 383 > acpid: commissioning with proc fs

    MOD - sfr 384 > acpid: opendir(/etc/acpi/events): no such file or directory

    MOD - sfr 385 > starting Busybox inetd: inetd... done.

    MOD - sfr 386 > starting ntpd: fact

    MOD - sfr 387 > starting syslogd/klogd: fact

    MOD - sfr 388 >

    Services Cisco FirePOWER 5.4.1 boot image

    ASA - FP # sh mod sfr

    Model serial number of map mod

    ---- -------------------------------------------- ------------------ -----------

    SFR unknown n/a JAD192502N6

    MAC mod Fw Sw Version Version Version Hw address range

    ---- --------------------------------- ------------ ------------ ---------------

    SFR 80e0.1d7d.53bb to 80e0.1d7d.53bb / o

    The Application name of the SSM status Version of the Application of SSM mod

    ---- ------------------------------ ---------------- --------------------------

    Data on the State of mod aircraft compatibility status

    ---- ------------------ --------------------- -------------

    SFR recover not Applicable

    Which is expected. Then you must:

     session sfr console

    .. .and then login (admin / Admin123).

    You should get a prompt like:

     asasfr-boot>

    Run "setup" but to "bootstrap" basic settings (ip address, host name, etc.) on the partially initialized module.

    Then, install the system software image using the system command:

     asasfr-boot> system install [noconfirm] url

    Include the noconfirm option if you do not respond to the confirmation messages. Use an HTTP, HTTPS or FTP URL; If a user name and password are required, you will be asked for them. the URL must include the package (pkg) with the complete picture of SFR installation package.

    When the installation is complete, the system reboots. Allow or more than 10 minutes for the installation of the application component and fire ASA services start.

    The output of the show module sfr command should also show up to all processes.

  • Questions of IDS-4215

    I bought this unit and I have problems with it, I did the restore and I put the new password and pick-me-up Dungeon to it, how to make out of it?

    CISCO SYSTEMS IDS-4215
    Embedded BIOS Version 5.1.7 03/02/04 11:20:35.01
    Compiled by dnshep
    Evaluate the Options of execution...
    Check for disc Image valid
    GRUB, loading stage1.5.

    GRUB loading, please wait...

    GRUB version 0.91 (632K lower / higher than 523264K memory)

    -------------------------------------------------------------------
    0: cisco IDS (vmlinuz - 2.4.26 - IDS-smp-bigphys}
    1: cisco IDS recovery
    -------------------------------------------------------------------

    Use the ^ and v keys to select which input is highlighted.
    Press ENTER to start the operating system selected, 'e' to change the
    orders before starting, 'a' to change the kernel arguments
    before you start, or 'c' for a command line.

    Entry 0 will be started automatically in 1 seconds.
    Start ' Cisco IDS (vmlinuz - 2.4.26 - IDS-smp-bigphys} ")

    root (hd0, 0)
    Filesystem type is ext2fs, partition type 0 x 83
    kernel (hd0,0)/boot/vmlinuz-2.4.26-IDS-smp-bigphys ro root = / dev/hdb1 had = flash)
    Console = ttyS0 bigphysarea = 16384
    [Linux bzImage, setup = 0 x 1400, size = 0x11b282]

    Linux version 2.4.26 - IDS-smp-bigphys ([email protected] / * / _build_master) (version gcc 2.96 20000731 (Red Hat Linux 7.3 2, 96-112)) #2 SMP Thu Aug 18 11:03:13 CDT 2005
    BIOS fitness card RAM:
    BIOS-e820: 0000000000000000 - 000000000009e000 (usable)
    BIOS-e820: 000000000009e000 - 00000000000a 0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000-0000000020000000 (usable)
    BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    0 MB HIGHMEM available.
    512 MB LOWMEM available.
    On the node 0 totalpages: 131072
    area (0): 4096 pages.
    area (1): 126976 pages.
    area (2): 0 pages.
    DMI does not exist.
    ACPI: Unable to locate the PDSP
    Kernel command line: ro root = / dev/hdb1 had flash = console = ttyS0 bigphysarea = 16384
    ide_setup: a = flash
    Local APIC disabled by BIOS - reactivation.
    Local APIC found and activated!
    The initialization of the #0 CPU
    Detected 845,655 MHz processor.
    Console: the unit dummy color 80 x 25
    Calibrating delay loop... 1684.27 BogoMIPS
    Memory: 449240 k/524288 KB available (kernel code of 1621 k, k 74656 reserved, 639 k data, 136 k init, 0 k highmem)
    Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
    Get cache hash table entries: 512 (order: 0, 4096 bytes)
    Buffer cache hash table entries: 32768 (order: 5, 131072 bytes)
    The page cache hash table entries: 131072 (order: 7, 524288 bytes)
    CPU: L1 I cache: 16K, D L1 cache: 16K
    CPU: L2 cache: 128K
    Architecture Intel machine control supported.
    Intel machine check reporting enabled on CPU #0.
    Enabling fast FPU save and restore... done.
    Allowing the use of unmasked SIMD FPU exception... done.
    Checking 'hlt' instruction... Ok.
    UNIFIX POSIX compliance test
    MTRR: v1.40 (20010327) Richard Gooch ([email protected] / * /)
    MTRR: detected mtrr type: Intel
    CPU: L1 I cache: 16K, D L1 cache: 16K
    CPU: L2 cache: 128K
    Intel machine check reporting enabled on CPU #0.
    CPU0: Intel Celeron (Coppermine) stepping 0
    by timeslice cut CPU: 365,62 usecs.
    Motherboard undetected SMP.
    Turned off turned on CPU #0
    Value of ESR before activating the vector: 00000000
    Value of ESR after activating the vector: 00000000
    Local APIC interrupt using timer.
    calibration of APIC timer...
    ..... CPU clock speed is 845,6568 MHz.
    ... bus clock speed host is 99,4889 MHz.
    CPU: 0, clocks: 994889, slice: 497444
    CPU0
    Waiting on wait_init_idle (card = 0x0)
    All processors have been init_idle
    PCI: PCI BIOS revision 2.10 to 0xff6a9, last bus = 1 entry
    PCI: Using configuration type 1
    PCI: Hardware probing PCI
    PCI: Hardware probing PCI (bus 00)

    Limitation of direct transfers of PCI/PCI.
    ISAPNP: digitization of the PnP cards...
    ISAPNP: no Plug Play devices & found
    Linux NET4.0 for Linux 2.4
    Swansea University Computer Society NET3.039-based
    The initialization of the RT netlink sockets
    From kswapd
    bigphysarea: 16384 pages for 0xc1606000.
    Responsible journaled block device driver
    Pty: 2048 Unix98 ptys configured
    keyboard: there is no Timeout - at THE keyboard? (ed)
    keyboard: there is no Timeout - at THE keyboard? (f4)
    Series c 5.05 driver version (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI active ISAPNP
    ttyS00 at 0x03f8 (irq = 4) is a 16550
    ttyS01 at 0x02f8 (irq = 3) is a 16550
    V1.10F real time clock driver
    Initialized RAM disk driver: 16 discs RAM 4096 K size 1024 blocksize
    loop: loaded (max 8 devices)
    LPC: version 0.1 (August 18, 2005)
    Uniform cross-platform E-IDE review pilot: 7.00beta4 - 2.4
    IDE: assuming that the speed of the bus system 33 MHz for modes PIO; Override with idebus = xx
    PIIX4: Controller IDE PCI slot 00:07.1
    PIIX4: chipset revision 1
    PIIX4: not 100% natively: will probe IRQS later
    ide0: BM - DMA at 0xf800-0xf807, BIOS settings: had: pio, hdb:pio
    IDE1: BM - DMA at 0xf808-0xf80f, the BIOS settings: hdc:pio, hdd:pio
    has: SanDisk SDCFB-256, CFA HDD
    HDB: IC25N020ATCS04-0, ATA drive
    has: disable DMA (U) to SanDisk SDCFB-256
    BLK: queue c03bf1a8, I/O limit 4095 MB (mask 0xffffffff)
    ide0 at 0x1f0-0x1f7, 0x3f6 on irq 14
    has: attachment the ide disk driver.
    had: task_no_data_intr: status = 0 x 51 {DriveReady SeekComplete error}
    had: task_no_data_intr: error = 0 x 04 {DriveStatusError}
    had: 501760 sectors (257 MB) w/1KiB Cache, CHS = 497/16/63
    HDB: attached the ide disk driver.
    HDB: host protected area-online 1
    HDB: 39070080 sectors (20004 MB) w/1768KiB Cache, CHS = 2432/255/63, UDMA (33)
    Check the partition:
    has: hda1, hda2, hda3
    HDB: hdb1, hdb2 hdb3 hdb4
    IDE: late registration of the driver.
    Review SCSI subsystem driver: 1.00
    I2C-core. o: i2c core module version 2.8.7 (20040611)
    I2C - dev. o: i2c/dev entries driver module version 2.8.7 (20040611)
    I2C - proc.o version 2.8.7 (20040611)
    I2C-i801 version 2.8.7 (20040611)
    Net4: Linux 1.0 for NET4.0 TCP/IP
    IP protocols: ICMP, UDP, TCP, IGMP
    IP: routing 4096 buckets cache hash table, 32Kbytes
    TCP: Hash tables configured established 131072 bind (65536)
    Linux IP router multicast 0.06 and PIM - SM
    Net4: Unix domain sockets 1.0/SMP for Linux NET4.0.
    kjournald starting.  Commit interval 5 seconds
    Ext3-fs: mounted filesystem with ordered data mode.
    VFS: Mounted root (ext3 file system) readonly.
    Release of memory used kernel: 136 k released
    INIT: initialization of version 2.84
    Welcome to CIDS v4.1 (1) S47 (Phoenix)
    Mounting proc filesystem: [OK]
    Configuration of the kernel parameters: [OK]
    Setting clock (localtime): my Apr 19 19:14:53 UTC 2010 [OK]
    Activation of swap partitions: [OK]
    Hostname parameter sensor: [OK]
    modprobe: can't open dependencies file /lib/modules/2.4.26-IDS-smp-bigphys/modules.dep (no such file or directory)
    Checking file system root
    / dev/hdb1: clean, 27334/83520 files, 56775/166666 blocks
    [/sbin/fsck.ext3 (1)-/] fsck.ext3 - a/dev/hdb1
    [OK]
    Back the root read / write file system: [OK]
    Find the module dependencies: depmod: can't open /lib/modules/2.4.26-IDS-smp-bigphys/modules.dep for writing
    [NOT]
    Checking of file systems
    / dev/hdb3: clean, 12 files, 2008, 1300/8032 blocks
    / dev/hda1: clean, 33/2656 files, blocks of 4184/10584
    / dev/hdb4: clean, 32/2280320 files, blocks 80505/4558443
    / dev/hda3: clean, 20/58232 files, 84949/232848 blocks
    Check all file systems.
    [/sbin/fsck.ext3 (1)-/ bootmnt] fsck.ext3 - a/dev/hda1
    [/sbin/fsck.ext3 (2)-/ usr/cids/idsRoot/shared] fsck.ext3 - a/dev/hdb3
    [/sbin/fsck.ext3 (2)-/ usr/cids/idsRoot/var] fsck.ext3 - a/dev/hdb4
    [/sbin/fsck.ext3 (2)-/ mnt/recovery] fsck.ext3 - a/dev/hda3
    [OK]
    Mounting local filesystems: [OK]
    Activation of local file system quotas: [OK]
    Activation of the swap space: [OK]
    Non-interactive startup entry
    Setting the network parameters: [OK]
    Set up the loopback interface: [OK]
    modprobe: can't open dependencies file /lib/modules/2.4.26-IDS-smp-bigphys/modules.dep (no such file or directory)
    Setting up interface eth1: [OK]
    Start recorder system: [OK]
    Kernel start recorder: [OK]
    Load keymap: [OK]
    Loading system font: [OK]
    The initialization of the random number generator: [OK]
    Audit of the allocated kernel memory: [OK]
    No XL map shows
    Charge Cidmodcap: WARNING: the kernel-module version mismatch
    /lib/modules/CID/cidmodcap.o was compiled for kernel version 2.4.18 - 5smpbigphys
    While this kernel version 2.4.26 - IDS-smp-bigphys
    /lib/modules/CID/cidmodcap.o: symbol register_chrdev_Rsmp_0450333d pending
    /lib/modules/CID/cidmodcap.o:
    Tip: You are trying to load a module without a GPL compatible license
    and unresolved symbols.  Contact the provider module for
    help, only they can help you.

    [NOT]
    Creation of boot.info [OK]
    Checking for changes to the system since the last boot [WARNING]
    Check the identification of the model [OK]
    Model: IDS-4215
    Error: mainApp has not started
    From sshd: [OK]
    From xinetd: [OK]
    From crond: [OK]
    From anacron: [OK]

    Login: cisco
    Password:
    You are required to change your password immediately (years)
    Change password for cisco
    (ongoing) UNIX password:
    New password:
    Retype the new password:
    NOTICE *.
    This product contains cryptographic features and is under the United States
    and local laws governing the import, export, transfer and use. Delivery
    Cisco cryptographic products does not imply permission to third parties to import,
    export, distribute or use encryption. Importers, exporters, distributors and
    users
    sensor connection: cisco
    Password:
    NOTICE *.
    This product contains cryptographic features and is under the United States
    and local laws governing the import, export, transfer and use. Delivery
    Cisco cryptographic products does not imply permission to third parties to import,
    export, distribute or use encryption. Importers, exporters, distributors and
    users are responsible for compliance with U.S. and local country. With the help of
    This product you agree to comply with the regulations and laws in force. If you
    are unable to meet the United States and local laws, return the product.

    A summary of U.S. laws governing Cisco cryptographic products to:
    http://www.Cisco.com/WWL/export/crypto

    If you need assistance please contact us by mail at
    [email protected] / * /.

    connection of the sensor:

    Since you did the recovery I assumeyou already tried to the unit powering down and back up.

    This is a weird problem I havn't seen before, but sometimes the sensors get currupt and need a full reimage to return to normal.

    I would like to download the most recent image 4215 and TFTP in your sensor in ROMMON.

    http://www.Cisco.com/en/us/partner/docs/security/IPS/6.0/installation/guide/hwImage.html#wp1030874

    -Bob

Maybe you are looking for

  • Website cursor appears broken

    don't know why - what is going on, I installed chrome and firefox while loading my site in firefox, the cursor in the site http://www.gadgetig.com does not work (it does not move). Can you please tell me why this phenomenon occurs?

  • Problems with Hotmail and Silverlight (mac users)

    I use Hotmail via Firefox on Mac and have for years. This week, my account Hotmail told me that I had to install Silverlight. Yes, I did. Now I can ' t send anything either or of answering anything whatsoever. He drives me crazy. Any tips?

  • How can I set/change the HDD password?

    I have a W700, RAID 0 configuration and sometimes back I had put passwords to start for the two discs. But for the life of me, I don't remember how I did and where I'm going to change the passwords! Anyway, if you can enlighten us, I would be very ha

  • Can't answer the call of the notification bar

    When I use my phone and a call comes in the call appears as a mini bar at the top, as is explained in the guide. However, I am not able to answer the call through this! Please help, I don't get a lot of calls, but I want to be able to respond to thos

  • DPI no reagent to 96 DPI, stuck to more than 120

    120 ppp page for change is too large to fit on the screen, cannot get at the bottom of page for OK change to 96 dpi.  I had a smaller than 96 dpi resolution, don't know what it was, 96 DPI appeared yesterday and it is too big for my needs.  Having 20