Date: Sun, 16 Jun 2024 10:50:55 -0400 From: Steven Friedrich <freebsdlouisville@gmail.com> To: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> Cc: FreeBSD Wireless <freebsd-wireless@freebsd.org> Subject: Re: rtw88 vs rtwn Wi-Fi drivers Message-ID: <8b518f23-f8c5-4108-bb66-ac5c52ec3960@gmail.com> In-Reply-To: <9p11oo76-pq82-987q-rrr7-287p3113ss8n@yvfgf.mnoonqbm.arg> References: <e562dfc1-eddf-407f-914a-b9f05efae5fb@gmail.com> <0r8n60n3-4p1p-rr59-880r-1no60po3n76s@yvfgf.mnoonqbm.arg> <2debc66e-9603-4b96-a918-f1823742475f@gmail.com> <9p11oo76-pq82-987q-rrr7-287p3113ss8n@yvfgf.mnoonqbm.arg>
next in thread | previous in thread | raw e-mail | index | archive | help
root@Slimline:~ $ cat /boot/loader.conf.local hw.re.max_rx_mbuf_sz="2048" compat.linuxkpi.skb.mem_limit=1 <--- this one? # utouch_load="YES" hw.bus.devctl_nomatch_enabled=1 # need this to discover ums0 net.inet.ip.fw.default_to_accept="1" if_re_load="yes" if_re_name="/boot/modules/if_re.ko" # if_lagg_load="YES" # if_rtwn_usb_load="YES" On 6/16/24 10:33, Bjoern A. Zeeb wrote: > On Sun, 16 Jun 2024, Steven Friedrich wrote: > >> >> On 6/16/24 03:47, Bjoern A. Zeeb wrote: >>> On Sat, 15 Jun 2024, Steven Friedrich wrote: >>> >>>> slimline is an HP Slimline Desktop - 290-p0014 >>>> >>>> Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz >>>> Coffee Lake (Core i7) >>>> Ethernet RTL8111/8168/8411 and RTL8125 2.5GbE >>>> Wi-Fi RTL8821CE >>>> >>>> I have disabled Ethernet interfaces so I could concentrate on my >>>> Wi-Fi issue >>>> >>>> The on board Wi-Fi is this, but it won't associate. >>> [...] >>>> How can I help the developer find/fix this issue? >>> >>> Seems good news is that the laptop doesn't "hang" anymore. >>> >>> Do you get any logging in dmesg? If you enable a level of debugging in >>> wpa_supplicant, does it log anything helping? >> >> Yes, /var/log/messages says it's timing out after 10 seconds: >> >> Jun 15 22:48:52 Slimline wpa_supplicant[35434]: wlan0: Trying to >> associate with ??:??:??:??:??:?? (SSID='Verizon_C4J9FL' freq=2462 MHz) >> Jun 15 22:49:02 Slimline wpa_supplicant[35434]: wlan0: Authentication >> with ??:??:??:??:??:?? timed out. >> Jun 15 22:49:02 Slimline wpa_supplicant[35434]: wlan0: >> CTRL-EVENT-DISCONNECTED bssid=??:??:??:??:??:?? reason=3 >> locally_generated=1 >> Jun 15 22:49:02 Slimline wpa_supplicant[35434]: BSSID >> ??:??:??:??:??:?? ignore list count incremented to 2, ignoring for 10 >> seconds >> Jun 15 22:49:02 Slimline wpa_supplicant[35434]: wlan0: >> CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Verizon_C4J9FL" >> auth_failures=7 duration=90 reason=CONN_FAILED >> Jun 15 22:49:02 Slimline wpa_supplicant[35434]: wlan0: >> CTRL-EVENT-DSCP-POLICY clear_all >> >> Can this timeout be set in wpa_supplicant.conf? >> >>> >>> Which FreeBSD version are you running? >>> >>> 14.1 with daily git pulls, so I'm tracking stable-14. > > Did you by any chance not set the loader tunable as documented in the > man page? >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8b518f23-f8c5-4108-bb66-ac5c52ec3960>