Image from memory pointer

Hi, I am using a 3rd part analog grabber (Euresys PICOLO) and I am using it in Labview using ActiveX. Now I am acquiring the image (I see it in ActiveX interface) and I have a pointer to memory area where the image is stored.
Now I have to convert the image in memory to Image type in order to elaborate acquired images with Vision tools.
I am using the method in the attached file, but it doesn't work (terminates with the error "Memory or data structure corrupt" in block "unflatten from string"). The G programming languagestring is empty, but if I use MemPeek function instead of CharPtrToString, I see that I am pointing to a non-void memory area (I see a string with unknown chars).
What could be the problem?
Regards,
Claudio
Attachments:
Example.png ‏6 KB

Hi wolf82
The manufacturer of the Picolo Eursys may have a DLL that you can
call from LabVIEW to configure the settings not exposed in its Direct
Show configuration.  If this is the case this would be an easy way to
configure the camera and continue using the IMAQdx drivers (which would
be preferable to using ActiveX).
Unfortunately error 116 could be caused by many things.  Which
function actually generates the error?  Where are you getting the
pointer to the image in memory?
Could you try to rebuild the image programmatically from pointer to image?
ciao!
Simone S.
Academic Field Engineer - Med Region

Similar Messages

  • Transferring images from memory card in printer to iMac.

    My camera just broke, and I am unable to download the pictures from my camera's memory card onto my Mac (I am using version 10.6.8).  I usually just plug my camera into my Mac via the USB port, but I am now unable to do that.  My printer has a memory card slot to use to print from, but I'm not sure I can transfer pictures from my card to my computer.  I have a Canon MP560 multi-function printer.  I just came back from a 2 week vacation and would like to see my pictures!  Please help!

    Glad that worked for you!!!
    bethcrna wrote:
    Thanks, everybody!  It's all good.  I had my printer set up wirelessly and it didn't work, but as soon as I plugged the USB port into my Mac instead of the wireless router, iPhoto came right up.  Whew!  Now I can see and edit my pictures.  Thanks again.

  • Import images from memory card?

    My Canon digital camera uses a removable memory card which I then put into an Inca Card Reader. When using Photoshop Elements 11 and try to open the Card Reader to import images, the Card Reader isn't even listed among the various drives attached to, or within, my computer? How can I fix this? I want Photoshop Elements 11 to recognise the Card Reader so I can import the images. My email address is [email protected] With thanks, Mike Pratt (Australia)

    Thanks Barbara,
    It's Windows 7 Professional. I hope that helps.
    Thanks,
    Mike Pratt

  • Download Images from URL

    I want to save images to memory 50 images
    My software processing ----
    1. Download Image from URL every 60 secs and all downloaded images have time to use 15 mins
    2. When download image done save images to memory
    3. Then show images in picturebox
    4. When user click button get next image form memory and delete old image from memory
    5. If what images not use in 15 mins auto delete from memory
    Help me ... Thank you a lot 

    Ok chechk the below method/Events that will download 50 image and fill a List<image> object into memory, you need to add a picturebox1 and button1 to your form, I used my profile pic here on msdn the link you've send didn't work:
    //Global Variables
    List<Image> li = new List<Image>();
    int second = 0; //Form Initaile
    public Captcha()
    InitializeComponent();
    //Async download event
    private void ReadCallback(IAsyncResult asynchronousResult)
    HttpWebRequest request = (HttpWebRequest)asynchronousResult.AsyncState;
    HttpWebResponse response = (HttpWebResponse)request.EndGetResponse(asynchronousResult);
    using (StreamReader streamReader1 = new StreamReader(response.GetResponseStream()))
    li.Add(Image.FromStream(streamReader1.BaseStream));
    pictureBox1.Image = li[0];
    //Download Method for 50 images
    private void DownLoadImages()
    try
    for (int i = 0; i <= 50; i++)
    HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(new Uri("https://i1.social.s-msft.com/profile/u/avatar.jpg?displayname=fouad%20roumieh&size=extralarge&version=00000000-0000-0000-0000-000000000000"));
    request.BeginGetResponse(new AsyncCallback(ReadCallback), request);
    catch (WebException ex)
    //Form Load
    private void Captcha_Load(object sender, EventArgs e)
    DownLoadImages();
    And here on button click event we remove element and show the next one into picture box, and if used up all image we call the async download messages again to get a new list of images:
    private void button1_Click(object sender, EventArgs e)
    li.RemoveAt(0);
    if (li.Count > 0)
    { //Show next
    pictureBox1.Image = li[0];
    else
    DownLoadImages();
    Also here a timer event I didn't enable but you can enable to check for the 15 mins and destroy the images list if passed:
    private void timer1_Tick(object sender, EventArgs e)
    second = second + 1;
    int minutes = second / 60;
    if (minutes >= 15)
    li.Clear();
    //Call downloadimages or else...
    Fouad Roumieh

  • Copying an Image in Memory

    hello,
    How to copy an image from memory so that it can be restored later.
    For example:
    private Image buffered_image, SavedImage;
    private Graphics gbuf;
    buffered_image = createImage(tWidth, tHeight);
    gbuf = buffered_image.getGraphics();
    How?
    //Want to copy buffered_image to SavedImage
    later restore SavedImage to buffered_image
    Thank you

    If you know the two LINES of code, please post it instead of sending me a URL. thank you

  • Play Media from memory, like a byte[]

    Hi,
    I'm using three media classes in tandem to stream and play a media file locally as shown below. The problem is my file is encrypted for security (in addition to normal encoding like avi). If it isn't encrypted, I can easily stream it. When it is encrypted I have to decrypt to a temp directory first, but this defeats the security.
    Is there any way to decrypt the Media as it streams?
    Alternatively, is there a way to play it completely from memory?
    I was able to do something similar with the ImageView class by creating an Image object from a BufferedImage via the toFXImage function of the SwingUtils package which allowed me to show the Image from memory. Anything similar for video?
        var media : Media = Media {
            source: filePath
        var player : MediaPlayer = MediaPlayer {
            media: media,
            autoPlay: true
        var box : MediaView = MediaView {
            mediaPlayer: player
        }

    I am also interested in be able to do something like this. Bump.

  • I have an Air running Mountain Lion. I also have a digital point-and-shoot camera, but have never downloaded any images from the camera to this Air. If I connect the camera to the Air, what might I expect? Will connecting the camera to the Air by a cable

    I have an 11" Air with lots of remaining capacity running Mountain Lion. I also have a digital point-and-shoot camera. I have never downloaded images from the camera to this Air. However, if I just connect the camera to the Air's USB port, with the camera's available cable, and the Air is open, will a program like ImageCapture or iPhoto, auomatically come up, and I can begin to download wanted images? Or, will this sort of connection delete or fry everything on the Air? Do I need any other software on board? Will current Apple onboard programs allow me to download images from my camera and not destroy everything else?

    Answered. Thanks.

  • I cannot seem to load raw images into LR 2.5.  I've been using this for years.  I always load from memory card, but it gives me an unknown error message.  I tried to load from camera, hard drive, & external drive and still will not work.  I checked import

    I cannot seem to load raw images into LR 2.5.  I've been using this for years.  I always load from memory card, but it gives me an unknown error message.  I tried to load from camera, hard drive, & external drive and still will not work.  I checked import menu and nothing has changed.  I loaded the photos onto my tablet and images are fine, so do not feel it is the memory card.  Any thoughts?

    The error message probably said "unsupported or damaged"
    The T3 requires Lightroom 3.4.1 or later. You can either upgrade to a more current version of Lightroom (version 5.6 is the most recent) or you can use the free Adobe DNG Converter to convert the RAWs to DNG, which should import into Lightroom properly.

  • I'm trying to process RAW file images from my SanDisk memory card on Adobe Photoshop CS4 Extended and am unable to do so. Which level Adobe Photoshop do I need to process SanDisk images?

    I'm trying to process RAW images from my new SanDisk Ultra memory card and unable to do so. I'm currently using Adobe Photoshop CS4 Extended, is this the right one or do I need to update?

    …and you absolutely have to specify the camera model that generated those raw image files.
    2.—There's no such thing as "SanDisk images"
    3,— BOILERPLATE TEXT:
    Due to the current unavailability of clairvoyants and mind-readers in the forum, we respectfully request you supply sensible, complete details.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Cut and Paste images from flash to power point

    Can you cut and paste images from flash player to power point?
    Thanks!

    Are the settings for the two Sequences completely indentical?
    -DH

  • Insert Image in SharePoint List & Display Image from SharePoint List using C# Pragmatically

    hi 
    i have a share point custom list with the following columns and its types.
    Title--------------->Single line of test 
    FirstName--------------->Single line of test
    LastName--------------->Single line of test
    Description--------------->multiple line of test
    Link--------------->Hyperlink or Picture
    Image--------------->Hyperlink or Picture
    I've to create a visual web part with the following input fields and which can insert following items in the above list columns
     Title                  asp textbox
    First Name         asp textbox
    Last Name        asp textbox
    Description        asp textbox
    Link                  asp textbox
    Image              file upload control
    Submit             asp button
    when i click browse button for image control in above web part it browses image .jpg,jpeg or .png file from my computer into image input field above and when i click submit button it must be submitted in the Image column in the above list.
    i want to know how can i do that in c# pragmatically. 
    i've another visual web part which should read the image from the list in Image column and display it in image control on the web part.
    like this
    <img id="imgdisplay" runat="server" src="" />
    how can i read image from image column through c# pragmatically.

    Hello,
    You can't directly add picture into "Hyperlink or Picture" column because this column takes URL value and image is binary etc. You can first upload that picture into picture library (create new picture or document library) then add that image link
    into that column.
    To add/edit "Hyperlink or Picture" column, SP provided special class called "SPFieldUrl". Wheer you need to pass URL and description as parameter.
    Refer this link for you ref:
    http://stackoverflow.com/questions/23829576/how-to-decide-sharepoint-url-field-is-set-as-hyperlink-or-picture
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • IPhoto fails, removes device (memory card), images lost memory on card lost

    I've just recently began to experience problems with importing pics from my digital cameras' memory cards. I use a GE 24-in-1 USB Card Reader, and I have been using the delete after import feature on iPhone import, with no problems for a year, until just recently. I did browse and note some recommend not to use that feature.
    I use 512MB and 2GB Sandisk, Toshiba, (and two new unused) Lexar SD memory cards. I remove the cards from digital cameras (several different models of Kodak, and in two Panasonic PV-GS500 camcorders in picture-taking mode) and use the card reader for importing. I've imported into iPhoto this way for a year, likely having done so 400 times or more with no problems. I've just been lucky?
    But during import recently, iPhoto import stopped, and I got the device removed without being unloaded properly warning. The iMac hung, and I had to force quit iPhoto. Yep, I lost about all the images that had imported, both in the iPhoto library, as well as on the memory card--about 600 of the 900 images on the 2GB card. I started over, without the delete after import option selected, and was able to complete the download of the remaining images. I closed iPhoto, and used Finder to select and move to trash the images on the card, to clear the card and free up all the memory for the next use. But I noted that the memory available was incorrect, showing only 658.1MB instead of what I think a 2GB should show--1.87GB.
    Something similar has happened again. During import (not having the delete after import option selected), import stopped, and I got the device remove warning again. No images were saved in Library, but all the images remained on the card, so I started over and did complete the import of all the images from the card, and they were properly saved in Library. I used Finder to move to trash to clear the card. But again noted that the memory card now only shows 704.7MB available, not the 1.87GB that it should.
    Yes, I read today the recommendations evidently not to do the process in this manner, so I'm sure one suggestion will be for me not to use the delete after import option, and I guess I'm not supposed to use Finder to move to trash to delete the images from the card. But I note I've done it this way for a year, even using the delete after import option with no problems--until the past two weeks. And also I've allowed all the auto updates, one recently for iPhoto, as I recall, so maybe one of the updates is now part of the experience I'm having.
    So is the recommended procedure to only import with the memory card in the device (camera or camcorder), and only to delete the images using the device? I can, of course, but the way I had been doing it was far more convenient, and seemed appropriate use of the software and options.
    Also, is there anyway to format the cards so the complete memory is available? Related to that, I'm beginning to think I shouldn't randomly use the cards in the five devices I use (cameras and camcorders)? Until now this hasn't been a problem either. I've been randomly using the cards, devices, and card reader, again, for over a year....
    To be fair, maybe I just haven't recognized the problem when it first started recently, as I just viewed the memory on all the cards, and now see that some of the 512MB cards are only showing like 179MB, 336.4MB, and 483.4MB--is the last volume what's normally available for a 512MB card?
    I seldom use the 512MB cards in the camcorders, but haven't specifically avoided doing that, other than for the reason that when capturing images in the camcorders, I usually capture 500-900 images at a time, thus needing the 2GB cards to handle that. But I've often used the 2GB cards in the digital cameras randomly.....
    Any thoughts or recommendations would be appreciated!
    Dale

    Hi, OC. In addition to Terence's fine suggestions, let me point out (in case it isn't obvious) that after dragging images from your cards to the Trash, you must empty the Trash to recover the space the pictures occupied on the card. If you don't empty the trash, the pictures are still on the card, taking up the same space they did before you moved them.
    But I'll repeat the oft-repeated recommendation not to delete anything from a memory card using your Mac. There are too many ways doing that can go pear-shaped. Erase or reformat each card each time you reinsert it in any of your cameras or other devices. The commands are there, somewhere in the cameras' menu systems.
    Message was edited by: eww

  • How do I remove images from aperture?

    Totally new to apple and aperture so I apologise if this seems like a somewhat noob question but how do I remove images from aperture (using the latest version, 3.4.1)? Coming from a PC and using lightroom I'm used to being able to remove images in two ways:
    - removing the image from the "library", so that it no longer shows up in the program at all but is still on your hard drive (when I say removing it from the program entirely, I mean entirely, i.e. not sitting in a trash can or some other place where it's still taking up memory)
    - deleting the original image off the hard drive
    Is it possible to do either of these things in aperture, on both just a single image or a selection of multiple images, and if so how? I've tried googling this already and am getting a bunch of mixed solutions, none of which have really worked so far, so any answers would be appreciated. Thanks!

    The answer partially depends on whether you have a managed or referenced library. Since you're totally new to Aperture, I'm assuming you have a managed library since that's the default.
    FYI: Managed means Aperture handles image files and places them inside the library file. Referenced means you manage the image files and Aperture only points to (references) them.
    For a managed library, select an image you want to delete. Type command-delete. (That's the reverse delete key next to the "=" key). (You can also right-click an image and choose Delete Version) That will remove the images from their Project and place in the Aperture Trash. They're still taking up space in the Trash. If you really want them gone for good, right-click the Trash in the library pane and select Empty Trash. Poof.
    For a reference library, I forgot the exact details since I don't use this type of library, but you'll be asked (or can check a box) to delete the original file from the disk.

  • How Can I get rid of a download, it won't stop processing? Even after I have deleted image from videos?

    How do I delete a download as it won't stop processing? I have even deleted the image from videos but it is still in my download saying processing. Help?

    Hi Sanjampet,
    Yes, it was a folder from a website. It was a backup of a website (the website was hacked into at one point if that matters). I kept the backups in a folder on my laptop. I was able to delete the other backups, but this one was giving me an issue for some reason. The other day when I was having this issue and you were trying to help me solve it, it was showing that I only had (about) 158 GB of memory left on my computer, but when I was finally able to delete the folder and all of its content it was showing that I had over 250 GB of memory left. I don't understand how a website's backup folder can be that large :S Was that why I was having so much trouble doing anything with it?
    I could drag the entire folder into the trash can, but if I tried to empty the trash it would just do what was showing in the picture from my original post
    Thank you so much!

  • 1142 Kept on Downloading Image from WLC CT2504

    Dear All,
    i'm a newbie of cisco wireless product, this my first time use.
    on the WLC i've set DHCP address pool, everything seems fine after ap download image -> reboot -> hit "Enter" to start blar blar blar... however, after a few second the WLC will initial upgrade image again and again. it's like a non-stop process.
    can anyone advise me where to start?  attached is the start up message, as you can see, i captured it after the ap successfully boot up, and WLC initial another cycle of image upgrade.
    btw, my network is flat, WLC & AP all in the same network.
    Thanks & Regards
    Eric
    *Nov  3 06:28:30.788: %CAPWAP-5-CHANGED: CAPWAP changed state to JOIN
    examining image...!
    extracting info (292 bytes)
    Image info:
        Version Suffix: k9w8-.124-23c.JA3
        Image Name: c1140-k9w8-mx.124-23c.JA3
        Version Directory: c1140-k9w8-mx.124-23c.JA3
        Ios Image Size: 4905472
        Total Image Size: 5100032
        Image Feature: WIRELESS LAN|LWAPP
        Image Family: C1140
        Wireless Switch Management Version: 7.0.220.0
    Extracting files...
    c1140-k9w8-mx.124-23c.JA3/ (directory) 0 (bytes)
    c1140-k9w8-mx.124-23c.JA3/html/ (directory) 0 (bytes)
    c1140-k9w8-mx.124-23c.JA3/html/level/ (directory) 0 (bytes)
    c1140-k9w8-mx.124-23
    *Nov  3 06:28:35.788: %CAPWAP-5-SENDJOIN: sending Join Request to 192.168.1.88perform archive download capwap:/c1140 tar file
    *Nov  3 06:28:35.803: %CAPWAP-5-AP_IMG_DWNLD: Required image not found on AP. Downloading image from Controller.
    *Nov  3 06:28:35.809: %CAPWAP-5-CHANGED: CAPWAP changed state to IMAGEc.JA3/html/level/1/ (directory) 0 (bytes)
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/1/forms.js (17486 bytes)!
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/1/sitewide.js (16548 bytes)!
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/1/officeExtendap.css (41795 bytes)!!!
    *Nov  3 06:28:35.809: Loading file /c1140...
    extracting c1140-k9w8-mx.124-23c.JA3/c1140-k9w8-mx.124-23c.JA3 (4721403 bytes)!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!                              !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    extracting c1140-k9w8-mx.124-23c.JA3/info (292 bytes)
    extracting info.ver (292 bytes)!
    Deleting target version: flash:/c1140-k9w8-mx.124-23c.JA3...done.
    New software image installed in flash:/c1140-k9w8-mx.124-23c.JA3
    Configuring system to use new image...done.
    archive download: takes 107 seconds
    Writing out the event log to nvram...
    *Nov  3 06:30:22.083: %DTLS-3-BAD_RECORD: Erroneous record received from 192.168.1.88: Duplicate (replayed) record
    *Nov  3 06:30:22.987: image upgrade successfully, system is now reloading
    *Nov  3 06:30:23.043: %SYS-5-RELOAD: Reload requested by capwap image download proc. Reload Reason: NEW IMAGE DOWNLOAD.
    *Nov  3 06:30:23.046: %LWAPP-5-CHANGED: CAPWAP changed state to DOWN
    using  eeprom values
    WRDTR,CLKTR: 0x83000800 0x40000000
    RQDC ,RFDC : 0x80000034 0x00000207
    using ÿÿÿÿ ddr static values from serial eeprom
    ddr init done
    Running Normal Memtest...
    Passed.
    IOS Bootloader - Starting system.
    FLASH CHIP:  Numonyx P33
    Checking for Over Erased blocks
    Xmodem file system is available.
    DDR values used from system serial eeprom.
    WRDTR,CLKTR: 0x83000800, 0x40000000
    RQDC, RFDC : 0x80000034, 0x00000207
    PCIE0: link is up.
    PCIE0: VC0 is active
    PCIE1: link is up.
    PCIE1: VC0 is active
    PCIEx: initialization done
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/1/appsui.js (557 bytes)
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/1/config.js (24633 bytes)!!
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/1/ap_home.shtml.gz (1300 bytes)
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/1/back.shtml (506 bytes)
    c1140-k9w8-mx.124-23c.JA3/html/level/1/images/ (directory) 0 (bytes)
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/1/images/cisco-logo-2007.gif (1648 bytes)
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/1/images/background_web41.jpg (732 bytes)
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/1/images/login_homeap.gif (19671 bytes)!!
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/1/images/info.gif (399 bytes)
    c1140-k9w8-mx.124-23c.JA3/html/level/15/ (directory) 0 (bytes)
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/15/officeExtendapBanner.htm (7108 bytes)!
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/15/officeExtendapHelp.htm (5007 bytes)
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/15/officeExtendapEvent.shtml.gz (983 bytes)
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/15/officeExtendapConfig.shtml.gz (2861 bytes)
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/15/officeExtendapMain.shtml.gz (3361 bytes)!
    extracting c1140-k9w8-mx.124-23c.JA3/html/level/15/officeExtendapSummary.htm (712 bytes)
    extracting c1140-k9w8-mx.124-23c.JA3/T2.bin (8080 bytes)
    extracting c1140-k9w8-mx.124-23c.JA3/8001.img (174880 bytes)!!!!!!!!!!!!!!
    extracting c1140-k9w8-mx.124-23c.JA3/T5.bin (23836 bytes)
    extracting c1140-k9w8-mx.124-23c.JA3/info (292 bytes)
    extracting info.ver (292 bytes)!
    Deleting target version: flash:/c1140-k9w8-mx.124-23c.JA3...done.
    New software image installed in flash:/c1140-k9w8-mx.124-23c.JA3
    Configuring system to use new image...done.
    archive download: takes 107 seconds
    PCIE0: link is up.
    PCIE0: VC0 is active
    PCIE1: link is up.
    PCIE1: VC0 is active
    PCIEx: initialization done
    flashfs[0]: 28 files, 8 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 32385024
    flashfs[0]: Bytes used: 7451136
    flashfs[0]: Bytes available: 24933888
    flashfs[0]: flashfs fsck took 21 seconds.
    Reading cookie from system serial eeprom...Done
    Base Ethernet MAC address: 60:73:5c:31:b0:dc
    Ethernet speed is 100 Mb - FULL duplex
    Loading "flash:/c1140-k9w8-mx.124-23c.JA3/c1140-k9w8-mx.124-23c.JA3"...############################################################################################################################################################################################################################################################################################################################################################################################################################################################
    File "flash:/c1140-k9w8-mx.124-23c.JA3/c1140-k9w8-mx.124-23c.JA3" uncompressed and installed, entry point: 0x4000
    executing...
    enet halted
                  Restricted Rights Legend
    Use, duplication, or disclosure by the Government is
    subject to restrictions as set forth in subparagraph
    (c) of the Commercial Computer Software - Restricted
    Rights clause at FAR sec. 52.227-19 and subparagraph
    (c) (1) (ii) of the Rights in Technical Data and Computer
    Software clause at DFARS sec. 252.227-7013.
               cisco Systems, Inc.
               170 West Tasman Drive
               San Jose, California 95134-1706
    Cisco IOS Software, C1140 Software (C1140-K9W8-M), Version 12.4(23c)JA3, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2011 by Cisco Systems, Inc.
    Compiled Tue 18-Oct-11 14:52 by prod_rel_team
    Proceeding with system init
    Proceeding to unmask interrupts
    Initializing flashfs...
    FLASH CHIP:  Numonyx P33
    Checking for Over Erased blocks
    flashfs[1]: 28 files, 8 directories
    flashfs[1]: 0 orphaned files, 0 orphaned directories
    flashfs[1]: Total bytes: 32126976
    flashfs[1]: Bytes used: 7451136
    flashfs[1]: Bytes available: 24675840
    flashfs[1]: flashfs fsck took 5 seconds.
    flashfs[1]: Initialization complete.
    flashfs[2]: 0 files, 1 directories
    flashfs[2]: 0 orphaned files, 0 orphaned directories
    flashfs[2]: Total bytes: 11999232
    flashfs[2]: Bytes used: 1024
    flashfs[2]: Bytes available: 11998208
    flashfs[2]: flashfs fsck took 1 seconds.
    flashfs[2]: Initialization complete....done Initializing flashfs.
    Ethernet speed is 100 Mb - FULL duplex
    Radio0  present 8363 8000 90020000 0 90030000 B
    Radio1  present 8363 8000 98020000 0 98030000 0
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    cisco AIR-LAP1142N-C-K9    (PowerPC405ex) processor (revision A0) with 98294K/32768K bytes of memory.
    Processor board ID FGL1632S622
    PowerPC405ex CPU at 586Mhz, revision number 0x147E
    Last reset from reload
    LWAPP image version 7.0.220.0
    1 Gigabit Ethernet interface
    2 802.11 Radio(s)
    32K bytes of flash-simulated non-volatile configuration memory.
    Base ethernet MAC Address: 60:73:5C:31:B0:DC
    Part Number                          : 73-12836-05
    PCA Assembly Number                  : 800-33767-05
    PCA Revision Number                  : A0
    PCB Serial Number                    : FOC16301SFC
    Top Assembly Part Number             : 800-33775-04
    Top Assembly Serial Number           : FGL1632S622
    Top Revision Number                  : A0
    Product/Model Number                 : AIR-LAP1142N-C-K9
    % Please define a domain-name first.
    Translating "CISCO-CAPWAP-CONTROLLER"...domain server (255.255.255.255)
    Press RETURN to get started!
    *Mar  1 00:00:07.703: %SOAP_FIPS-2-SELF_TEST_IOS_SUCCESS: IOS crypto FIPS self test passed
    *Mar  1 00:00:07.714: *** CRASH_LOG = YES
    Security Core found.
    Base Ethernet MAC address: 60:73:5C:31:B0:DC
    *Mar  1 00:00:09.283: %SOAP_FIPS-2-SELF_TEST_RAD_SUCCESS: RADIO crypto FIPS self test passed on interface Dot11Radio 0
    *Mar  1 00:00:09.855: %SOAP_FIPS-2-SELF_TEST_RAD_SUCCESS: RADIO crypto FIPS self test passed on interface Dot11Radio 1
    *Mar  1 00:00:09.903: %LWAPP-3-CLIENTEVENTLOG: Read and initialized AP event log (contains, 1024 messages)
    *Mar  1 00:00:09.926:  status of voice_diag_test from WLC is false
    *Mar  1 00:00:10.970: %LINK-3-UPDOWN: Interface GigabitEthernet0, changed state to up
    *Mar  1 00:00:12.046: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to up
    *Mar  1 00:00:12.084: %SYS-5-RESTART: System restarted --
    Cisco IOS Software, C1140 Software (C1140-K9W8-M), Version 12.4(23c)JA3, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2011 by Cisco Systems, Inc.
    Compiled Tue 18-Oct-11 14:52 by prod_rel_team
    *Mar  1 00:00:12.085: %SNMP-5-COLDSTART: SNMP agent on host AP6073.5c31.b0dc is undergoing a cold start
    *Mar  1 00:10:23.055: %LINK-5-CHANGED: Interface Dot11Radio1, changed state to reset
    *Mar  1 00:10:23.055: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to reset
    *Mar  1 00:10:24.055: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to down
    *Mar  1 00:10:24.055: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
    *Mar  1 00:10:32.053: %CAPWAP-5-CHANGED: CAPWAP changed state to DISCOVERY
    *Mar  1 00:10:33.293: %SSH-5-ENABLED: SSH 2.0 has been enabled
    *Mar  1 00:10:41.916:  status of voice_diag_test from WLC is false
    *Mar  1 00:10:41.973: Logging LWAPP message to 255.255.255.255.

    Dear Leolaohoo, i've performed the command, after reboot it'll join the controller and then the downloading process keep on repeating again. here's the output after i perform the command.
    AP6073.5c31.b0dc#de
    AP6073.5c31.b0dc#del
    AP6073.5c31.b0dc#delete /f /r fl
    AP6073.5c31.b0dc#delete /f /r flash:/c1
    AP6073.5c31.b0dc#delete /f /r flash:/c1140-k
    AP6073.5c31.b0dc#delete /f /r flash:/c1140-k9w8-mx.124-23c.JA3
    AP6073.5c31.b0dc#clear capwap pri
    AP6073.5c31.b0dc#clear capwap private?
    private-config
    AP6073.5c31.b0dc#clear capwap private
    AP6073.5c31.b0dc#clear capwap private-config
    AP6073.5c31.b0dc#reload
    Proceed with reload? [confirm]
    Writing out the event log to nvram...
    *Mar  1 00:12:29.460: %SYS-5-RELOAD: Reload requested by Cisco on console. Reload Reason: Reload Command.
    *Mar  1 00:12:29.463: %LWAPP-5-CHANGED: CAPWAP changed state to DOWN
    using  eeprom values
    WRDTR,CLKTR: 0x83000800 0x40000000
    RQDC ,RFDC : 0x80000034 0x00000207
    using ÿÿÿÿ ddr static values from serial eeprom
    ddr init done
    Running Normal Memtest...
    Passed.
    IOS Bootloader - Starting system.
    FLASH CHIP:  Numonyx P33
    Checking for Over Erased blocks
    Xmodem file system is available.
    DDR values used from system serial eeprom.
    WRDTR,CLKTR: 0x83000800, 0x40000000
    RQDC, RFDC : 0x80000034, 0x00000207
    PCIE0: link is up.
    PCIE0: VC0 is active
    PCIE1: link is up.
    PCIE1: VC0 is active
    PCIEx: initialization done
    flashfs[0]: 6 files, 2 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 32385024
    flashfs[0]: Bytes used: 2365440
    flashfs[0]: Bytes available: 30019584
    flashfs[0]: flashfs fsck took 19 seconds.
    Reading cookie from system serial eeprom...Done
    Base Ethernet MAC address: 60:73:5c:31:b0:dc
    Ethernet speed is 100 Mb - FULL duplex
    Loading "flash:/c1140-k9w8-mx.124-23c.JA3/c1140-k9w8-mx.124-23c.JA3"...flash:/c1140-k9w8-mx.124-23c.JA3/c1140-k9w8-mx.124-23c.JA3: no such file or directory
    Error loading "flash:/c1140-k9w8-mx.124-23c.JA3/c1140-k9w8-mx.124-23c.JA3"
    Interrupt within 5 seconds to abort boot process.
    Loading "flash:/c1140-rcvk9w8-mx/c1140-rcvk9w8-mx"...#######################################################################################################################################################################################################################
    File "flash:/c1140-rcvk9w8-mx/c1140-rcvk9w8-mx" uncompressed and installed, entry point: 0x4000
    executing...
    enet halted
                  Restricted Rights Legend
    Use, duplication, or disclosure by the Government is
    subject to restrictions as set forth in subparagraph
    (c) of the Commercial Computer Software - Restricted
    Rights clause at FAR sec. 52.227-19 and subparagraph
    (c) (1) (ii) of the Rights in Technical Data and Computer
    Software clause at DFARS sec. 252.227-7013.
               cisco Systems, Inc.
               170 West Tasman Drive
               San Jose, California 95134-1706
    Cisco IOS Software, C1140 Software (C1140-RCVK9W8-M), Version 12.4(21a)JA, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2009 by Cisco Systems, Inc.
    Compiled Mon 08-Jun-09 16:28 by prod_rel_team
    Proceeding with system init
    Proceeding to unmask interrupts
    Initializing flashfs...
    flashfs[1]: 6 files, 2 directories
    flashfs[1]: 0 orphaned files, 0 orphaned directories
    flashfs[1]: Total bytes: 32385024
    flashfs[1]: Bytes used: 2365440
    flashfs[1]: Bytes available: 30019584
    flashfs[1]: flashfs fsck took 4 seconds.
    flashfs[1]: Initialization complete....done Initializing flashfs.
    Ethernet speed is 100 Mb - FULL duplex
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    cisco AIR-LAP1142N-C-K9    (PowerPC405ex) processor (revision A0) with 98294K/32768K bytes of memory.
    Processor board ID FGL1632S622
    PowerPC405ex CPU at 586Mhz, revision number 0x147E
    Last reset from reload
    LWAPP image version 3.0.51.0
    1 Gigabit Ethernet interface
    32K bytes of flash-simulated non-volatile configuration memory.
    Base ethernet MAC Address: 60:73:5C:31:B0:DC
    Part Number                          : 73-12836-05
    PCA Assembly Number                  : 800-33767-05
    PCA Revision Number                  : A0
    PCB Serial Number                    : FOC16301SFC
    Top Assembly Part Number             : 800-33775-04
    Top Assembly Serial Number           : FGL1632S622
    Top Revision Number                  : A0
    Product/Model Number                 : AIR-LAP1142N-C-K9
    % Please define a domain-name first.
    Translating "CISCO-LWAPP-CONTROLLER"...domain server (255.255.255.255)
    Press RETURN to get started!
    *Mar  1 00:00:05.915: *** CRASH_LOG = YES
    Base Ethernet MAC address: 60:73:5C:31:B0:DC
    *Mar  1 00:00:06.121: %LWAPP-3-CLIENTEVENTLOG: Read and initialized AP event log (contains, 1024 messages)
    *Mar  1 00:00:08.167: %LINK-3-UPDOWN: Interface GigabitEthernet0, changed state to up
    *Mar  1 00:00:08.184: %SYS-5-RESTART: System restarted --
    Cisco IOS Software, C1140 Software (C1140-RCVK9W8-M), Version 12.4(21a)JA, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2009 by Cisco Systems, Inc.
    Compiled Mon 08-Jun-09 16:28 by prod_rel_team
    *Mar  1 00:10:23.981: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to up
    Translating "CISCO-CAPWAP-CONTROLLER"...domain server (255.255.255.255)
    *Mar  1 00:10:32.016: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-LWAPP-CONTROLLER
    Translating "CISCO-LWAPP-CONTROLLER"...domain server (255.255.255.255)
    *Mar  1 00:10:41.016: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-CAPWAP-CONTROLLER
    *Mar  1 00:10:41.017: %CAPWAP-5-CHANGED: CAPWAP changed state to DISCOVERY
    Translating "CISCO-CAPWAP-CONTROLLER"...domain server (255.255.255.255)
    *Mar  1 00:10:50.964: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-LWAPP-CONTROLLER
    *Mar  1 00:10:54.600: %CDP_PD-2-POWER_LOW: All radios disabled - NEGOTIATED WS-C2960-24PC-L (34bd.c8f6.5681)
    *Mar  1 00:10:59.964: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-CAPWAP-CONTROLLER
    Translating "CISCO-LWAPP-CONTROLLER"...domain server (255.255.255.255)
    Translating "CISCO-CAPWAP-CONTROLLER"...domain server (255.255.255.255)
    *Mar  1 00:11:18.965: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-LWAPP-CONTROLLER

Maybe you are looking for

  • Macbook Core 2 Duo noise

    I bought a white core 2 duo 2 gh macbook a few days ago. There is a strange buzzing sound underde the keybord. It did'nt happen in the former macbook core duo. Is it normal or not? Could it be provoked by the new chip? Thank you...

  • Intel Mac Mini & webcam

    I have a Mini and would like to use a webcam on it. I use a P/S2 keyboard and mouse and a non-Apple monitor so i can switch between the Mini & PC. I have tried using my PC cam but the Mini doesn't see it. Any ideas? This is a cross-post from the Came

  • My daughter forgot her passcode. How can I reset this

    Hello. My 10 year old daughter lost her iPod touch early this year & we just found it. She has forgotten her passcode. How can I reset this for her

  • Check one time account vendor invoice

    Hi, Posting one time account vendor invoice the system shows a pop-up to enter address bank data (table BSEC). Is there any user-exit or SAP note which you can make a field (eg. BSEC-STCD1) obligatory and another (eg. BSEC-STCD3) not editable ? Other

  • Hierarchy Sorting

    Hello everyone. I have a categories hierarchy with 4 levels. I have made a hierarchy and I can drill down on my reports througth this levels. The question is: Can we define some kind of sorting for the data other than the column shown? The hierarchy