Random failure starting new board

I have just bought an MSI K8T board with Athlon64 and 512MB RAM as a package deal, to replace my Piii/600, Abit-BH6 rig which went belly up. After assembly I discovered that my PSU didn't have the JPW 12V connector for the PSU, so I hustled out and bought a new one.
Now I get start-up problems. I've stripped right back to the following:
mobo, cpu, ram, video. I've connected front panel LEDs & switches, keyboard, monitor, PSU & d-bracket.
When I boot I get a whole range of failures. Out of ten attempts I get...
7 at processor init
1 at early chipset init
1 at the AMI BIOS System Configuration Screen display
1 at faiing to boot of network (which actually had all four green LEDs on the d-bracket! woo-hoo.
Once I had it try to boot off floppy when the drive was connected.
Any suggestions..? It's driving me mad actually!
Spec of what i'm using ought to be right here on my sig....

Having computer problems and frustrations do that to us all .
Just think you get some replys faster there than here..
Good luck

Similar Messages

  • IMessage randomly starts new conversation from email address

    My wife's phone has been having this problem for a while - both on her iPhone 5, and on her new iPhone 6.
    In the settings for iMessage, it says she can be reached by iMessage at ___, and then lists her Verizon cellular number, and her iCloud email address. Under "start new conversations from" it lists her Verizon cellular number, and her iCloud email address, with the phone numbering having a check mark.
    The issue: some iMessages she sends me will be from her phone number, and some from her email address. There appears to be no rhyme or reason to where the  iMessage originates. The only clue I can decipher is it appears that when she sends photos, it might be coming through her email address, but I can say that's for certain.
    Any idea what the cause is?

    My wife's phone has been having this problem for a while - both on her iPhone 5, and on her new iPhone 6.
    In the settings for iMessage, it says she can be reached by iMessage at ___, and then lists her Verizon cellular number, and her iCloud email address. Under "start new conversations from" it lists her Verizon cellular number, and her iCloud email address, with the phone numbering having a check mark.
    The issue: some iMessages she sends me will be from her phone number, and some from her email address. There appears to be no rhyme or reason to where the  iMessage originates. The only clue I can decipher is it appears that when she sends photos, it might be coming through her email address, but I can say that's for certain.
    Any idea what the cause is?

  • CALL FUNCTION  WITH STARTING NEW TASK

    Hi All,
    i'm call a function module through
    CALL FUNCTION 'Y_WIN'  DESTINATION 'rfc_destination' then it's give right result but when i want to call with starting new task then
    CALL FUNCTION 'Y_WIN'  STARTING NEW TASK 'INFO' DESTINATION 'rfc_destination'
    it does nt provide me any data. i have check in debugger call fm is wkging fine so pls clear me why i'm nt geeting result.
    pls give ur suggestions,
    Anuj

    Did you use the PERFORMING <form> ON END OF TASK to get the results back; like in the following sample
              CALL FUNCTION 'SAPWL_STATREC_READ_FILE'
                   STARTING NEW TASK taskname
                   DESTINATION list-name
                   PERFORMING read_outtab ON END OF TASK
                   EXPORTING
                        read_start_date   = s_date
                        read_start_time   = '000000'
                        read_end_date     = s_date
                        read_end_time     = '235959'
                   EXCEPTIONS " failure when calling RFC
                        communication_failure = 1 MESSAGE msg_text
                        system_failure        = 2 MESSAGE msg_text
                        RESOURCE_FAILURE      = 3.
    and
    FORM read_outtab USING taskname.
    * Receive results back
      RECEIVE RESULTS FROM FUNCTION 'SAPWL_STATREC_READ_FILE'
        TABLES
          v2_normal_records = outtab
        EXCEPTIONS " from the called FM
          nodata    = 1.
    Regards

  • Petalinux fails to build for new board configuration

    We’ve successfully brought up our new board running a simple application that loads off the SD card and prints “Hello World”, blinks a LED and accesses DDR3 memory. I’m trying to port 2014.4 Petalinux to work on the design and am having the following problems:
    Running petalinux-build, I get the following errors building u-boot:
    [ALL  ]   CC      lib/asm-offsets.s
    [ALL  ] In file included from /home/robert/Superior/build/linux/u-boot/src/u-boot-plnx/include/common.h:89:0,
    [ALL  ]                  from /home/robert/Superior/build/linux/u-boot/src/u-boot-plnx/lib/asm-offsets.c:15:
    [ALL  ] /home/robert/Superior/build/linux/u-boot/src/u-boot-plnx/include/flash.h:20:14: error: 'CONFIG_SYS_MAX_FLASH_SECT' undeclared here (not in a function)
    [ALL  ]   ulong start[CONFIG_SYS_MAX_FLASH_SECT];   /* virtual sector start address */
    [ALL  ]               ^
    [ALL  ] In file included from /home/robert/Superior/build/linux/u-boot/src/u-boot-plnx/include/common.h:1063:0,
    [ALL  ]                  from /home/robert/Superior/build/linux/u-boot/src/u-boot-plnx/lib/asm-offsets.c:15:
    [ALL  ] /home/robert/Superior/build/linux/u-boot/src/u-boot-plnx/include/environment.h:153:19: error: 'CONFIG_ENV_SIZE' undeclared here (not in a function)
    [ALL  ]  #define ENV_SIZE (CONFIG_ENV_SIZE - ENV_HEADER_SIZE)
    [ALL  ]                    ^
    [ALL  ] /home/robert/Superior/build/linux/u-boot/src/u-boot-plnx/include/environment.h:161:21: note: in expansion of macro 'ENV_SIZE'
    [ALL  ]   unsigned char data[ENV_SIZE]; /* Environment data  */
    [ALL  ]                      ^
    [ERROR] make[4]: *** [lib/asm-offsets.s] Error 1
    [ERROR] make[3]: *** [prepare0] Error 2
    [ERROR] make[2]: *** [sub-make] Error 2
    [ALL  ] make[2]: Leaving directory `/home/robert/Superior/build/linux/u-boot/src/u-boot-plnx'
    [ERROR] make[1]: *** [/home/robert/Superior/build/linux/u-boot/u-boot-plnx/u-boot] Error 2
    [ALL  ] make[1]: Leaving directory `/home/robert/Superior/build/linux/u-boot'
    [ALL  ] make: *** [sub_build_component_/none/u-boot/single/u-boot-plnx] Error 2
    [ALL  ] make: Leaving directory `/home/robert/Superior/build/linux'
    In trying to understand what is causing this error, it appears it may be due to the fact that our design has no QSPI in it, which is listed as optional in the Petalinux manual. The u-boot code appears to expect that it can read its environment information from a section of QSPI. We’d prefer to not add one. Any idea if there’s a work-around for this, assuming this is the problem? I also tried configuring a system and telling it we have a QSPI. I get the same error compiling.
    So now I'm at a loss. Any ideas or suggestions would be greatly appreciated.
     

    It now works fine after changing my platform-top.h to:
    #include <configs/platform-auto.h>
    #define CONFIG_SYS_NO_FLASH
    /* Total Size of Environment Sector */
    #define CONFIG_ENV_SIZE                 (128 << 10)
    #ifndef CONFIG_ENV_IS_NOWHERE
    # define CONFIG_ENV_IS_NOWHERE
    # define CONFIG_ENV_SECT_SIZE           CONFIG_ENV_SIZE
    # ifndef CONFIG_ENV_OFFSET
    #  define CONFIG_ENV_OFFSET             0xE0000
    # endif
    # define CONFIG_CMD_SAVEENV
    #endif

  • Reinstalling Lightroom after harddisk failure and new harddisk

    Hi I have faced a harddisk crash  and got a new 1 terabyte harddisk.
    Now I am installing the programs again but when I put the disk into the slot it does accept it.
    What can I do?
    Pls help
    rgds
    Niels

    Hi  Adobe Photoshop Lightroom 5 and Elements 12
    Den 30/11/2014 kl. 20.25 skrev John Waller <[email protected]>:
    Reinstalling Lightroom after harddisk failure and new harddisk
    created by John Waller <https://forums.adobe.com/people/John+Waller> in Adobe Creative Cloud - View the full discussion <https://forums.adobe.com/message/6973190#6973190>
    when I put the disk into the slot it does accept it.
    Which Adobe software are you trying to re-install?
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/6973190#6973190 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/6973190#6973190
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Adobe Creative Cloud by email <mailto:[email protected].com> or at Adobe Community <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=46 70>
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624 <https://forums.adobe.com/thread/1516624>.
    Venlige hilsener
    Niels Brandt

  • Cant get into Bios, New board (K8T Neo-FIS2R)

    I just put in a new board and cpu, everything seems to start up fine. BUT I press DEL to get into the bios settings and it tells me theres no bios installed. My HDs wont autodetect at the start so i havent gotten to windows yet, HD taken from old pc with winxp on it already.
    Im totally lost here as what to do.
    Can i just DL the newest bios drivers and flash?

    Quote
    no bios installed
    ...that's the Promise controller...you have to press Delete when you first power on, you're probably missing the timing because of the Core Cell screen...
    ...you don't want to flash the BIOS until you get a stable system...well, you could, but...  

  • Random Shutdowns Started Again After Fix - Some Questions for Others

    ::sigh::
    After a very prompt repair followed by 3 weeks of constant use with no problems, tonight I had another random shutdown. (Here we go again.) I never was able to find anyone at Apple who could tell me what they fixed (it was not a logic board replacement) but apparently it wasn't a permanent fix.
    Some observations and questions:
    When random shutdowns start, my "previous shutdown code" in the system log changes to -72, and continue to register as -72 even when I shutdown the computer myself. During the period when the system was working after the repair, shutdown codes were always 0s or 3s. Have others noticed the same pattern? In my experience, once that first negative code appears, it doesn't change back to normal, regardless of how the computer is turned off (except after the repair).
    Also, tonight was the first time since my repair that I used the 3-prong power cord with the AC adapter (rather than just the two prong). Could there be any connection (perhaps a faulty cord sendinga surge to the system and damaging something)? During the last round, shutdowns occurred whether on AC power or battery, but I'm wondering if the use of that cord may have triggered the problem in the first place. Has anyone that has had random shutdowns never used the 3-prong cord at all?
    The other thing I've noticed is that importing digital camera photos into iPhoto often seems to trigger shutdowns (not all of them, but some of them). My random shutdown tonight happened after editing photos I'd just imported from my camera (and right after I ejected and unplugged the camera). Could the connection to the camera somehow cause a problem? Has anyone who has had random shutdowns NOT connected a digital camera or used iPhoto?
    Just grasping at straws here to try to figure out what causes this problem (since apparently Apple hasn't figured it out yet). Looks like I'm going to have to take it back again. I love my MacBook better than any PC I've ever had, but I never had these kind of hardware problems with my PCs (and if I did have a problem it was usually pretty simple to troubleshoot and repair).

    I think you're confused, it's not as simple as that.
    Here's why - I just ran two yes terminal sessions on my wife's MacBook and let it run for 15 minutes. Fan came on, system is running warm but running just fine.
    On my RSD MacBook, while I was at the Apple Store, trying to demonstrate the RSD it ran two yes terminals for like 5 minutes and kept running however when I closed Terminal - wham RSD.
    It IS NOT heat related. Most likely the system "thinks" there's a heat problem by a bad sensor, wire whatever.
    If I can't run my MacBook at 100% (actually 200%, both cores) for as long as I need then it is defective and should be returned to Apple.
    When my MacBook was working I ran EVN (Escape Velocity NOVA) which runs under Rosetta, man that thing sucked the battery dry in less than 60 minutes and the system got pretty warm too. BUT IT KEPT running and didn't shut down. When my system was acting up I couldn't even browse the Apple web site and ut would shutdown.
    Greg
    PS I installed the SMC update a week before my system started having RSD.

  • Random Failure to power up.

    I have bootcamp installed and I run XP and Mac osx. Occasionally, my computer will either just freeze or shutdown. This generally only happens in XP, but when I go to turn the computer back on, the dvd drive whizzes but the computer will not give the starting sound. At this point, it just refuses to boot up, and the power button flashes three times in sequence continuously. I am not sure what is causing this, but if I boot up the computer without the power plugged in, I can sort of force it to boot up. I just bought the computer Last month, so it shouldn't be having any serious issues.

    Welcome to the Forums!
    Assuming you have an MBP, the power button does not flash (no light there). So, either the latch light (aka power LED) is flashing, or you have a desktop Mac.
    Either way, your RAM is the culprit. The 3 flash-pause-repeat sequence indicates "marginal RAM" (vs. flashing once per second, which means bad RAM or no RAM installed).
    See this page:
    http://docs.info.apple.com/article.html?artnum=303363
    So, your first step is to remove and re-seat your RAM - it may have become loose. The 'random' failure to start up would also be caused by this. This step solved the problem for the last poster with this same problem, see this thread.
    These instructions will show you how to access the MBP's RAM:
    http://docs.info.apple.com/article.html?artnum=303491
    If that does not allow you to boot normally, try booting with only one RAM chip inserted, then the other (i.e. test each chip independently). If a chip is bad, contact AppleCare.
    Hope this helps...

  • I have an ipod touch 8gb model number MA623LL. How do I install apps on my ipod? Is it capable of transferring/running apps? Why doesn't my ipod touch have the basic-beginning app on the beginning screen after i erased/wiped my ipod and started new?

    i have an ipod touch 8gb model number MA623LL. How do I install apps on my ipod? Is it capable of transferring/running apps? Why doesn't my ipod touch have the basic-beginning app on the beginning screen after i erased/wiped my ipod and started new?

    Googling shows that you have the 1G iPod.  For apps you need at least iOS 2. The iG can go as far os 3.1.3 that you get here:
    Purchasing iOS 3.1 Software Update for iPod touch (1st generation)
    Just be aware that there are presently not that many apps that work with a 1G with iOS 3.1.3

  • Sender File Adapter Conversion problem - how to start new recordset?

    Hi guys!
    I have a source file like following:
    aaaakkkkkk
    uuuupppppp
    &&hhhhffffff
    6666uuuuuu
    3333rrrrrrrr
    &&kkkkoooooo
    which means - fixed length 4,6 and && starts new recordset.
    I need to get structure like:
    <recordset>
      <item>
        <a>aaaa</a>
        <b>kkkkkk</b>
      </item>
      <item>
        <a>uuuu</a>
        <b>pppppp</b>
      </item>
    </recordset>
    <recordset> ... with h,f and 6,u </recordset>
    <recordset>
      <item>
        <a>kkkk</a>
        <b>oooooo</b>
      </item>
    </recordset>
    Any ideas?
    Let's say, I can add && on the beginning of the file and other "lite" changes... but structure stays the same...
    so, how to start new recordset? with which conversion parameter? for items it is clear...
    Thanx a lot!
    Olian
    Message was edited by:
            Olian Saludew

    aaaakkkkkk<end_of_line>&&uuuuwwwwww<end_of_line>...
    then normal parameters should work fine,
    item.fieldFixedLengths==4,6
    Item.fieldNames=field1,field2
    item.endSeparator=<end_of_line>

  • Started new computer up with wrong itunes account how do i change it

    Started new imac with wrong itune account. How do i change it?

    Lunch iTunes - go to the Home page of the iTunes Store and select 'account' - you will get a dialog and you can log into your account.
    MJ

  • Trouble with iMovie '11 transitions and themes? I'm running Lion, Mac OS X and just noticed today that the transitions and themes don't seem to be working at all when I start new projects or try to add to old projects.  What is the solve here?

    Trouble with iMovie '11 transitions and themes? I'm running Lion, Mac OS X and just noticed today that the transitions and themes don't seem to be working at all when I start new projects or try to add to old projects.  What is the solve here?
    I've seen notes about clearing the cache but it seems that this is an older OS and I can't find the plist mentioned here because it's an older system.  http://www.youtube.com/watch?v=2cL9RuDV3Qc 
    Thoughts?  Anyone? 

    GUYS, I NEED HELP !
    ANYONE?

  • How to call RFC with  STARTING NEW TASK...performing my_form... in a class?

    Hello,
    I created a test report for parallel processing and this works perfectly fine but when I try to build this into a class I somehow cannot create the receiving form inside the method of the class...
    method test.
            CALL FUNCTION 'ZZCR_PARALLEL' STARTING NEW TASK lv_index DESTINATION IN GROUP DEFAULT
              PERFORMING transfo_result ON END OF TASK
              EXPORTING
                input_xstring = lx_clause_text.
    endmethod.
    I tried to place the form before the endmethod but this doesn't work and afterwards is also not an option.
    Is ABP OO not supporting parallel processing?
    Thanks and regards,
    Christoph

    Hello Christo ,
                         I am also trying to use the same in OO context . Just in he early stages of collecting information.If you could just tell what you found out in the document it could be opf immense help.
    Comradely,
    K.Sibi

  • Problem in Call function .. starting new task

    Hi,
    I want to execute a dialog program in background. I am trying to use call function starting new task.
    I am facing some syntax issue. Can any one guide me how to use call function starting new task. The function module is RFC FM. Do we need to define task some where before use please guide.
    Thanks in advance. A sample program will be gr8.

    Hi,
    Incase you want to call a RFC FM in background you can call ity like this.
         call function 'Y_L_TO_CREATE_HUPAST' in background task
                 exporting
              venum   = y_v_venum
              backg   = 'X'
               buser   = y_lv_uname
              langu   = sy-langu
              objky   = y_lv_objky
              printer = y_lv_printer.
    Here Y_L_TO_CREATE_HUPAST is a RFC FM.
    Regards,
    Ankur Parab

  • Starting new database LUW inside ABAP during IDoc posting

    Hi all,
    During posting of an inbound IDoc, I am trying to update my Z-table in user-exit. I want to do it regardless of the result of IDoc posting. The problem is: if IDoc posted successfully - table is updated because COMMIT WORK is called at the end of the posting, however, if IDoc not posted - ROLLBACK WORK is called and table is not updated. So, my aim now is to commit the update of Z-table in any case, but it is the only thing that should be committed - no other prior update FMu2019s should be committed.
    I'm aware about the following thread
    http://forums.sdn.sap.com/thread.jspa?threadID=1884700
    Author of this thread says that he solved a problem by means of RFC and STARTING NEW TASK. But ABAP help says
    that starting asynchronous RFC triggers immediately a database commit in the calling program (which is unacceptable because all prior update FMu2019s will be committed ). I've checked and it is really the case.
    From my point of view SET UPDATE TASK LOCAL with COMMIT WORK should work in such kind of tasks, but in case of IDoc processing the whole process runs in a local update (see SET UPDATE TASK LOCAL in FM 'IDOC_INPUT'), so writing once again SET UPDATE TASK LOCAL has no effect.
    I tested SUBMIT statement as well. It had no effect and then I found out from ABAP help that SUBMIT ... AND RETURN starts new SAP LUW, but NOT a DB LUW. That is if I update my Z-table in the program called by SUBMIT - all ROLLBACK statements still affect my  Z-table update.
    Is there any simple solution? Please suggest.
    Thanks in advance!

    Hello,
    Try SUBMIT VIA JOB.....
    Sample Code
    call function 'JOB_OPEN'
    exporting
    jobname = name
    importing
    jobcount = number
    exceptions
    cant_create_job = 1
    invalid_job_data = 2
    jobname_missing = 3
    others = 4.
    if sy-subrc = 0.
    submit z_idoc_create_process_order and return
    via job name number number
    with p_aufnr = it_header1-aufnr
    with p_werks = it_header1-werks
    with p_autyp = c_autyp
    with p_auart = it_header1-auart
    with p_dispo = it_header1-dispo
    with p_opt = c_opt
    with p_mestyp = c_mestyp.
    if sy-subrc = 0.
    call function 'JOB_CLOSE'
    exporting
    jobcount = number
    jobname = name
    strtimmed = 'X'
    exceptions
    cant_start_immediate = 1
    invalid_startdate = 2
    jobname_missing = 3
    job_close_failed = 4
    job_nosteps = 5
    job_notex = 6
    lock_failed = 7
    others = 8.
    if sy-subrc 0.
    endif.

Maybe you are looking for