QC Howto
From FGVwiki
Contents |
Introduction
This page is meant to document the process of checking a box built at Build.
Before Beginning
- Grab a box and the accompanying build sheet.
- Mark your name and volunteer number in the appropriate space
Visual Inspection
- Check for the presence of
- All the case side panels
- Motherboard backplate (The one that surrounds the ports on the back)
- Plates for unfilled front drive spaces
- The appropriate number and types of optical drives
- Unless directed otherwise, check for the presence of USB, ps/2, and ethernet ports
Internal Inspection
- Open the case
- Check for blown capacitors (See Checking for Bad Capacitors)
- Check that all the drives are plugged in
Booting up
- Plug in keyboard, mouse, video, and power, and speakers
- Turn machine on
- Expected result: Machine passes POST and boots to Ubuntu session manager
- At the login screen, login as user:oem, pass:oem
- Expected result: A desktop session should start and play a sound
Verify the Specs
- Open a terminal (Applications>Accessories>Terminal)
- Enter the command
cat /proc/cpuinfoto display CPU information. Note the processor speed. - Enter the command
free -mto display information about the RAM. Note the memory size. - Enter the command
df -hto display information about mounted hard drive partitions. Note the capacity of sda1.
Sanity Testing
- Plug in a network cable
- Open firefox and go to freegeekvancouver.org
- Insert a test disc of an appropriate format in each of the optical drives. (Ask a staff member if you need some)
- Open Places>Computer
- Plug in a USB drive.
- Expected Result: A new icon should appear in "Computer"
- Double click on the icon
- Expected result: The media should become mounted and readable.
- If you can't read it, note BADUSB and continue
- If there is a floppy disk drive, repeat the previous 2 steps with a floppy disc
- If the floppy can't be read, not BADFLOPPY and continue
- Go to System>Preferences>Sound
- Play a test tone
- If you can't hear it, note BADAUDIO and continue
- Plug in a microphone
- Go to Applications>Sound Recorder
- Record a sample of your voice.
- Play it back
- If you cannot play it back, note BADRECORD and continue
Stress Test
- Reboot the machine
- Hit escape at the grub prompt
- Run memtest for a while
FGQC Testing
- Reboot the machine and boot back into Ubuntu
- Open a terminal
- Enter the command
fgqcor alternatively, the following sequence of commands:-
wget http://hemlock/linux/preseed/fgqc -
sudo sh ./fgqc
-
- To be continued...?
See Also
qcpdxstyle for information on how FG Portland does things
