OpenIntelWireless / itlwm

Intel Wi-Fi Drivers for macOS
https://OpenIntelWireless.github.io/itlwm/
GNU General Public License v2.0
6.87k stars 661 forks source link

[HELP WANTED]ac9462/ax201/ac9560 2th gen Intel Card Supporting #214

Closed zxystd closed 4 years ago

zxystd commented 4 years ago

I had tried about one week investigating how to make them work on macOS, but still found nothing. The real problem is that the card can't cause interrupts on macOS, I don't know why, I think the firmware upload functions are pretty well, but this issue makes no sense. listed problem.

  1. Do gen2 cards only support MSI-X interrupt on macOS, if so, how to use MSI-X on macOS?
  2. Is there something that should cooperate with cards to work, because CNVIO2 cards are special?
BimLee commented 4 years ago

I think the following link will help you https://developer.apple.com/forums/thread/26966

zxystd commented 4 years ago

@BimLee Thank you for your information, but still confused, the problem is same with mine in some way, but no solutions including there.

mrkaratechamp commented 4 years ago

i'm very instersting in help, I have a 2gen card in my matebook 13 2020, so I can test whatever you need

leoli-dev commented 4 years ago

I have the problem with my Gigabyte z490i mobo, if there is anything I can do for helping please let me know.

agasecond commented 4 years ago

Not sure about MacOS, but looks like it uses same interupt model as ssd in Ubuntu https://linux-hardware.org/index.php?probe=915ab6a317&log=interrupts

djdjz7 commented 4 years ago

I have the 2nd gen 9560 WiFi card in my laptop, please let me know if I can help testing.

serpinu commented 4 years ago

hi!, i have the ax201 if i can help i'm here! :)

Jaydar commented 4 years ago

i have the i7-10710U + ax201

Xoloth commented 4 years ago

i have AX201 (but windows shows its AC9462).

purecmd commented 4 years ago

Kernel Developer's Manual(OpenBSD) https://man.openbsd.org/pci_intr_map.9

ghost commented 4 years ago

I have AX201 although its PCI ID should be AC9462. Its id is VEN_8086 and DEV_02F0 and shows itself as "Intel Wi-Fi 6 AX201 160Mhz" after installed driver under windows. I'm using 10510U with OpenCore and Big Sur. Current itlwmx driver doesn't support the card. I can help to test if possible.

zxystd commented 4 years ago

itlwmx_0802_beta1.kext.zip Now it is supported, try it.

yuhr-zz commented 4 years ago

听到 ac9560 2nd 能用了,非常开心。感谢您的无私付出!

我用最新的源代码编译后测试的,发现还是无法使用。

我的机器是华为 Matebook 13(i7十代CPU 2020款 )有以下的网卡: Intel AC9560 (9462) VendorID 0x8086 DeviceID 0x02F0 SubVendorID 0x8086 SubDeviceID 0x2034

以下是测试的Log等。

kextstat | grep -i itlwmx

get the following result:

74 0 0xffffff7f85173000 0x3aa000 0x3aa000 com.zxystd.itlwmx (1.0.0) DACC3C3A-8B34-3C98-A1EC-A132C57B4EA2 <18 13 6 5 3 1>

log show --last boot | grep itlwmx

get the following result:

log_20200802_ac9560.txt

moonheart commented 4 years ago

感谢!现在可以正常使用了 小新pro13 2020 i7-10710u ax201

ghost commented 4 years ago

谢谢,AX201现在可以使用2.4g网络,但是5g网络连接不太稳定

ghost commented 4 years ago

使用这个版本的itlwmx还会导致启动时间延长5-10秒,不知道是不是个例😂

syeddaim13 commented 4 years ago

On my Huawei Matebook D15 with Intel AC9560/9462 (VendorID 0x8086 DeviceID 0x02F0 SubVendorID 0x8086 SubDeviceID 0x2034), itlwmx does not work and after running log show --last boot | grep itlwmx, I get the same results as yuhr-zz.

Heliport also says "itlwm is not running" 🤔

zxystd commented 4 years ago

@Syedayy Try the latest pre-release.

syeddaim13 commented 4 years ago

It works now! image

here's my speeds on my 5 Ghz WiFi. My usual download/upload speed is 100/20.

ErrorErrorError commented 4 years ago

It works now! image here's my speeds on my 5 Ghz WiFi. My usual download/upload speed is 100/20.

It's as expected in the current state of itlwm/x. In the future the speeds will improve!

ghost commented 4 years ago

感谢您的无私付出!0x06F0 AX201可以使用了。

mrkaratechamp commented 4 years ago

amazing, you´re a genius! works on my Matebook 13 2020, itlwmx driver, the .zip here it's not working, but your latest commit, works perfect, just download and compile with Xcode.

the speed is still not al 100%, but it´s totally works for now, thanks!!!

yuhr-zz commented 4 years ago

@zxystd 感谢你的付出!现在完美使用中!

Screen Shot 2020-08-02 at 18 12 43
purecmd commented 4 years ago

Thank you so much. image

nekiro commented 4 years ago

Could someone upload latest kext for testing? (Compiling throws errors for me)

easyworld commented 4 years ago

Awesome! It works on Huawei Matebook X Pro 2020 image

supdo commented 4 years ago

我的matebook14,2020款,ac9560可是上网了。

leoli-dev commented 4 years ago

itlwmx_0802_beta1.kext.zip Now it is supported, try it.

This kext works correctly on my Hackintosh, my mobo is using AX201. Thanks a million!

I changed the pwd/ssid in the kext and put in into EFI, it connect immediately to my wifi:

Screen Shot 2020-08-02 at 1 57 26 PM

Here's the speed test result with itlwmx:

Screen Shot 2020-08-02 at 1 57 04 PM

Here's the speed test result with a USB wifi adapter:

Screen Shot 2020-08-02 at 8 56 23 AM

大神🐂🍺

moosetk commented 4 years ago

感谢您的无私付出!0x06F0 AX201可以使用了。

您好,我的也是ax201,我要怎么样让这个驱动生效呢?运行 sudo kextutil -v 6 itlwmx.kext 的时候总是 Untrusted kexts are not allowed

williambj1 commented 4 years ago

关闭 sip 或者用引导注入

Issue solved, closed.

david34corbalan commented 2 years ago

hello i have the same problem i have a dell latitude 5510 laptop with ax201, and i can't get the wifi to appear