View previous topic :: View next topic |
Author |
Message |
albright Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/524660825462570600c7fb.jpg)
Joined: 16 Nov 2003 Posts: 2588 Location: Near Toronto
|
Posted: Fri Jul 06, 2018 11:12 am Post subject: New Intel Microcode [SOLVED] |
|
|
I have followed the instructions at the wiki but now
run into a problem: multiple microcode bundles
here is the output of sudo iucode_tool -S -l /lib/firmware/intel-ucode/*
Code: | iucode_tool: system has processor(s) with signature 0x000406e3
microcode bundle 1: /lib/firmware/intel-ucode/06-4e-01
microcode bundle 2: /lib/firmware/intel-ucode/06-4e-02
microcode bundle 3: /lib/firmware/intel-ucode/06-4e-03
microcode bundle 4: /lib/firmware/intel-ucode/06-4e-08
selected microcodes:
001/001: sig 0x000406e1, pf_mask 0xf2, 2014-08-06, rev 0x0016, size 80896
001/002: sig 0x000406e1, pf_mask 0x80, 2014-11-11, rev 0x0020, size 81920
002/001: sig 0x000406e2, pf_mask 0xf2, 2014-11-05, rev 0x000a, size 79872
002/002: sig 0x000406e2, pf_mask 0xc0, 2015-05-21, rev 0x002c, size 86016
003/001: sig 0x000406e3, pf_mask 0xc0, 2018-04-17, rev 0x00c6, size 99328
004/001: sig 0x000406e8, pf_mask 0x80, 2016-04-14, rev 0x0026, size 95232 |
so, which location goes into my kernel config? all of them? Help appreciated.
[Moderator edit: changed [quote] tags to [code] tags to preserve output layout. -Hu] _________________ .... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Last edited by albright on Sat Jul 07, 2018 11:07 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bunder Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
Joined: 10 Apr 2004 Posts: 5947
|
Posted: Fri Jul 06, 2018 11:21 am Post subject: |
|
|
if the firmware dir is set as /lib/firmware then you only need to add "intel-ucode/06-4e-03".
fwiw, my kabylake cpus do a similar thing. easiest way to pick the right one is to get the 0x-whatever signature string at the top, find it in the bottom, look for the number at the far left, then look to the list in the middle. that's the one you want. a little messed up, i know. ![Laughing :lol:](images/smiles/icon_lol.gif) _________________
Neddyseagoon wrote: | The problem with leaving is that you can only do it once and it reduces your influence. |
banned from #gentoo since sept 2017 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
papas Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 01 Dec 2014 Posts: 141 Location: Athens
|
Posted: Fri Jul 06, 2018 11:25 am Post subject: Re: New Intel Microcode |
|
|
albright wrote: | I have followed the instructions at the wiki but now
run into a problem: multiple microcode bundles
here is the output of sudo iucode_tool -S -l /lib/firmware/intel-ucode/*
Quote: | iucode_tool: system has processor(s) with signature 0x000406e3
microcode bundle 1: /lib/firmware/intel-ucode/06-4e-01
microcode bundle 2: /lib/firmware/intel-ucode/06-4e-02
microcode bundle 3: /lib/firmware/intel-ucode/06-4e-03
microcode bundle 4: /lib/firmware/intel-ucode/06-4e-08
selected microcodes:
001/001: sig 0x000406e1, pf_mask 0xf2, 2014-08-06, rev 0x0016, size 80896
001/002: sig 0x000406e1, pf_mask 0x80, 2014-11-11, rev 0x0020, size 81920
002/001: sig 0x000406e2, pf_mask 0xf2, 2014-11-05, rev 0x000a, size 79872
002/002: sig 0x000406e2, pf_mask 0xc0, 2015-05-21, rev 0x002c, size 86016
003/001: sig 0x000406e3, pf_mask 0xc0, 2018-04-17, rev 0x00c6, size 99328
004/001: sig 0x000406e8, pf_mask 0x80, 2016-04-14, rev 0x0026, size 95232 |
so, which location goes into my kernel config? all of them? Help appreciated. |
I think
Quote: | iucode_tool: system has processor(s) with signature 0x000406e3 |
so is
Quote: | 003/001: sig 0x000406e3, pf_mask 0xc0, 2018-04-17, rev 0x00c6, size 99328 |
which is:
Quote: | microcode bundle 3: /lib/firmware/intel-ucode/06-4e-03 |
but i am not sure about it...
oops sorry "bunder" is faster |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kite14 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/2058712428536bf60be3d18.jpg)
Joined: 07 Nov 2006 Posts: 216 Location: Italy
|
Posted: Sat Jul 07, 2018 6:37 am Post subject: Re: New Intel Microcode |
|
|
papas wrote: |
Quote: | iucode_tool: system has processor(s) with signature 0x000406e3 |
so is
Quote: | 003/001: sig 0x000406e3, pf_mask 0xc0, 2018-04-17, rev 0x00c6, size 99328 |
which is:
Quote: | microcode bundle 3: /lib/firmware/intel-ucode/06-4e-03 |
but i am not sure about it...
oops sorry "bunder" is faster |
Yes, that's the way you locate the right firmware file for your CPU |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
albright Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/524660825462570600c7fb.jpg)
Joined: 16 Nov 2003 Posts: 2588 Location: Near Toronto
|
Posted: Sat Jul 07, 2018 11:06 am Post subject: |
|
|
thanks to all - that is in fact no change from what I have ![Smile :)](images/smiles/icon_smile.gif) _________________ .... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|