-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working Intel WiFi #107
Comments
How do you Hardcoded ssid and Password? |
If you want to change SSID and password you need to edit the code and recompile the kext from source. For testing until we wait an implementation that supports network search and connect, maybe you can maybe just create a guest network |
awesome - thanks for the info! |
On kextload it get the error |
This kext works good: |
Reporting: that works flawlessly. |
👍 Did you tried to put in kexts/Other? |
I make script and adding it to run automatic on boot, sorry my bad English. |
@Kokkolabs thanks, would you mind to share your script with us? 😄 Did you encountered any KP's/reboots yet? |
Is it possible to kext unload either of the kexts? |
How do you make script? |
is there a way to change the kext (/ssid + password) on the fly or do i have to reboot everytime? |
I haven't found one yet, if I try to unload it, I can't because of dependencies and sometimes I even get a KP |
Report some issues - in random time the connection may be lost. Wi-Fi networks list doesn't update, and DHCP doesn't work, so the network cannot acquire ip address. Since there is KP on unload, I was able to fix this by deleting and adding again the network in settings. I'm not sure what causes this behavior. |
New support with complete automatic loader wrapper can be found in my repo, but I think that also gnodipac886 should update it very soon! |
Hello! I'm opening this issue because there is really great progress on Intel Wifi on MacOS and our laptop (at least the 2018 model) has an Intel AC8275 Wireless Card.
There are two projects currently open:
this has a driver that makes scanning for network working, but yet it cannot connect (the developer is still working on the 802.11 stack).
this works in my case, but the SSID and Password are hardcoded into the kext code for now (no scanning available). I've opened an issue here where you can find the latest firmware compiled (with ssid and passwords hardcoded). The card works fine in my case, with just slow upload speeds... but we are getting close!
Note: you need to remove SSDT-DRP11.aml from EFI/Clover/ACPI/patched because that is a patch to deactivate the internal WiFi card.
How to load the firmware:
itlwm.kext
and place wherever you want (DO NOT place it in EFI/CLOVER or S/L/E or /L/E)sudo kextload itlwm.kext
These are the current results I get with my 30/20 network:
Have a nice day!
The text was updated successfully, but these errors were encountered: