AppleIntelWifi / device-logs

Repository for logging output from the kext
16 stars 2 forks source link

Intel 8265- MacOS Assumes all Networks WEP #35

Open mahdose opened 4 years ago

mahdose commented 4 years ago

I managed to run version 411 on my Catalina for Intel 8265, all WiFi networks when entering passwords (or for those with no security), a prompt appearing that network was previously set to be WPA2/WPA3 and it asks to reconnect over WEP which is not secure. I fail to connect to any network!

ellie-idb commented 4 years ago

That's.. not normal. Previously, that was related to an alignment issue with the 802.11 structs, but that issue should no longer exist. Please send me the "Driver Version" string within System Profiler/System Information

mahdose commented 4 years ago

@hatf0, My bad, this is 8265 not 8260. Software Versions: CoreWLAN: 13.0 ((null)) CoreWLANKit: 13.0 ((null)) Menu Extra: 13.0 ((null)) System Information: 12.0 (1500) IO80211 Family: 12.0 (1200.12.2b1) Diagnostics: 1.0 (910) AirPort Utility: Not Installed Interfaces: en2: Card Type: Third-Party Wireless Card MAC Address: 01:23:45:67:89:AB Supported PHY Modes: 802.11 a/b/g/n Supported Channels: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 149, 153, 157, 161, 165

Wondering can I select any of available APs and correct WEP/WPA/WPA2 auth? Also As it's working fine, can I load ie in E/L? Can we support AC connection as well?

ellie-idb commented 4 years ago

Uh, I’m fairly certain you’re not using the kext that I’ve released here. Are you using the “AppleIntelWifi” kext (also known as the PCBeta kext)? I don’t support that one.

mahdose commented 4 years ago

@hatf0 Oh, seems I got confused using many versions until I got the only "working one".

Now with the proven driver you developed, here are the results: Software Versions: CoreWLAN: 13.0 ((null)) CoreWLANKit: 13.0 ((null)) Menu Extra: 13.0 ((null)) System Information: 12.0 (1500) IO80211 Family: 12.0 (1200.12.2b1) Diagnostics: 1.0 (910) AirPort Utility: Not Installed Interfaces: en2: Card Type: AirPort Extreme (0x8086, 0x50) Firmware Version: Built from 416a07e8 by travis@Traviss-Mac.local MAC Address: (removed for security here in public) Locale: FCC Country Code: US Supported PHY Modes: 802.11 a/b/g/n/ac Supported Channels: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 149, 153, 157, 161, 165, 169, 173, 177, 181 Status: Not Associated

WiFi is connected by nothing is showing up! Do I miss something?

Screen Shot 2020-04-23 at 1 50 23 AM

Parthvsquare commented 4 years ago

can you provide me with you kext. I also have 8265

ifkid commented 4 years ago

I managed to run version 411 on my Catalina for Intel 8265, all WiFi networks when entering passwords (or for those with no security), a prompt appearing that network was previously set to be WPA2/WPA3 and it asks to reconnect over WEP which is not secure. I fail to connect to any network!

I have occured the same problem as you, have you solved it?