[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #20 from J.R. Oldroyd --- (In reply to Jaskie from comment #19) The dmesg for the 13.1 boot does not show the "[ath_hal] loaded" message. Was the message removed in 13.1 or does this indicate that the hal is not loaded? -- Y

[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #21 from Jaskie --- (In reply to J.R. Oldroyd from comment #20) It was directly from dmesg output, I didn't modify anythong. If it's not there then it should mean it was not loaded during bootup. I'll check again tonight when I

[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #22 from J.R. Oldroyd --- (In reply to Jaskie from comment #21) I see in the git log that the ath_hal message was removed and now only shown during a verbose boot. -- You are receiving this mail because: You are on the CC lis

[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #23 from Jaskie --- (In reply to J.R. Oldroyd from comment #22) Do I kldstat to check that or do I have to get dmesg again from a verbose boot? -- You are receiving this mail because: You are the assignee for the bug. You are

[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #24 from J.R. Oldroyd --- (In reply to Jaskie from comment #23) If you want to verify, you'd have to do a verbose boot. But you have already told us that the 13.1 kernel works with the 13.0 userland, so not really necessary.

Re: [Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread Emmanuel Vadot
Hello, On Fri, 03 Jun 2022 09:31:41 + bugzilla-nore...@freebsd.org wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 > > --- Comment #24 from J.R. Oldroyd --- > (In reply to Jaskie from comment #23) > > If you want to verify, you'd have to do a verbose boot. But you hav

Re: [Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread Emmanuel Vadot
On Fri, 3 Jun 2022 15:58:56 +0200 Emmanuel Vadot wrote: > > Hello, > > On Fri, 03 Jun 2022 09:31:41 + > bugzilla-nore...@freebsd.org wrote: > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 > > > > --- Comment #24 from J.R. Oldroyd --- > > (In reply to Jaskie from comment #

Re: [Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread Bjoern A. Zeeb
On Fri, 3 Jun 2022, Emmanuel Vadot wrote: Hi, On Fri, 03 Jun 2022 09:31:41 + bugzilla-nore...@freebsd.org wrote: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #24 from J.R. Oldroyd --- (In reply to Jaskie from comment #23) If you want to verify, you'd have to do

[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #25 from Jaskie --- I did this steps in both 13.0 and 13.1: % doas service netif stop wlan0 % doas mv /var/db/dhclient.leases.wlan0{,.bak} % doas service netif start wlan0 % doas tcpdump -i wlan0 -w OUT.bpf -s 0 % doas ifconfi

[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 Bjoern A. Zeeb changed: What|Removed |Added Status|New |Open --- Comment #27 from Bjoern

[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #26 from Bjoern A. Zeeb --- (In reply to Jaskie from comment #25) when looking at the first dicover packets between 13.0 and 13.1 I see no obvious differences: % diff -up dhcp-discover-13.*.txt --- dhcp-discover-13.0.txt

Intel iwlwifi and Realtek rtw88 all MFCed to stable/13

2022-06-03 Thread Bjoern A. Zeeb
Hi, thanks to everyone who tried out things on main or manually cherry-picked changes to stable/13 to try there and has sent me public or private feedback while I was on the road! If I am not mistaken (it seems some cluster parts are currently undergoing maintanance) I merged all outstanding ch

[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #28 from J.R. Oldroyd --- The ARPs from the router are almost certainly due to the previous good 13.0 boot. I also see (using tcpdump and tshark) that the DHCPDISCOVER datagrams are the same between the 13.0 and 13.1 files. If

[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #29 from J.R. Oldroyd --- The other obvious thing to check is, is the network working when configured manually? Use the same values you get from the 13.0 boot for the IP and router. Then boot under 13.1 and configure manually:

[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285

2022-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #30 from Jaskie --- I followed all your suggestions and did the tests below with a fresh biot 13.1, dhclient cache was removed beforehand: # ifconfig wlan0 10.134.138.51 netmask 255.255.128.0 # route add default 10.134.255.254