Comment 1 for bug 346265

Revision history for this message
Ralph Ulrich (eulenreich) wrote : Re: [jaunty] does not find /dev/cpu

diff /debiansid/etc/init.d/microcode.ctl /etc/init.d/microcode.ctl
78c78
< /sbin/modprobe -q -s microcode > /dev/null 2> /dev/null || true
---
> /sbin/modprobe -q -k -s microcode > /dev/null 2> /dev/null || true

-----------------------
modprobe --help says there is no parameter -k
Using debian-sid line in ubuntu-jaunty helps to load microcode!