On Thu, Jul 14, 2016 at 01:13:21PM +0800, Miles Keaton wrote:
> Any tips on how else you would troubleshoot this?  Thiis is all I've got:
> 
> # ifconfig iwm0 scan
> nwid SINGTEL-1D14 chan 2 bssid 00:25:75:af:1d:15 97% 54M
> privacy,short_slottime,wpa2
> 
> # cat /etc/hostname.iwm0
> nwid SINGTEL-1D14
> wpakey "00114764294"   # (NOTE: tried it with & without quotes. no help)
> dhcp
> 
> # dmesg | grep iwm0
> iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 7260" rev 0x83,
> msi
> iwm0: hw rev 0x140, fw ver 25.228 (API ver 9), address 5b:51:4f:a1:16:d9
> iwm0: fatal firmware error
> 
> I'd believe the "fatal firmware error" except, like I said above, this same
> iwm0 wifi connected fine yesterday to an open (no password) nwid.

ifconfig iwm0 debug (or debug in your hostname.iwm0 file for a more permanent 
presence)
should produce more verbose reporting, at least. And of course, a full dmesg
along with ifconfig -a output would likely be useful.

Running tcpdump to capture whatever passes through the interface while you're
trying to connect is another main source of information about what fail and how,
of course. 

Some access points are just plain weird - in some cases I've had to play with 
of all things mtu sizes (setting them to various values lower than the 1500 
byte default) in order to successfully connect. Any quirks like those will
turn up as the hints tcpdump will show you.

-- 
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.nuug.no/
"Remember to set the evil bit on all malicious network traffic"
delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds.

Reply via email to