📕
Basic Guide
HomeIstall GuideAdvance GuideGPU BuyerWIFI BuyeriOS
  • Install
  • Universal
    • Boot không cần USB
    • SIP và Gatekeeper
    • Patch âm thanh với AppleALC
    • Fix power management
    • Fix iServices
    • Fix sleep
      • GPRW/UPRW/LANC
      • Fix keyboard wake
      • Fix darkwake
      • Hotpatch PTS Wake TTS
    • Update macOS và Bootloader
  • Cosmetics
    • Fixing Resolution and Verbose
    • Tạo GUI
    • Scan policy
  • GPU
    • Patch IGPU
    • Disable dGPU Laptop
    • Disable dGPU Desktop
    • Fix DRM support
  • Gerneral
    • Fix Backlight
    • Control Brightness cho External Display
    • Enable Trim For SSD
    • Fake iGPU/ CPU Name
    • Patch SATA Controller
    • Control Led RGB
    • Time Machine
    • Emulated NVRAM
    • Cách inject toàn bộ thông tin phần cứng
  • USB FIX
    • Map USB
  • NetWork
    • Fix Ethernet
    • Fix WiFi và Bluetooth
  • Multiboot
    • Resize và Create Partition EFI
    • Cách thêm Boot vào BIOS
    • Hướng dẫn Dual Boot
  • Cách fake UUID windows
  • Advanced Guide
Powered by GitBook
On this page
  1. Universal
  2. Fix sleep

Hotpatch PTS Wake TTS

PreviousFix darkwakeNextUpdate macOS và Bootloader

Last updated 1 year ago

Phần này dành cho các máy khi sleep thì shutdown máy hoặc wake ko lên

B1: Dump DSDT theo hướng dẫn

B2: Sử dụng app MaciASL để mở file DSDT

link:

B3: Search các từ khóa sau:

  • Method (_PTS, 1, NotSerialized)

  • Method (_WAK, 1, NotSerialized)

  • Method (_PTS, 1, Serialized)

  • Method (_WAK, 1, Serialized)

  • Method (_TTS, 1, NotSerialized)

  • Method (_TTS, 1, Serialized)

B4: các bạn tải file .dsl về

Lưu ý: Nhớ chỉnh sửa file nếu không tìm thấy dòng của tts thì các bạn xóa method tts đi sau đó save lại nhớ chú ý cú pháp các dấu { } phải tương ứng đúng dòng đúng hàng đúng khoảng cách

B5: Compile file .dsl thành file .aml, xem chi tiết sao đó các bạn save file lại bỏ vào EFI ⇒ ACPI và nhớ snapshot lại file config.

B6: Add các patch sau vào config theo link

Không add toàn bộ mà các bạn kiếm thấy mới add thôi

B7: Save và reboot

Chỉ khi thật sự cần thiết mới fix pts wake vì khi dùng không đúng nó có thể gây tác dụng phụ

Source tham khảo:

1 số các SSDT mở rộng các bạn có thể tham khảo link

OpenCore-HotPatching-Guide/10-PTSWAK Comprehensive Extension Patch at master · jsassu20/OpenCore-HotPatching-Guide · GitHub
sau
Releases · acidanthera/MaciASL · GitHub
sau
sau
tại đây
tại đây