Re: Is processor microcode advised?
grarpamp <[email protected]>
| Newsgroups | gmane.os.freebsd.questions,gmane.os.freebsd.devel.hardware |
|---|---|
| Message-ID | <CAD2Ti29=wph99huR1HYihJAELsgHT8hDiny0XiEMCEH+wDU6Uw@mail.gmail.com> |
On Fri, Nov 20, 2015 at 10:43 AM, Will Senn <[email protected]> wrote: > sudo /usr/sbin/cpucontrol -v -u -d "/usr/local/share/cpucontrol/" > /dev/cpuctl0 > cpucontrol: skipping /usr/local/share/cpucontrol//m101067770A.fw of rev > 0x70a: up to date > What I infer from this is that my CPU's are already as up to date as the > microcode database is and therefore no process is needed or kept resident. > Am I understanding this correctly? "skipping...up to date" Seems familiar, you can also read the source to find other messages you might receive. One of the two packages you want to regular update if you want pull in new "database" updates from Intel. The tools load it once per boot into the cpu where it remains resident till next boot. There's not daemon process after the cpuctl load. The other script stuff is answered in dmesg, syslogd, and rc.conf pages. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"