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

Let’s dissect the keyword into its semantic tokens:

In Linux kernel source code (specifically in arch/x86/kernel/cpu/intel.c and drivers/acpi/processor_driver.c), this string is generated when the ACPI processor driver matches a detected CPU against its internal tables. It is not an error; it is a debug or identification token used to apply model-specific quirks and power management policies.

The OS uses ACPI to manage power, performance, and thermals. For this CPU, specific ACPI tables and objects matter:

If you have an Ivy Bridge system and notice cores stuck at 800 MHz, the issue is not this string, but rather ACPI thermal or power limit. Check:

| Component | Value | Interpretation | | :--- | :--- | :--- | | Vendor | GenuineIntel | Intel Corporation | | Architecture | Intel64 | 64-bit (x86-64) | | Family | 6 | P6 Microarchitecture (Core/Xeon lineage) | | Model | 58 | Ivy Bridge (3rd Gen Core) | | Stepping | Varies (often 9) | Revision of the silicon | | Release Era | 2012-2013 | 22nm process technology |

Conclusion: The string acpi genuineintel---intel64-family-6-model-58 identifies your system as running on a 3rd Generation Intel Core processor (Ivy Bridge). If you are troubleshooting a driver error, you should look for "Intel Management Engine Interface" drivers or BIOS updates for your specific motherboard model.

The string "acpi genuineintel---intel64-family-6-model-58" refers to an Advanced Configuration and Power Interface (ACPI) hardware identifier for an Intel Ivy Bridge processor. Hardware Report: Intel Family 6 Model 58

This specific model corresponds to the 3rd Generation Intel Core (Ivy Bridge) architecture, manufactured using 22nm technology. Architecture: Ivy Bridge Microarchitecture: Intel64 Key Features:

Introduction of 22nm Tri-Gate transistor technology, which improved efficiency by nearly 20% over Sandy Bridge.

Support for AVX (Advanced Vector Extensions), SSE4.2, POPCNT, and AES-NI instruction sets.

Standardized thermal envelopes for desktop products (typically 35W to 77W TDP).

Integrated Graphics: Commonly paired with Intel HD Graphics 4000 or 2500. Common CPU Examples: Mobile: Core i5-3230M, Core i7-3630QM. Desktop: Core i7-3770K, Core i5-3570, Core i3-3220. Common Issues & Maintenance

If you are seeing this string in a system error or diagnostic log, it usually relates to power management or driver compatibility.


Some hypervisors (especially buggy KVM or QEMU defaults) pass an incomplete or manually mangled ACPI processor object. The triple-dash (---) is abnormal; it likely denotes a string concatenation artifact from printk formatting or a malformed DSDT. On real Ivy Bridge hardware, you should see a clean "ACPI: GenuineIntel (Family 6 Model 58)" without dashes. acpi genuineintel---intel64-family-6-model-58

The --- in the string suggests that three separate identifiers were joined: acpi + genuineintel + intel64-family-6-model-58. This could be from:


The string acpi genuineintel---intel64-family-6-model-58 is not a bug, not a warning, and certainly not a cause for alarm. It is a fingerprint – a piece of forensic evidence left by the Linux kernel to prove that the ACPI subsystem and the CPU driver have successfully identified and configured your Ivy Bridge server’s processor.

For the average user, ignore it. For the system tuner or kernel developer, it is a valuable breadcrumb. It reminds us that under every sleek user interface, a silent conversation happens between firmware and kernel – one that speaks in families, models, and ACPI states.

So the next time you run dmesg | grep genuineintel, smile. You are looking at the digital handshake that keeps your server running efficiently, core by core, C-state by C-state.


Further Reading:

Have you encountered this string in a unique debugging scenario? Share your experience with the community – legacy hardware has long memories.

Understanding the Ivy Bridge Powerhouse: ACPI GenuineIntel Family 6 Model 58

If you have ever dug deep into your Windows Device Manager or system logs and found the string ACPI\GenuineIntel_-_Intel64_Family_6_Model_58

, you might feel like you’ve stumbled upon a secret government code. In reality, you are looking at the technical fingerprint of one of Intel’s most successful eras: the Ivy Bridge architecture. What Does the Code Actually Mean? This identifier is used by the ACPI (Advanced Configuration and Power Interface)

to tell your operating system exactly what kind of brain your computer has. Here is the breakdown: GenuineIntel : Confirms the processor was manufactured by Intel.

: This is the broad architectural family that encompasses almost all modern Intel Core processors. : This is the specific decimal code (3Ah in hex) for the Ivy Bridge

22nm microarchitecture, used in 3rd Generation Intel Core i3, i5, and i7 processors. Why Ivy Bridge Was a Game-Changer

Released in 2012, Model 58 represented a massive leap in efficiency. It was the first time Intel used 3D Tri-Gate transistors Let’s dissect the keyword into its semantic tokens:

, moving away from "flat" 2D transistors to a three-dimensional structure. This allowed for: Lower Power Consumption : Significant battery life improvements for laptops. Higher Performance

: Better processing power without the massive heat spikes of earlier generations. DirectX 11 Support : A major win for integrated graphics at the time. Troubleshooting the "Model 58" Driver Error

Often, users search for this string because they see a yellow exclamation mark in their Device Manager under "Other Devices." This usually means your system is missing the Intel Chipset Device Software If you see this error: Intel Support Page Download the Chipset INF Utility

Restart your machine. This helps the OS correctly identify the ACPI power management features of your Model 58 CPU. Is It Still Relevant Today?

While the technology is over a decade old, many Model 58 systems (like the legendary Core i7-3770K) are still in use as reliable office PCs, home servers, or budget gaming rigs. However, keep in mind that these CPUs are not officially supported by Windows 11

due to missing security features like TPM 2.0 and HVCI compatibility.

Do you have a "Model 58" machine still running in your house? Tell us what you use it for in the comments! latest compatible drivers for a specific 3rd Gen Intel motherboard or laptop model? Hardware compatibility ? - Microsoft Q&A

The hardware check says PC it is not compatible with windows 11, but I have a Genuine Intel Intel64 Family6 Model61-Intel(R) Core( Microsoft Learn Hardware compatibility ? - Microsoft Q&A

The hardware check says PC it is not compatible with windows 11, but I have a Genuine Intel Intel64 Family6 Model61-Intel(R) Core( Microsoft Learn

The string ACPI GenuineIntel Family 6 Model 58 identifies an Intel "Ivy Bridge" processor, typically belonging to the 3rd Generation Intel Core series (e.g., Core i5-3470 or i7-3770).

If you are "developing a post" for a tech forum (like Intel Communities or Microsoft Q&A) to troubleshoot an issue with this specific hardware, here is a professional template you can use:

Subject: Troubleshooting [Issue Type] on Intel Ivy Bridge (Family 6 Model 58) System Specifications:

Processor: Intel Core [Insert Specific Model, e.g., i5-3570K] (Reported as: GenuineIntel Family 6 Model 58) Architecture: Intel64 (x64) OS: [e.g., Windows 10 / Linux Kernel Version] Some hypervisors (especially buggy KVM or QEMU defaults)

Motherboard/BIOS: [Insert Manufacturer and BIOS version if known]

Problem Description:[Describe exactly what is happening. For example: "The system is experiencing frequent WHEA errors" or "I am looking for compatible graphics drivers for Windows 10."] Steps Already Taken:

Ran the Intel System Support Utility (SSU) to generate a report. Checked for BIOS updates from the system vendor. Key Technical Context for this Model Age: This architecture was released around Q2 2012.

Windows 11 Compatibility: Officially, these processors are not supported by Windows 11. While it can be installed via "dirty upgrades," users often report performance issues or a lack of security feature optimization.

Common Issues: Users with older Intel architectures frequently post about graphics driver updates or system monitoring errors in newer operating systems.

Are you writing this post to troubleshoot a specific error (like a Blue Screen) or Solved: intel graphic update

The string "acpi genuineintel---intel64-family-6-model-58" is a specific Hardware ID

used by the Windows operating system to identify processors based on the Intel Ivy Bridge

architecture. It is typically found in the Device Manager or system logs when a driver is missing or being identified. Technical Breakdown

: Advanced Configuration and Power Interface, the standard for hardware discovery and power management. GenuineIntel : Indicates the processor is manufactured by Intel. Family 6, Model 58 : This specific pairing (Model 58 is in hex) identifies 3rd Generation Intel Core (Ivy Bridge) processors. : Confirms the processor supports 64-bit architecture. Common Associated Processors

This ID is shared across several popular Ivy Bridge CPUs released around 2012–2013, including: Intel Core i7-3770K Mobile (Laptops) Intel Pentium 2117U : These CPUs usually feature integrated Intel HD Graphics 4000 HP Support Community How to Fix "Unknown Device" Issues

If you see this exact malformed string acpi genuineintel---intel64-family-6-model-58 in an error context like:

kernel: ACPI: CPU with unknown model: acpi genuineintel---intel64-family-6-model-58

It may result from:

Run dmesg | grep -i "acpi genuineintel" and you might see it during CPU enumeration. It is normal and harmless.