-
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
Intel WiFi Not Working #115
Comments
This is happening if you already did the process, the File is already existent in your /tmp folder so when you run the script again it tells you that you alread have a file there, just reboot your system and the file will be gone because of the temporary characteristics of this directory. |
But i too have problems with the WiFi, it just doenst seem to start up :/ already tried most of the things :/ |
CubeEON, I'm having the EXACT same issue! I have tried four different methods trying to get the WiFi to work, and no matter what I do, I can never get the WiFi to show up in the Network settings! I'm completely lost... |
I'm having similar issues. user@Users-MBP Intel-WiFi % sh wifiLaunch.command zip error: Nothing to do! (try: zip -r -q AppleIntelWiFi.kext-0523.zip . -i AppleIntelWiFi.kext) mv: rename ./AppleIntelWiFi.kext to /tmp/AppleIntelWiFi.kext: No such file or directory |
Seems like in your case there is an error with copying the .kext to the /tmp folder. Do you have the .zip and the Scripts in the same folder, this should solve your problems :) |
Yes all the files are in the same folder. |
are you all still having problems? |
Yes I'm still having issues with the script. It's outputting errors like it doesn't see the files. |
Even without the script, I can't get it working at all. After manually editing the network name and password, I ran this: sudo chmod -R 755 AppleIntelWiFi.kext
sudo chown -R root:wheel AppleIntelWiFi.kext
sudo kextload AppleIntelWiFi.kext Nothing shows up in the menu bar icons or in System Preferences. Are there any other prerequisites (e.g. Clover config edits or kexts that I may have missed) that are needed for the WiFi to work? |
I got it to work following profzei's guide a few days ago. |
The kext provided by the repository did not work for me, and neither did the latest version. In the latest version, the computer is able to scan for WiFi networks, however, it fails to connect to any network. On the other hand, itlwm works perfectly for me, even if I load it directly from Clover. Also itlwm has more recent activity than AppleIntelWifi. The only downside is that I must manually input the SSID/password in the kext. |
Im facing the same issues here. zip error: Nothing to do! (try: zip -r -q AppleIntelWiFi.kext-0523.zip . -i AppleIntelWiFi.kext) MBXP i7 16gb |
I followed the instructions listed in README.md, and I still cannot get the WiFi to work. I keep getting the following message in the terminal: "mv: rename ./AppleIntelWiFi.kext to /temp/AppleIntelWiFi.kext: Directory not empty". I'm not sure what to do about this, so I thought I would ask. Thank you!
The text was updated successfully, but these errors were encountered: