it's some months that i'm using a Raspberry Pi B+ as a 24/7 home server.
Last week, after a blackout, it wasn't able to boot anymore.
I put the microsd into my laptop and found that the partitions were corrupted and there was some files advertised to be some TB in size and other issues, so i created a new partition table, put the backup image with dd on it and all was ok.
Today, as usual, i tried to ssh to my pi and the connection was refused, tried to use vnc and connection was refused, checked with nmap the ports of some services i configured and none of them was working...
The curious thing is that pinging at the ip address i set on it worked as usual (so, it boots)... but no services, neither the background process i've set up to read a button to shutdown the device.
So i tried to connect to the keyboard, connect to the monitor... and here starts the real problem.
When i initially installed the system from noobs i used a pc monitor through an hdmi to dvi-d cable, with the following video settings:
Code: Select all
# 1024 * 768 @ 60 Hz
hdmi_mode=16
hdmi_group=2
hdmi_drive=2
hdmi_force_hotplug=1
disable_overscan=0I then tried to reflash the original noobs back: still no video.
Downloaded, flashed and tried with both default settings and the config.txt from my backup: still no video.
So i did the same with raspbian-jessie and with the last version of noobs: still no video.
Should i assume my pi failed? Do i have to return it?
I don't have a composite video cable, will try to get one these days and see if it works...
Regards