Difference between revisions of "User:Lynnae/Laptop Extended Build Guide"

From FreekiWiki
Jump to navigation Jump to search
(Replaced content with "{{delete}}")
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
+
{{delete}}
 
 
==Build Guide Extended==
 
===1. Inspect the system===
 
{{Template:Laptop Build Guide Inspect}}
 
 
 
===2. Verify Keeper label information===
 
{{Template:Laptop Build Guide Keeper}}
 
 
 
===3. Install an imaged hard drive===
 
{{Template:Laptop Build Guide HDD}}
 
 
 
===4. Check optical drive hardware===
 
{{Template:Laptop Build Guide Optical Drive}}
 
 
 
===5. Find an appropriate AC adapter===
 
{{Template:AC_Adapter}}
 
 
 
----
 
 
 
===6. BIOS===
 
{{Template:Laptop Build Guide BIOS}}
 
 
 
===6. Configure networking===
 
====Test wired internet connection====
 
<code>basiccheck</code> also contains a minimal networking test.<br>
 
&#9744; Plug in an ethernet cable from the workbench.
 
*Watch the desktop task bar, top right corner. You should see a &uarr;&darr; symbol appear.
 
&#9744; Open a web browser (Xubuntu 12.04 uses Firefox by default) and navigate to a website, such as <code>llama.freegeek.org</code>.<br>
 
&#9744; The ability to browse to a website via an ethernet connection is a passing test.
 
;Troubleshooting tips
 
*Try a different cable. The workbench ethernet cables see a lot of use.
 
*Check to see if the up lights are flashing on the LAN port. No lights may indicate a failed port.
 
*Open a terminal and run <code>ifconfig</code>. Have your instructor help you interpret the results.
 
;Requirements
 
&#9744; All laptops given away or sold from Free Geek must have a working wired internet connection. Some laptops may accept an external PCMCIA card if the internal port has failed, consult with your instructor.
 
 
 
====Test wireless internet connection====
 
&#9744; Disconnect the ethernet cable.
 
*The &uarr;&darr; symbol should change to a WiFi symbol (a dot with half-circles radiating outward).
 
&#9744; Click on the wifi symbol to select the FreeGeek network.
 
*When the icon is flashing, it is seeking a connection.
 
*When the icon is solid, a connection has been established. The number of solid colored bars approximates the strength of the connection.
 
*When the icon has a red '''!''' the computer is disconnected from the internet.
 
&#9744; If all goes well, you should be able to simply browse to a website with Firefox. Pick a different site than you used for the wired networking test, such as <code>http://wiki.freegeek.org</code>. <br>
 
&#9744; If you arrive at your website successfully, continue to the next build step.
 
;Troubleshooting steps
 
Wireless problems can be tricky. However, there are ways we can narrow down what is causing the problem. Follow these troubleshooting steps in order, and ask a fellow builder or instructor for help if you have questions.<br>
 
&#9744; Click on the WiFi icon, and make sure that the option for '''Enable Wireless''' is checked.<br>
 
*If it is greyed out, your connection may be disabled from software, a physical switch or BIOS.<br>
 
&#9744; Look the laptop chassis up and down for a wireless switch. These can be easy to miss. If you find one, make sure the switch is turned on. <br>
 
&#9744; Check the keyboard for a key combination to enable/disable wireless. These are often a number key plus the function (Fn) key. <br>
 
&#9744; Reboot to BIOS. Sometimes there is an option in BIOS to disable/enable a mini-PCI or Wireless device. If so, make sure that you enable it. <br>
 
&#9744; Boot back to Xubuntu. Open a terminal and run the command <code>lspci |grep -i wireless</code>. We need to confirm that the wireless card is recognized by the operating system. <br>
 
*If the card is not recognized, it could be a bad card, or bad PCI slot. Try swapping out the card.<br>
 
*If the card is recognized, or you're not sure, ask your instructor. Advanced troubleshooting is likely needed.<br>
 
;Requirements
 
&#9744; All laptops sold or given away from Free Geek must be able to browse to a website wirelessly. In some cases, installing an external PCMCIA wireless card is ok, check with your instructor.
 
 
 
===7. Run <code>basiccheck</code>===
 
&#9744; Open a Terminal window.<br>
 
&#9744; Type <code>basiccheck</code> and hit enter.<br>
 
&#9744; Follow the onscreen instructions.<br>
 
;Test 1/8" Audio Jack
 
For the first <code>basiccheck</code> test, you were probably testing the internal speakers. Both the 1/8" jack and internal speakers (if present) should be tested.<br>
 
{{Template: Laptop Audio}}
 
;Tip
 
Run the command <code>basiccheck -m</code> if you just want to run a single <code>basiccheck</code> test.
 
----
 
 
 
===8. Test Optical Drive===
 
We test the basic ability of an optical drive to boot a live disk, read data, and write data. Start by confirming which functions you need to test for the optical drive installed.
 
*All drives should have CD read and CD write functions (CD-R/W).
 
*Check the drive faceplate or Keeper label to see if your drive has DVD read and write capabilities (DVD-R/W), or just DVD read (DVD-ROM).
 
&#9744; You will need three testing disks:
 
*Live bootable disk (all optical drives)
 
*CD-RW for CD read and write functions (all optical drives)
 
*DVD-RW for DVD read and write functions (DVD-RW drives)
 
*DVD-ROM for drives without DVD write functions (DVD-ROM drives)
 
====Live boot test (all optical drives)====
 
Booting a live disk tests the optical drive firmware (the little bit of software installed on the drive itself). The goal of testing the live boot first is to eliminate hardware problems before testing read and write functions in the operating system. <br>
 
&#9744; Insert a live disk and reboot.<br>
 
&#9744; You should end up on a screen from the disk, rather than the Xubuntu login screen. Remove the disk and reboot back to Xubuntu. <br>
 
;Troubleshooting steps
 
*Make sure your BIOS boot order is set correctly.
 
*Try a few different live disks.
 
*If the drive still fails to boot a live disk, it's probably time to try a different optical drive.
 
;Tip
 
Live disks are often very slow to load.
 
====CD read and write test (all optical drives)====
 
;Write
 
&#9744; Insert a CD-RW disk.  <br>
 
&#9744; Open the burning program '''Xfburn''' from Menu >> Multimedia.<br>
 
&#9744; Create a new data project:
 
*Select '''New Data Composition''' from the Xfburn main menu.
 
&#9744; Select a file to burn:
 
*In the Xfburn file browser window select Desktop >> '''freegeek-manual-desktop'''
 
*Add the file by selecting
 
&#9744; Start the burning process:
 
*Hit the '''Proceed to Burn''' button.
 
&#9744; Eject the disk once the burning process has completed.
 
*The disk will autoeject in some systems.
 
*Eject by right clicking on the disk Desktop icon >> Eject.
 
*Open a terminal and type <code>eject</code>.
 
;Read
 
&#9744; Reinsert the disk, and wait a few moments. Confirm that the file you burned is on the disk.
 
*A file manager window should pop up, with the file you burned.
 
*If the window does not appear, check Places for the disk.
 
&#9744; Blank the disk from Xfburn >> '''Blank CD-RW''' to prepare the disk for the next tester.
 
====DVD read test (for DVD-ROM drives only)====
 
&#9744; Insert a DVD-ROM disk. Confirm that the operating system can read the files on the disk.
 
*A file manager window should pop up, with the file you burned.
 
*If the window does not appear, check Places for the disk.
 
;Tip
 
*Copywritten software is required to play DVD videos. We do not install this software, but verify instead that the files on the DVD are readable by the operating system.
 
====DVD read and write test (DVD-RW drives)====
 
&#9744; Follow the instructions for CD-RW testing, with a DVD-RW disk.
 
;Troubleshooting steps for -/+RW media
 
Optical disk media is finicky.
 
 
 
----
 
 
 
===9. Test USB Ports===
 
{{Template: USB Port Testing}}
 
----
 
 
 
===10. Test Input Devices===
 
GIVE INSTRUCTIONS FROM NETWORK BOOT?
 
----
 
===11. Run <code>printme</code>===
 
&#9744; Open a Terminal window.<br>
 
&#9744; Type <code>printme</code> and follow the onscreen instructions.<br>
 
&#9744; Make sure to have your instructor sign off on the digital copy of your work.<br>
 
&#9744; Print a copy of the Printme to the desktop '''12.04 check'''
 
INSTRUCTIONS: example page like the keeper label example, with screenshot
 
----
 
===12. Next steps===
 
&#9744; Review the Keeper label:
 
*If battery or memory testing has not been done yet, start needed tests on the testing station. Instructions are in THE APPENDIX LINK RIGHT HERE.
 
*If there are still repairs or parts needed, check with your instructor.
 
----
 
[[Category: Laptops]]
 

Latest revision as of 12:32, 5 December 2012

deletion

This page has been requested to be deleted.
If you disagree, discuss on the talk page.
Whenever possible, could an Admin please remove this page?