Computer Builds

Stage 1

Tear-down of recyclable computers to learn parts and how they go together (1-2 times or until participant is comfortable with parts ID)

Stage 2

Tear-down and reconstruction of a known-to-be-working computer with no 'issues' -- repeat Stage 1 and reverse process – plug it in – does it work?

Stage 3

Construct a working computer from parts (available in garage)

Quality Assurance

Or: Making Sure Things Work

Before a machine is ready to go out the door (either to a volunteer, or for sale) it needs to be tested as follows:

  • Plug in network, power, speakers; turn on machine
  • Check date & time (either in BIOS or once logged in) -- incorrect date usually means a dead CMOS battery!
  • Make sure it's running Ubuntu 10.04
  • Log in as OEM, make sure you hear login sound
  • Check for updates (tests networking)
  • Insert CD-ROM, make sure it's detected & mounted

OEM-Config

The last step before sending a machine out is to clean up any files we may have left behind as the oem user -- to do this, run the oem-config-prepare script as follows:

  • If "Prepare for shipping" link is already on desktop and/or in System -> Administration menu, simply run this
  • If it's not installed (either not installed as OEM, or oem-config has already been run):

GUI method

  • Click Applications -> Software Center
  • Search for oem-config-gtk; click Install
  • Click System -> Administration -> Prepare for end user

Command-line method

  • Click Applications -> Accessories -> Terminal
  • Type sudo apt-get install oem-config-gtk, hit enter, and enter password
  • When this completes, type sudo oem-config-prepare and hit enter

Once oem-config has been run, just reboot -- oem account will be deleted, and user will be asked for username & password on next startup