http://bugzilla.novell.com/show_bug.cgi?id=575553 http://bugzilla.novell.com/show_bug.cgi?id=575553#c2 Stefan Seyfried <seife@novell.slipkontur.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kasievers@novell.com --- Comment #2 from Stefan Seyfried <seife@novell.slipkontur.de> 2010-01-30 13:00:38 CET --- It looks like this was discussed years ago, but the borken code is still in the microcode driver. See the http://lkml.indiana.edu/hypermail/linux/kernel/0807.0/1164.html for example. I "fixed" it for me with: mkdir /lib/firmware/intel-ucode touch /lib/firmware/intel-ucode/06-0d-06 microcode_ctl -u -d /lib/firmware/intel-ucode/06-0d-06 It would probably be better to create an udev rule that rewrites the name to something generic ("intel-processor-ucode.bin"?) and create that in a postinstall script or something like that. Oh - or simply remove the timeout of 60 seconds. Because actually the update was done by microcode_ctl userspace just fine, as my dmesg shows (from 0x17 to 0x18), I just had to wait 60 seconds for it ;) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.