Am 21.05.2012 16:54, schrieb Frederic Bezies:
Got a "warning on start" :
[ 7.552939] microcode: failed to load file amd-ucode/microcode_amd.bin [ 7.554370] microcode: failed to load file amd-ucode/microcode_amd.bin
I got his in /etc/rc.conf :
MODULES=(fuse powernow-k8 kvm-amd cpufreq_ondemand)
Any idea ?
http://kernelnewbies.org/Linux_3.4#head-9df4e508cb97f4e138c590b9ccff3e0eda6c... Basically, udev now autoloads the 'microcode' module for you and tries to upgrade your CPU microcode (btw, it should also autoload powernow-k8 and kvm-amd now, so no need for them in MODULES any more!). You could install the amd-ucode package to make this go away, ignore the warning, or blacklist microcode via modprobe configuration files ('blacklist microcode').