Difference between revisions of "MacBuild Intel Checklist"
(New page: {| fontname="Helvetica" fontsize="12" border="1" |- |width="40%" align="center"|Steps |width="53%" align="center"|Notes/Detailed Instructions |width="7%" align="center"|Done |- | Check f...) |
|||
Line 170: | Line 170: | ||
| Take it to store || || | | Take it to store || || | ||
|} | |} | ||
+ | |||
+ | [[Category:Macintosh]] |
Revision as of 12:06, 25 November 2009
Steps | Notes/Detailed Instructions | Done |
Check for blown capacitors (if system can be easily opened) |
Visually inspect motherboard capacitors for bulges/leaks. If you find one, check with your instructor. |
|
Make sure that covers are available for open bays |
If covers are missing, check parts storage for replacements |
|
Install battery |
Pay attention to correct position; look for '+' by battery holder |
|
Install hard drive (if it has not been wiped in the system) |
Refer to MacBuild Spec Sheet for appropriate size |
|
Install/swap RAM |
If the system has a built-in display, remember to swap out any old untested memory in it for new tested memory. Refer to MacBuild Spec Sheet for appropriate amount |
|
Clean/dust inside |
If necessary |
|
Attach keyboard/mouse, monitor, network cable, and power cord (as necessary) | ||
Clear the PRAM |
While starting up, hold the Option+Apple+p+r keys. Continue 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 |
|
Reset the NVRAM |
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 set-defaults reset-all The system will reboot after the reset-all command is entered. |
|
Install Ubuntu |
Please note that any values not explicitly defined here (HTTP proxies and such) should be left blank.
|
|
Start up Ubuntu |
|
|
Verify hardware in the system |
To verify the hardware in a system, open up a terminal and run: sudo lshw|less 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:
|
|
Check for updates |
There are a few ways to do this:
sudo apt-get update sudo apt-get upgrade Install all updates if any are found |
|
Set up the environment and install extra apps |
sudo apt-get install vlc
sudo apt-get install b43-fwcutter
|
|
Test USB ports |
If any port doesn't work, the machine should be recycled |
|
Test CD data and sound |
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 |
|
Check if wireless works (if the system has a wireless card) |
Use Network Manager to see if you can connect to Free Geek's wireless network. If you can, the wireless card works. |
|
Check for software updates |
Open up Update Manager and install any available updates |
|
Generate "printme" report for system |
|
|
Clean outside cover |
Clean case monitor face, connector panel, keyboard, and mouse as well |
|
Attach "printme" report to system | ||
Bundle system with tested keyboard/mouse and power cord | ||
Take it to store |