VirtualSMC 1.2.7 黑苹果SMC驱动 最新版

VirtualSMC 1.2.7 黑苹果SMC驱动 最新版

VirtualSMC是高级的 Apple SMC 核心模拟驱动,让苹果系统以为当前启动的电脑是Mac电脑,需要 Lilu 作为依赖以正常工作。

特点

  • 支持 64 位的 macOS 10.6 以及更新系统 (推荐使用 10.9 及以后的系统)
  • 实现 MMIO 协议以及适配现代版本 macOS 的中断响应机制
  • 正确提交键值属性以及它们的读写保护
  • 允许根据机器型号动态调节使用不同代的 SMC
  • 支持通过插件添加可扩展的传感器
  • 支持启动参数 smcdebug=XX (10.9+)
  • 替换查找到的硬件 SMC (你需要刷写特定的固件来完全禁用 SMC)

启动代码

  • 添加 -vsmcdbg 以开启 debug 输出 (需要 DEBUG 版本支持)。
  • 添加 -vsmcoff 以禁用所有 Lilu 增强。
  • 添加 -vsmcbeta 以在不支持的系统中启用 Lilu 增强 (11 及以下版本为默认开启)。
  • 添加 -vsmcrpt 以报告缺失的的 SMC 密钥到系统日志中。
  • 添加 -vsmccomp 以优先使用硬件 SMC(如果有)
  • 添加 vsmcgen=X 以强制暴露 X-gen SMC 设备 (支持 1 和 2 代)。
  • 添加 vsmchbkp=X 以设置 HBKP dumping mode (0 – 关闭, 1 – 普通, 2 – 没有加密)。
  • 添加 vsmcslvl=X 以设置 serialisation level 的值 (0 – 关闭, 1 – 普通, 2 – 包含敏感数据 (默认))。
  • 添加 smcdebug=0xff 以启用 AppleSMC debug 信息输出。
  • 添加 watchdog=0 以禁用看门狗 (WatchDog) 倒计时 (if you get accidental reboots).

传感器 Kext 作用

  • SMCBatteryManager 添加 SMC 跟 SMBus 协议完整的 AppleSmartBattery 模拟层,电池相关的传感器
  • SMCLightSensor 通过新的 SMC 事件 API,是一个光线传感器的例子 (需要 ACPI0008_ALI)
  • SMCProcessor 给 Penryn CPU 或以上提供温度传感器支持
  • SMCSuperIO 风扇信息读取

v1.2.7

  • Fixed build settings for 32-bit
  • Added EC fan monitoring support on HP OMEN Laptop 15-ek0xxx, thx @lunjielee
  • Added fan0-dividend to support more EC fan monitors

v1.2.6

  • Added macOS 10.4 support for VirtualSMC and SMCBatteryManager

v1.2.5

  • Added preliminary macOS 12 support
  • Added macOS 10.6 support for SMCBatteryManager

v1.2.4

  • Added support for NCT6683D series

v1.2.3

  • Fixed Intel NUC EC sensors not showing proper values on some platforms
  • Added generic EC sensor type
  • Added EC fan monitoring support on HP Pavilion 14 CE2072NL, thx @1alessandro1

1.2.2

  • Improve manual fan control in SMCDellSensors (SMM access is enabled even if audio is played)
  • Fixed sensor DEBUG logging with -liludbgall argument
  • Improved startup performance when probing SuperIO chips by splitting vendors
  • Added SuperIO device activation when it is disabled on probe
  • Added support for Nuvoton NCT6796D-E (0xD42A)
  • Added support for ITE IT8987 (requires DEBUG firmware, not available for public)
  • Added Intel NUC monitoring (requires manual configuration via ec-device, see EmbeddedControllers.md)

v1.2.1

  • Fix version publishing for VirtualSMC and plugins

v1.2.0

  • Improve manual fan control in SMCDellSensors (switch off manual control before going to sleep), rename control boot-args (start with -dell)

v1.1.9

  • Improve manual fan control in SMCDellSensors (use control registers 0x35a3 and 0x34a3 to cover more Dell models)
  • Fix processKext in SMCDellSensors (could be called multiple times for the same kext since flag Reloadable was set)
  • Reduce audio lags in SMCDellSensors when USB audio device is used
  • Allow not injecting TB0T SMC key when it is unavailable in SMCBatteryManager

v1.1.8

  • Reduce audio lags in SMCDellSensors

v1.1.7

  • Added MacKernelSDK with Xcode 12 compatibility
  • Fixed SMCDellSensors loading on macOS 10.8
  • Added VirtualSMC support for 10.6 (most plugins require newer versions)
  • Fixed rare kernel panic in SMCSuperIO

1.1.6

  • Added battery supplement info, thx @zhen-zen
  • Fix audio lags in Safari caused by reading SMM in SMCDellSensors plugin
  • Fix module version for SMCDellSensors, SMCBatteryManager and SMCLightSensor
  • Optimised floating point sensor key reading with fewer arithmetic operations
  • Improved SMCProcessor CPU power consumption by relaxing core synchronisation
  • Fix key sensor key enumeration on Macmini8,x and MacBookPro models

v1.1.5

  • Improved CHLC key value reporting
  • Fixed B0PS and B0St key size to resolve broken fully charged state
  • Fixed sometimes stuck battery update thx to @zhen-zen
  • Added workaround for kBRemainingCapacityCmd exceeding kBFullChargeCapacityCmd
  • Added preliminary 11.0 support
  • Fixed SMCProcessor model detection warning
  • Fixed legacy smc tool value calculation
  • Fixed running smcread on 11.0 without IOKit framework
  • Added a new plugin SMCDellSensors for Temp/FAN monitor/control
  • Added basic SMCBatteryManager compatibility with 11.0
  • Fixed crashes when trying to read CLKT key

v1.1.4

  • Fixed incorrect revision reporting on T2 models (e.g. Macmini8,1)

v1.1.3

  • Fixed compatibility with 10.15 debug kernel with traptrace enabled

v1.1.2

  • Improved performance with Lilu 1.4.3 APIs

v1.1.1

  • Fixed SMCSuperIO crashes with unsupported chips
  • SMCSuperIO detected chip name to ioreg

v1.1.0

  • Minor performance improvements
  • Added OpenCore builtin protocol support (VirtualSmc.efi can still be used in other bootloaders)
  • Added fan and voltage reporting in SMCSuperIO through I/O Registry (requires client updates) by @joedmru

资源信息

  • 软件名称:VirtualSMC
  • 软件语言:英文
  • 软件分类:驱动

下载地址


  • 版本
    1.2.7


    大小

    1.3MB


    更新日期
    2021-09-07

    下载连接
    蓝奏云
    密码:fsge


  • 版本
    1.2.6


    大小

    951.6K


    更新日期
    2021-08-06

    下载连接
    蓝奏云
    密码:9c0t


  • 版本
    1.2.5


    大小

    944.7K


    更新日期
    2021-07-04

    下载连接
    蓝奏云
    密码:9ni7


  • 版本
    1.2.4


    大小

    944.9K


    更新日期
    2021-06-08

    下载连接
    蓝奏云
    密码:hbph


  • 版本
    1.2.3


    大小

    939.9K


    更新日期
    2021-05-03

    下载连接
    蓝奏云
    密码:denb


  • 版本
    1.2.2


    大小

    932K


    更新日期
    2021-04-06

    下载连接
    蓝奏云
    密码:bb0r


  • 版本
    1.2.1


    大小

    871.6K


    更新日期
    2021-03-02

    下载连接
    蓝奏云
    密码:5giw


  • 版本
    1.2.0


    大小

    870.7K


    更新日期
    2021-02-08

    下载连接
    蓝奏云
    密码:1e0g


  • 版本
    1.1.9


    大小

    866.1K


    更新日期
    2020-12-08

    下载连接
    蓝奏云
    密码:hhz6


  • 版本
    1.1.8


    大小

    854.1K


    更新日期
    2020-11-04

    下载连接
    蓝奏云
    密码:c0y5


  • 版本
    1.1.7


    大小

    797.2K


    更新日期
    2020-10-06

    下载连接
    蓝奏云
    密码:bizs


  • 版本
    1.1.6


    大小

    797.2K


    更新日期
    2020-09-08

    下载连接
    蓝奏云
    密码:cjua


  • 版本
    1.1.5


    大小

    781.3K


    更新日期
    2020-08-04

    下载连接
    蓝走呀
    密码:3b6w


  • 版本
    1.1.4


    大小

    695.7K


    更新日期
    2020-06-02

    下载连接
    蓝奏云
    密码:62qf


  • 版本
    1.1.3


    大小

    695.7K


    更新日期
    2020-05-04

    下载连接
    蓝奏云
    密码:cbau


  • 版本
    1.1.2


    大小

    695.5K


    更新日期
    2020-04-07

    下载连接
    蓝奏云
    密码:8b7u


  • 版本
    1.1.1


    大小

    693.7K


    更新日期
    2020-02-05

    下载连接
    蓝奏云
    密码:hi5q


  • 版本
    1.1.0


    大小

    688.9K


    更新日期
    2020-01-13

    下载连接
    蓝奏云
    密码:dvag

原创文章,作者:3628473679,如若转载,请注明出处:https://blog.ytso.com/181118.html

(0)
上一篇 2021年10月31日
下一篇 2021年10月31日

相关推荐

发表回复

登录后才能评论