SkyrilHD / Dell-E7250-Hackintosh

Fully working Hackintosh on E7250
https://skyrilhd.github.io/hack/e7250.html
70 stars 20 forks source link

Noob question regarding wireless #38

Closed nickogaidarov closed 3 years ago

nickogaidarov commented 3 years ago

Hello, guys! Luckily i managed to partition my hard drive and install Big Sur. Everything works amazing except the wireless which i've read that is disabled by default. As the title says i am a complete noob and i have no idea how to enable it :( Shall i use OpenCore Configurator or something else? Thank you in advance! Keep up the great work!

SkyrilHD commented 3 years ago

Enabling WiFi is actually pretty easy (even TextEdit should be enough). The only thing you need to change is Enabled: you just have to put it from false to true.

This is the line: https://github.com/SkyrilHD/Dell-E7250-Hackintosh/blob/06b1ba7cf36cbb1d4b093de18eb30c54f5cfec2b/OpenCore/EFI/OC/config.plist#L876

nickogaidarov commented 3 years ago

Solved! Replaced all wifi related lines from false to true. Wifi works and get's connected but says No internet connection... :(

nickogaidarov commented 3 years ago

Thank you, SkyrilHD for your amazing work! Have you experienced the No internet connection issue mentioned above?

SkyrilHD commented 3 years ago

You could try using itlwm (which needs HeliPort app) instead of AirportItlwm (which is the native way).

Could you check your router settings like if 802.11w and WPA3 are disabled?

EDIT: Copy the itlwm.kext to OC>Kexts and change the followings in the config: https://github.com/SkyrilHD/Dell-E7250-Hackintosh/blob/06b1ba7cf36cbb1d4b093de18eb30c54f5cfec2b/OpenCore/EFI/OC/config.plist#L872 and https://github.com/SkyrilHD/Dell-E7250-Hackintosh/blob/06b1ba7cf36cbb1d4b093de18eb30c54f5cfec2b/OpenCore/EFI/OC/config.plist#L878

Just replace AirportItlwm with itlwm

nickogaidarov commented 3 years ago

Thank you, again! Everything's solved!