intel / Intel-Linux-Processor-Microcode-Data-Files

Other
620 stars 68 forks source link

Downgrade from ucode rev 0xc6 #52

Closed thorncorona closed 3 years ago

thorncorona commented 3 years ago

How do I downgrade my uCode for my i7-9750h so that I can undervolt my CPU again?

iamahuman commented 3 years ago

Microcode is reset on shutdown/reboot, and thus must be applied every time the machine (re)boots. This process is handled by your OS/BIOS. Consult your software distribution's instructions on microcode management.

iamahuman commented 3 years ago

If microcode package for lower version is not available, try searching for older revision from this repository's releases and copying the appropriate microcode file to /lib/firmware/intel-ucode.

Rpwelsome commented 3 years ago

NO I want the updated version

From: Jinoh Kang [mailto:notifications@github.com] Sent: Thursday, February 11, 2021 7:38 PM To: intel/Intel-Linux-Processor-Microcode-Data-Files Intel-Linux-Processor-Microcode-Data-Files@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [intel/Intel-Linux-Processor-Microcode-Data-Files] Downgrade from ucode rev 0xc6 (#52)

If microcode package for lower version is not available, try searching for older revision from this repository's releases and copying the appropriate microcode file to /lib/firmware/intel-ucode.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/52#issuecomment-777890342 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AR57RDTKQ26AM63XDR2VQV3S6RZ6BANCNFSM4XPUZOYA . https://github.com/notifications/beacon/AR57RDVX2DIAJV7PS3JLBTDS6RZ6BA5CNFSM4XPUZOYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFZO2UJQ.gif

thorncorona commented 3 years ago

Thanks for the info @iamahuman. I'll try it out.