Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
elf-ebi-initramfs-lnxi-howto:the_kernel:the_kernel_3 [2009/04/29 14:02] jmcdowell created |
elf-ebi-initramfs-lnxi-howto:the_kernel:the_kernel_3 [2009/04/30 09:21] (current) jmcdowell |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | I will also be selecting the EDAC modules for my kernel, as I need them for error checking.\\ | + | I will also be selecting the EDAC modules for my kernel, as I need them for error checking of the DIMMS.\\ |
| Under "Device drivers -->EDAC" : | Under "Device drivers -->EDAC" : | ||
| + | <code> | ||
| --- EDAC - error detection and reporting (EXPERIMENTAL) | --- EDAC - error detection and reporting (EXPERIMENTAL) | ||
| *** Reporting subsystems *** | *** Reporting subsystems *** | ||
| Line 17: | Line 18: | ||
| <M> Intel Greencreek/Blackford chipset | <M> Intel Greencreek/Blackford chipset | ||
| <M> Intel San Clemente MCH | <M> Intel San Clemente MCH | ||
| + | </code> | ||
| For this document, I need the MPTSAS sas drivers, TG3 network card, | For this document, I need the MPTSAS sas drivers, TG3 network card, | ||
| + | lsmod shows the following modules loaded. | ||
| + | ide-cd | ||
| + | sd_mod | ||
| + | scsi_mod | ||
| + | af_packet | ||
| + | bluesmoke_k8 | ||
| + | bluesmoke_mc | ||
| + | tg3 | ||
| make | make | ||
| make modules_install | make modules_install | ||