Difference between revisions of "MacBuild PPC Checklist"

From FreekiWiki
Jump to navigation Jump to search
 
(38 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{| fontname="Helvetica" fontsize="12" border="1"
+
This is the in-progress checklist for PPC desktop and laptopsPlease go to the discussion pagefor the in-progress Intel instructions.
|-
 
|width="40%" align="center"|Steps
 
|width="53%" align="center"|Notes/Detailed Instructions
 
|width="7%"  align="center"|Done
 
|-
 
| Install/verify RAM ||
 
Make sure the system has at least 512 MB of RAM.  Keep in mind that some systems may have some RAM directly on the logic board.
 
||
 
|-
 
| Install wireless card (if not present already)||
 
Ask the instructor
 
||
 
|-
 
| Attach network cable and power cord ||
 
||
 
|-
 
| Clear the PRAM ||
 
While starting up, hold the '''Option+Apple+p+r''' keysContinue holding the keys until the system chimes three times.  Release the keys after the third chime is heard.
 
||
 
|-
 
| Set the system clock in Open Firmware ||
 
While starting up, hold the '''Option+Apple+o+f''' keys.  Release the keys when the Open Firmware prompt comes up.  Run the following command:
 
decimal dev rtc [sec min hour day month year] set-time
 
All values aside from the year should be two-digit numbers in 24-hour format.  The year should be a four-digit number.  Additionally, the clock needs to be set to UTC, so remember to add 7 hours to the current time if on regular time or 8 hours during Daylight Saving Time. For example, to set the clock to 1:58 PM on September 18th, 2009, the command would be
 
decimal dev rtc 00 58 20 18 09 2009 set-time:
 
  
||
+
=OS X Triage=
|-
+
==Getting Started==
| Reset the NVRAM ||
+
===Attach keyboard/mouse, monitor, network cable, and power cord (as necessary)===
While starting up, hold the '''Option+Apple+o+f''' keys. Release the keys when the Open Firmware prompt comes up. Run the following commands in the specified order:
+
----
reset-nvram
+
===Install components for triage===
set-defaults
+
 
reset-all
+
'''Only install tested components if working on a standard desktop system (PowerMacG4 and PowerMacG5); do not install tested components on hard-to-open systems'''
 +
*Install a tested/wiped HDD
 +
*Install the appropriate amount of tested RAM
 +
*Install a tested battery if it is easily accessible
 +
*Install an AirPort/AirPort Extreme wireless card (depending on build specs) if not already present
 +
----
 +
 
 +
==Hardware Testing==
 +
 
 +
===Wipe the Hard Drive: ONLY COMPLETE THIS STEP IF YOU WERE NOT ABLE TO SWAP IN A WIPED HARD DRIVE===
 +
If it isn't easy to replace the hard drive with one that is wiped we'll need to wipe the hard drive that is in the computer. This specifically applies to all Mac laptops and iMacG5s with iSight:
 +
* Boot to the network by starting the computer and holding down the '''N''' key.
 +
* At the first boot prompt choose '''w''' (ltsp disk wiper).
 +
* When the computer stops at a log-in prompt, change to alternate terminal 7 by selecting the '''control+alt+F7''' keys simultaneously. You may need to hold the '''FN''' key on laptops as well. Note: you may have to try these key combinations multiple times for them to take effect.
 +
* When you get the tty7 prompt, type <code>disktest</code> and select return. This should start the S.M.A.R.T. test.
 +
* Wait for confirmation of the HDD, then press enter.
 +
* If the drive passes the S.M.A.R.T. test it will automatically start the badblocks test which will wipe the disk. If it fails the S.M.A.R.T test it will tell you to recycle the drive.
 +
 
 +
The badblocks test usually takes 4 or more hours to run.
 +
 
 +
NOTE: On a few macs, primarily iMac G5s, when you boot to the network and choose the '''w''' (ltsp disk wiper) option the machine will freeze with a white screen error. For these machines wipe the hard drive by using the OS X disk utility and the Zero Out Data option:
 +
* Boot to the external drive
 +
* open disk utility
 +
* select the internal drive in the left panel
 +
* select the erase tab
 +
* select Security Options and click the Zero Out Data option
 +
* click the erase button and confirm your choice
 +
----
 +
 
 +
===Reset the NVRAM and set the date===
 +
To reset the NVRAM we must first boot into Open Firmware. We do this by starting the computer and holding down the '''option-apple-O-F''' keys simultaneously. When the Open Firmware screen comes up look at the date. If the date is incorrect (most commonly the year is 1904) you can set the computer real time clock using the following command:
 +
 
 +
decimal dev rtc sec min hour day month year set-time
 +
 
 +
So to set the clock to 10 seconds past 11:15PM on December 31st, 2005, the command would be:
 +
 
 +
decimal dev rtc 10 15 23 31 12 2005 set-time
 +
 
 +
The Open Firmware prompt should type ok after this.
 +
 
 +
NOTE: if you want to set the clock to Greenwich Mean Time add 7 hours (during the summer - daylight savings time) or 8 hours during the winter to the local time.
 +
 
 +
To reset the NVRAM you can type the following commands in the specified order:
 +
*<code>reset-nvram</code>
 +
*<code>set-defaults</code>
 +
*<code>reset-all</code>
  
 
The system will reboot after the '''reset-all''' command is entered.
 
The system will reboot after the '''reset-all''' command is entered.
||
+
----
|-
+
 
| Install Ubuntu ||
+
===Booting into OS X===
Please note that any values not explicitly defined here (HTTP proxies and such) should be left blank.
+
 
# Make sure network cable is attached
+
'''From Network:'''
# Insert Ubuntu CD
+
* Connect ethernet cable from the wall to the system
#* Use 8.04 for iMac G5s
+
* Hold down the ''N'' key on the keyboard while the system starts up to enter the network boot screen.
#* Use 9.04 for all other systems
+
 
# Start up the system while holding the '''C''' key on the keyboard
+
'''From External HDD:'''
# At '''''boot:''''' prompt, press Enter; eventually the install screen will appear
+
* Connect the OS X 10.5 USB HDD to the system
# Select '''English''' as the language for the installation and '''United States''' as the country
+
* Connect the USB HDD to a power source
# Enter '''No''' for keyboard detection, and select '''USA''' for all keyboard language options
+
* Make sure the USB HDD is turned on (there's a power switch on the back of the drive)
# If prompted for which network device to use, select the wired network
+
* Hold the ''Option'' key on the keyboard while system starts up to enter the Startup Manager
# When prompted for a hostname, delete the current entry and enter '''macbox''' in its place
+
* Select the USB drive (OS X Testing HDD) from the Startup Manager to boot into OS X
# Select '''Pacific''' as the time zone
+
----
# When prompted for HD partitioning, select the '''Guided - use entire disk''' option, and confirm the HD the changes will be made to (there should only be one option available unless there are multiple HDs in the system)
+
 
# When asked about writing the changes to disk, select '''Yes'''
+
===Log into OS X===
#* At this point, the base system will begin installing, so prepare to wait for a few minutes
+
*If a warning box appears while you are logging in, just click "ignore"
# When prompted for the user's full name, enter '''oem'''
+
----
# When prompted for a username for the account, enter '''oem'''
+
 
# When prompted for a password, enter '''freegeek'''.  You will be asked to verify the password after entering it.  Enter '''freegeek''' again. If the passwords don't match, it will prompt you for a password again
+
===Confirm hardware===
# If asked to provide a HTTP proxy, leave it blank and press Enter
+
*Click on the System Profiler icon in the dock.
# If asked to download additional language support, select '''Yes'''
+
*Check the '''ATA''' and '''Memory''' sections of ''System Profiler'' to confirm that it matches what you've added to the system so far
# If asked to encrypt the user's home directory, select '''No'''
+
**If it fails to see the HDD or reports the amount of memory incorrectly, the system may have a bad logic board and end up getting recycled.  Ask an instructor for troubleshooting assistance
# When asked if the system clock is set to UTC, select '''Yes'''
+
*Check the '''Disc Burning''' section of ''System Profiler'' to see what the optical drive in the system can do
# When installation is complete, select the '''Continue''' option to reboot the system
+
----
||
+
 
|-
+
===Test CD writing===
| Start up Ubuntu ||
+
If you determined that the optical drive in the system can write CD-RWs, do the following:
* Let the system use its default options in the bootloaders during the startup process
+
*Erase a rewritable CD disk
* If the system has problems starting up, refer to [http://wiki.freegeek.org/index.php/MacBuild_Desktop_Build#Special_Configurations the Special Configurations list]
+
** Insert a CD-RW disk
||
+
** Open up '''Disk Utility''' (Click on the '''Disk Utility''' icon in the dock)
|-
+
** Click on the optical drive on the left sidebar of the '''Disk Utility''' window
| Check for updates ||
+
** Click on the ''Erase'' tab that comes up on the right side of the window
There are a few ways to do this:
+
** Confirm that it will perform a quick erase, and click on the '''Erase''' button
* From the desktop, go to System -> Administration -> Update Manager
+
** When the erasing is complete you'll get a dialog box. Choose '''Open Finder''' from the drop down menu and click OK. This will mount the disk on the desktop.
* From the command line, run:
+
 
sudo apt-get update
+
*Write to a blank rewritable disk
sudo apt-get upgrade
+
** Select the '''burnme.cdr''' file in the left panel of '''Disk Utility''' and click the '''Burn''' button at the top of Disk Utility.
Install all updates if any are found
+
** The disk should automatically eject when finished. If the disk icon still appears of the desktop, drag it into the trash. 
||
+
** Leave Disk Utility open for the following step.
|-
+
----
| Verify hardware in the system ||
+
 
To verify the hardware in a system, open up a terminal and run:
+
===Erase the internal hard drive so that the Mac OSX installer will recognize it===
sudo lshw|less
+
** Select the hard drive in the left panel of '''Disk Utility'''  
This runs a command called '''lshw''' (which stands for "list hardware") and sends the output to another command called '''less''', which is a simple reader that allows you to scroll through '''lshw''''s output.  The items to pay attention to are:
+
** Choose the '''Erase''' tab
*Amount of system memory
+
** Clock on the '''Erase''' button at the lower right
** You should be able to find this under the '''memory''' heading in '''lshw'''.  It should be the same as the physical amount of memory in the system.
+
** Quit the disk Utility application
*Type of optical drive
+
 
** This can be found under the '''cdrom''' heading in '''lshw'''.  To determine the actual capability of the drive, search for the information under '''product''' in Google.
+
----
*Presence of wireless card
+
 
** This should be under one of the '''network''' headings. You should look for an entry that mentions something about "Wireless interface" or "Broadcom"If that exists, the system has a wireless card.  
+
===Check if WiFi works===
||
+
*Click on the AirPort icon near the upper-right corner of the screen
|-
+
*Check to see if the '''Freegeek''' wireless network shows up on the list
| Set up the environment and install extra apps ||
+
Disconnect the wired network, select '''Freegeek''' from the list, open up a browser, and navigate to any web page.  If you see the Free Geek click-through page, it works.
* Add the Terminal to the panel so it can be launched quickly
+
----
* If the machine has a DVD drive, open up a terminal and run:
+
 
sudo apt-get install vlc
+
===Test the memory===
* If the machine has a wireless card, open up a terminal and run:
+
NOTE: This test should only be run if you were not able to install all tested memory (in the case of laptops and iMac g4 internal memory).
sudo apt-get install b43-fwcutter
+
*Open "rember" by clicking on the icon in the dock.
** Restart the system after installing b43-fwcutter in order to get the change working properly.
+
*click ok, leave selected default settings, and run the test.
||
+
** The test should take 5-30 minutes depending on the amount of RAM and the speed of the processor. With large amounts of RAM (over 1.0 GB) it may take up to an hour.
|-
+
* If any memory fails the test, replace it with good tested memory
| Test USB ports ||
+
----
USB:
+
 
* Plug in a USB mouse
+
===Stress test the cpu===
* See that the cursor moves and can interact with things
+
*Click on the cpu test icon in the dock
* Repeat with all USB ports
+
*choose primenet as the test type and start test
If any port doesn't work, the machine should be recycled
+
**This should take 3-10 minutes
||
+
*If this test fails, mark the printme sheet with the test results and sell the computer as-is, or recycle it - ask your instructor
|-
+
----
| Check if wireless works ||
+
 
Use Network Manager to see if you can connect to Free Geek's wireless network.  If you can, the wireless card works. Remember to write the type of wireless card (e.g. AirPort, AirPort Extreme) on the printed report at the end of the build.
+
===Stress test the gpu===
||
+
*Set up the screen saver for the gpu test.
|-
+
**Under the Apple menu select '''System Preferences''' > '''Desktops and Screen Saver'''
| Test CD data and sound ||
+
**Scroll down to the bottom and select '''GPULife'''
# Insert, play, and eject a music CD
+
**Select '''Options''', unclick '''limit framerate''' and click '''show framerate'''
# Insert data CD, inspect directory contents
+
**Set '''Zoom''' to '''1''' and click '''OK'''
# If machine has a DVD drive:
+
*Drag your mouse arrow to the very bottom right-hand corner of the screen. 
#* insert a data DVD, inspect directory contents
+
*A black screen should come up with lots of colorful moving dots which are being generated by the gpu.
#* insert a video DVD and play it using '''vlc'''
+
*Look for any artifacting (obvious glitches, lines, popping lights, cross hatching)Any artifacting points to gpu failure.
# If machine has a CD-RW or DVD-RW, use '''brasero''' to erase a CD-RW disk, and create/burn a new data project.
+
*Also check to see that the frames per second number at the bottom left-hand of the screen stays consistent. 
Note: Brasero has problems with versions of Ubuntu before Karmic (9.10). For Hardy (8.04LTS) and Jaunty (9.04) you may want to install and use k3b instead: sudo apt-get install k3b
+
*If everything looks good after a minute or so, you can exit the screen by moving your mouse out of the corner.
||
+
*If there are any gross artifacts, such as lines on the screen or a plaid screen, then note the defects on the printme sheet and sell the computer as-is or recycle it - ask your instructor. Occasional white pixels are OK.
|-
+
----
| Generate "printme" report for system ||
+
===Test the iSight camera (if installed)===
# Make sure you are on the local wired network
+
*Double click on the OS X Testing HDD icon and then double click on Applications. Double click on the Photo Booth application to open it. If you can see yourself in the Photo Booth application the camera works.
# Configure system so it can use network printers
+
----
## From the desktop, go to System -> Administration -> Printing
+
 
## In the Printer Configuration window, go to Server -> Settings...
+
===Check The Battery (laptop only)===
## Check the "Show printers shared by other systems" checkbox, and click the '''OK''' button
+
*Select the Coconut Battery icon from dock. Note the battery capacity (not the current charge) and remember that we will need to enter this value in the Notes portion of the printme sheet. For example: "according to Coconut Battery the battery has 67% of original capacity".
# In a terminal, generate a lshw XML file for the printme process
+
===Test the Keyboard (laptop only)===
#* '''''sudo lshw -xml > printme.xml'''''
+
*Double click on the OS X Testing HDD icon and then double click on Applications. Double click on the TextEdit application to open it. Test the keyboard by typing all numbers and letters and symbols, both lower case and upper case. Make sure that the keys all work correctly.
# Open a web browser and go to '''''http://data/spec_sheets/new'''''
+
*This test is for laptops only. We don't need to test desktop keyboards because they are tested in receiving.
# Fill out the form with the following:
+
----
#* Enter your volunteer ID in the Volunteer ID field
+
 
#* Job should be left as Quality Checker
+
=Preparing Computer for End User=
#* System ID should be left blank
+
 
#* Type should be changed to Laptop
+
===Generate "printme" report for system===
#* Keeper label type should be set to No Sticker
+
 
#* Notes should include the following information:
+
* In a terminal, type '''''printme'''''
#** Version of Ubuntu installed
+
* Enter your volunteer ID in the Volunteer ID field
#** Any components that show up in lshw (modems, certain wireless cards) that aren't supported by Ubuntu should be listed
+
* Job should be Builder
#** Any special issues the machine has
+
* Type should be Apple or Apple Laptop
#** Whether computer is covered or uncovered
+
* Choose whether the computer is covered or not (if it has an '''Uncovered Electronic Device''' sticker on it somewhere, it's NOT covered. If it does NOT have a '''Uncovered Electronic Device''' sticker, it's covered)
# Upload the '''printme.xml''' file, and print out the report
+
* Choose whether the computer is an FG-PDX system or not (if it has a '''FG-PDX''' sticker, it's covered. If it does NOT have a '''FG-PDX''' sticker, it's NOT covered)
# Remember to add the wireless card type
+
* Notes should include the following information:
||
+
** no OS installed
|-
+
** processor type and speed
| Test battery life ||
+
** Hard Drive size
To start the battery test:
+
** memory size and speed
# Make sure battery is fully charged
+
** optical drive info
# Open a web browser and go to '''''http://llama.freegeek.org/~serge/batterytest.sh'''''
+
** wireless card info
# Save file to disk
+
** Battery test results for laptops
# Insert an audio CD into optical drive
+
*Print to HP LaserJet 4000 series (C344E7) which is located in Laptops. (This printer is referred to as Laptop when on an Ubuntu Operating system at Free Geek).
# Launch audio player, play disc, and set on repeat
+
----
# In a terminal, navigate to the directory you saved batterytest.sh to and run:
+
 
#* '''''sh batterytest.sh'''''
+
===Prep system for the store===
# Disconnect power supply
+
*Clean the system and remove any stickers from the previous owner
# Leave the system running until it powers off
+
*Add small Free Geek sticker to the system
To check the results of the battery test
+
*Bundle system with a power supply (if a laptop)
# In a terminal, navigate to the directory you saved batterytest.sh to and run:
+
*Take the system to the store or place on storage shelf as appropriate.
#* '''''sh batterytest.sh'''''
+
----
# Record the results on the "printme" report
+
 
||
 
|-
 
| Clean outside cover ||
 
Clean case monitor face, connector panel, keyboard, and trackpad as well
 
||
 
|-
 
| Attach "printme" report to system ||
 
||
 
|-
 
| Bundle system with power supply || ||
 
|}
 
  
[[Category:Macintosh]]
+
[[Category:Macintosh Archive]]

Latest revision as of 17:41, 5 November 2013

This is the in-progress checklist for PPC desktop and laptops. Please go to the discussion pagefor the in-progress Intel instructions.

OS X Triage

Getting Started

Attach keyboard/mouse, monitor, network cable, and power cord (as necessary)


Install components for triage

Only install tested components if working on a standard desktop system (PowerMacG4 and PowerMacG5); do not install tested components on hard-to-open systems

  • Install a tested/wiped HDD
  • Install the appropriate amount of tested RAM
  • Install a tested battery if it is easily accessible
  • Install an AirPort/AirPort Extreme wireless card (depending on build specs) if not already present

Hardware Testing

Wipe the Hard Drive: ONLY COMPLETE THIS STEP IF YOU WERE NOT ABLE TO SWAP IN A WIPED HARD DRIVE

If it isn't easy to replace the hard drive with one that is wiped we'll need to wipe the hard drive that is in the computer. This specifically applies to all Mac laptops and iMacG5s with iSight:

  • Boot to the network by starting the computer and holding down the N key.
  • At the first boot prompt choose w (ltsp disk wiper).
  • When the computer stops at a log-in prompt, change to alternate terminal 7 by selecting the control+alt+F7 keys simultaneously. You may need to hold the FN key on laptops as well. Note: you may have to try these key combinations multiple times for them to take effect.
  • When you get the tty7 prompt, type disktest and select return. This should start the S.M.A.R.T. test.
  • Wait for confirmation of the HDD, then press enter.
  • If the drive passes the S.M.A.R.T. test it will automatically start the badblocks test which will wipe the disk. If it fails the S.M.A.R.T test it will tell you to recycle the drive.

The badblocks test usually takes 4 or more hours to run.

NOTE: On a few macs, primarily iMac G5s, when you boot to the network and choose the w (ltsp disk wiper) option the machine will freeze with a white screen error. For these machines wipe the hard drive by using the OS X disk utility and the Zero Out Data option:

  • Boot to the external drive
  • open disk utility
  • select the internal drive in the left panel
  • select the erase tab
  • select Security Options and click the Zero Out Data option
  • click the erase button and confirm your choice

Reset the NVRAM and set the date

To reset the NVRAM we must first boot into Open Firmware. We do this by starting the computer and holding down the option-apple-O-F keys simultaneously. When the Open Firmware screen comes up look at the date. If the date is incorrect (most commonly the year is 1904) you can set the computer real time clock using the following command:

decimal dev rtc sec min hour day month year set-time

So to set the clock to 10 seconds past 11:15PM on December 31st, 2005, the command would be:

decimal dev rtc 10 15 23 31 12 2005 set-time

The Open Firmware prompt should type ok after this.

NOTE: if you want to set the clock to Greenwich Mean Time add 7 hours (during the summer - daylight savings time) or 8 hours during the winter to the local time.

To reset the NVRAM you can type the following commands in the specified order:

  • reset-nvram
  • set-defaults
  • reset-all

The system will reboot after the reset-all command is entered.


Booting into OS X

From Network:

  • Connect ethernet cable from the wall to the system
  • Hold down the N key on the keyboard while the system starts up to enter the network boot screen.

From External HDD:

  • Connect the OS X 10.5 USB HDD to the system
  • Connect the USB HDD to a power source
  • Make sure the USB HDD is turned on (there's a power switch on the back of the drive)
  • Hold the Option key on the keyboard while system starts up to enter the Startup Manager
  • Select the USB drive (OS X Testing HDD) from the Startup Manager to boot into OS X

Log into OS X

  • If a warning box appears while you are logging in, just click "ignore"

Confirm hardware

  • Click on the System Profiler icon in the dock.
  • Check the ATA and Memory sections of System Profiler to confirm that it matches what you've added to the system so far
    • If it fails to see the HDD or reports the amount of memory incorrectly, the system may have a bad logic board and end up getting recycled. Ask an instructor for troubleshooting assistance
  • Check the Disc Burning section of System Profiler to see what the optical drive in the system can do

Test CD writing

If you determined that the optical drive in the system can write CD-RWs, do the following:

  • Erase a rewritable CD disk
    • Insert a CD-RW disk
    • Open up Disk Utility (Click on the Disk Utility icon in the dock)
    • Click on the optical drive on the left sidebar of the Disk Utility window
    • Click on the Erase tab that comes up on the right side of the window
    • Confirm that it will perform a quick erase, and click on the Erase button
    • When the erasing is complete you'll get a dialog box. Choose Open Finder from the drop down menu and click OK. This will mount the disk on the desktop.
  • Write to a blank rewritable disk
    • Select the burnme.cdr file in the left panel of Disk Utility and click the Burn button at the top of Disk Utility.
    • The disk should automatically eject when finished. If the disk icon still appears of the desktop, drag it into the trash.
    • Leave Disk Utility open for the following step.

Erase the internal hard drive so that the Mac OSX installer will recognize it

    • Select the hard drive in the left panel of Disk Utility
    • Choose the Erase tab
    • Clock on the Erase button at the lower right
    • Quit the disk Utility application

Check if WiFi works

  • Click on the AirPort icon near the upper-right corner of the screen
  • Check to see if the Freegeek wireless network shows up on the list

Disconnect the wired network, select Freegeek from the list, open up a browser, and navigate to any web page. If you see the Free Geek click-through page, it works.


Test the memory

NOTE: This test should only be run if you were not able to install all tested memory (in the case of laptops and iMac g4 internal memory).

  • Open "rember" by clicking on the icon in the dock.
  • click ok, leave selected default settings, and run the test.
    • The test should take 5-30 minutes depending on the amount of RAM and the speed of the processor. With large amounts of RAM (over 1.0 GB) it may take up to an hour.
  • If any memory fails the test, replace it with good tested memory

Stress test the cpu

  • Click on the cpu test icon in the dock
  • choose primenet as the test type and start test
    • This should take 3-10 minutes
  • If this test fails, mark the printme sheet with the test results and sell the computer as-is, or recycle it - ask your instructor

Stress test the gpu

  • Set up the screen saver for the gpu test.
    • Under the Apple menu select System Preferences > Desktops and Screen Saver
    • Scroll down to the bottom and select GPULife
    • Select Options, unclick limit framerate and click show framerate
    • Set Zoom to 1 and click OK
  • Drag your mouse arrow to the very bottom right-hand corner of the screen.
  • A black screen should come up with lots of colorful moving dots which are being generated by the gpu.
  • Look for any artifacting (obvious glitches, lines, popping lights, cross hatching). Any artifacting points to gpu failure.
  • Also check to see that the frames per second number at the bottom left-hand of the screen stays consistent.
  • If everything looks good after a minute or so, you can exit the screen by moving your mouse out of the corner.
  • If there are any gross artifacts, such as lines on the screen or a plaid screen, then note the defects on the printme sheet and sell the computer as-is or recycle it - ask your instructor. Occasional white pixels are OK.

Test the iSight camera (if installed)

  • Double click on the OS X Testing HDD icon and then double click on Applications. Double click on the Photo Booth application to open it. If you can see yourself in the Photo Booth application the camera works.

Check The Battery (laptop only)

  • Select the Coconut Battery icon from dock. Note the battery capacity (not the current charge) and remember that we will need to enter this value in the Notes portion of the printme sheet. For example: "according to Coconut Battery the battery has 67% of original capacity".

Test the Keyboard (laptop only)

  • Double click on the OS X Testing HDD icon and then double click on Applications. Double click on the TextEdit application to open it. Test the keyboard by typing all numbers and letters and symbols, both lower case and upper case. Make sure that the keys all work correctly.
  • This test is for laptops only. We don't need to test desktop keyboards because they are tested in receiving.

Preparing Computer for End User

Generate "printme" report for system

  • In a terminal, type printme
  • Enter your volunteer ID in the Volunteer ID field
  • Job should be Builder
  • Type should be Apple or Apple Laptop
  • Choose whether the computer is covered or not (if it has an Uncovered Electronic Device sticker on it somewhere, it's NOT covered. If it does NOT have a Uncovered Electronic Device sticker, it's covered)
  • Choose whether the computer is an FG-PDX system or not (if it has a FG-PDX sticker, it's covered. If it does NOT have a FG-PDX sticker, it's NOT covered)
  • Notes should include the following information:
    • no OS installed
    • processor type and speed
    • Hard Drive size
    • memory size and speed
    • optical drive info
    • wireless card info
    • Battery test results for laptops
  • Print to HP LaserJet 4000 series (C344E7) which is located in Laptops. (This printer is referred to as Laptop when on an Ubuntu Operating system at Free Geek).

Prep system for the store

  • Clean the system and remove any stickers from the previous owner
  • Add small Free Geek sticker to the system
  • Bundle system with a power supply (if a laptop)
  • Take the system to the store or place on storage shelf as appropriate.