Hi, I am trying to enable and test EDAC functionality on my desktop running 2.6.39 kernel. But I do not see any EDAC support in /sys/devices (e.g. support for parity errors enable/disable for PCI devices etc.). Could someone please advice if I am missing anything? Is EDAC completely not supported for E8400 (I do not see the kernel module for this one)? -- Thanks, Nilesh P.S. Below are few of the details: * CPU information root@nilesh-desktop:linux-2.6.39 # cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 23 model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz stepping : 10 cpu MHz : 2000.000 cache size : 6144 KB * EDAC modules I tried to insert and were inserted without error. root@nilesh-desktop:linux-2.6.39 # lsmod | grep -i EDAC i7300_edac 12270 0 r82600_edac 3686 0 i5100_edac 5847 0 i5400_edac 12136 0 i5000_edac 13402 0 e7xxx_edac 5085 0 e752x_edac 11985 0 i7core_edac 21192 0 edac_core 55426 8 i7300_edac,r82600_edac,i5100_edac,i5400_edac,i5000_edac,e7xxx_edac,e752x_edac,i7core_edac * Config file snippet. root@nilesh-desktop:linux-2.6.39 # cat .config | grep EDAC CONFIG_EDAC=y CONFIG_EDAC_DEBUG=y # CONFIG_EDAC_DECODE_MCE is not set CONFIG_EDAC_MM_EDAC=m CONFIG_EDAC_MCE=y CONFIG_EDAC_AMD76X=m CONFIG_EDAC_E7XXX=m CONFIG_EDAC_E752X=m CONFIG_EDAC_I82875P=m CONFIG_EDAC_I82975X=m CONFIG_EDAC_I3000=m CONFIG_EDAC_I3200=m CONFIG_EDAC_X38=m CONFIG_EDAC_I5400=m CONFIG_EDAC_I7CORE=m CONFIG_EDAC_I82860=m CONFIG_EDAC_R82600=m CONFIG_EDAC_I5000=m CONFIG_EDAC_I5100=m CONFIG_EDAC_I7300=m _______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies