* [gentoo-user] I915 mobile firmware
@ 2022-11-15 16:59 Peter Humphrey
2022-11-15 23:49 ` William Kenworthy
2022-11-16 11:50 ` Michael
0 siblings, 2 replies; 5+ messages in thread
From: Peter Humphrey @ 2022-11-15 16:59 UTC (permalink / raw
To: gentoo-user
Hello list,
My new laptop shows this from /proc/cpuinfo:
--->8
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-12700H
stepping : 3
microcode : 0x421
--->8
I've been hunting around to find which modules I need to load from sys-kernel/
linux-firmware, and it isn't at all clear.
Some sources say that the processor is a mobile complement to Alder Lake 11th
gen, but I also see it as just Tiger Lake. The web seems full of helpful
information, but not quite helpful enough for me. :-(
--
Regards,
Peter.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] I915 mobile firmware
2022-11-15 16:59 [gentoo-user] I915 mobile firmware Peter Humphrey
@ 2022-11-15 23:49 ` William Kenworthy
2022-11-16 1:19 ` Lee
2022-11-16 11:50 ` Michael
1 sibling, 1 reply; 5+ messages in thread
From: William Kenworthy @ 2022-11-15 23:49 UTC (permalink / raw
To: gentoo-user
Install lshw - might give more info.
Boot off of an install, ubuntu, sysrescue or other live USB and
investigate dmesg.
BillK
On 16/11/22 00:59, Peter Humphrey wrote:
> Hello list,
>
> My new laptop shows this from /proc/cpuinfo:
>
> --->8
> processor : 0
> vendor_id : GenuineIntel
> cpu family : 6
> model : 154
> model name : 12th Gen Intel(R) Core(TM) i7-12700H
> stepping : 3
> microcode : 0x421
> --->8
>
> I've been hunting around to find which modules I need to load from sys-kernel/
> linux-firmware, and it isn't at all clear.
>
> Some sources say that the processor is a mobile complement to Alder Lake 11th
> gen, but I also see it as just Tiger Lake. The web seems full of helpful
> information, but not quite helpful enough for me. :-(
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] I915 mobile firmware
2022-11-15 23:49 ` William Kenworthy
@ 2022-11-16 1:19 ` Lee
2022-11-16 11:51 ` Michael
0 siblings, 1 reply; 5+ messages in thread
From: Lee @ 2022-11-16 1:19 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1056 bytes --]
And lsusb, lspci,..(I think they're both readily available)
Lee 😎
On Tue, Nov 15, 2022, 3:53 PM William Kenworthy <billk@iinet.net.au> wrote:
> Install lshw - might give more info.
>
> Boot off of an install, ubuntu, sysrescue or other live USB and
> investigate dmesg.
>
> BillK
>
>
> On 16/11/22 00:59, Peter Humphrey wrote:
> > Hello list,
> >
> > My new laptop shows this from /proc/cpuinfo:
> >
> > --->8
> > processor : 0
> > vendor_id : GenuineIntel
> > cpu family : 6
> > model : 154
> > model name : 12th Gen Intel(R) Core(TM) i7-12700H
> > stepping : 3
> > microcode : 0x421
> > --->8
> >
> > I've been hunting around to find which modules I need to load from
> sys-kernel/
> > linux-firmware, and it isn't at all clear.
> >
> > Some sources say that the processor is a mobile complement to Alder Lake
> 11th
> > gen, but I also see it as just Tiger Lake. The web seems full of helpful
> > information, but not quite helpful enough for me. :-(
> >
>
>
[-- Attachment #2: Type: text/html, Size: 1530 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] I915 mobile firmware
2022-11-15 16:59 [gentoo-user] I915 mobile firmware Peter Humphrey
2022-11-15 23:49 ` William Kenworthy
@ 2022-11-16 11:50 ` Michael
1 sibling, 0 replies; 5+ messages in thread
From: Michael @ 2022-11-16 11:50 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1555 bytes --]
On Tuesday, 15 November 2022 16:59:59 GMT Peter Humphrey wrote:
> Hello list,
>
> My new laptop shows this from /proc/cpuinfo:
>
> --->8
> processor : 0
> vendor_id : GenuineIntel
> cpu family : 6
> model : 154
> model name : 12th Gen Intel(R) Core(TM) i7-12700H
> stepping : 3
> microcode : 0x421
> --->8
>
> I've been hunting around to find which modules I need to load from
> sys-kernel/ linux-firmware, and it isn't at all clear.
>
> Some sources say that the processor is a mobile complement to Alder Lake
> 11th gen, but I also see it as just Tiger Lake. The web seems full of
> helpful information, but not quite helpful enough for me. :-(
Intel's website mentions this 12th Gen CPU was *formerly* known as Alder Lake,
was released in Q1 2022, but does not make it clear what it is now named as:
https://www.intel.co.uk/content/www/uk/en/products/sku/132228/intel-core-i712700h-processor-24m-cache-up-to-4-70-ghz/specifications.html
So, I'd be inclined to take their word for it. This Wikipedia lists the
processor as a mobile Alder Lake:
https://en.wikipedia.org/wiki/Alder_Lake#Alder_Lake-H
The Tiger Lake processors are 11th Gen and their model numbering start with
11***.
This page also confirms your family and model number as per cpuinfo use the
Golden Cove (P-cores) microarchitecture:
https://en.wikichip.org/wiki/intel/microarchitectures/alder_lake#CPUID
sys-apps/dmidecode will provide additional information to determine the
specifics of what the MoBo firmware reports.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] I915 mobile firmware
2022-11-16 1:19 ` Lee
@ 2022-11-16 11:51 ` Michael
0 siblings, 0 replies; 5+ messages in thread
From: Michael @ 2022-11-16 11:51 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
On Wednesday, 16 November 2022 01:19:24 GMT Lee wrote:
> And lsusb, lspci,..(I think they're both readily available)
>
> Lee 😎
lsusb won't offer much info on a CPU ...
lscpu should be more appropriate.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-11-16 11:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-15 16:59 [gentoo-user] I915 mobile firmware Peter Humphrey
2022-11-15 23:49 ` William Kenworthy
2022-11-16 1:19 ` Lee
2022-11-16 11:51 ` Michael
2022-11-16 11:50 ` Michael
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox