This post will seem a little bit long, but I think the troubleshooting process definitely worth the reading.
+++++++++++++++++++++
Current situation
+++++++++++++++++++++
I have a RASPBERRY PI 1 MODEL B about 2 years old, which usually worked seamlesly out-of-the-box.
I used it as a headless Raspbian server connected via Ethernet port to my network, to provide services of Network Storage Device attached to a 3TB Samsung USB hard drive and DLNA Server to watch photos and movies or play music in TV's, Smartphones and tablets all around the house. Also, I have setted up a cron job to download the newspaper to have it at hand to read in my tablet, first thing every morning. Nice, Uh?
About 2 weeks ago, I noticed almost 50% packets dropped and an impossibility to start a remote SSH session in the Pi, so I decided to pull the plug to restart the device.
Big mistake: since that day, it is impossible to remotely connect to the Pi anymore.
+++++++++++++++++++++
+++++++++++++++++++++
Troubleshooting
+++++++++++++++++++++
1.- My first essay was disconnect the Pi and took it to my workshop. I've downloaded the new NOOBS Offline and network install
Version:1.4.1 Release date:2015-05-11, formatted the SD Card and reinstall Raspbian, starting from scratch.
I plugged an HDMI cable to a TV, connected a wireless Keyboard + trackpad combo with the supplied USB dongle and powered up the Raspberry, enjoying a completely normal Raspbian setup. After that and a sudo shutdown -h now command, unplugged the device and took it back to my home network, expecting to deploy everything again (yes, no raspbian backup available, I now).
To my surprise, the DHCP daemon refuses to obtain a valid IP from my network. BTW, my wireless router is configured to provide the Pi with a reserved IP address each time it accesses the net via DHCP.
2.- Next effort was to disconnect everything again, going back to the workshop. Plugged again the HDMI cable to a TV, connected the wireless Keyboard + trackpad combo with the supplied USB dongle and powered up the Raspberry.
To discard a network problem, I used an old Compact Wireless-G BroadBand Router factory defaulted (a Linksys WRT54GC) and a spare Ethernet cable to connect the Pi. Using a laptop connected wirelessly to this network, tried to ping (no luck) and SSH'd the Raspberry (also, no luck).
Curiously, the router LED assigned to the Pi was lit, showing the Router was connected to a device through that port. And the LED was flashing, indicating network activity over that port.
3.- Desperate, I've changed the UTP cable, the port, the power supply, the configuration files in /etc/dhcpcd.conf and /etc/networking/interfaces trying to force an static IP and/or dynamic IP, took it out of the case and clean it the dust, and restarted the device ad infinitum, without any luck at all.
I've checked the status of the Raspberry LEDs, which have the following behaviour :
ACT – D5 (Green, Blinking) SD Card Access
PWR – D6 (Red, Fixed) 3.3 V Power is present
FDX – D7 (Green, Fixed) Full Duplex (LAN) connected
LNK – D8 (Green, Blinking) – Link/Activity
LAN 100 – D9 (Yellow, Fixed) – 100Mbit (LAN) connected
You can check a picture in:
http://i167.photobucket.com/albums/u127 ... -00160.jpg
+++++++++++++++++++++
+++++++++++++++++++++
What should I do?
+++++++++++++++++++++
Now, the big finale: Should I declare my RASPBERRY PI Ethernet port dead?
What else should I do?
+++++++++++++++++++++
