Re: Is anyone working on adding Intel Comet Lake Wi-FI support?
+1 Any info will be great .. On Thu, May 20, 2021, 04:19 Dave Jones wrote: > On Thu, May 20, 2021 at 5:38 AM Dmitry Chagin wrote: > > > On Tue, May 18, 2021 at 04:58:34PM +0300, Andrey V. Elsukov wrote: > > > 30.03.2021 21:34, Bjoern A. Zeeb пишет: > > > >> I have got lenovo carbon X1 Gen8, that works well with 14.0-CURRENT, > > but > > > >> we lack support for its WiFi: > > > >> > > > >> none4@pci0:0:20:3: class=0x028000 rev=0x00 hdr=0x00 > > vendor=0x8086 > > > >> device=0x02f0 subvendor=0x8086 subdevice=0x0070 > > > >>vendor = 'Intel Corporation' > > > >>device = 'Comet Lake PCH-LP CNVi WiFi' > > > >>class = network > > > >> > > > >> We have support for iwm9000+ support, but it seems this card has bit > > > >> different handling in linux's iwlwifi driver. And just adding new > > PCI-ID > > > >> will not help. Is anyone working on adding support for these cards? > > > > > > > > It's an AX201, right? If so, yes. I have no CNVi or AX201 to test > > > > with but assumptions are it will work. > > > > > > > > Can I get back to you mid-/end next week? > > > > > > Hi Bjoern, > > > > > > is there any news about this driver? I'm ready to test anything that > can > > > allow to disconnect the cable :) > > > > > Hi, > > +1 here. > > > > none4@pci0:0:20:3: class=0x028000 rev=0x00 hdr=0x00 vendor=0x8086 > > device=0x06f0 subvendor=0x8086 subdevice=0x0070 > > > > > > vendor = 'Intel Corporation' > > device = 'Comet Lake PCH CNVi WiFi' > > class = network > > > > > +1 same here. > > According to > https://www.freebsd.org/status/report-2021-01-2021-03/#_intel_wirel > ess_update > > Bjoern, can you share the source code? People can test it, thanks. > ___ > freebsd-wireless@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org > " > ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"
Re: Is anyone working on adding Intel Comet Lake Wi-FI support?
On 20 May 2021, at 12:48, Berislav Purgar wrote: Any info will be great .. +100 from me. Developers might have seen that I was gone for a while. I resumed working on this yesterday updating and extracting the iwlwifi specific bits from my dev repo. I’ll have a better update for you by Monday evening should life not interfere again. /bz ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"
[Bug 218908] Missing usbdevs for TP-Link WN-821N v5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218908 Alexander Sherikov changed: What|Removed |Added CC||asheri...@yandex.com --- Comment #8 from Alexander Sherikov --- Hm, is there a regression in HEAD or a catch in configuration? I have WN821N which is detected in the same way as above and wpa_supplicant also timeouts during authentication with WPA-PSK. Sidenote: wpa_supplicant hangs if restarted, device must be unplugged to fix this. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"
[Bug 218908] Missing usbdevs for TP-Link WN-821N v5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218908 --- Comment #9 from Kai-Uwe Eckhardt --- It works for me with wpa-psk on yesterdays 14.0-CURRENT with this in rc.conf: wlans_rtwn0="wlan0" ifconfig_wlan0="WPA DHCP" create_args_wlan0="country DE regdomain ETSI" and the appropiate entry in wpa_supplicant.conf connecting to an 11g AP. Good luck, Kai-Uwe -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"