Board Testing HOWTO: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Start a Board Testing Howto which is meant as a tutorial/help page for the Status template.)
 
mNo edit summary
Line 1: Line 1:
This page gives you hints how to test the LinuxBIOS support for your mainboard and all components present on the board.
This page gives you hints on how to test the LinuxBIOS support for your mainboard and all components present on the board.
 
We try to maintain one build tutorial / status page for every supported LinuxBIOS mainboard. The status table is always implemented using the [[Template:Status|status template]] in this wiki. A [[Template:Status#Usage_Example|usage example]] is available, but you can also look at existing status pages.
 
For each item in the status table, this page describes how you can test the respective hardware part.
 


== RAM ==
== RAM ==

Revision as of 13:49, 2 November 2007

This page gives you hints on how to test the LinuxBIOS support for your mainboard and all components present on the board.

We try to maintain one build tutorial / status page for every supported LinuxBIOS mainboard. The status table is always implemented using the status template in this wiki. A usage example is available, but you can also look at existing status pages.

For each item in the status table, this page describes how you can test the respective hardware part.


RAM

CPU

On-board hardware

IDE

IDE 3.5"

IDE 2.5"

IDE-to-CF

Add-on slots/cards

Legacy / Super I/O

Parallel port

  • Try loading the ppdev and parport_pc kernel modules: modprobe ppdev; modprobe parport_pc. Check if there were errors using dmesg.
  • Try to actually use a parallel port device (e.g. a printer).

PC Speaker

  • Try to create a beep on the PC speaker. There are various ways to do that, e.g. you can use the Debian package beep (apt-get install beep).
  • If that doesn't work, check that you actually have a speaker correctly attached and also try modprobe pcspkr.

Miscellaneous

...

GNU head This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.