Re: Connection problems with wme enabled

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sam Leffler
Date: Thursday, May 1, 2008 - 8:36 am

Fabian Keil wrote:

man wlandebug.  If the 802.11-related activity doesn't show you what you 
want then try driver-level debugging.  This should be controlled through 
sysctl dev.iwi.X.debug but some drivers still use debug.iwi or similar.


"8 beacon miss events handled"--so the firmware said you lost signal.


wlanstats 1 gives you a rolling display every second; that's usually 
more helpful in understanding what's happening.  Unfortunately there are 
more stats than can fit on a rolling display so sometimes the one(s) you 
want aren't shown.  There is a column fmt mechanism a la ps to control 
output but it's not well developed (someone please take and improve).  
Also some stats are maintained by drivers and not yet counted in the 
net80211 layer (again, folks are welcome to help).


iwi does tx rate control in the firmware so unlikely to be related.  The 
more likely issue is the beacon miss handling.  The driver should 
recover and reconnect but it sounds like something didn't work.  As a 
workaround you can try upping the bmiss count to see if this is a 
problem w/ the radio going deaf for a period of time--something I've 
seen on older Intel parts.


That is a separate issue.

See above.  I ran tests yesterday w/ wme enabled in my environment but 
the signal was stronger so not an equivalent test.  What you need to do 
is get a log that captures the event of losing connectivity.  This must 
include net80211 logging and probably needs to include some level of 
driver debugging as the problem is in the driver.  Try:

wlandebug state+scan+auth+assoc
sysctl debug.iwi=5

    Sam

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
problems making an access point w/current, David Cornejo, (Tue Apr 29, 7:00 pm)
Re: problems making an access point w/current, Sam Leffler, (Tue Apr 29, 8:19 pm)
Re: Connection problems with wme enabled, Sam Leffler, (Wed Apr 30, 8:51 am)
Re: Connection problems with wme enabled, Sam Leffler, (Wed Apr 30, 9:04 am)
Re: Connection problems with wme enabled, Fabian Keil, (Thu May 1, 7:39 am)
Re: Connection problems with wme enabled, Sam Leffler, (Thu May 1, 8:36 am)
Re: Connection problems with wme enabled, Fabian Keil, (Thu May 1, 11:11 am)
Re: Connection problems with wme enabled, Sam Leffler, (Thu May 1, 1:25 pm)
Re: problems making an access point w/current, David Cornejo, (Thu May 1, 1:34 pm)
Re: problems making an access point w/current, Sam Leffler, (Thu May 1, 4:28 pm)
Re: problems making an access point w/current, David Cornejo, (Thu May 1, 8:12 pm)
Re: problems making an access point w/current, Sam Leffler, (Thu May 1, 8:43 pm)
Re: Connection problems with wme enabled, Fabian Keil, (Fri May 2, 4:15 am)
Re: problems making an access point w/current, Sam Leffler, (Sat May 3, 9:03 am)
Re: problems making an access point w/current, David Cornejo, (Tue May 6, 1:08 pm)
Re: problems making an access point w/current, Randy Bush, (Mon Jun 9, 4:57 am)
Re: problems making an access point w/current, Randy Bush, (Tue Jun 10, 12:56 am)
Re: problems making an access point w/current, Dag-Erling Smørgrav, (Tue Jun 10, 5:01 am)
Re: problems making an access point w/current, Sam Leffler, (Tue Jun 10, 9:15 am)
Re: problems making an access point w/current, Randy Bush, (Tue Jun 10, 12:32 pm)