Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-24 Thread Adrian Chadd
IWN_DEBUG worked, it's 'dev.iwn.0.debug', not 'debug.iwn.0.debug'. My bad. Make sure you build the module by doing 'buildkernel', not 'cd sys/modules/iwn && make', as (because reasons I want to grr) we don't enforce that people put in a path to their kernel config .h directory, so it defaults to "

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-24 Thread Kevin Oberman
On Wed, Aug 24, 2016 at 12:45 PM, Glen Barber < g...@freebsd.org> wrote: > On Wed, Aug 24, 2016 at 12:20:57PM -0700, Kevin Oberman wrote: > > > > On Wed, Aug 24, 2016 at 12:03 PM, Glen Barber wrote: > > > > > On Wed, Aug 24, 2016 at 11:55:13AM -0700, Kevin Oberman wrote: > > > > Not working rig

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-24 Thread Glen Barber
On Wed, Aug 24, 2016 at 03:21:12PM -0500, Kyle Evans wrote: > On Wed, Aug 24, 2016 at 2:45 PM, Glen Barber wrote: > > Dumb question, but with reason. > > > > Does ifconfig(8) actually show wlan0 'UP'? > > > > I'm asking this because I'm seeing something strange locally on one > > machine. > > > >

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-24 Thread Glen Barber
On Wed, Aug 24, 2016 at 01:51:47PM -0700, Adrian Chadd wrote: > On 24 August 2016 at 13:23, Glen Barber wrote: > > On Wed, Aug 24, 2016 at 08:19:21PM +, Glen Barber wrote: > >> On Wed, Aug 24, 2016 at 01:11:21PM -0700, Kevin Oberman wrote: > >> > On Aug 24, 2016 12:46 PM, "Glen Barber" wrote:

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-24 Thread Kyle Evans
On Wed, Aug 24, 2016 at 2:45 PM, Glen Barber wrote: > Dumb question, but with reason. > > Does ifconfig(8) actually show wlan0 'UP'? > > I'm asking this because I'm seeing something strange locally on one > machine. > > Glen Follow up dumb question, but I've very recently experienced (with ath(4)

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-24 Thread Adrian Chadd
hi Would /someone/ pretty please fix this "run wpa_supplicant multiple times at interface start" problem? I'm sure it's screwing things up in a bad way, and trying to grovel around and fix the way we do rc scripts is not my favourite thing in the world. Thanks, -adrian On 24 August 2016 at 1

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-24 Thread Glen Barber
On Wed, Aug 24, 2016 at 08:19:21PM +, Glen Barber wrote: > On Wed, Aug 24, 2016 at 01:11:21PM -0700, Kevin Oberman wrote: > > On Aug 24, 2016 12:46 PM, "Glen Barber" wrote: > > > > > On Wed, Aug 24, 2016 at 12:20:57PM -0700, Kevin Oberman wrote: > > > > > > > > On Wed, Aug 24, 2016 at 12:03

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-24 Thread Glen Barber
On Wed, Aug 24, 2016 at 01:11:21PM -0700, Kevin Oberman wrote: > On Aug 24, 2016 12:46 PM, "Glen Barber" wrote: > > > On Wed, Aug 24, 2016 at 12:20:57PM -0700, Kevin Oberman wrote: > > > > > > On Wed, Aug 24, 2016 at 12:03 PM, Glen Barber wrote: > > > > > > > On Wed, Aug 24, 2016 at 11:55:13AM

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-24 Thread Kevin Oberman
I have been unable to catch it, so I don't know. I know the UP/DOWN sequences in the first log showed many per second and all in the same second. In this case it was UP for 13 seconds, so something was different. I will try to test some more later, but I have to go out for a couple of hours righ

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-24 Thread Glen Barber
On Wed, Aug 24, 2016 at 12:20:57PM -0700, Kevin Oberman wrote: > > On Wed, Aug 24, 2016 at 12:03 PM, Glen Barber wrote: > > > On Wed, Aug 24, 2016 at 11:55:13AM -0700, Kevin Oberman wrote: > > > Not working right. I do see 802.11 messages but nothing from iwn. > > > Rebuilt with: > > > options

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-24 Thread Kevin Oberman
On Wed, Aug 24, 2016 at 12:03 PM, Glen Barber wrote: > On Wed, Aug 24, 2016 at 11:55:13AM -0700, Kevin Oberman wrote: > > Not working right. I do see 802.11 messages but nothing from iwn. > > Rebuilt with: > > optionsIEEE80211_DEBUG > > optionsIWN_DEBUG > > > > [...] > > > > An

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-24 Thread Glen Barber
On Wed, Aug 24, 2016 at 11:55:13AM -0700, Kevin Oberman wrote: > Not working right. I do see 802.11 messages but nothing from iwn. > Rebuilt with: > optionsIEEE80211_DEBUG > optionsIWN_DEBUG > > [...] > > Any idea what is going on? Your original email mentions 11.0-BETA4. Are yo

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-24 Thread Kevin Oberman
On Tue, Aug 23, 2016 at 10:40 PM, Kevin Oberman < kob6...@gmail.com> wrote: > On Tue, Aug 23, 2016 at 11:48 AM, Adrian Chadd < > adrian.ch...@gmail.com> wrote: > >> Hi, >> >> Compile in IWN_DEBUG and IEEE80211_DEBUG and then do: >> >> wlandebug +assoc +auth +state +rate >> sysctl debug.iwn.0.deb

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-23 Thread Adrian Chadd
Hi, Compile in IWN_DEBUG and IEEE80211_DEBUG and then do: wlandebug +assoc +auth +state +rate sysctl debug.iwn.0.debug=0x1 that's TX debugging, and it hopefully will show it trying to do association and failing. My guess is that something changed when doing the 11n bits for -11 and it's failing

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-22 Thread Kevin Oberman
On Mon, Aug 22, 2016 at 12:21 PM, Vinícius Zavam < egyp...@googlemail.com> wrote: > > > 2016-08-20 23:07 GMT-03:00 Adrian Chadd : > >> On 20 August 2016 at 19:02, Kevin Oberman wrote: >> > On Aug 20, 2016 6:29 PM, "Adrian Chadd" wrote: >> >> >> >> Hi, >> >> >> >> There have been some changes to

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-22 Thread Vinícius Zavam via freebsd-net
2016-08-20 23:07 GMT-03:00 Adrian Chadd : > On 20 August 2016 at 19:02, Kevin Oberman wrote: > > On Aug 20, 2016 6:29 PM, "Adrian Chadd" wrote: > >> > >> Hi, > >> > >> There have been some changes to the scan code and iwn scan timeout code. > >> Andriy may have some ideas. > >> > >> Thanks! > >>

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-20 Thread Adrian Chadd
On 20 August 2016 at 19:02, Kevin Oberman wrote: > On Aug 20, 2016 6:29 PM, "Adrian Chadd" wrote: >> >> Hi, >> >> There have been some changes to the scan code and iwn scan timeout code. >> Andriy may have some ideas. >> >> Thanks! >> >> A > > One more note. There are multiple "link up" messages

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-20 Thread Kevin Oberman
On Aug 20, 2016 6:29 PM, "Adrian Chadd" wrote: > > Hi, > > There have been some changes to the scan code and iwn scan timeout code. Andriy may have some ideas. > > Thanks! > > A One more note. There are multiple "link up" messages in the log. The LED never stopped the flashing which indicates tha

Re: iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-20 Thread Adrian Chadd
Hi, There have been some changes to the scan code and iwn scan timeout code. Andriy may have some ideas. Thanks! A On Aug 19, 2016 3:48 PM, "Kevin Oberman" wrote: > Lately I have had serious issues with my system successfully associating. > These were not present with 10.3. > > > uname -a > F

iwn(4) association issues in 11-Stable (and maybe RC)

2016-08-19 Thread Kevin Oberman
Lately I have had serious issues with my system successfully associating. These were not present with 10.3. > uname -a FreeBSD rogue 11.0-BETA4 FreeBSD 11.0-BETA4 #1 r303806: Sat Aug 6 18:50:50 PDT 2016 root@rogue:/usr/obj/usr/src/sys/GENERIC.4BSD amd64 iwn0@pci0:3:0:0:class=0x028000 ca