Error Codes for ibook G4

A friend asked me to replace the hard drive in their iBook G4. (800 MHz). The hard drive was toasted and wasn't accessible in target mode. I've got a new 40 GB drive installed.
When I boot the computer, it beeps 3 times. The power on LED flashes 3 times, then stays on for 10 seconds and loops. What does this error code mean? Is there a list of the codes some where?
Thanks
Chris Peterson

Getting three beeps at startup suggests that there's a problem with the RAM. Try removing and reinserting the RAM modules installed in the machine. More information about the codes is available here.
(9357)

Similar Messages

  • Same error code for two different errors

    I have a simple state machine with a few states, two of which are read ini file and read GPIB data. I also have an error handling state where I would like to handle all errors. Errors are checked for on each iteration of the loop, passed by shift register. However, I can't just unbundle the error cluster and wire the error code to a case structure because if the ini file doesn't exist (error code 7) I want to exit the program. But if I get error 7 from the gpib (Nonexistent GPIB interface) I want the program to continue running. What is the best way to track where the error is coming from so I know how to handle it when two error codes for different errors have the same error code value?
    Message Edited by for(imstuck) on 01-27-2010 03:47 PM
    CLA, LabVIEW Versions 2010-2013

    Another option is to check the existence of the file before opening the config file, then exit the program if nessecary. Relying on error codes might be a bad option.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Where to find LED error codes for Portege 4010?

    Hi,
    My Portege 4010 isn't working, and the AC indicator is blinking an error code (either 0xA or 0x50 depending if I should interpret the first bit as least or most significant). I've tried searching, and I've found a fairly detailed guide that includes these error codes for the Portege M100 and M300 (at  http://tim.id.au/laptops/toshiba/portege%20m100.pdf and http://tim.id.au/laptops/toshiba/portege%20m300.pdf) but I can't find anything for the 4010. So can anyone give me a location (ideally official Toshiba) for a document detailing the meaning of the error codes for my model?
    Thanks,
    Jes

    See for 'REP messages' in help menu.

  • Ora (OCI) error codes for TAF failure

    Hi,
    I am working on project where in I have to support Transparent Application Failover (TAF) in GUI (using Java). From web (by googling) I found that this is automatically done by JDBC Thick (OCI) drivers.
    I also found in some web site that there are lot of Ora Error Codes for various senarios like SELECT TAF failure(Ora 25401), or for DML command TAF failure(Ora 25402).
    Is there any set/range of Ora(OCI) Error Code which is specifically for all TAF failure senario?
    Thanks
    Ram

    :-)

  • TS1424 error codes in iBooks purchsed downloads on iPad

    I have an error code in iBooks on purchased books and it shows an error code shows but will show on my iPhone

    Hello dallentownsend
    Try deleting iBooks app from your iPad and then download the app again to remove any previous books that were downloaded or attempted to download. Then just download your books purchased again.
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open
    http://support.apple.com/kb/ts1702
    Regards,
    -Norm G.

  • HT201272 I purchased Season 3 of the Walking Dead.  I cannot download the second episode of the season; corrupted file.  I submitted a feedback form, but they do not send a reply.  I tried to use the online help/support, got an error code for that page.

    I just want my content.  I am frustrated at trying to get on-line help.  Either I will not get a reply to my feedback form, or the online support page has an error code, with "please try again later" or "start over".  I have paid for this content, and cannot download their corrupted file.

    Are you in a country where TV shows can be re-downloaded - if you are then have you tried deleting that copy from your iTunes library and re-downloading it via the Purchased link under Quicklinks on the right-hand side of the iTunes store home page on your computer's iTunes ?
    When you say that you used the feedback page, do you mean the feedback page (which you won't get a reply to) or the 'report a problem' link from your purchase history on your account or the contact iTunes Support page ?
    'report a problem' : log into your account on your computer's iTunes via the Store > View Account menu option and you should then see a Purchase History section with a 'see all' link to the right of it ; click on that and you should see a list of your purchases ; find that song and use the 'Report a Problem' link and fill in details about the problem (iTunes support should reply within, I think, about 24 hours).
    contact iTunes Support : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption (if this page doesn't work then have you tried clearing your browsers history/cache and/or tried a different browser ?)

  • KM776 error code for material

    Hi Expert,
    I got a error message as represantative material error KM776 when doing MIGO for serving material type.I need a solution for this your help would be appreciated.
    Kind Regards

    Or even better what is the preferred way to keep a connection
    persistant. If a connection is dropped, say the first copy of the
    db goes down, and you want to catch an SQLException and then
    try to reconnect through OCM to another available instance. What
    is the preferred way of doing this? I have'nt found that an
    exception is thrown if the connection is lost, so I am puzzled
    as to how people are verifying that they have valid connections
    in their self implemented connection pools. I don't want to have
    to check connection.isClosed before every transaction assuming
    that even works.
    I am guessing that jdbc 2.0 will provide some of this
    functionality with the connection event api, but I am only
    guessing at this point.
    Someone please shed some light on this for us.
    Thanks,
    SKroah
    Jayashree (guest) wrote:
    : What is the error code/Exception which is thrown if I try to
    use
    : a JDBC connection object and the network link between the
    driver
    : and the Oracle db is broken?
    : I did not find anything in the Oracle driver documentation.
    : There is a "getErrorCodes" API part of the JDBC connection
    : specification and would like to see what Oracle driver returns
    : for the scenario explained above.
    null

  • Error codes for shared variables in Labview 8.5?

    I am trying to use Shared Variables in Labview 8.5 to enable real-time loops (similar to some of the examples in "Using the LabVIEW Shared Variable", published Aug 28, 2007).  I created it to hold the result of a 16-channel A/D converter (so a 16-element I16 array).  To avoid losing samples, I used buffering, with a buffer of 5.  To test this, I made a pair of VIs, one a producer that stuffs a 16-element I16 array into the shared variable "every so often" (controlled by a timed loop), and a consumer loop that reads the shared variable and does something with the data.
    If I think of the buffered shared variable as a Real Time FIFO (as the article suggests it is), I was curious how I would know (a) when the queue was empty, and (b) if the queue had overflowed.  Both are necessary if this is to be a practical means of exchanging data -- you want the producer and consumer to run more-or-less at the same rate, but only the producer is deterministic.  The consumer needs to be able to run "faster" if it falls behind (for example, because it is writing data to disk), but you don't want it to read data from the shared variable if there's nothing there.  [One can always read a shared variable, after all -- as the article states, it simply "holds" the last value written to it].
    Snooping around, I discovered that there are "error codes" associated with the shared variable.  In particular, a code of -2220 (FFFFF754) seems to signify an empty queue (or a shared variable that has not yet been written to), while a code of -1950678981 (8BBB003B) appears to be "buffer overflow".
    Is this documented anywhere?  Are there other "error codes" that would be helpful to know?  Is there some rationale to these seemingly-random numbers?  [It would help to develop code to utilize shared variables if there was a bit less "magic" and "mystery" involved].
    For what it is worth, with a buffer of size 40, I could generate 16 I16 values at 1 KHz (simulating sampling from a 16-channel A/D at 1 KHz) and pass it to a consumer node that (a) read from the shared variable until it was empty, then (b) "went to sleep" for 20 msec (simulating "doing something else non-deterministically"), and not miss any data (because I could then empty the Shared Variable RT-FIFO, which should have been half full, before it overflowed on me).  Not bad throughput -- I bet I could push it even higher.
    Bob Schor

    Hey Bob,
    The errors are documented in the LabVIEW help:
    Shared Variable Error Codes
    Real-Time Shared Variable Error Codes
    There are several error messages for buffer underflow/overflow depending on the settings of the network or RT FIFO buffers. In particular the -2220 and -2221 are useful for the producer/consumer use case. For example (as you probably know) the consumer can flush a variable using the error code (see the attached image).
    Gerardo
    Attachments:
    variable1.png ‏3 KB

  • A12E1 error code for Mac - troubleshooting workflow?

    Hey, getting the A12E1 error code when trying to update creative cloud.  I am on a macbook pro OSX 10.7.5
    There is only a workflow for troubleshooting this problem in windows at the Adobe FAQ.  Does anyone know what the workflow is for Mac? 
    http://helpx.adobe.com/creative-cloud/kb/a12e1-error-downloading-creative-cloud.html 
    Have tried repairing permissions and downloading from another user, as this was an issue before.  Any clues or help would be most apprecaited!

    Nevermind.  I uninstalled CC and re-installed it and it seems to be working now. 

  • Complete List of Error Codes for Customized Change Password Page

    Hi,
    does anyone has a complete list of "Change Password Page Error Codes"?
    The list provided in the document:
    Oracle® Application Server Single Sign-On Administrator's Guide
    10g (9.0.4)
    Part Number B10851-01
    seems to be incomplete. (See: http://download-uk.oracle.com/docs/cd/B10464_01/manage.904/b10851/custom.htm#1009955 )
    I found at least three additional / different error codes:
    auth_fail_err
    pwd_minlength_err
    pwd_numeric_err
    I'm using a JSP Page.
    Thanks for help

    Hi,
    I found the list in the OID Admin Documentation. The list contains the error messages the OID sends to the client. In case of SSO, the client for the OID is the SSO server. So now I know which errors are transmitted to the server, I have to find out what the server sends to the SSO Page for Password change. Probably I should test all cases documented in the OID Admin doc to find the appropriate values for SSO Server.
    Thanks for the tip

  • Error code for home shRing

    I want to turn home sharing on on my computer but I keep getting a error message that gives me a number[-2146885613]

    Or even better what is the preferred way to keep a connection
    persistant. If a connection is dropped, say the first copy of the
    db goes down, and you want to catch an SQLException and then
    try to reconnect through OCM to another available instance. What
    is the preferred way of doing this? I have'nt found that an
    exception is thrown if the connection is lost, so I am puzzled
    as to how people are verifying that they have valid connections
    in their self implemented connection pools. I don't want to have
    to check connection.isClosed before every transaction assuming
    that even works.
    I am guessing that jdbc 2.0 will provide some of this
    functionality with the connection event api, but I am only
    guessing at this point.
    Someone please shed some light on this for us.
    Thanks,
    SKroah
    Jayashree (guest) wrote:
    : What is the error code/Exception which is thrown if I try to
    use
    : a JDBC connection object and the network link between the
    driver
    : and the Oracle db is broken?
    : I did not find anything in the Oracle driver documentation.
    : There is a "getErrorCodes" API part of the JDBC connection
    : specification and would like to see what Oracle driver returns
    : for the scenario explained above.
    null

  • How to get the error code for http request

    I have to implement the if..elso loop depending on the error code return as below.
    String host="127.0.0.2"
    if the this servers is not found or itis down it should return error code, based on that I have to change the host value to some other server like "127.0.0.4" , Can you let me know how it can be implemented? Please help me.

    Here is my requirement...
    say.. if client hit " http:\\ 172.0.0.3: 1000/index.jsp" and if the server 172.0.0.3 is not available i will set the server host to some other and request will redirect accoringly like " http:\\ 172.0.0.4: 1000/index.jsp"

  • Error code for Mavericks upgrade

    I Have 2009 macbook pro, when I try to upgrade to Mavericks I get error code 1004 what do I do? Please help already deleted the apple.com.cookies and preferences from finder

    http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html

  • Replaced CPU same LED error code for CPU problem continues to occur

    I have a dv6-1280us laptop that does not start.  I can hear the optical and HDD, screen is blank the number lock and cap lock LED blinks once between pause.  The chart indicates that the CPU needs to be replaced.  I replaced the CPU with a new one from HP.  I still am getting the same LED error code.  Any suggestions on resolving this problem.  Thanks.

    atlantrace wrote:
    I have a dv6-1280us laptop that does not start.  I can hear the optical and HDD, screen is blank the number lock and cap lock LED blinks once between pause.  The chart indicates that the CPU needs to be replaced.  I replaced the CPU with a new one from HP.  I still am getting the same LED error code.  Any suggestions on resolving this problem.  Thanks.
    It's either a corrupted BIOS or motherboard problem.  Since you've already replaced the CPU, the only other option is to replace the motherboard.

  • Error codes for install and uninstall

    Hello I have Adobe reader 10.1.6 on my computer but it will not load I get 2 error codes a 2503 and 2502 if I try to uninstall the programe i get the same codes can you help

    Use the Acrobat Removal Tool http://labs.adobe.com/downloads/acrobatcleaner.html
    Note that this will also remove Acrobat, if you have it installed.

Maybe you are looking for

  • ACE: load balancing servers using DMZ ports on FWSM

    devices; (2 core with the ff config) 6500 fwsm idsm msfc SETUP; Servers are connected to the dmzs on the core REQUIREMENT; to load balance the servers QUESTION; Using the ACE module, is it possibe to load balance the servers which are connected to th

  • I downloaded the mountain lion now nothing works

    i downloaded the mountain lion and now most of my applications are not working saying that i to knew of software work that to run

  • How to keep aspect ratio for different sized resolutions?

    If I have a 1280 x 800 resolution widescreen moniter, and I have this fullscreen game that likes to run in 800 x 600 but I don't like the way that the game stretches across the whole widescreen moniter. The only way for me to keep everything in a goo

  • Trouble exporting to DIAdem

    Hi, I am using a 6070E DAQ card to read the output of a sensor. I am having trouble exporting the data from the labview program to DIAdem. When my vi stops running, it displays the information on a waveform graph. I right click on the waveform graph

  • GMAIL access using IMAP (Mail 4.x) vs. POP (Mail 3.x)

    My wife and I live in two different locations about half the time. The G4 Powerbook she uses has Mail 3.x and is set up as a POP account. The 27" iMac Intel i7 I have is accessing Gmail as IMAP. If my computer is off and she gets her mail, it scrubs