-
Notifications
You must be signed in to change notification settings - Fork 2
Intel(R) Wireless-AC 9560 #1
Comments
Looks like I need to revert one of the changes I made earlier- the log shows a regression. Thank you! |
@hatf0: I will be glad if my log can help somehow. Thank you! |
With the latest commit (8ef98774e9b8d1f69139373511540c3bb84cb619) the driver works a bit better: Wi-Fi device is available in the system (and in Network preferences pane). I also tried to turn on/off wifi using menu bar icon, but it seems to be inconsistent with the current status in Network preferences pane. Thank you! |
Same for me on Intel Wireless-AC 8265. |
Still I don't really know how to make logs. |
@lvs1974 It seems that the Wi-Fi card still existing is an issue from running the other intel wifi kext- but otherwise your hardware does initialize properly. |
@vladdenisov That dmesg file doesn’t contain anything relating to the kext. But if it’s the same- be patient as change will come soon |
@vladdenisov: dmseg it is a cyclic buffer, it has a size 4096 bytes by default. In order to increase this size, you should add a boot-arg: msgbuf=1048576 (maximum size). |
I also have Intel AC-9560, but i get kernel panic instead with this kext (built a few minutes ago). Could it be conflict between usb wi-fi and this or .kext for intel bt? @lvs1974 can you share your kext? |
@tikscr: try to put your kext into /Library/Extensions, or load it in terminal via kextutil. |
@lvs1974 i've put kext into /L/E - and system boots OK, kext is mentioned a lot of times in boot log, but it's missing from loaded kexts as well as wi-fi is still missing from my laptop. Loading via kextutil causes kernel panic a few seconds later. Also, kexutil mentions issue with sign of kext, maybe it's the main problem? btw, i've tried both release and debug configurations of build. |
I don't really know if this log is helpful, but i've tried to follow lvs1974 instructions :/
|
You can use the following command for a cleaner log. |
@dhinakg well, in my case (dell g5, ac-9560) release version ( i built it by xcodebuild) causes kernel panic in every case i've tried (kextutil, kextload, l/e and clover/kexts/other). Debug version seems to be not working at all.
I think, that either my kext is not 100% correct or there might be some conflict with other kexts. |
@tikscr I know why. The problem with developing this is that there’s not a clear distinction between memory which has been allocated through allocatePacket and memory that’s been allocated with IOAlloc, and I assume I missed a place where memory is actually allocated from such- your panic log shows this. Sadly it’s not as simple as calling free() for everything :( I’ll take a look and see where it’s panicking though. |
how about AC 3160? whare can I get kext file and how to install it? |
I'm also having trouble with AC 9560 (M2 Key E/M intergrated)
Hope these information will be helpful |
Same here it's creating Ethernet en1 interface. I tried to unload kext and reloaded again but still, the problem persists. Here my log. |
Same here even with latest commits. Tried to load and unload kext 3 times. Intel(R) Dual Band Wireless AC 8265. |
@vladdenisov is that worked with earlier commits? |
@Timothybas nope. It didn't. |
@vladdenisov @Timothybas This is intended behavior. I'm still decently within the card initialization phase and have to continually unload and reload the kext in order to develop. This isn't possible with the IO80211Controller, as there's a release loop or something within CoreWLAN. My bet is that Apple wouldn't even attempt to fix it either, and we're probably going to build two different versions of the kext. |
@hatf0 Great improvement. Now it's listed as WiFI in network settings but not searching any devices here is my |
Latest version of kext doesn't load on AC-9560. OS version - 10.15.4 |
Preference unknown state issue fixed but not searching WiFi networks around (Tested with 2G) |
I have the same (yellow) state (the latest revision 5526d3ba0546fc6690fec19b130e8dbe184c98a1). |
Hello! That's good a progress! Can now see networks around me in log, but not in preferences. |
@hatf0, could you have a look at my log, please? |
unknown state issue is back with the recent commit and as @lvs1974 told no networks in both panel and logs. |
Your card unfortunately crashes while scanning... I’ll make an issue for this, but this is a known issue and @1Revenger1 has brought this to my attention as well. There’s sadly a variety of things it could be.. |
Now that issue is back.(after this commit)
|
@hatf0, @1Revenger1: with the latest commit (65a93bf530c06c4dd1d3ef5b12b5afbe04dece6a) I have got a kernel panic. Could you have a look, please? |
My bad, this is related to the new flow with 802.11. Will fix soon @lvs1974 |
@lvs1974 I've just pushed a commit that tries to fix this, can you take a look? |
I have Intel AC-9560, but I got "Driver failed to start" message. |
@esemiz did you reboot from windows? A warm reboot from windows breaks firmware uploading it seems. Edit: Documented here |
@hatf0 @1Revenger1 any good news for CNVi card users? Edit: Still I can see |
@hatf0, @1Revenger1, with the latest driver my wi-fi does not work. |
Yes you're right full shutdown fix that problem thank you. I can see WiFi interface to network settings. When I try to connect my home's wifi network sometimes it says move closer. I am already very close to wifi device. Sometimes it says network cant found. Added screenshots and log file. Removed my home's wifi from auto-join list before trying to connect. |
Yes, I have a same problem too. |
That means it's working fine. The kext can't connect to networks yet, scanning is as far as it's gone. |
I've finally managed to make driver work properly on my system. And it seems, that driver randomly shows networks in scanning results and ignores 2.4 ghz networks (but they are present in log of scanning). |
Hımm, Hi Dear Tikscr, I have some device(9560ac) on the catalina 10.15.4, but have some problems which not connect Wifi ssid |
@mehmetyukcell driver doesn't support connecting to networks yet. |
Yes, thanks |
|
I tried itlwm driver from a sister repository. I built it and load it. The driver loads and makes scanning. It correctly determines all the networks , but doesn't connect to the Redmi network for a reason I don't know. But at least it communicates with the hardware. And it loads and makes scanning despite everything and after windows soft reboot also. |
After cloning the repo and building the kext I got it to load, but I am only seeing one or two networks at a time. OS: Catalina 10.15.4 |
@hatf0 So what is the status of this driver? Will I be able to use it with my laptop? Is it completely stable for me to join and use my WiFi network? |
@dhinakg What are you wanting me to gather from that? I just asked what the status of this particular device was? I know some people are having mixed results. |
Given the sentence
in the README, the prior comments in this issue, and the lack of recent commits since those comments, I believe it is fairly easy to come to the conclusion that it does not work yet. |
Mother Gigabyte Z390 Aorus Pro Wifi (Wireless Wireless-AC 9560), driver loads fine apparently Great job! |
Congratulations! Great Job? Please can you share the kext or method |
Hi, I just opened Xcode and compile the project; then changed the permissions and load the kext using "kextload -b 6" command. Now, I tried to load again face the following message: "AppleIntelWifiAdapter ERR: SecBoot CPU1 Status: 0x30d0001, CPU2 Status: 0x2" |
hi there, |
Hello, tried this driver, here is an log output:
dmesg.txt
Everything looks ok, but there is no available wi-fi device in mac os.
The text was updated successfully, but these errors were encountered: