So I have had a good look around all of the thread on seemingly every Pi forum going to try and first solve this issue before posting, I'm fairly new to Pi's but have a strong background in embedded systems and programming.
I recently purchased a Raspberry Pi 3 model B, I've been trying to get the wifi going on it, to no end.
instead of a normal wifi symbol on my desktop, i have two opposing vertical arrows, ethernet connects fine, and the symbol comes up saying "no wireless interfaces found" when i hover the mouse over it, it's as if the wifi module just isnt physically there, im almost starting to wonder if it's been damaged.
ifconfig only shows etho0 and lo, no wlan0 - which seems to be a fairly common problem, for which i've tried the following solutions:
Updating the pi, apt-get update & upgrade - the usual.
Updating firmware (via rpi-update? not tried any other method).
Reinstalling raspbian - i've tried via noobs, noobs lite and raspbian (without noobs).
Updating drivers, i've tried a method posted by MrEngman that seems widely used and managed to install an up to date version of the 8188eu driver, my version 4.4.34-v7+ #930 (uname -a).
Modifying the /etc/network/interfaces file according to various examples and small wlan0 based modifications although dont fully understand the purpose of the file -(usually a big nono i know, hence restored to default after lack of success and various disgruntled noises).
Disabling the wifi power management and other commands that supposedly "turn on the wifi", inc. "rfkill unblock wlan" & several variations, continually get responses suggesting the pi has no knowledge of the wifi chip inself.
lsusb returns
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
apologies for not listing all full details im trying to keep the post as brief to read as possible. Im currently viewing the Pi through a VNC server and thus have only the ethernet and power cable plugged into it, leading me to believe my 2A power supply would be sufficient?
Any suggestions?