Summary: | [urtwn] discard frame, too short - flakey performance - sometimes not even dhclient succeeds | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Dave Cottlehuber <dch> | ||||||||
Component: | wireless | Assignee: | freebsd-wireless (Nobody) <wireless> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Some People | CC: | avos, diego.casati | ||||||||
Priority: | --- | ||||||||||
Version: | 11.0-RELEASE | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205477 | ||||||||||
Attachments: |
|
Description
Dave Cottlehuber
2016-11-10 18:52:57 UTC
Created attachment 176867 [details]
service_netif_restart.log
Created attachment 176868 [details]
tcpdump_bootps.log
dhclient log is either this - blank - or shows a DHCPOFFER received but dhclient never responds and so the client times out. # dhclient wlan0 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 15 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 18 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8 No DHCPOFFERS received. No working leases in persistent database - sleeping. Fiddling with the MTU has no impact. > discard frame, too short (1): len 10
you can disable promiscuous mode to get rid of those messages (it is used by tcpdump):
ifconfig wlan0 -promisc
also, 'hw.usb.urtwn.enable_11n=0' should be equal to 'ifconfig wlan0 -ht'
Closing this as 12.0-CURRENT runs rtwn sweet as honey now since a while. |