I have done extensive searching to find similar issues to my problem but without any luck. I have a RPi (256MB, Model B, 32GB Class 4 SD) setup with Wheezy:
- Code: Select all
Linux hail 3.6.11+ #371 PREEMPT Thu Feb 7 16:31:35 GMT 2013 armv6l GNU/Linux
I tried setting my WiFi IP to static, which worked fine for the first few days but the problem came back. I did a rpi-update two days ago but the problem didn't go away. Here's the issue:
Once the RPi boots up, it all works fine and I can SSH to it, and connect to the MPD server which is running. I can even access it from outside my home network using dyndns. After a while, usually it's half a day or maybe more, I can no longer connect to the RPi, even though it's functioning properly.
SSH connection attempts report:
- Code: Select all
ssh: connect to host 192.168.1.105 port 6601: Host is down
- Code: Select all
Couldn't connect to MPD (host = 192.168.1.105, port = 6600): No route to host
I am using an iPad Mini power supply, and the only USB device connected to the RPi is the Edimax EW-7811UN WiFi module.
When I connect a keyboard and a monitor to see what is going on, the RPi is working fine with the exception of responding successfully to incoming connection requests. Normally, this is fixed with a reboot or if I send a few connection requests (SSH or MPD Client) and then I wait a little bit and it's back to responding successfully again.
Any pointers would be more than welcome, unfortunately I haven't got a clue what to use other than dmesg for troubleshooting. I would appreciate your help, even if it's just a "read this" or a "paste the output of this and that command here".
Thank you in advance