At this point we've all read hundreds if not thousands of lines of well meaning folks trying to resolve the wi-fi issues on the PI 3. Most of the posts I've seen are all too complicated in the issues, settings and solutions. So I'm trying to make this one a bit easier.
My onboard WI-FI on my PI 3 doesn't work.
1) lsmod:
Module Size Used by
rfcomm 33778 4
bnep 10340 2
hci_uart 17943 1
btbcm 5929 1 hci_uart
bluetooth 326105 25 bnep,btbcm,hci_uart,rfcomm
brcmfmac 186599 0
brcmutil 5661 1 brcmfmac
cfg80211 427855 1 brcmfmac
snd_bcm2835 20511 1
rfkill 16037 4 cfg80211,bluetooth
sg 18319 0
snd_pcm 75698 1 snd_bcm2835
snd_timer 19160 1 snd_pcm
snd 51844 5 snd_bcm2835,snd_timer,snd_pcm
bcm2835_gpiomem 3040 0
bcm2835_wdt 3225 0
joydev 9024 0
evdev 11396 4
uio_pdrv_genirq 3164 0
uio 8000 1 uio_pdrv_genirq
i2c_dev 5859 0
fuse 83461 3
ipv6 347530 91
2) ifconfig -a:
wlan0 Link encap:Ethernet HWaddr b8:27:eb:fc:82:a5
inet6 addr: fe80::7bd7:b22:1700:5a96/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:1 errors:0 dropped:1 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:60 (60.0 B) TX bytes:0 (0.0 B)
3) sudo iwlist wlan0 scan | grep ESSID
ESSID:"KaiserKlan Guest"
ESSID:"KaiserKlan Network"
ESSID:"TC8715DA9"
ESSID:"DIRECT-38-HP Officejet 5740"
ESSID:"APHU1"
ESSID:"NETGEAR34"
ESSID:""
4) In the GUI nothing shows up when you click on the icon.
5) When you hover on the icon it says; wlan0: Not associated
6) I'm running Jessie, current (updated today) version
7) NO: and external wi-fi dongle does not work either
8) I have three Raspberry PI 3's, wi-fi does not work in any of them.
So the big question is, what should I do next? I'm guessing the RPi folks don't want to chime in with a solution, or to even admit there is an issue.