1
0

Updated README.

This commit is contained in:
Markus Birth 2020-11-26 03:20:27 +01:00
parent 5b8ec78cac
commit 76272710bb

View File

@ -4,39 +4,45 @@ HP Spectre x360 13-4104ng Hackintosh
Specs Specs
----- -----
[hw-probe](https://linux-hardware.org/index.php?probe=d258888474)
| | | | | |
| --- | ---| | --- | ---|
| CPU | Intel® Core™ i5-6200U (Skylake, 2.3 GHz, up to 2.8 GHz, 3 MB cache, 2 cores) | | CPU | Intel® Core™ i5-6200U (Skylake, 2.3 GHz, up to 2.8 GHz, 3 MB cache, 2 cores) |
| GPU | Intel® HD Graphics 520 | | GPU | Intel® HD Graphics 520 |
| RAM | 8 GB DDR3L on-board | | RAM | 8 GB Samsung DDR3L on-board |
| Display | 13.3" QHD IPS LED-backlit touch screen (2560x1440) | | Display | LG 13.3" QHD IPS LED-backlit touch screen (2560x1440) |
| Touchpad | HP Control Zone (Synaptics PS/2)| | Touchpad | HP Control Zone (Synaptics SynPS/2, `SYN3206`/`SYN1e00`/`SYN0002`/`PNP0f13`, board id: 2869) |
| Touchscreen | ELAN | | Touchscreen | ELAN (`04f3:2073` via internal USB) |
| Audio | HD Audio Conexant CX20724 (Apple layout 3 or 13) | | Audio | Intel® Sunrise Point-LP HD Audio / Conexant CX20724 (`8086:9d70`, Apple layout 3 or 13) |
| WiFi | Intel® Dual Band Wireless-AC 7265 | | WiFi | Intel® Dual Band Wireless-AC 7265 (`8086:095a` via PCI) |
| Bluetooth | via Intel AC7265 and USB bus | | Bluetooth | `8087:0a2a` via Intel AC7265 and USB bus |
| Webcam | HP TrueVision Full HD WVA Webcam | | Webcam | HP TrueVision Full HD WVA Webcam (`1bcf:2c7d` via USB) |
| SSD | LITEON CV1-8B256 | | SSD | LITEON CV1-8B256 |
### CPU Architectures Also:
* `8086:9d31` - Intel® Sunrise Point-LP Thermal subsystem
### CPU Architectures (for reference)
(Since many manuals are talking about these.) (Since many manuals are talking about these.)
* Clarkdale * Clarkdale (older)
* Sandy Bridge * Sandy Bridge
* Ivy Bridge * Ivy Bridge
* Haswell * Haswell
* Broadwell * Broadwell
* **SKYLAKE** <-- YOU ARE HERE! * **SKYLAKE** <-- YOU ARE HERE!
* Kaby Lake * Kaby Lake
* Coffee Lake * Coffee Lake (newer)
What works What works
---------- ----------
* Keyboard * Keyboard (via [VoodooPS2](https://github.com/acidanthera/VoodooPS2))
* Touchpad * Touchpad (via [VoodooRMI](https://github.com/VoodooSMBus/VoodooRMI) with [VoodooSMBus](https://github.com/VoodooSMBus/VoodooSMBus) + [VoodooPS2](https://github.com/acidanthera/VoodooPS2))
* Touchscreen * Touchscreen (via [VoodooI2C](https://github.com/VoodooI2C/VoodooI2C) with VoodooI2CHID)
* GPU acceleration * GPU acceleration
* HDMI output (didn't test sound) * HDMI output (didn't test sound)
* Sound (incl. microphone) * Sound (incl. microphone)
@ -51,7 +57,7 @@ What doesn't work
* Battery readout (didn't hotpatch ACPI yet) * Battery readout (didn't hotpatch ACPI yet)
* Apple TV+ (DRM?) * Apple TV+ (DRM?)
* Unlock via Apple Watch (see AirportItlwm) * Unlock via Apple Watch (see AirportItlwm)
* Audio in OpenCore (e.g. no boot chime) * Audio in OpenCore (no boot chime)
Helpful URLs Helpful URLs