Acpi Genuineintel---intel64-family-6-model-23 May 2026
acpi genuineintel---intel64-family-6-model-23 1. String Breakdown & Interpretation The subject line is a concatenated string typically found in ACPI (Advanced Configuration and Power Interface) tables, Linux kernel logs ( dmesg ), or /proc/cpuinfo derivatives. Let's decode it:
processor id: 0 acpi id: 0 bus mastering control: yes power management: yes throttling control: yes limit interface: yes acpi genuineintel---intel64-family-6-model-23 As of 2026 , Penryn (model 23) is considered legacy/retro hardware. acpi genuineintel---intel64-family-6-model-23
| Component | Meaning | |-----------|---------| | acpi | Relates to ACPI firmware interface (power management, device enumeration) | | genuineintel | CPU vendor string (Intel) | | intel64 | 64-bit architecture (Intel 64 / x86-64) | | family-6 | Processor family 6 (Intel Core/i-series lineage) | | model-23 | Specific model number within family 6 | acpi genuineintel---intel64-family-6-model-23 1