Acpi | Genuineintel---intel64-family-6-model-58

ACPI is not just about suspending to RAM. It controls:

Sometimes users see this string adjacent to an error like:

| Attribute | Value | |-----------|-------| | Vendor String | GenuineIntel | | Arch | intel64 | | Family | 6 | | Model | 58 (0x3A) | | µarch | Ivy Bridge | | Lithography | 22 nm | | Max cores | 4 (client) / 10 (server) | | HT | Yes | | EIST | Yes | | C-states | C1, C6 | | Package C-state | PC6 | | ACPI P-state method | MSR 0x199 | | MWAIT hint for C6 | 0x20 | acpi genuineintel---intel64-family-6-model-58

Thus, the pattern is permanent. If you are writing scripts or log parsers that match this string, like:

Is the system having trouble or managing power? ACPI is not just about suspending to RAM

This is the specific identifier for the microarchitecture. In the context of Family 6, Model 58 (hexadecimal 3A) refers to the Ivy Bridge architecture.

This model family includes some of the most popular CPUs from the early 2010s: This is the specific identifier for the microarchitecture

This string identifies a computer processor manufactured by Intel. Specifically, it refers to the processor family. These CPUs were released in 2012 and were the first to use Intel’s 22nm manufacturing process.

Scroll to Top