Difference between revisions of "Motherboards"

From FreekiWiki
Jump to navigation Jump to search
(Spelling / Grammar)
(→‎How to Test: may need more coffee)
Line 10: Line 10:
  
 
== How to Test ==
 
== How to Test ==
*Secure MoBo to plate, ensuring the risers are not grounding out the board.
+
* Grab a Motherboard, check for visual defects (blown caps, mutilated components)
*Connect
+
* Secure MoBo to plate, ensuring the risers are not grounding out the board.
**IDE II
+
* Test batery,
**Floppy
+
* Add a processor and a fan for that processor
**Power Supply
+
* Add some memory
**PCI Video Card
+
* Attempt to post
***Some cases might call for testing
+
** connect the minimal things needed to post (power, keyboard, video, etc)
****RAID
+
* power down, then attach:
****SATA
+
** imaged hard drive to IDE1
*Once started change the boot order in BIOS to boot from each device.
+
** CD Drive to IDE2
*Note
+
** Floppy Drive to FD controler
*The Floppy Drive should have Memtest floppy disk all ready in it.
+
** periferials (mouse, keyboard, Video)
*The CD Drive should have Knoppix in it.
+
* Boot into BIOS
*Once the PCI video has been tested, test the AGP slot with the Universal Voltage AGP card.
+
** change the boot order to be Floopy, harddrive
 
+
* Boot up to Operating System
*there is some knowledge needed to test motherboards properly.
+
** Check that the mouse and keyboard work
 
+
** If you have onboard video check that it works.
here is a list of commands I think one should know. (besides the basics)
+
** Test all the USB ports with a mouse
 
+
** play a audio cd, and look at a data cd
*mount(8)
+
** look at the contents of a floppy disk
  You use this command to mount devices. Like a hard drive or a floppy disk.
+
** run stress-test
  Some knowledge of the /dev directory is needed but not a whole lot. have fun.
+
*Some cases might call for testing
       
+
**RAID
            mount /dev/fd0 /place/in/file/system/to/mount/device
+
**SATA
                                    ^
 
                                  /|\
 
                                    |  this is most of the time /mnt/floppy
 
  if you type " umount /dev/fd0 " after that command you would unmount the device from the
 
  file system.
 
 
 
*dmesg(8)
 
  This is a very nifty command. It tells all. As in it tells every thing about your
 
  system (well most of the time). it is used with the command less(1) a lot. At least with me
 
  or grep.
 
 
          Try and type:
 
                        dmesg | less
 
            or
 
                        dmesg | grep hdc  # to see what device is attached to /dev/hdc
 
  TRY IT it's fun.
 
  
 
==So You have all the parts and a Knoppix disk.==
 
==So You have all the parts and a Knoppix disk.==

Revision as of 09:14, 3 June 2008

Boards We Like to Test

How to Test

  • Grab a Motherboard, check for visual defects (blown caps, mutilated components)
  • Secure MoBo to plate, ensuring the risers are not grounding out the board.
  • Test batery,
  • Add a processor and a fan for that processor
  • Add some memory
  • Attempt to post
    • connect the minimal things needed to post (power, keyboard, video, etc)
  • power down, then attach:
    • imaged hard drive to IDE1
    • CD Drive to IDE2
    • Floppy Drive to FD controler
    • periferials (mouse, keyboard, Video)
  • Boot into BIOS
    • change the boot order to be Floopy, harddrive
  • Boot up to Operating System
    • Check that the mouse and keyboard work
    • If you have onboard video check that it works.
    • Test all the USB ports with a mouse
    • play a audio cd, and look at a data cd
    • look at the contents of a floppy disk
    • run stress-test
  • Some cases might call for testing
    • RAID
    • SATA

So You have all the parts and a Knoppix disk.

  • First make sure everything is plugged in yeah.
 If you have never booted from a live linux cd or Knoppix now is the time to learn.
  After the system POSTs you will be met by a command prompt it will say somewhere 
  to press F2 or F3 for a cheat sheet, feel free to do so. or you could just type:
     
        knoppix 2

 then enter. That command will boot the system into run level 2
 which is short for start the system without the X server.
  • next check if the system can see all the hardware and anything else you plugged into it.
 hint: use dmesg
  • well, what if?

What if what!! It should work right RIGHT! Not all the time is right sometimes It just doesn't work.

hint number two: check for bad capacitors. what are bad caps?? well google it or ask Dave Haskins ;)
, but most if the time if it doesn't work then it just doesn't work.

HAVE FUN