5T33Z0 / Thinkpad-T490-Hackintosh-OpenCore

OpenCore EFI folder for running macOS Sequoia on the Lenovo ThinkPad T490.
90 stars 5 forks source link

安装Ventura 到 T490的WIFI问题 #28

Closed Arrding closed 2 months ago

Arrding commented 2 months ago

最近您的几个版本,在我的T490上,WIFI无法工作,必须使用之前的旧版本AirportItlwm_Ventura.kext,才能工作。

最新的这个1.0.1版本,我放入了这个kext,然后在config里增加了说明,在我的T490上就能正常WIFI了。

不过,蓝牙在最近几个版本中一直不行,无法发现别的设备,别的设备也无法发现这台黑苹果。

<dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>AirportItlwm_Ventura.kext</string>
                <key>Comment</key>
                <string>V2.3.0 | Intel WiFi Driver for macOS Ventura</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AirportItlwm</string>
                <key>MaxKernel</key>
                <string>22.9.9</string>
                <key>MinKernel</key>
                <string>22.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>

AirportItlwm_Ventura.kext.zip