LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-15-2017, 06:13 AM   #1
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
intel-microcode-20170707


Kaby Lake People --

The latest intel-microcode-20170707 includes support for four additional Processors.

Maybe you can reenable HT in your BIOS if you've disabled it ?

The latest SBo Package is at 14.2 > System > intel-microcode (20170707)

EDIT: Many thanks to LQ user atelszewski for the intel-microcode.SlackBuild !

HTH

-- kjh

from the latest /usr/doc/intel-microcode-20170707/RELEASE_NOTE file
Code:
Intel Processor Microcode Package for Linux
20170707 Release

-- New Platforms --
KBL H0 (06-8e-09:c0) 62
KBL Y0 (06-8e-0a:c0) 66
KBL B0 (06-9e-09:2a) 5e
SKX H0 (06-55-04:97) 2000022

<<snip>>

Last edited by kjhambrick; 07-15-2017 at 08:24 AM. Reason: Added Thanks to atelszewski
 
Old 07-15-2017, 08:04 AM   #2
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Original Poster
Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
All --

Installed last night's Slackware64 14.2 updates, SBo intel-microcode ( 20170707 ) and linux-4.4.77 on my work Laptop.

All is well on my Laptop with the 4.4.77 GENERIC and HUGE Kernels along with the intel-microcode update.

Note that there was no update for my CPU ( the Intel i7-6700K is still on the oxba microcode version )
Code:
vendor_id       : GenuineIntel
cpu family      : 6
model           : 94
model name      : Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
stepping        : 3
microcode       : 0xba
-- kjh

These are my lilo entries:
Code:
image    = /boot/vmlinuz-huge-4.4.77.kjh
  root   = /dev/sda3
  initrd = /boot/intel-ucode.cpio
  label  = Linux4477H.kjh
  read-only
image    = /boot/vmlinuz-generic-4.4.77.kjh
  root   = /dev/sda3
  initrd = /boot/initrd-generic-4.4.77.kjh-ucode.gz
  label  = Linux4477G.kjh
  read-only
This is a dmesg summary for the 4.4.77.kjh GENERIC Kernel
Code:
[    0.000000] microcode: CPU0 microcode updated early to revision 0xba, date = 2017-04-09
[    0.000000] Command line: BOOT_IMAGE=Linux4477G.kjh ro root=803 vt.default_utf8=0 elevator=noop ipv6.disable=1
[    0.043426] microcode: CPU1 microcode updated early to revision 0xba, date = 2017-04-09
[    0.047779] microcode: CPU2 microcode updated early to revision 0xba, date = 2017-04-09
[    0.052125] microcode: CPU3 microcode updated early to revision 0xba, date = 2017-04-09
[    6.838226] microcode: CPU0 sig=0x506e3, pf=0x2, revision=0xba
[    6.861841] microcode: CPU1 sig=0x506e3, pf=0x2, revision=0xba
[    6.884874] microcode: CPU2 sig=0x506e3, pf=0x2, revision=0xba
[    6.907470] microcode: CPU3 sig=0x506e3, pf=0x2, revision=0xba
[    6.929792] microcode: CPU4 sig=0x506e3, pf=0x2, revision=0xba
[    6.951792] microcode: CPU5 sig=0x506e3, pf=0x2, revision=0xba
[    6.973201] microcode: CPU6 sig=0x506e3, pf=0x2, revision=0xba
[    6.994074] microcode: CPU7 sig=0x506e3, pf=0x2, revision=0xba
[    7.014943] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   31.677744] userif-0: sent link up event.
This is the same dmesg summary for 4.4.77 HUGE:
Code:
[    0.000000] microcode: CPU0 microcode updated early to revision 0xba, date = 2017-04-09
[    0.000000] Command line: BOOT_IMAGE=Linux4477H.kjh ro root=803 vt.default_utf8=0 elevator=noop ipv6.disable=1
[    0.046611] microcode: CPU1 microcode updated early to revision 0xba, date = 2017-04-09
[    0.050945] microcode: CPU2 microcode updated early to revision 0xba, date = 2017-04-09
[    0.055290] microcode: CPU3 microcode updated early to revision 0xba, date = 2017-04-09
[    7.088408] microcode: CPU0 sig=0x506e3, pf=0x2, revision=0xba
[    7.110357] microcode: CPU1 sig=0x506e3, pf=0x2, revision=0xba
[    7.131720] microcode: CPU2 sig=0x506e3, pf=0x2, revision=0xba
[    7.152599] microcode: CPU3 sig=0x506e3, pf=0x2, revision=0xba
[    7.173218] microcode: CPU4 sig=0x506e3, pf=0x2, revision=0xba
[    7.193482] microcode: CPU5 sig=0x506e3, pf=0x2, revision=0xba
[    7.213238] microcode: CPU6 sig=0x506e3, pf=0x2, revision=0xba
[    7.232474] microcode: CPU7 sig=0x506e3, pf=0x2, revision=0xba
[    7.251480] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   29.555895] userif-0: sent link up event.
Note for 55020: when all is said and done, for me and mine, HUGE boots faster to the init 3 login prompt than GENERIC on my SSD-equipped Laptop ( YMMV ) ...

This is the command I used to grep out the dmesg lines ( the userif-0 lines are the last lines before the login prompt appears on my Laptop )

Code:
( dmesg |grep -e 'Command line' -e microcode ;  dmesg |grep -- userif-0 |tail -1  ; )
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Lenovo Thinkpad x220 - Proprietary Driver for Microcode for Intel processor? wh33t Linux - Hardware 2 06-15-2016 11:41 AM
intel-microcode error Soapm Linux - Newbie 3 06-25-2015 01:37 AM
[SOLVED] AMD Microcode 3rensho Linux - Software 12 03-28-2014 06:46 PM
Microcode leedude Linux - Hardware 1 12-16-2007 04:39 AM
Intel IA32 CPU microcode...What is it Jester888 Linux - General 1 02-08-2007 11:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration