Board Testing HOWTO
The wiki is being retired!
Documentation is now handled by the same processes we use for code: Add something to the Documentation/ directory in the coreboot repo, and it will be rendered to https://doc.coreboot.org/. Contributions welcome!
This page gives you hints how to test the LinuxBIOS support for your mainboard and all components present on the board.
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
...
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. |