RedRyder71:
Before venting let me explain that I am an electrical engineer with nearly twenty years experience using ::::SNIP::::
After going around in circles the last couple of days even after updating the Linux image I can only assume that this device is possessed by demons and my $75 was an expensive lesson in how to waste money.
@RedRyder71,
well, I can say most of us feel your pain. We have experience as much, each of us in turn; with, of course, some getting a fair bit of pain.
The issues you are experiencing with connectivity are NOT new. As a matter of fact, I've got many of the answers you are looking for, and those I don't have someone else does.
First, here is the first, AND it is so common, I have it as FAQ #0.
= [Q:] I cannot connect to My Arduino Yún. What do I do? =
First it's good to know, when Arduino Yun cannot find the AP you have set it for (like your home wifi), it has a script that puts it back into default SSID and AP mode.
Next, you may have already watched this video, but it's worth watching again. Pay extra attention to the part with the sketches.
Getting started with Arduino Yún - tutorial (6:53)
Then, read these short instructions. We (the volunteer support group) already know these steps by heart, so be familiar with the different reboot methods, and especially the 30+ second wifi reset. Also, not mentioned on that page, if you reset the Wifi/Linux part of the Yun, it will take from 2-8 minutes for the reboot.
Resetting the processors (AR9331, WiFi, and 32U4)
http://arduino.cc/en/Guide/ArduinoYun#toc6
'''Then start over''', plug your Yun into the USB port, run this sketch, and hit the ''Wifi Reset button'' (for 5-10 seconds).
http://arduino.cc/en/Tutorial/YunSerialTerminal
The ''YunSerialTerminal'' provides a simplified console access to the Linux part of the Yun. It works via the USB port (the one that powers the Yun - the microUSB). From there you'll be able to run a few commands to give us a better idea of problems.
Also, be ready with this sketch YunWiFiStatus. This sketch will help us see the status of your home AP. The sketch prints the wifi status to the console every 5 seconds or so. This sketch might seem familiar as it was in that first video link (above).
Let us know how it goes. Post results from the YunSerialTerminal, if you are still having problems. Please use markup when posting results.
LASTLY, (I'm adding this part). Quite often there is more Wifi noise in the neighborhood than people realize. So if you have a smart phone (android, iphone, blackberry, windozephone), look for a Wifi Anaylzer. I prefere this one from Far Proc.
Jesse
http://arduino.cc/en/Tutorial/LinuxCLI
