Default catch! with hub at start up

When starting up with my macally usb 4-port powered hub connected to the mac, open firmware hangs with following error message on a gray screen
GETCLASSDESCR for Hub error0ff927ef8 ffbd8c90 9
DEFAULT CATCH!, code 300 at %SRR0: _
Booting up with usb-hub not connected is ok, also the hub works fine when connected while the computer, G4 (apg) 10.3.9, is running.
I would like to use this old hub if possible. Any ideas on how I can solve this problem?

John
open firmware hangs … the hub works fine when connected while the computer is running.
Are you sure your firmware is up to date?
The version you need for a PowerMac G4 (AGP Graphics) is 4.2.8 Power Mac G4 Firmware Update 4.2.8: Information and Download.
Of course, if your hub worked OK before, it may just be a good idea to reset OF:
Hold down Command, Option, 'O' and 'F' keys while starting up. This gives you a command line interface with a '>' prompt. At that prompt type these three lines (followed by a return in each case):reset-nvram
set-defaults
reset-allThe first two commands will respond with 'ok' (on the same line). You probably won't see the third response, since your computer should resume normal startup immediately.

Similar Messages

  • DEFAULT CATCH! @ start up

    Now have you ever heard of this one? I haven't. And I've been MAC forever! When I turn on my MAC (and this just started since I downloaded & installed hp printer software), the following appears and looks like something out of pre-PC:
    DEFAULT CATCH! code=fffffff6 at #SRRO=ff80b648 $SRR1=00006030
    APPLE powerbook 3,2 4.1.8f5 BootROM built in 03/32/01 at 11:49:53
    Copyright 1994-2001 Apple Computer, Inc. All rights reserved
    Welcome to OPEN firmware, the system time and date is: 00:22:41 10/30/05
    To continue booting, type "mac-boot" and press return.
    To shut down, type "shut-down" and press return.
    ok
    )/>_
    So, I did, then got a screen with verticle black lines, then it kicks into normal start up!!
    WELL, DID YOU EVER?!
    If you say "reboot with disk repair disk" you better send me one, 'cause all my disks went with the wave in Hurricane Katrina and I don't have ANY disks!
    Other than that, all's fine.
    HELP!!

    Somewhere, somehow, I will find some disks to install from. It may take a few weeks. Willing to wait?
    Sorry, didn't remember about the discs; I read dozens, sometimes 100+ posts in a day, so don't remember all details of each one, and don't always take the time to read back through a whole thread if I don't think I need to.
    I use email subscriptions to any thread I post in, so whenever you post back again, I'll get an email. And I'm usually patient.
    In the meantime, you could try to boot into Safe Mode.
    Also try Single User/Verbose Mode and run fsck.
    As I look back at your original post, I also see you're running "4.1.8f5 BootROM," so it appears that your firmware is updated; however, if the update was not done properly, I have no idea what the effects might be. The only other thing I can suggest, prior to finding your discs, is to get rid of that HP printer software and see if that makes any difference.

  • Macbook Pro won't start up in screen then goes to OSX default desktop with no toolbars, icons, nothing

    Macbook pro starts up slowly . Finally goes to OSX sign in screen
    After I sign in it goes to OSX default desktop with no toolbars, icons, nothing
    And stays that way
    Tim

    Now it won't even get to the sign in screen before it shuts dow completely
    Tim

  • DEFAULT CATCH! code=FFF00600

    Trying to boot of the Panther Install Disk 1 in a Beige G3 where the Utilities folder disappeared. Safari, Disk Utility, System Profiler, all gone. I would like to run Disk Utility from the install disk but probably should just reinstall.
    I have removed practically everything that isn't soldered to the mother board and reinstalled original G3 CPU.
    When I double-click the Install Mac OSX icon on the install disk and click to restart, I get a command prompt with the following message:
    DEFAULT CATCH! code=FFF00600 @ %SRR0: 01C00D04 %SRR1: 00003070
    Open Firmware, 2.0f1
    To continue booting the MacOS type:
    BYE(return)
    To continue booting from the default boot device type:
    BOOT(return)
    For Open Firmware serial I/O type:
    TTYA IO(return)
    ok
    0 >
    If I type boot(return) I get a response "boot CLAIM failed"
    If I type bye(return) I get an OS9 Smiley Mac, then it restarts to a perpetual OSX Apple with the spinning spokes. After about 10 minutes, I turn off the power and then back on but it boots off the internal disk.
    I've also tried to change the startup disk to the CD and restart and I've tried starting up with the "C" key down. Usually it just boots off the internal disk anyway.
    PowerMac G3 Desktop (beige)   Mac OS X (10.2.x)  

    I just discovered that the one DIMM I had left in was not the original, but a third party DIMM. After replacing it with the original memory, I was able to boot from the Install CD. However, Disk Utility was not able to restore my Utilities folder. I will now perform a clean install.

  • Stuck in Default catch!, OS9 loop on a partitioned disk

    I can't get back to OS 10.3
    I partitioned a new 40GB drive. Info says 7.8 GB for OS9, and 30.16 for what is now OS10.3. OS9 is the first partition.
    Here's what happens:
    Updated to OS 10.3
    Restarted. Was working to fine in OS 10.3 and decided to restart again for (unrelated(?) networking issue).
    On start up, I got HappyMac and then a screen that reads "Default catch!"
    I looked up in apple support how to get by that. I type "reset-nvram" ENTER, then "reset-all" ENTER, which restarts and boots to OS9.
    I already tried switching start up disks to OSX while in OS9. That just brings me back to Default catch! screen and cycle begins again.
    This did not happen until I upgraded to OS10.3. It worked fine for weeks in OS 10.1(?) -- whatever the PB came with.
    Thanks. Any advice would be appreciated.

    Hi Kerry,
    I don't know how to fix the specific issue your PB is having, but I would start from scratch and not partition the HD. Is there some specific reason you want to? All Macs that can boot 9 and X shipped from Apple with both 9 and X on the same partition.

  • I can't open or save file with Java Web Start

    Hi,
    i can't open or save file with Java Web Start:
    import java.io.*;
    import java.util.*;
    public class MetaDataFileCreator {
    public String fileNameSpace = null;
    public String fileName = null;
    protected Properties file = null;
    public MetaDataFileCreator(String fileNameSpace, String fileName) {
    this.fileNameSpace = fileNameSpace;
    this.fileName = fileName;
    public void createMetaDataFile() {
    try {
    System.out.println("file METADATA");
    ClassLoader cl = this.getClass().getClassLoader();
    String nameFileMetaData = fileNameSpace + fileName + ".txt";
    FileOutputStream fileOS = new FileOutputStream(cl.getResource(nameFileMetaData).getFile());
    file = new Properties();
    file.setProperty("aaaaa", "aaaa");
    file.store(fileOS, "");
    fileOS.close();
    } catch (Exception e) {
    System.out.println("Error writing metadata-file: " + e);
    System.exit(1);
    e.printStackTrace();
    I have try also to open a file like this:
    ClassLoader cl = this.getClass().getClassLoader();
    file.load(cl.getResourceAsStream(nameFile));
    also like this:
    try {
    fos = (FileOpenService)ServiceManager.lookup("javax.jnlp.FileOpenService");
    fss = (FileSaveService)ServiceManager.lookup("javax.jnlp.FileSaveService");
    } catch (UnavailableServiceException e) {
    fss = null;
    fos = null;
    System.out.println("Error with JNLP");
    System.exit(1);
    if (fss != null && fos != null) {
    try {
    // get a FileContents object to work with from the
    // FileOpenService
    FileContents fc = fos.openFileDialog(null, null);
    //FileContents newfc2 = fss.saveAsFileDialog(null, null, fc);
    // get the OutputStream and write the file back out
    if (fc.canWrite()) {
    // don't append
    os = fc.getOutputStream(false);
    } catch (Exception e) {
    e.printStackTrace();
    also like this:
    File f = new File((System.getProperty("user.home")+"x.txt").toString());
    FileOutputStream fileX = new FileOutputStream(f);
    OutputX = new PrintWriter(new BufferedWriter(new OutputStreamWriter(fileX, "UTF8")));
    OutputX.println(....
    but it doesn't work with Java Web Start.
    Can someone help me?
    How can I open or save file?
    thank you.
    Sebastiano

    Did you specify <all-permissions/> in your JNLP file? Did you sign your code? What error are you getting?

  • If I don't use the default homepage I have to start Firefox twice. I have all add-ons and extentions disabled.

    I have tried setting my homepage to Google and to Bing but Firefox closes as soon as the page loads. Starting it a second time works with no problems.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can try to reset Firefox.
    *https://support.mozilla.org/kb/reset-firefox-easily-fix-most-problems
    Reset creates a new profile and tries to import some settings from the old profile leaving the old profile intact.
    *https://support.mozilla.org/kb/Recovering+important+data+from+an+old+profile
    Also check the settings in your security software.
    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls

  • Open CC applications to default preferences with no user input

    I am searching for a way to open CC applications to default preferences with no user input. I understand there is a key board short cut (command/option/shift on start) but I am hunting for a way to have the preferences always revert to default. In the past I have written a script to delete the preference files upon computer start up but once again, it needs to be rewritten. Is there a method that does not require KLUDGE?

    Try:
    *http://kb.mozillazine.org/Preferences_not_saved

  • Need to find a scripts for changing default "Open with" iTunes app to Quick

    Hello all...
    I'm new to scripting but need a script really quickly...
    I was wondering if anyone knew where I could find a script that will change the default "Open with" of audio files placed within a certain folder on my desktop...
    I'm making sound clips with WireTap and dumping them in a folder called WireTapExports as .mp3. I then need to play them without using iTunes (and importing them by default) but going into the "Get Info" and manualy changing the "Open With" settings for each file is taking ages...and it's very irratating...
    Is there a way I can make all audio file put in that folder automaticaly open with Quicktime instead.
    I know this is quite easy to most but I've only just started looking at Applescript (i.e. a few days ago) and but I need this to work now...
    Many thanks in advance...
    PigeonCake...

    Not what you want, but if you hold the control key while getting info it changes to summary info which then lets you change the preferred application on a batch of files in one go.

  • IIS Issue:when trying to download code from AWS S3 and deploy in IIS server using Power Shell script while Windows startup Default Application pool is not started.

    Hi,
    I am trying to launch Amazon EC2 windows server 2008 R2 instance using AWS Auto Scaling feature. I have used cusmized AMI in Autoscaling Launch configuration to launch an instance.I have placed Power Shell script in AMI. 
    The responsibility of script is to download code from AWS S3 and deploy in IIS server while windows startup first time.
    When i check status, IIS is started succesfully. But default Application pool is not started.
    To resolve this issue i have written one scheduled script. It helps to start the application pool if any application pool is in stopped state.
    After this Application pool is started but i am not able to communicate with IIS server through browser.  
    Please help any one to resolve this issue.
    Thanks in advance

    Hi Vchreddy,
    For the IIS issue, we recommend you can post in IIS forum for more effective support:
    http://forums.iis.net/
    Thanks for your understanding.

  • Migrating from Sql Server tables with column name starting with integer

    hi,
    i'm trying to migrate a database from sqlserver but there are a lot of tables with column names starting with integer ex: *8420_SubsStatusPolicy*
    i want to make an offline migration so when i create the scripts these column are created with the same name.
    can we create rules, so when a column like this is going to be migrated, to append a character in front of it?
    when i use Copy to Oracle option it renames it by default to A8420_SubsStatusPolicy
    Edited by: user8999602 on Apr 20, 2012 1:05 PM

    Hi,
    Oracle doesn't allow object names to start with an integer. I'll check to see what happens during a migration about changing names as I haven't come across this before.
    Regards,
    Mike

  • Using Berkeley Java Edition with Java Web Start

    Hi
    Have anyone had any experience using Berkeley Java Edition with Java Web Start?. I need to create an application that will download with the database to a client computer and create the database there

    Thanks for your reply Luca-Sanna,
    This is my jnlp file
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8080/dist" href="launch.jnlp">
    <information>
    <title>MyApplication</title>
    <vendor>My Company</vendor>
    <homepage href="/test.html"/>
    <description>My Test Application</description>
    <description kind="short">My Application</description>
    <icon href="test.gif" kind="default"/>
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.5+"/>
    <jar href="myapp.jar" main="true" download="eager"/>
    <jar href="lib/appframework-1.0.3.jar" download="eager"/>
    <jar href="lib/beansbinding-1.2.1.jar" download="eager"/>
    <jar href="lib/commons-beanutils.jar" download="eager"/>
    <jar href="lib/commons-collections.jar" download="eager"/>
    <jar href="lib/commons-digester.jar" download="eager"/>
    <jar href="lib/commons-logging.jar" download="eager"/>
    <jar href="lib/derby.jar" download="eager"/>
    <jar href="lib/derbyclient.jar" download="eager"/>
    <jar href="lib/derbynet.jar" download="eager"/>
    <jar href="lib/itext-1.3.1.jar" download="eager"/>
    <jar href="lib/jasperreports-1.3.0.jar" download="eager"/>
    <jar href="lib/jbossall-client-2004-05-11.jar" download="eager"/>
    <jar href="lib/jdt-compiler-3.1.1.jar" download="eager"/>
    <jar href="lib/poi-2.0-final-20040126.jar" download="eager"/>
    <jar href="lib/swing-worker-1.1.jar" download="eager"/>
    <jar href="lib/toplink-essentials-agent.jar" download="eager"/>
    <jar href="lib/toplink-essentials.jar" download="eager"/>
    </resources>
    <application-desc main-class="mypackage.Login">
    </application-desc>
    </jnlp>
    I have seen many forums with the same above problem with no reply.
    Anyone knows what exactly the problem is?

  • Restore from non default location with rman

    Hi,
    How can I restore a couple of archive logs from a location which is not the default backuplocation to a directory which is not the original location?
    So far I've come to this:
    SET ARCHIVELOG DESTINATION TO 'D:\temp\';
    RESTORE ARCHIVELOG FROM SEQUENCE 1 UNTIL SEQUENCE 100;
    But how do I tell RMAN that the backup where it has to look is located?
    Roeland

    You should first catalog the archive logs so RMAN knows where they are. You can catalog them with:
    RMAN> catalog start with 'D:\temp';

  • Set Column Default Value with Workflow

    How to set Column Default Values using a workflow.
    <input alt="Mark as abusive!" id="ctl00_m_g_e11f6e6d_9b4b_42d7_97fb_486623821166_ctl12_ctl03_abuseButton_710" name="ctl00$m$g_e11f6e6d_9b4b_42d7_97fb_486623821166$ctl12$ctl03$abuseButton_710" src="http://www.sharepointforum.nl/_layouts/images/TOZIT/SharePointForums/abuse/abuse.png"
    style="border-width:0px;" title="Mark as abusive!" type="image" />
    15 seconds ago
    After I add an item including metadata in a List, a Workflow starts to create a Library Folder with rootfolder, subfolder and sub-subfolder names based on the List first three column values. 
    I like that the unique created library subfolder automatically receives several additional List column values in its Column Default Value with that workflow.
    After done, documents added to this subfolder are automatically populated with Metadata from the parent Subfolder.
    Workflow standard function can be used  to populate the folder Column Value to this but not the Column Default Value.
    Does someone has a solution how to set Column
    Default Value using a workflow?
    I like to use such workflow in Sharepoint 2010.
    Thank in advance.

    Hi,
    I think it cannot be achieved by workflow.

  • Unable to launch application with java web start (OILOM)

    I'm connecting to a remote Oracle console from a server, using "oracle integrated lights out manager". I go to "Remote Control" and click on "Launch Console". After that, it download a JNLP file, called "jnlpgenerator-16". I open it with Java7 -web starter- update 5.
    After a while hanging I get this error:
    Error: Unable to load resource: https://XXX.XXX.XXX.XX:443/Java/JavaRConsole.jar.
    In Exception:
    com.sun.deploy.net.FailedDownloadException: Unable to load resource: https://XXX.XXX.XXX.XXX:443/Java/JavaRConsole.jar
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    In Wrapped Exception:
    java.net.SocketException: SOCKS server general failure
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
         at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
         at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
         at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
         at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    It happens the same under Windows 7 and Linux -using openJRE and icedtea as substitution of Java Web Start-.
    I'm behind a proxy. In my browser -Chrome, IE and FF- putted the info of the proxy and I can browse. Aldo tried to put the info in the Java "Network Settings". It did not work -the launching of the console-.
    I installed the last Java Web Start in Windows 7 -Java7 Update5-. I disabled my anti-virus and firewall. Always the same result.
    Could you help me please. I don't have idea of what is going on.
    Greetings.
    PD: I tested from other machines of the company and it works. So, I guess is my laptop. I exported the oracle certificates from those machine and imported them into mine.

    AndrewThompson64 wrote:
    I am not used to seeing references to a local server that do not include a port number.
    E.G. http://localhost:8080/LottoMadness/
    I have deployed the following HTML (HelpMe.html) to the web server:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
         <title>Untitled</title>
    </head>
    <body>
    Help Me!
    </body>
    </html>When I attempt to render the URL in IE, I see the page just fine. The URL is use is:
    http://localhost/LottoMadness/HelpMe.htmlSo, I think my web server setup and usage is ok.
    >
    As an aside, what happens if (your MS IIS is running and) you click a direct link to..
    [http://localhost/LottoMadness/LottoMadness.jnlp|http://localhost/LottoMadness/LottoMadness.jnlp]
    When I click this link I get the error and exception I cited in my previous post.

Maybe you are looking for

  • C7 home WiFi Connection

    How to connect with home router via wi-fi? I  need to enter a network parameters into C7 as IP, Network mask and DNS.Otherwise С7 connects  with router through WLAN Master  but without real inthernet inside( "connection error" message apears).Nothing

  • Error in MDDataSetBW.GetCellData

    Hi Expert -  I got this error message while running any webi report. "A database error occurred.  The database error text is:  Error in MDDataSetBW.GetCellData.  See RFC trace file or SAP system log for more details. (WIS 10901)" How can i see - RFC

  • Using restore points WITHOUT flashback possible (in Oracle Express versio)?

    For development I am using Oracle Express 10g version rather than Enterprise version. Unfortunately the "Flashback" feature is NOT available in Express version (only in Enterprise). I can CREATE a RESTORE POINT but I can NOT go back to it with a Flas

  • Date function is not returning correct value

    I have used the following code to display only the value for last seven days. it works fine in homepage(www.dealfindit.com)  but in other page like category(www.dealfindit.com and click MP3 ) SELECT title, merchant, image, price, price_price, dollar_

  • Grid Control, Sorry wrong forum

    Hi, first when i build the repository database, i choose java and xml option, is this necessary or i waste my time. When i read Building a Help Desk Connector, i'm not sure, do i need the Diagnostic Pack. Best regards Thomas (Narri, Narro) Edited by: