Help for an Apple newbie please???

Hi all, I have just acquired my first Apple computer which is an older PowerPC G3 running OS X 10.1.2
I would like to know how I go about upgrading the OS to a later version please? For example can I simply purchase a copy of OS X 10.3 or 4 and install it or do I need to go through the intermediate versions (10.2 to 10.3 etc)?
Does anyone know if these later OS are even compatible with the PowerPC G3?
Sorry for the basic questions, but as I say I am a complete novice with Apple computers and your guidance would be greatly appreciated.
thanks,
Graham
PowerPC G3   Mac OS X (10.1.x)  

Hi Graham,
you have to buy the retail full install disks, regardless whether you upgrade to 10.3. or 10.4. Please also post the exact model of G3 you have. Not all G3s are compatible with 10.3 and only a few can run 10.4. You might want to check out the system requirements:
Requirements for Mac OS X 10.3
Requirements for Mac OS X 10.4
Be aware that you cannot upgrade directly from 10.1.x to 10.4! You either have to upgrade to 10.2 or 10.3 first or you perform an Erase&Install.
Most likely you will need a firmware upgrade prior to the upgrade: Firmware Upgrades
If this answered your question please consider granting some stars: Why reward points?

Similar Messages

  • Urgent help for extremely new newbie - please.

    I have been asked to set up a Labview program to graph and log
    thermocouple temperature measurements from two Keithley 2001 Multimeters
    and a DC voltage from HP 34420A nano Volt/Micro Ohm Meter. All three are
    instruments are IEEE interfaced to a Windows 98 machine running Labview
    (version 5.0 I think.) I have a couple of weeks to get the job done.
    The problem is that I have never used Labview. I am an experienced C,
    Fortran, BASIC programmer but this graphical system is completely new.
    My situation is complicated because I am told the experienced person who
    was originally going to set this up left under bad circumstances and
    took many of the manuals. I would greatly appreciate any and all help I
    can get.
    Please feel free to send responses directly to me.
    [email protected]
    Thanks,
    Stan Thomas

    In article
    <[email protected]>,
    Stan Thomas
    wrote:
    > I have been asked to set up a Labview program
    to graph and log
    > thermocouple temperature measurements from two
    Keithley 2001 Multimeters
    > and a DC voltage from HP 34420A nano Volt/Micro
    Ohm Meter. All three are
    > instruments are IEEE interfaced to a Windows 98
    machine running Labview
    > (version 5.0 I think.) I have a couple of
    weeks to get the job done.
    > The problem is that I have never used Labview.
    I am an experienced C,
    > Fortran, BASIC programmer but this graphical
    system is completely new.
    > My situation is complicated because I am told
    the experienced person who
    > was originally going to set this up left under
    bad circumstances and
    > took man
    y of the manuals. I would greatly
    appreciate any and all help I
    > can get.
    >
    > Please feel free to send responses directly to
    me.
    >
    > [email protected]
    >
    > Thanks,
    >
    > Stan Thomas
    >
    >
    All manuals are available at
    http://www.natinst.com/manuals/
    They also have an example program database at
    http://www.natinst.com/support/epd/
    Sten Karlson
    D/A Production AB
    SWEDEN
    Sent via Deja.com http://www.deja.com/
    Share what you know. Learn what you don't.

  • Help for a Mac newbie please!

    Hi all,
    I just got my lovely MacBook Pro yesterday... and could use some help with these 2 problems...
    1 - on my Windows PC I have a VPN connection to 1 of my clients. When I tried to set it up on the Mac it's asking for an IPSEC shared secret? Is there any way to disable this requirement, or does my client have to set a key on his server?
    2 - I am having a problem connecting to my windows laptop through my home network...if I enable the Guest account on windows XP, the MacBook connects no problem. If however [as I really want to] I try to connect as a "proper" user with username and password, the Mac keeps telling me the username or password is wrong...which it definitely isn't!
    My thought is regarding the "domain"...I don't have one set up at home...just a workgroup called "home"...so when I try to login I am only typing in the username...the tooltip for the usernae field says domain\username...do I need to put anything here for domain, and if I do, what...as there isnt one!
    Thanks,
    Nige

    Try my post
    http://discussions.apple.com/thread.jspa?threadID=1359723&tstart=0

  • Help for an apple newbie ... Alternative to iWeb?

    Guys
    I just moved over to the 'Mac side of life' ... loving the simplicity of everything. But in for a tiny surprise. I wanted to start using iWeb for my personal site .. lo and behold - I am told that iWeb is officially discontinued. A bit of let down.
    Any other decent alternatives that any of you have tried? ... or can i still get iWeb ... not avaialble anywhere on the app store
    cheers ....

    As you now know iWeb, and iDVD, has been discontinued by Apple. This is evidenced by the fact that new Macs are shipping with iLife 11 installed but without iWeb and iDVD.
    On June 30, 2012 MobileMe will be shutdown. HOWEVER, iWeb will still continue to work but without the following:
    Features No Longer Available Once MobileMe is Discontinued:
    ◼ Password protection
    ◼ Blog and photo comments
    ◼ Blog search
    ◼ Hit counter
    ◼ MobileMe Gallery
    All of these features can be replaced with 3rd party options.
    I found that if I published my site to a folder on my hard drive and then uploaded with a 3rd party FTP client subscriptions to slideshows and the RSS feed were broken.  If I published directly from iWeb to the FPT server those two features continued to work correctly.
    There's another problem and that's with iWeb's popup slideshows.  Once the MMe servers are no longer online the popup slideshow buttons will not display their images.
    Click to view full size
    However, Roddy McKay and I have figured out a way to modify existing sites with those slideshows and iWeb itself so that those images will display as expected once MobileMe servers are gone.  How to is described in this tutorial: #26 - How to Modify iWeb So Popup Slideshows Will Work After MobileMe is Discontinued.
    In addition the iLife suite of applications offered on disc is now a discontinued product and the remaining supported iApps will only be available thru the App Store from now on.
    HOWEVER, the iLife 11 boxed version that is still available at the online Apple Store (Store button at the top of this page) and those copies still on the shelves of retailers will include iWeb and iDVD.
    This may be of some interest to you: Life After MobileMe.
    Happy Holidays

  • Help for a java Newbie please!

    Hey guys I'm writing this program for my Java 1 class I can't seem to get it complie. This is the first time we've worked with building out own classes. And I have a feeling that I'm doing something small and silly. If someone could just take a look at it I'd be more than happy.
    This is the Class we had to write it has 4 different fields of "employee information" This one looks fine.
    public class Employee
       private String name;           
       private int idNumber;      
       private String department;
       private String position;
       public Employee(String theName, int theIdNumber, String theDepartment,
                        String thePosition)
             name = theName;
             idNumber = theIdNumber;
             department = theDepartment;
             position = thePosition;
       public void setName( String theName )
             name = theName;
       public void setIdNumber( int theIdNumber )
                idNumber = theIdNumber;
       public void setDepartment( String theDepartment )
                department = theDepartment;
       public void setPosition( String thePosition )
                position = thePosition;
       public String getName()
                return name;
      public int getIdNumber()
                return idNumber;
      public String getDepartment()
                  return department;
      public String getPosition()
                 return position;
    } I think this one is good, it compiles just fine.
    Now we had to write a program that accesses the class and store "employee information" for 3 different employees and recall it. It only recalls for one right now, it doesn't compile though... sad day. Any help would be AMAZING THANKS in advanced.
    import javax.swing.JOptionPane;
    public class EmployeeInfo
       public static void main(String[] args)
           String firstEmployeeName = "Susan Meyers";
           String secondEmployeeName = "Mark Jones" ;
           String thridEmployeeName = "Joy Rogers";
           int firstEmployeeId = 47899;
           int secondEmployeeId = 39119;
           int thirdEmployeeId = 81774;
           String firstEmployeeDepartment = "Accounting";
           String secondEmployeeDepartment = "IT";
           String thirdEmployeeDepartment = "Manufacturing";
           String firstEmployeePosition = "Vice President";
           String secondEmployeePosition = "Programmer";
           String thirdEmployeePosition = "Engineer";
           Employee Employee1 = new Employee();
           Employee1.setName(firstEmployeeName);
           Employee1.setIdNumber(firstEmployeeId);
           Employee1.setDepartment(firstEmployeeDepartment);
           Employee1.setPosition(firstEmployeePosition);
           Employee Employee2 = new Employee();
           Employee2.setName(secondEmployeeName);
           Employee2.setIdNumber(secondEmployeeId);
           Employee2.setDepartment(secondEmployeeDepartment);
           Employee2.setPosition(secondEmployeePosition);
           Employee Employee3 = new Employee();
           Employee3.setName(thirdEmployeeName);
           Employee3.setIdNumber(thirdEmployeeId);
           Employee3.setDepartment(thirdEmployeeDepartment);
           Employee3.setPosition(thirdEmployeePosition);
           JOptionPane.showMessageDialog(null, "Name          ID Number   " +
                                         "Department      Position     /n" +
                                         Employee1.getName() + "   " +
                                         Employee1.getIdNumber() + "   " +
                                         Employee1.getDepartment() + "      /n");
      System.exit(0);
    }

    Also the compiling error I get is
    O:\HomeWork\CIS 260\Assignment 5\EmployeeInfo.java:28: cannot find symbol
    symbol  : constructor Employee()
    location: class Employee
           Employee Employee1 = new Employee();
                                   ^
    O:\HomeWork\CIS 260\Assignment 5\EmployeeInfo.java:39: cannot find symbol
    symbol  : constructor Employee()
    location: class Employee
           Employee Employee2 = new Employee();
                                   ^
    O:\HomeWork\CIS 260\Assignment 5\EmployeeInfo.java:50: cannot find symbol
    symbol  : constructor Employee()
    location: class Employee
           Employee Employee3 = new Employee();
                                   ^
    O:\HomeWork\CIS 260\Assignment 5\EmployeeInfo.java:52: cannot find symbol
    symbol  : variable thirdEmployeeName
    location: class EmployeeInfo
           Employee3.setName(thirdEmployeeName);
                                ^
    4 errors

  • Help for a Bluetooth Newbie please!

    Hi
    I have just got a Nokia 6230i (which looks like i may have alot of problems with according to your forums!).
    I am trying to connect up to my PC. I have a very basic question which is, how do i know if my computer has bluetooth on it? it is Windows XP.
    When i installed the PC Suite disc i got with the phone it said it said my available connections were bluetooth, serial cable and USB, which i took to meaning i had bluetooth on my computer! Am i completely wrong?
    I am completely new to all this bluetooth stuff sorry. i have made my phone visible (if this is the same as 'unhiding' it.) and urned it on, but when i try to connect through the PC Suite software, it say it cannot be connected.
    Help!!

    Yes, the other phrase is "dongle", typically what is sold are small Bluetooth adapters (dongles) that can be attached to the USB port in your PC.
    There are certainly many options available. If you go to a store I would try to make sure form the sales person that the dongle supports Microsoft Windows XP Bluetooth.
    Microsoft has Bluetooth sw in Windows in Windows XP, but the Service Pack needs to be 2. YOu can check you system setup easily by:
    Right click on the "phone icon" in your Windows Tray (area in bottom right in your screen) Select "about PC Suite" from the list and click. Windows opens, select "system info" and you can see what Windows version you have.
    If you have something like this visible:
    Operating system:
    Microsoft Windows XP
    Build 2600
    Service Pack 2
    Bluetooth stack:
    Microsoft Bluetooth stack
    Version 5.1.2600.2180
    Then it will be relatively easy to take Bluetooth into use in your PC.
    Just attach the dongle to USB port and let Windows guide you through the Bluetooth dongle driver install process.
    Then you will have the possibility to connect your phone and Nokia PC Suite over Bluetooth.

  • Need help for creat apple id in iphone 5s

    need help for creat apple id in iphone 5s

    See this support document for instructions. http://support.apple.com/kb/HT2731

  • Ican't remember my Alternative mail and i won't to change my bassword for my apple id please hellp me

    ican't remember my Alternative mail and i won't to change my bassword for my apple id please hellp me

    You can log into your account via http://appleid.apple.com and view the email addresses on your account.

  • Bought my Mac bookPro second hand. Help for changing apple ID

    Bought my Mac bookPro second hand. Need an Help about changing apple ID to enable me purchasing form istore

    Giving away / Selling your Mac / Resetting  the computer to the factory condition
    http://support.apple.com/kb/HT5189
    http://www.thesafemac.com/how-to-prepare-your-mac-for-sale/

  • Compression help for skateboard web movie, please....

    hi,
    can anyone help me here?
    ok,here is the situation.
    i want to get the best compression (file size,quality etc) for a 6 min fast moving skateboard film with graphics and slow motion sequences.
    i have compressor and quicktime pro too.
    please give me some advice on whats best.
    i would like to get near the quality of a normal mpeg comression.
    thanks

    I would stick with David's suggestion. You're going to have to compromise size and quality. Any time you're dealing with web media you need to be sensitive to file size and download times. In order to accommodate an acceptable file size that caters to your market you'll have to compress the video which in turn will degrade quality. If your not happy with 800 kbps h.264 try again with a slightly higher or lower bit rate.

  • Help for a bewildered idiot please

    Dear Geniuses
    Proud owner of an (almost new -refurb) MBP and some fine software called Final Cut Studio 2 badly needs your help
    .Firstly have to admit Im a very recent convert to the Mac side of life (about 6 days!)and aforementioned software
    All was going swimmingly and was very impressed (except for the lack of a right click button but hey)and had even reached lesson 3 of my training DVD when all of a sudden getting a dropped frame warning (its a MBP 17/2.5/2gb/250-5400) moved application and associated files to my Lacie 500gb - 7200 external drive (I think) connected on firewire 800 reduced the RT to medium p/b and half frame rate ...no joy still getting freezing and stuttering of picture ( I disabled warnings)
    Anyway for Mac experts out there a few questions
    1 would upping my Ram to 4 gb help
    2 should I connect via e-SATA (and how )
    3 any other suggestions
    4 (whats the best mouse with a right click for a mac????)
    Very frustrated but thanking all in advance
    cheers

    1 would upping my Ram to 4 gb help ... more RAM is always a good thing
    2 should I connect via e-SATA (and how ) ... that would certainly give you faster disc access. you would need an ExpressCard/34 based eSATA adaptor
    3 any other suggestions ... you can configure your OS X System Preferences >> Keyboard and Mouse >> Trackpad settings to allow you to right click by doing a two finger tap. Enable the "For secondary clicks..." option.
    4 (whats the best mouse with a right click for a mac????) ... well I like the Apple Mighty Mouse personally, but any basic two button mouse will work without need for third party drivers. more "fancy" mice will usually ship with Mac drivers too
    other thoughts:
    just how full is your external hard disc? if its chok full of stuff then you'll likely get much reduced performance.
    bigger disc drives do not necessarily mean faster disc drives. a basic RAID 0 pair will give you much better performance than a single disc
    how many apps are you running simultaneously? make sure you don't have unneeded applications open at the same time as their background processes and RAM footprint will eat away at the resources available to FCP

  • Help for a total newb with e65

    Hi All,
    Please help, I got the E65 and good posts about getting the wlan working.
    But I got the navigator app with it, and I really dont get all this GPS stuff , with it working off satellite, but charging my mobile with data chrages, software that works with recievers and phones, some symbian.
    Somebody explain it all in lamens terms please.
    Cheers

    Hi kiltedscot
    Can I use this analogy, if you buy a TomTom car navigation unit the package includes the hardware (processor + GPS receiver) and navigation software for a fixed but known cost (there is no charge for receiving data from GPS satellite system owned by the US Government)
    You have purchased the processor (E65), you need to purchase a Bluetooth GPS receiver to get positional data, the Symbian navigation software is provided free and if you download maps via your PC there is no need to incur GPRS data charges. If however you want a full talking navigation option, you do need to purchase a licence which in UK is just over £40 for 3 years.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • I need help for a school project please help MEEEEEEEDX

    ok ladies and gents help me out i need some info on oracle solaris 11 and i havent been able to find it online. here is the stuff i need:
    1. Number of Clients Supported-
    2. Number of Processors Supported-
    3. Support for SMTP, HTTP, DNS, File & Print and Remote Administration-
    4. Support for Windows, Linux, UNIX & Appleclients-
    5. Back up capabilities-
    if you know anything about this stuff please help me out i would greatly appreciate it. and have a great turkey day everybody.XD

    No one will do your work for you, particularly if it is schoolwork.
    You would be cheating and whatever grade you might get would be false because it wouldn't be your work.
    Here is the link to Oracle's documentation page.
    From there you can get to the documentation for Solaris 11.
    http://www.oracle.com/technetwork/documentation/solaris-11-192991.html
    There is a lot of OS documentation there, so you had better start reading.
      It will take some time for you to eventually undertand it all.

  • Help for an international wedding please!!!

    Hi, I wonder if someone might be able to help me? My son is getting married in the USA and we'd like to set things up so that people in the UK can watch and hear the wedding. In addition, my elderly Father (who will remain in the UK as can't make the trip to the US on grounds of age and health) has been asked, by his Grandson, if he will give a Blessing during the service.
    There will be a webcam at the Church in the USA - this will either be via one already installed there, or may be via my laptop!
    I just wondered if someone might be able to advise the best way that we can set all this up - I guess the question is really "Is it possible to do a conference call via Skype?" as the people in the UK who would like to watch the wedding are scattered around and won't all be in front of one webcam!!
    Really appreciate any help that you good people might be able go give, thank you in advance.
    Mike

    Hi Graham,
    you have to buy the retail full install disks, regardless whether you upgrade to 10.3. or 10.4. Please also post the exact model of G3 you have. Not all G3s are compatible with 10.3 and only a few can run 10.4. You might want to check out the system requirements:
    Requirements for Mac OS X 10.3
    Requirements for Mac OS X 10.4
    Be aware that you cannot upgrade directly from 10.1.x to 10.4! You either have to upgrade to 10.2 or 10.3 first or you perform an Erase&Install.
    Most likely you will need a firmware upgrade prior to the upgrade: Firmware Upgrades
    If this answered your question please consider granting some stars: Why reward points?

  • Safari display help for a Mac newbie!

    Hi everyone,
    I have never used Macs before so I hope this question isn't too ridiculous...!
    When using Safari, all the web pages I open are either half or three-quarters the size of the screen even when I use the little plus (maximize) button in the top left hand corner.
    Only one page has ever fitted the full screen. Is there any way to make all pages opened with safari full-screen size? I've fiddled around with the settings but to no avail...
    Any help would be greatly appreciated!

    The easiest way I have found to do this is to high light and drag the following java script to your bookmarks menu bar. Name it any thing you want. I called mine re-size. Click it and it will expand the window full page. It works with Safari 2, safari 3 beta, FireFox, Omni-wed, and SeaMonkey.
    Full screen script for browsers
    javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);

Maybe you are looking for

  • Urgent Help is needed : Experts please help

    Does modification of Transfer rule and update rule require data deletion from all the dependent data targets? Hi Experts, Two new key figures have been added in data source and subsequently in transfer rules, updated rules, ODS and cubes there in dat

  • Help, Lost User Settings

    When I re-booted after downloading the new ITunes and other Mac upgrades, I am unable to return to my settings. Desktop setting, browser and email settings are all default. Is there a way to manually return to my settings? If not, how can I do that w

  • Important

    Sorry Gentlemen...Does any one send me any interview question ..i am going for a interview on  this monday....  and if possible realtime questions asked in Interview

  • SD: Output determination - Use of transmission medium = "Special function"?

    Hi, Would you tell me what is the specific use of transmission medium = "Special function" (table TNAPR-NACHA = 8) in the output determination for messages? Transaction V/30 Thanks and regards, Eric

  • Dynamic calculation of prior 2 months

    Hi all Please help me out in solving this issue In my quuery out put will be as follows jun07 jul07 aug07 sep07 quantity 45 50 60 70 2m Offset quantity 45 50 Issue: for 2m offset quantity we need to take quantity value two months prior. Example For s