So I am trying to run the sketch "Temperature Web Panel" : http://arduino.cc/en/Tutorial.TemperatureWebPanel#.Uy33dflP7C5
... when I try to connect at the address http://arduino.local/sd/TemperatureWebPanel I get "Server not found". I have changed the name of the Yun but unsure if that matters. I have tried http://namechanged.local/sd/TemperatureWebPanel and still I get "Server not found".
To set this sketch up on my Yun, I begin by using an 8gb sd card. The instructions tell me to set up the SD card by creating a root folder named "arduino" and a sub folder of that named "www".
Once that is complete I insert the SD card in the Yun. I also have a TMP36 sensor on the correct pins.
I upload the code that is in the tutorial for the Temp Web Panel. Pin 13 lights up solid once this is finished uploading.
I open up a browser and use the address that is in the tutorial as well as the new name address... NOTHING!
Seems simple enough but what could I be missing??? Thanks in advance!