- Joined
- Apr 18, 2020
- Messages
- 2
- Motherboard
- L15518-001 L15518-601
- CPU
- i5 coffee lake
- Graphics
- Intel(R) UHD Graphics 620
Is there a way to automate the kext loading at every boot? Thanks!!
I've got the same results on 9560.Somewhat works on 7260 but the laptop crashed after a few minutes. Pinged some local devices in terminal then tried to load up a speed test in Safari but couldn't get that far.
Samemy laptop just reboots when I do this. Any solution?
This is the latest updated kext.Only tested on 7265AC, should also work on other intel cards but not tested yet. This driver currently ONLY works in 10.15.
First edit the Info.plist and add the ssid and password
View attachment 450681
Then load the kext using terminal (Dont install directly into L/E):
Code:sudo mv ./*.kext /tmp sudo chown -R root:wheel /tmp/*.kext sudo kextload /tmp/*.kext
The driver is in early development stage and there are still bugs such as high packet loss. The wifi card is mostly functional in the current version.